... following GEGL commit 6be0a86583f9c10c7710c96c21c261e4227c4727. gegl:recursive-transform now allows applying multiple transforamtions simultaneously, using multiple transform-grid widgets.
51 lines
1.4 KiB
Makefile
51 lines
1.4 KiB
Makefile
## 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 \
|
|
gimppropgui-color-to-alpha.c \
|
|
gimppropgui-color-to-alpha.h \
|
|
gimppropgui-convolution-matrix.c \
|
|
gimppropgui-convolution-matrix.h \
|
|
gimppropgui-diffraction-patterns.c \
|
|
gimppropgui-diffraction-patterns.h \
|
|
gimppropgui-eval.c \
|
|
gimppropgui-eval.h \
|
|
gimppropgui-generic.c \
|
|
gimppropgui-generic.h \
|
|
gimppropgui-hue-saturation.c \
|
|
gimppropgui-hue-saturation.h \
|
|
gimppropgui-panorama-projection.c \
|
|
gimppropgui-panorama-projection.h \
|
|
gimppropgui-recursive-transform.c \
|
|
gimppropgui-recursive-transform.h \
|
|
gimppropgui-shadows-highlights.c \
|
|
gimppropgui-shadows-highlights.h \
|
|
gimppropgui-spiral.c \
|
|
gimppropgui-spiral.h \
|
|
gimppropgui-supernova.c \
|
|
gimppropgui-supernova.h \
|
|
gimppropgui-utils.c \
|
|
gimppropgui-utils.h
|