3721bbd95c
* 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
10 lines
285 B
Makefile
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
|