2009-01-13 01:45:06 +01:00
|
|
|
COMPONENT = gb.image
|
|
|
|
include $(top_srcdir)/component.am
|
|
|
|
|
|
|
|
INCLUDES = -I$(top_srcdir)/share @INCLTDL@
|
|
|
|
|
|
|
|
gblib_LTLIBRARIES = gb.image.la
|
|
|
|
|
|
|
|
gb_image_la_LIBADD =
|
|
|
|
gb_image_la_LDFLAGS = -module @LD_FLAGS@
|
|
|
|
|
|
|
|
gb_image_la_SOURCES = \
|
|
|
|
image_stat.h image_stat.c \
|
2009-01-17 00:12:10 +01:00
|
|
|
image.h image.c \
|
|
|
|
CImage.h CImage.c \
|
2009-01-13 01:45:06 +01:00
|
|
|
CImageStat.h CImageStat.c \
|
2009-01-27 14:39:38 +01:00
|
|
|
c_color.h c_color.c \
|
2009-01-13 01:45:06 +01:00
|
|
|
gb.image.h \
|
|
|
|
main.h main.c
|
|
|
|
|
2009-01-17 02:11:36 +01:00
|
|
|
image.lo: image.c
|
|
|
|
$(LTCOMPILE) -O3 $(CFLAGS) -MT image.o -MD -MP -MF $(DEPDIR)/image.Tpo -c -o image.o image.c
|
|
|
|
mv -f $(DEPDIR)/image.Tpo $(DEPDIR)/image.Po
|
|
|
|
|
2009-01-13 01:45:06 +01:00
|
|
|
|