2004-09-13 08:15:23 -07:00
|
|
|
## Process this file with automake to produce Makefile.in
|
|
|
|
|
|
2004-12-10 15:30:37 -08:00
|
|
|
AM_CPPFLAGS = \
|
2013-06-05 11:48:37 -07:00
|
|
|
-DG_LOG_DOMAIN=\"Gimp-Dialogs\" \
|
|
|
|
|
-I$(top_builddir) \
|
|
|
|
|
-I$(top_srcdir) \
|
|
|
|
|
-I$(top_builddir)/app \
|
|
|
|
|
-I$(top_srcdir)/app \
|
|
|
|
|
$(GEGL_CFLAGS) \
|
|
|
|
|
$(GTK_CFLAGS) \
|
2004-12-10 15:30:37 -08:00
|
|
|
-I$(includedir)
|
|
|
|
|
|
2004-09-13 08:15:23 -07:00
|
|
|
noinst_LIBRARIES = libappdialogs.a
|
|
|
|
|
|
2004-12-10 15:30:37 -08:00
|
|
|
libappdialogs_a_sources = \
|
2004-09-13 08:15:23 -07:00
|
|
|
dialogs-types.h \
|
|
|
|
|
dialogs.c \
|
|
|
|
|
dialogs.h \
|
|
|
|
|
dialogs-constructors.c \
|
|
|
|
|
dialogs-constructors.h \
|
|
|
|
|
\
|
|
|
|
|
about-dialog.c \
|
|
|
|
|
about-dialog.h \
|
2014-02-18 11:10:24 -08:00
|
|
|
action-search-dialog.c \
|
|
|
|
|
action-search-dialog.h \
|
2004-10-19 02:17:37 -07:00
|
|
|
channel-options-dialog.c \
|
|
|
|
|
channel-options-dialog.h \
|
2015-08-02 13:20:16 -07:00
|
|
|
color-profile-dialog.c \
|
|
|
|
|
color-profile-dialog.h \
|
2015-08-23 01:51:31 -07:00
|
|
|
color-profile-import-dialog.c \
|
|
|
|
|
color-profile-import-dialog.h \
|
2016-04-30 09:49:02 -07:00
|
|
|
convert-indexed-dialog.c \
|
|
|
|
|
convert-indexed-dialog.h \
|
2012-09-23 14:46:11 -07:00
|
|
|
convert-precision-dialog.c \
|
|
|
|
|
convert-precision-dialog.h \
|
2011-03-24 13:46:40 -07:00
|
|
|
data-delete-dialog.c \
|
|
|
|
|
data-delete-dialog.h \
|
2004-09-13 08:15:23 -07:00
|
|
|
file-open-dialog.c \
|
|
|
|
|
file-open-dialog.h \
|
|
|
|
|
file-open-location-dialog.c \
|
|
|
|
|
file-open-location-dialog.h \
|
|
|
|
|
file-save-dialog.c \
|
|
|
|
|
file-save-dialog.h \
|
2016-03-15 12:52:22 -07:00
|
|
|
fill-dialog.c \
|
|
|
|
|
fill-dialog.h \
|
2004-09-13 08:15:23 -07:00
|
|
|
grid-dialog.h \
|
|
|
|
|
grid-dialog.c \
|
2004-10-23 09:42:37 -07:00
|
|
|
image-merge-layers-dialog.c \
|
|
|
|
|
image-merge-layers-dialog.h \
|
2004-09-13 08:15:23 -07:00
|
|
|
image-new-dialog.c \
|
|
|
|
|
image-new-dialog.h \
|
2005-04-04 15:34:29 -07:00
|
|
|
image-properties-dialog.c \
|
|
|
|
|
image-properties-dialog.h \
|
2004-10-26 18:20:07 -07:00
|
|
|
image-scale-dialog.c \
|
|
|
|
|
image-scale-dialog.h \
|
2010-02-19 08:41:26 -08:00
|
|
|
input-devices-dialog.c \
|
|
|
|
|
input-devices-dialog.h \
|
2016-10-26 07:51:56 -07:00
|
|
|
item-options-dialog.c \
|
|
|
|
|
item-options-dialog.h \
|
2005-09-29 17:07:21 -07:00
|
|
|
keyboard-shortcuts-dialog.c \
|
|
|
|
|
keyboard-shortcuts-dialog.h \
|
2004-10-23 07:02:53 -07:00
|
|
|
layer-add-mask-dialog.c \
|
|
|
|
|
layer-add-mask-dialog.h \
|
2004-10-22 15:28:45 -07:00
|
|
|
layer-options-dialog.c \
|
|
|
|
|
layer-options-dialog.h \
|
2012-05-05 16:13:48 -07:00
|
|
|
lebl-dialog.c \
|
2015-12-28 14:18:58 -08:00
|
|
|
lebl-dialog.h \
|
2004-09-13 08:15:23 -07:00
|
|
|
module-dialog.c \
|
|
|
|
|
module-dialog.h \
|
|
|
|
|
offset-dialog.c \
|
|
|
|
|
offset-dialog.h \
|
|
|
|
|
palette-import-dialog.c \
|
|
|
|
|
palette-import-dialog.h \
|
|
|
|
|
preferences-dialog.c \
|
|
|
|
|
preferences-dialog.h \
|
2016-09-22 10:13:33 -07:00
|
|
|
preferences-dialog-utils.c \
|
|
|
|
|
preferences-dialog-utils.h \
|
2004-11-13 14:27:39 -08:00
|
|
|
print-size-dialog.c \
|
|
|
|
|
print-size-dialog.h \
|
2004-09-13 08:15:23 -07:00
|
|
|
quit-dialog.c \
|
|
|
|
|
quit-dialog.h \
|
|
|
|
|
resize-dialog.c \
|
|
|
|
|
resize-dialog.h \
|
|
|
|
|
resolution-calibrate-dialog.c \
|
|
|
|
|
resolution-calibrate-dialog.h \
|
2004-10-12 07:59:14 -07:00
|
|
|
scale-dialog.c \
|
|
|
|
|
scale-dialog.h \
|
2004-09-13 08:15:23 -07:00
|
|
|
stroke-dialog.c \
|
|
|
|
|
stroke-dialog.h \
|
2004-10-22 11:13:46 -07:00
|
|
|
template-options-dialog.c \
|
|
|
|
|
template-options-dialog.h \
|
2004-09-13 08:15:23 -07:00
|
|
|
tips-dialog.c \
|
|
|
|
|
tips-dialog.h \
|
|
|
|
|
tips-parser.c \
|
|
|
|
|
tips-parser.h \
|
|
|
|
|
user-install-dialog.c \
|
2004-10-19 07:08:44 -07:00
|
|
|
user-install-dialog.h \
|
2004-10-23 15:54:41 -07:00
|
|
|
vectors-export-dialog.c \
|
|
|
|
|
vectors-export-dialog.h \
|
|
|
|
|
vectors-import-dialog.c \
|
|
|
|
|
vectors-import-dialog.h \
|
2004-10-19 07:08:44 -07:00
|
|
|
vectors-options-dialog.c \
|
|
|
|
|
vectors-options-dialog.h
|
2004-09-13 08:15:23 -07:00
|
|
|
|
2004-12-10 15:30:37 -08:00
|
|
|
libappdialogs_a_built_sources = \
|
|
|
|
|
authors.h
|
2004-09-13 08:15:23 -07:00
|
|
|
|
2004-12-10 15:30:37 -08:00
|
|
|
libappdialogs_a_SOURCES = \
|
|
|
|
|
$(libappdialogs_a_built_sources) $(libappdialogs_a_sources)
|
2004-11-21 06:22:45 -08:00
|
|
|
|
|
|
|
|
EXTRA_DIST = \
|
2011-12-16 06:53:56 -08:00
|
|
|
authors.xsl
|
2004-12-10 15:30:37 -08:00
|
|
|
|
|
|
|
|
|
2007-02-21 08:47:36 -08:00
|
|
|
$(srcdir)/about-dialog.c: authors.h
|
|
|
|
|
|
2007-06-07 01:40:36 -07:00
|
|
|
authors.h: $(top_srcdir)/authors.xml $(srcdir)/authors.xsl
|
2004-12-10 15:30:37 -08:00
|
|
|
if HAVE_XSLTPROC
|
2007-06-07 01:40:36 -07:00
|
|
|
$(XSLTPROC) $(srcdir)/authors.xsl $< > $(@) || rm -f $(@)
|
2007-06-07 01:35:20 -07:00
|
|
|
else
|
2007-06-07 01:40:36 -07:00
|
|
|
@echo "*** xsltproc is required to regenerate $(@) ***"; exit 1;
|
2004-12-10 15:30:37 -08:00
|
|
|
endif
|