1997-11-25 06:05:25 +08:00
|
|
|
## Process this file with automake to produce Makefile.in
|
|
|
|
|
2000-01-27 18:47:01 +08:00
|
|
|
SUBDIRS = \
|
2005-01-21 02:21:41 +08:00
|
|
|
m4macros \
|
|
|
|
tools \
|
|
|
|
cursors \
|
|
|
|
themes \
|
|
|
|
po \
|
|
|
|
po-libgimp \
|
|
|
|
po-plug-ins \
|
2006-09-14 03:16:58 +08:00
|
|
|
po-python \
|
2005-01-21 02:21:41 +08:00
|
|
|
po-script-fu \
|
2005-07-01 22:29:43 +08:00
|
|
|
po-tips \
|
2005-01-21 02:21:41 +08:00
|
|
|
data \
|
2005-06-16 22:50:43 +08:00
|
|
|
desktop \
|
2005-01-21 02:21:41 +08:00
|
|
|
menus \
|
|
|
|
libgimpbase \
|
|
|
|
libgimpcolor \
|
|
|
|
libgimpmath \
|
2005-01-27 09:17:09 +08:00
|
|
|
libgimpconfig \
|
2005-01-21 02:21:41 +08:00
|
|
|
libgimpmodule \
|
|
|
|
libgimpthumb \
|
|
|
|
libgimpwidgets \
|
|
|
|
libgimp \
|
|
|
|
app \
|
|
|
|
$(GIMP_MODULES) \
|
|
|
|
$(GIMP_PLUGINS) \
|
|
|
|
etc \
|
|
|
|
devel-docs \
|
2003-12-09 08:05:12 +08:00
|
|
|
docs
|
1997-11-25 06:05:25 +08:00
|
|
|
|
2007-11-17 05:37:20 +08:00
|
|
|
bin_SCRIPTS = @GIMPINSTALL@
|
2001-11-25 08:19:38 +08:00
|
|
|
|
|
|
|
pkgconfigdir = $(libdir)/pkgconfig
|
2003-11-26 09:12:36 +08:00
|
|
|
pkgconfig_DATA = \
|
2004-01-22 11:51:46 +08:00
|
|
|
gimp-@GIMP_PKGCONFIG_VERSION@.pc \
|
|
|
|
gimpthumb-@GIMP_PKGCONFIG_VERSION@.pc \
|
|
|
|
gimpui-@GIMP_PKGCONFIG_VERSION@.pc
|
1999-08-26 08:31:37 +08:00
|
|
|
|
2004-12-11 07:30:37 +08:00
|
|
|
|
2007-02-26 18:47:22 +08:00
|
|
|
AUTHORS: authors.xml authors.xsl
|
2004-12-11 07:30:37 +08:00
|
|
|
if HAVE_XSLTPROC
|
|
|
|
$(XSLTPROC) authors.xsl $< > $(@) || rm -f $(@)
|
|
|
|
endif
|
|
|
|
|
|
|
|
|
2004-01-22 11:51:46 +08:00
|
|
|
EXTRA_SCRIPTS = gimpinstall-@GIMP_TOOL_VERSION@
|
1998-05-03 05:50:29 +08:00
|
|
|
|
1998-11-06 08:51:39 +08:00
|
|
|
EXTRA_DIST = \
|
2002-03-28 23:45:27 +08:00
|
|
|
AUTHORS \
|
|
|
|
COPYING \
|
|
|
|
ChangeLog \
|
|
|
|
ChangeLog.pre-1-0 \
|
|
|
|
ChangeLog.pre-1-2 \
|
2004-03-24 02:52:47 +08:00
|
|
|
ChangeLog.pre-2-0 \
|
2007-10-24 22:50:41 +08:00
|
|
|
ChangeLog.pre-2-2 \
|
|
|
|
ChangeLog.pre-2-4 \
|
2002-03-28 23:45:27 +08:00
|
|
|
HACKING \
|
|
|
|
INSTALL \
|
2003-08-15 18:41:31 +08:00
|
|
|
LICENSE \
|
2002-03-28 23:45:27 +08:00
|
|
|
NEWS \
|
2004-04-05 08:17:57 +08:00
|
|
|
NEWS.pre-2-0 \
|
2004-12-22 09:07:11 +08:00
|
|
|
NEWS.pre-2-2 \
|
2007-10-24 22:50:41 +08:00
|
|
|
NEWS.pre-2-4 \
|
2002-03-28 23:45:27 +08:00
|
|
|
README \
|
|
|
|
README.i18n \
|
2004-12-11 07:30:37 +08:00
|
|
|
authors.dtd \
|
|
|
|
authors.xml \
|
|
|
|
authors.xsl \
|
2002-03-28 23:45:27 +08:00
|
|
|
config.h.win32 \
|
2003-10-10 05:33:27 +08:00
|
|
|
gimp-zip.in \
|
2004-03-11 00:46:48 +08:00
|
|
|
gimpdefs.msc \
|
2002-03-28 23:45:27 +08:00
|
|
|
intltool-extract.in \
|
|
|
|
intltool-merge.in \
|
|
|
|
intltool-update.in \
|
2007-05-06 19:09:55 +08:00
|
|
|
makefile.msc \
|
|
|
|
mkinstalldirs
|
1997-11-25 06:05:25 +08:00
|
|
|
|
2004-10-12 08:33:27 +08:00
|
|
|
|
2007-05-06 19:09:55 +08:00
|
|
|
DISTCHECK_CONFIGURE_FLAGS = --enable-gtk-doc
|
2004-10-12 08:33:27 +08:00
|
|
|
|
2002-06-21 07:50:15 +08:00
|
|
|
DISTCLEANFILES = \
|
|
|
|
intltool-extract \
|
|
|
|
intltool-merge \
|
|
|
|
intltool-update
|
|
|
|
|
2002-11-08 01:12:17 +08:00
|
|
|
|
2004-01-22 11:51:46 +08:00
|
|
|
gimpinstall-@GIMP_TOOL_VERSION@:
|
|
|
|
$(LN_S) $(srcdir)/install-sh $(srcdir)/gimpinstall-@GIMP_TOOL_VERSION@
|
2004-12-11 07:30:37 +08:00
|
|
|
|
2006-11-09 05:42:32 +08:00
|
|
|
check-defs:
|
2007-05-06 21:12:25 +08:00
|
|
|
@$(PYTHON) $(top_srcdir)/tools/defcheck.py $(top_srcdir) || \
|
|
|
|
( echo "*** .def files inconsistent ***"; exit 1; )
|
2004-12-11 07:30:37 +08:00
|
|
|
|
|
|
|
validate-authors:
|
|
|
|
if HAVE_XMLLINT
|
2007-05-06 21:12:25 +08:00
|
|
|
@cd $(srcdir); \
|
|
|
|
$(XMLLINT) --noout --valid authors.xml || \
|
|
|
|
( echo "*** authors.xml INVALID ***"; exit 1; )
|
2004-12-11 07:30:37 +08:00
|
|
|
endif
|
|
|
|
|
2005-06-26 01:25:13 +08:00
|
|
|
all-local: AUTHORS
|
2004-12-11 07:30:37 +08:00
|
|
|
|
2006-11-09 05:42:32 +08:00
|
|
|
dist-hook: check-defs validate-authors
|