2007-12-29 08:57:51 +08:00
|
|
|
## Process this file with automake to produce Makefile.in
|
|
|
|
|
2008-10-07 19:58:14 +08:00
|
|
|
AM_CPPFLAGS = \
|
|
|
|
-DG_LOG_DOMAIN=\"Gimp-GEGL\"
|
|
|
|
|
|
|
|
INCLUDES = \
|
|
|
|
-I$(top_builddir) \
|
|
|
|
-I$(top_srcdir) \
|
|
|
|
-I$(top_builddir)/app \
|
|
|
|
-I$(top_srcdir)/app \
|
|
|
|
$(GEGL_CFLAGS) \
|
|
|
|
$(GDK_PIXBUF_CFLAGS) \
|
|
|
|
-I$(includedir)
|
|
|
|
|
2007-12-29 08:57:51 +08:00
|
|
|
noinst_LIBRARIES = libappgegl.a
|
|
|
|
|
|
|
|
libappgegl_a_SOURCES = \
|
2009-02-21 23:06:49 +08:00
|
|
|
gimp-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 \
|
2010-07-23 21:39:15 +08:00
|
|
|
gimpcageconfig.c \
|
|
|
|
gimpcageconfig.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-05-21 21:11:06 +08:00
|
|
|
gimpdesaturateconfig.c \
|
|
|
|
gimpdesaturateconfig.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-10-12 01:20:20 +08:00
|
|
|
gimpoperationtilesink.c \
|
|
|
|
gimpoperationtilesink.h \
|
|
|
|
gimpoperationtilesource.c \
|
|
|
|
gimpoperationtilesource.h \
|
|
|
|
\
|
|
|
|
gimpoperationpointfilter.c \
|
|
|
|
gimpoperationpointfilter.h \
|
2008-01-10 20:52:19 +08:00
|
|
|
gimpoperationcolorbalance.c \
|
|
|
|
gimpoperationcolorbalance.h \
|
2008-01-04 23:16:32 +08:00
|
|
|
gimpoperationcolorize.c \
|
|
|
|
gimpoperationcolorize.h \
|
2010-06-15 05:25:08 +08:00
|
|
|
gimpoperationcage.c \
|
2010-07-23 21:39:15 +08:00
|
|
|
gimpoperationcage.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-04 23:16:32 +08:00
|
|
|
gimpoperationposterize.c \
|
|
|
|
gimpoperationposterize.h \
|
2008-01-04 03:23:35 +08:00
|
|
|
gimpoperationthreshold.c \
|
|
|
|
gimpoperationthreshold.h \
|
2008-10-12 01:20:20 +08:00
|
|
|
\
|
2008-10-25 22:16:22 +08:00
|
|
|
gimpoperationpointlayermode.c \
|
2009-12-30 22:18:44 +08:00
|
|
|
gimpoperationpointlayermode.h \
|
|
|
|
gimpoperationdissolvemode.c \
|
|
|
|
gimpoperationdissolvemode.h \
|
|
|
|
gimpoperationbehindmode.c \
|
|
|
|
gimpoperationbehindmode.h \
|
|
|
|
gimpoperationmultiplymode.c \
|
|
|
|
gimpoperationmultiplymode.h \
|
|
|
|
gimpoperationscreenmode.c \
|
|
|
|
gimpoperationscreenmode.h \
|
|
|
|
gimpoperationoverlaymode.c \
|
|
|
|
gimpoperationoverlaymode.h \
|
|
|
|
gimpoperationdifferencemode.c \
|
|
|
|
gimpoperationdifferencemode.h \
|
|
|
|
gimpoperationadditionmode.c \
|
|
|
|
gimpoperationadditionmode.h \
|
|
|
|
gimpoperationsubtractmode.c \
|
|
|
|
gimpoperationsubtractmode.h \
|
|
|
|
gimpoperationdarkenonlymode.c \
|
|
|
|
gimpoperationdarkenonlymode.h \
|
|
|
|
gimpoperationlightenonlymode.c \
|
|
|
|
gimpoperationlightenonlymode.h \
|
|
|
|
gimpoperationhuemode.c \
|
|
|
|
gimpoperationhuemode.h \
|
|
|
|
gimpoperationsaturationmode.c \
|
|
|
|
gimpoperationsaturationmode.h \
|
|
|
|
gimpoperationcolormode.c \
|
|
|
|
gimpoperationcolormode.h \
|
|
|
|
gimpoperationvaluemode.c \
|
|
|
|
gimpoperationvaluemode.h \
|
|
|
|
gimpoperationdividemode.c \
|
|
|
|
gimpoperationdividemode.h \
|
|
|
|
gimpoperationdodgemode.c \
|
|
|
|
gimpoperationdodgemode.h \
|
|
|
|
gimpoperationburnmode.c \
|
|
|
|
gimpoperationburnmode.h \
|
|
|
|
gimpoperationhardlightmode.c \
|
|
|
|
gimpoperationhardlightmode.h \
|
|
|
|
gimpoperationsoftlightmode.c \
|
|
|
|
gimpoperationsoftlightmode.h \
|
|
|
|
gimpoperationgrainextractmode.c \
|
|
|
|
gimpoperationgrainextractmode.h \
|
|
|
|
gimpoperationgrainmergemode.c \
|
|
|
|
gimpoperationgrainmergemode.h \
|
|
|
|
gimpoperationcolorerasemode.c \
|
|
|
|
gimpoperationcolorerasemode.h \
|
|
|
|
gimpoperationerasemode.c \
|
|
|
|
gimpoperationerasemode.h \
|
|
|
|
gimpoperationreplacemode.c \
|
|
|
|
gimpoperationreplacemode.h \
|
|
|
|
gimpoperationantierasemode.c \
|
|
|
|
gimpoperationantierasemode.h
|