gambas-source-code/main/lib/draw/Makefile.am

20 lines
400 B
Text
Raw Normal View History

EXTRA_DIST = gb.image.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 \
matrix.h matrix.c \
CDraw.h CDraw.c \
cpaint.h cpaint.c \
crect.h crect.c crect_temp.h \
cpoint.h cpoint.c cpoint_temp.h \
main.h main.c