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