2001-06-09 00:50:49 +08:00
|
|
|
## Process this file with automake to produce Makefile.in
|
|
|
|
|
2002-10-21 22:15:02 +08:00
|
|
|
SUBDIRS = \
|
2003-02-07 02:38:54 +08:00
|
|
|
libgimpbase \
|
2002-10-21 22:15:02 +08:00
|
|
|
libgimpcolor \
|
2005-01-26 07:13:11 +08:00
|
|
|
libgimpconfig \
|
2002-10-21 22:15:02 +08:00
|
|
|
libgimpmath \
|
|
|
|
libgimpmodule \
|
2003-12-08 18:28:40 +08:00
|
|
|
libgimpthumb \
|
2002-10-21 22:15:02 +08:00
|
|
|
libgimpwidgets \
|
2005-04-20 08:41:15 +08:00
|
|
|
libgimp \
|
|
|
|
tools
|
2000-02-03 09:47:15 +08:00
|
|
|
|
2000-06-13 22:05:35 +08:00
|
|
|
EXTRA_DIST = \
|
2003-02-10 04:49:38 +08:00
|
|
|
ChangeLog \
|
|
|
|
README \
|
|
|
|
README.gtkdoc \
|
2004-11-01 08:01:53 +08:00
|
|
|
app \
|
2003-02-10 04:49:38 +08:00
|
|
|
debug-plug-ins.txt \
|
2003-07-10 05:46:07 +08:00
|
|
|
gbr.txt \
|
2004-08-26 01:50:35 +08:00
|
|
|
ggr.txt \
|
2003-02-10 04:49:38 +08:00
|
|
|
gih.txt \
|
|
|
|
gpb.txt \
|
|
|
|
includes.txt \
|
|
|
|
parasites.txt \
|
2003-07-10 05:46:07 +08:00
|
|
|
pat.txt \
|
2003-02-20 01:04:03 +08:00
|
|
|
structure.xml \
|
2003-02-10 04:49:38 +08:00
|
|
|
undo.txt \
|
2000-06-13 22:05:35 +08:00
|
|
|
xcf.txt
|
2005-01-21 02:21:41 +08:00
|
|
|
|
|
|
|
|
|
|
|
# require gtk-doc when making dist
|
|
|
|
#
|
|
|
|
if ENABLE_GTK_DOC
|
|
|
|
dist-check-gtk-doc:
|
|
|
|
else
|
|
|
|
dist-check-gtk-doc:
|
|
|
|
@echo "*** gtk-doc must be enabled in order to make dist"
|
|
|
|
@false
|
|
|
|
endif
|
|
|
|
|
|
|
|
dist-hook: dist-check-gtk-doc
|