2017-07-03 03:29:41 -07:00
|
|
|
## Process this file with automake to produce Makefile.in
|
|
|
|
|
|
|
|
|
|
AM_CPPFLAGS = \
|
|
|
|
|
-DISO_CODES_LOCATION=\"$(ISO_CODES_LOCATION)\" \
|
|
|
|
|
-DISO_CODES_LOCALEDIR=\"$(ISO_CODES_LOCALEDIR)\" \
|
|
|
|
|
-DG_LOG_DOMAIN=\"Gimp-PropGUI\" \
|
|
|
|
|
-I$(top_builddir) \
|
|
|
|
|
-I$(top_srcdir) \
|
|
|
|
|
-I$(top_builddir)/app \
|
|
|
|
|
-I$(top_srcdir)/app \
|
|
|
|
|
$(GEGL_CFLAGS) \
|
|
|
|
|
$(GTK_CFLAGS) \
|
|
|
|
|
-I$(includedir)
|
|
|
|
|
|
|
|
|
|
noinst_LIBRARIES = libapppropgui.a
|
|
|
|
|
|
|
|
|
|
libapppropgui_a_SOURCES = \
|
|
|
|
|
propgui-types.h \
|
|
|
|
|
\
|
|
|
|
|
gimppropgui.c \
|
|
|
|
|
gimppropgui.h \
|
|
|
|
|
gimppropgui-channel-mixer.c \
|
|
|
|
|
gimppropgui-channel-mixer.h \
|
|
|
|
|
gimppropgui-color-balance.c \
|
|
|
|
|
gimppropgui-color-balance.h \
|
|
|
|
|
gimppropgui-color-rotate.c \
|
|
|
|
|
gimppropgui-color-rotate.h \
|
2017-10-16 08:47:43 -07:00
|
|
|
gimppropgui-color-to-alpha.c \
|
|
|
|
|
gimppropgui-color-to-alpha.h \
|
2017-07-03 03:29:41 -07:00
|
|
|
gimppropgui-convolution-matrix.c \
|
|
|
|
|
gimppropgui-convolution-matrix.h \
|
2017-10-15 10:26:57 -07:00
|
|
|
gimppropgui-diffraction-patterns.c \
|
|
|
|
|
gimppropgui-diffraction-patterns.h \
|
2017-07-03 03:29:41 -07:00
|
|
|
gimppropgui-eval.c \
|
|
|
|
|
gimppropgui-eval.h \
|
|
|
|
|
gimppropgui-generic.c \
|
|
|
|
|
gimppropgui-generic.h \
|
|
|
|
|
gimppropgui-hue-saturation.c \
|
|
|
|
|
gimppropgui-hue-saturation.h \
|
2019-01-04 05:36:10 -08:00
|
|
|
gimppropgui-motion-blur-circular.c \
|
|
|
|
|
gimppropgui-motion-blur-circular.h \
|
|
|
|
|
gimppropgui-motion-blur-linear.c \
|
|
|
|
|
gimppropgui-motion-blur-linear.h \
|
|
|
|
|
gimppropgui-motion-blur-zoom.c \
|
|
|
|
|
gimppropgui-motion-blur-zoom.h \
|
2018-04-10 06:53:42 -07:00
|
|
|
gimppropgui-panorama-projection.c \
|
|
|
|
|
gimppropgui-panorama-projection.h \
|
2018-02-28 23:24:58 -08:00
|
|
|
gimppropgui-recursive-transform.c \
|
|
|
|
|
gimppropgui-recursive-transform.h \
|
2018-01-04 18:56:08 -08:00
|
|
|
gimppropgui-shadows-highlights.c \
|
|
|
|
|
gimppropgui-shadows-highlights.h \
|
2017-07-03 03:29:41 -07:00
|
|
|
gimppropgui-spiral.c \
|
2017-07-03 03:45:59 -07:00
|
|
|
gimppropgui-spiral.h \
|
|
|
|
|
gimppropgui-supernova.c \
|
2017-07-16 11:14:18 -07:00
|
|
|
gimppropgui-supernova.h \
|
|
|
|
|
gimppropgui-utils.c \
|
|
|
|
|
gimppropgui-utils.h
|