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
15 lines
303 B
Makefile
15 lines
303 B
Makefile
EXTRA_DIST = gb.image.h gb.geom.h
|
|
|
|
gblib_LTLIBRARIES = gb.draw.la
|
|
|
|
gb_draw_la_LIBADD = @MATH_LIB@
|
|
gb_draw_la_LDFLAGS = -module @LD_FLAGS@
|
|
gb_draw_la_CFLAGS = -I$(top_srcdir)/share @INCLTDL@ $(AM_CFLAGS)
|
|
|
|
gb_draw_la_SOURCES = \
|
|
gb.draw.h gb.paint.h \
|
|
gb_list.c \
|
|
cpaint.h cpaint.c \
|
|
main.h main.c
|
|
|
|
|