2007-12-29 08:57:51 +08:00
|
|
|
## Process this file with automake to produce Makefile.in
|
|
|
|
|
|
|
|
noinst_LIBRARIES = libappgegl.a
|
|
|
|
|
|
|
|
libappgegl_a_SOURCES = \
|
2008-04-08 04:56:03 +08:00
|
|
|
gegl-types.h \
|
2007-12-29 10:19:23 +08:00
|
|
|
gimp-gegl.c \
|
|
|
|
gimp-gegl.h \
|
|
|
|
gimp-gegl-utils.c \
|
|
|
|
gimp-gegl-utils.h \
|
2008-01-18 22:44:27 +08:00
|
|
|
\
|
2008-01-29 02:45:53 +08:00
|
|
|
gimpbrightnesscontrastconfig.c \
|
|
|
|
gimpbrightnesscontrastconfig.h \
|
2008-01-24 18:37:21 +08:00
|
|
|
gimpcolorbalanceconfig.c \
|
|
|
|
gimpcolorbalanceconfig.h \
|
2008-01-18 22:44:27 +08:00
|
|
|
gimpcolorizeconfig.c \
|
|
|
|
gimpcolorizeconfig.h \
|
2008-01-23 17:28:16 +08:00
|
|
|
gimpcurvesconfig.c \
|
|
|
|
gimpcurvesconfig.h \
|
2008-01-22 17:49:40 +08:00
|
|
|
gimphuesaturationconfig.c \
|
|
|
|
gimphuesaturationconfig.h \
|
2008-01-18 01:18:23 +08:00
|
|
|
gimplevelsconfig.c \
|
|
|
|
gimplevelsconfig.h \
|
2008-01-26 02:35:10 +08:00
|
|
|
gimpposterizeconfig.c \
|
|
|
|
gimpposterizeconfig.h \
|
2008-01-25 19:42:07 +08:00
|
|
|
gimpthresholdconfig.c \
|
|
|
|
gimpthresholdconfig.h \
|
2008-01-18 22:44:27 +08:00
|
|
|
\
|
2008-01-10 20:52:19 +08:00
|
|
|
gimpoperationcolorbalance.c \
|
|
|
|
gimpoperationcolorbalance.h \
|
2008-01-04 23:16:32 +08:00
|
|
|
gimpoperationcolorize.c \
|
|
|
|
gimpoperationcolorize.h \
|
2008-01-23 17:28:16 +08:00
|
|
|
gimpoperationcurves.c \
|
|
|
|
gimpoperationcurves.h \
|
2008-01-04 02:54:58 +08:00
|
|
|
gimpoperationdesaturate.c \
|
|
|
|
gimpoperationdesaturate.h \
|
2008-01-15 04:44:01 +08:00
|
|
|
gimpoperationhuesaturation.c \
|
|
|
|
gimpoperationhuesaturation.h \
|
2008-01-08 04:37:25 +08:00
|
|
|
gimpoperationlevels.c \
|
|
|
|
gimpoperationlevels.h \
|
2008-01-26 04:50:32 +08:00
|
|
|
gimpoperationpointfilter.c \
|
|
|
|
gimpoperationpointfilter.h \
|
2008-01-04 23:16:32 +08:00
|
|
|
gimpoperationposterize.c \
|
|
|
|
gimpoperationposterize.h \
|
2008-01-04 03:23:35 +08:00
|
|
|
gimpoperationthreshold.c \
|
|
|
|
gimpoperationthreshold.h \
|
2007-12-29 10:19:23 +08:00
|
|
|
gimpoperationtilesink.c \
|
|
|
|
gimpoperationtilesink.h \
|
|
|
|
gimpoperationtilesource.c \
|
|
|
|
gimpoperationtilesource.h
|
2007-12-29 08:57:51 +08:00
|
|
|
|
|
|
|
INCLUDES = \
|
|
|
|
-I. \
|
|
|
|
-I$(top_builddir) \
|
|
|
|
-I$(top_srcdir) \
|
|
|
|
-I$(top_builddir)/app \
|
|
|
|
-I$(top_srcdir)/app \
|
|
|
|
$(GEGL_CFLAGS) \
|
2008-01-23 17:28:16 +08:00
|
|
|
$(GDK_PIXBUF_CFLAGS) \
|
2007-12-29 08:57:51 +08:00
|
|
|
-I$(includedir)
|