2012-05-11 03:22:44 +08:00
|
|
|
## Process this file with automake to produce Makefile.in
|
2017-01-10 04:57:15 +08:00
|
|
|
|
|
|
|
SUBDIRS = \
|
|
|
|
layer-modes \
|
|
|
|
layer-modes-legacy \
|
|
|
|
tests
|
2012-05-11 03:22:44 +08:00
|
|
|
|
|
|
|
AM_CPPFLAGS = \
|
2013-06-06 02:48:37 +08:00
|
|
|
-DG_LOG_DOMAIN=\"Gimp-Operations\" \
|
|
|
|
-I$(top_builddir) \
|
|
|
|
-I$(top_srcdir) \
|
|
|
|
-I$(top_builddir)/app \
|
|
|
|
-I$(top_srcdir)/app \
|
|
|
|
$(CAIRO_CFLAGS) \
|
|
|
|
$(GEGL_CFLAGS) \
|
|
|
|
$(GDK_PIXBUF_CFLAGS) \
|
2012-05-11 03:22:44 +08:00
|
|
|
-I$(includedir)
|
|
|
|
|
2013-06-27 02:45:28 +08:00
|
|
|
noinst_LIBRARIES = \
|
|
|
|
libappoperations.a
|
2012-05-11 03:22:44 +08:00
|
|
|
|
2017-01-10 04:57:15 +08:00
|
|
|
libappoperations_a_SOURCES = \
|
2012-05-11 21:57:31 +08:00
|
|
|
operations-types.h \
|
2012-05-11 03:22:44 +08:00
|
|
|
gimp-operations.c \
|
|
|
|
gimp-operations.h \
|
|
|
|
\
|
|
|
|
gimpbrightnesscontrastconfig.c \
|
|
|
|
gimpbrightnesscontrastconfig.h \
|
|
|
|
gimpcageconfig.c \
|
|
|
|
gimpcageconfig.h \
|
|
|
|
gimpcolorbalanceconfig.c \
|
|
|
|
gimpcolorbalanceconfig.h \
|
|
|
|
gimpcolorizeconfig.c \
|
|
|
|
gimpcolorizeconfig.h \
|
|
|
|
gimpcurvesconfig.c \
|
|
|
|
gimpcurvesconfig.h \
|
|
|
|
gimphuesaturationconfig.c \
|
|
|
|
gimphuesaturationconfig.h \
|
|
|
|
gimplevelsconfig.c \
|
|
|
|
gimplevelsconfig.h \
|
|
|
|
\
|
2014-06-13 08:57:26 +08:00
|
|
|
gimpoperationblend.c \
|
|
|
|
gimpoperationblend.h \
|
2012-05-11 03:22:44 +08:00
|
|
|
gimpoperationborder.c \
|
|
|
|
gimpoperationborder.h \
|
|
|
|
gimpoperationcagecoefcalc.c \
|
|
|
|
gimpoperationcagecoefcalc.h \
|
|
|
|
gimpoperationcagetransform.c \
|
|
|
|
gimpoperationcagetransform.h \
|
2016-05-17 00:08:48 +08:00
|
|
|
gimpoperationcomposecrop.c \
|
|
|
|
gimpoperationcomposecrop.h \
|
2012-05-11 03:22:44 +08:00
|
|
|
gimpoperationequalize.c \
|
|
|
|
gimpoperationequalize.h \
|
2016-01-25 01:08:43 +08:00
|
|
|
gimpoperationflood.c \
|
|
|
|
gimpoperationflood.h \
|
2012-05-11 03:22:44 +08:00
|
|
|
gimpoperationgrow.c \
|
|
|
|
gimpoperationgrow.h \
|
|
|
|
gimpoperationhistogramsink.c \
|
|
|
|
gimpoperationhistogramsink.h \
|
|
|
|
gimpoperationmaskcomponents.c \
|
|
|
|
gimpoperationmaskcomponents.h \
|
2016-05-23 20:00:35 +08:00
|
|
|
gimpoperationprofiletransform.c \
|
|
|
|
gimpoperationprofiletransform.h \
|
2014-11-07 07:39:22 +08:00
|
|
|
gimpoperationscalarmultiply.c \
|
|
|
|
gimpoperationscalarmultiply.h \
|
2012-05-11 03:22:44 +08:00
|
|
|
gimpoperationsemiflatten.c \
|
|
|
|
gimpoperationsemiflatten.h \
|
|
|
|
gimpoperationsetalpha.c \
|
|
|
|
gimpoperationsetalpha.h \
|
|
|
|
gimpoperationshapeburst.c \
|
|
|
|
gimpoperationshapeburst.h \
|
|
|
|
gimpoperationshrink.c \
|
|
|
|
gimpoperationshrink.h \
|
|
|
|
gimpoperationthresholdalpha.c \
|
|
|
|
gimpoperationthresholdalpha.h \
|
|
|
|
\
|
|
|
|
gimpoperationpointfilter.c \
|
|
|
|
gimpoperationpointfilter.h \
|
|
|
|
gimpoperationbrightnesscontrast.c \
|
|
|
|
gimpoperationbrightnesscontrast.h \
|
|
|
|
gimpoperationcolorbalance.c \
|
|
|
|
gimpoperationcolorbalance.h \
|
|
|
|
gimpoperationcolorize.c \
|
|
|
|
gimpoperationcolorize.h \
|
|
|
|
gimpoperationcurves.c \
|
|
|
|
gimpoperationcurves.h \
|
|
|
|
gimpoperationdesaturate.c \
|
|
|
|
gimpoperationdesaturate.h \
|
|
|
|
gimpoperationhuesaturation.c \
|
|
|
|
gimpoperationhuesaturation.h \
|
|
|
|
gimpoperationlevels.c \
|
|
|
|
gimpoperationlevels.h \
|
|
|
|
gimpoperationposterize.c \
|
|
|
|
gimpoperationposterize.h \
|
|
|
|
gimpoperationthreshold.c \
|
|
|
|
gimpoperationthreshold.h \
|
|
|
|
\
|
2013-05-21 19:02:26 +08:00
|
|
|
gimplayermodefunctions.c \
|
|
|
|
gimplayermodefunctions.h
|