gambas-source-code/main/lib/geom/Makefile.am
Benoît Minisini 3721bbd95c [GB.DRAW]
* NEW: Remove geometry classes and put them in the gb.geom component.

[GB.GEOM]
* NEW: New hidden component that implements all geometry classes: Point,
  PointF, Rect and RectF.


git-svn-id: svn://localhost/gambas/trunk@5641 867c0c6c-44f3-4631-809d-bfa615b0a4ec
2013-05-04 17:23:17 +00:00

10 lines
285 B
Makefile

gblib_LTLIBRARIES = gb.geom.la
gb_geom_la_LIBADD = @MATH_LIB@
gb_geom_la_LDFLAGS = -module @LD_FLAGS@
gb_geom_la_CFLAGS = -I$(top_srcdir)/share @INCLTDL@ $(AM_CFLAGS)
gb_geom_la_SOURCES = \
crect.h crect.c crect_temp.h \
cpoint.h cpoint.c cpoint_temp.h \
gb.geom.h main.h main.c