## Process this file with automake to produce Makefile.in SUBDIRS = \ m4macros \ tools \ regexrepl \ pixmaps \ cursors \ themes \ po \ po-libgimp \ po-plug-ins \ po-script-fu \ $(GIMP_PERL_PO) \ libgimpbase \ libgimpcolor \ libgimpmath \ libgimpwidgets \ libgimp \ app \ $(GIMP_MODULES) \ $(GIMP_PLUGINS) \ data \ etc \ tips \ docs \ devel-docs \ build bin_SCRIPTS = gimptool-1.4 @GIMPINSTALL@ EXTRA_SCRIPTS = gimpinstall EXTRA_DIST = \ README.i18n \ README.win32 \ README.perl \ ChangeLog.pre-1-0 \ ChangeLog.pre-1-2 \ PLUGIN_MAINTAINERS \ MAINTAINERS \ TODO \ TODO.xml \ config.h.win32 \ po/po2tbl.sed.in \ po/update.sh \ po/update.pl \ po-libgimp/update.sh \ po-plug-ins/update.sh \ po-script-fu/script-fu-xgettext \ po-script-fu/update.sh gimpinstall: $(LN_S) $(srcdir)/install-sh $(srcdir)/gimpinstall install-exec-local: cd $(DESTDIR)$(bindir) \ && rm -f gimp-config-1.4 \ && $(LN_S) gimptool-1.4 gimp-config-1.4 uninstall-local: rm -f $(DESTDIR)$(bindir)/gimp-config-1.4 .PHONY: files populate checkin release files: @files=`ls $(DISTFILES) 2> /dev/null`; for p in $$files; do \ echo $$p; \ done @for subdir in $(SUBDIRS); do \ files=`cd $$subdir; $(MAKE) files | grep -v "make\[[1-9]\]"`; \ for file in $$files; do \ echo $$subdir/$$file; \ done; \ done populate: @echo "populating project" @files=`$(MAKE) files | grep -v "make\[[1-9]\]"`; prcs populate -d gimp.prj $$files checkin: populate @echo "checking in project" @prcs checkin release: $(MAKE) dist distdir=$(PACKAGE)`date +"%y%m%d"`