2001-06-08 09:50:49 -07:00
|
|
|
## Process this file with automake to produce Makefile.in
|
|
|
|
|
|
2007-05-05 16:16:58 -07:00
|
|
|
if ENABLE_GTK_DOC_APP
|
|
|
|
|
app = app
|
|
|
|
|
endif
|
|
|
|
|
|
2002-10-21 07:15:02 -07:00
|
|
|
SUBDIRS = \
|
2007-05-05 16:16:58 -07:00
|
|
|
tools \
|
2003-02-06 10:38:54 -08:00
|
|
|
libgimpbase \
|
2002-10-21 07:15:02 -07:00
|
|
|
libgimpcolor \
|
2005-01-25 15:13:11 -08:00
|
|
|
libgimpconfig \
|
2002-10-21 07:15:02 -07:00
|
|
|
libgimpmath \
|
|
|
|
|
libgimpmodule \
|
2003-12-08 02:28:40 -08:00
|
|
|
libgimpthumb \
|
2002-10-21 07:15:02 -07:00
|
|
|
libgimpwidgets \
|
2005-04-19 17:41:15 -07:00
|
|
|
libgimp \
|
2018-11-08 00:33:47 -08:00
|
|
|
$(app) \
|
|
|
|
|
\
|
|
|
|
|
performance-logs
|
2000-02-02 17:47:15 -08:00
|
|
|
|
2000-06-13 07:05:35 -07:00
|
|
|
EXTRA_DIST = \
|
2010-02-13 03:25:29 -08:00
|
|
|
README \
|
|
|
|
|
README.gtkdoc \
|
|
|
|
|
contexts.txt \
|
|
|
|
|
debug-plug-ins.txt \
|
|
|
|
|
exif-handling.txt \
|
|
|
|
|
gbr.txt \
|
|
|
|
|
ggr.txt \
|
|
|
|
|
gih.txt \
|
2018-07-11 13:22:34 -07:00
|
|
|
gitlab-milestones.txt \
|
2010-02-13 03:25:29 -08:00
|
|
|
gpb.txt \
|
|
|
|
|
includes.txt \
|
2014-08-26 20:09:42 -07:00
|
|
|
libtool-instructions.txt \
|
2010-02-13 03:25:29 -08:00
|
|
|
parasites.txt \
|
|
|
|
|
pat.txt \
|
2011-08-28 18:17:04 -07:00
|
|
|
gegl-porting-plan.txt \
|
2010-02-13 03:25:29 -08:00
|
|
|
gtkbuilder-porting-guide.txt \
|
|
|
|
|
release-howto.txt \
|
|
|
|
|
structure.xml \
|
|
|
|
|
submitting-patches.txt \
|
|
|
|
|
tagging.txt \
|
|
|
|
|
ui-framework.txt \
|
|
|
|
|
undo.txt \
|
|
|
|
|
vbr.txt \
|
2000-06-13 07:05:35 -07:00
|
|
|
xcf.txt
|
2005-01-20 10:21:41 -08:00
|
|
|
|
|
|
|
|
|
|
|
|
|
# require gtk-doc when making dist
|
|
|
|
|
#
|
|
|
|
|
if ENABLE_GTK_DOC
|
|
|
|
|
dist-check-gtk-doc:
|
2007-05-05 16:16:58 -07:00
|
|
|
if ENABLE_GTK_DOC_APP
|
|
|
|
|
@echo "*** gtk-doc-app must be disabled in order to make dist"
|
|
|
|
|
@false
|
|
|
|
|
endif
|
2005-01-20 10:21:41 -08:00
|
|
|
else
|
|
|
|
|
dist-check-gtk-doc:
|
|
|
|
|
@echo "*** gtk-doc must be enabled in order to make dist"
|
|
|
|
|
@false
|
|
|
|
|
endif
|
|
|
|
|
|
|
|
|
|
dist-hook: dist-check-gtk-doc
|