2017-01-09 21:57:15 +01:00
|
|
|
## Process this file with automake to produce Makefile.in
|
|
|
|
|
|
|
|
AM_CPPFLAGS = \
|
|
|
|
-DG_LOG_DOMAIN=\"Gimp-Layer-Modes-Legacy\" \
|
|
|
|
-I$(top_builddir) \
|
|
|
|
-I$(top_srcdir) \
|
|
|
|
-I$(top_builddir)/app \
|
|
|
|
-I$(top_srcdir)/app \
|
|
|
|
$(CAIRO_CFLAGS) \
|
|
|
|
$(GEGL_CFLAGS) \
|
|
|
|
$(GDK_PIXBUF_CFLAGS) \
|
|
|
|
-I$(includedir)
|
|
|
|
|
|
|
|
noinst_LIBRARIES = \
|
|
|
|
libapplayermodeslegacy.a
|
|
|
|
|
|
|
|
libapplayermodeslegacy_a_SOURCES = \
|
2017-01-11 13:00:27 +01:00
|
|
|
gimpoperationadditionlegacy.c \
|
|
|
|
gimpoperationadditionlegacy.h \
|
|
|
|
gimpoperationburnlegacy.c \
|
|
|
|
gimpoperationburnlegacy.h \
|
|
|
|
gimpoperationdarkenonlylegacy.c \
|
|
|
|
gimpoperationdarkenonlylegacy.h \
|
|
|
|
gimpoperationdifferencelegacy.c \
|
|
|
|
gimpoperationdifferencelegacy.h \
|
|
|
|
gimpoperationdividelegacy.c \
|
|
|
|
gimpoperationdividelegacy.h \
|
|
|
|
gimpoperationdodgelegacy.c \
|
|
|
|
gimpoperationdodgelegacy.h \
|
|
|
|
gimpoperationgrainextractlegacy.c \
|
|
|
|
gimpoperationgrainextractlegacy.h \
|
|
|
|
gimpoperationgrainmergelegacy.c \
|
|
|
|
gimpoperationgrainmergelegacy.h \
|
|
|
|
gimpoperationhardlightlegacy.c \
|
|
|
|
gimpoperationhardlightlegacy.h \
|
2017-03-16 06:17:05 -04:00
|
|
|
gimpoperationhslcolorlegacy.c \
|
|
|
|
gimpoperationhslcolorlegacy.h \
|
2017-01-11 13:00:27 +01:00
|
|
|
gimpoperationhsvhuelegacy.c \
|
|
|
|
gimpoperationhsvhuelegacy.h \
|
|
|
|
gimpoperationhsvsaturationlegacy.c \
|
|
|
|
gimpoperationhsvsaturationlegacy.h \
|
|
|
|
gimpoperationhsvvaluelegacy.c \
|
|
|
|
gimpoperationhsvvaluelegacy.h \
|
|
|
|
gimpoperationlightenonlylegacy.c \
|
|
|
|
gimpoperationlightenonlylegacy.h \
|
|
|
|
gimpoperationmultiplylegacy.c \
|
|
|
|
gimpoperationmultiplylegacy.h \
|
|
|
|
gimpoperationscreenlegacy.c \
|
|
|
|
gimpoperationscreenlegacy.h \
|
|
|
|
gimpoperationsoftlightlegacy.c \
|
|
|
|
gimpoperationsoftlightlegacy.h \
|
|
|
|
gimpoperationsubtractlegacy.c \
|
|
|
|
gimpoperationsubtractlegacy.h
|
2017-01-11 04:10:06 +01:00
|
|
|
|