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 = \
|
2001-08-28 21:04:47 +08:00
|
|
|
m4macros \
|
2001-07-12 08:58:39 +08:00
|
|
|
tools \
|
|
|
|
regexrepl \
|
2001-08-04 22:10:58 +08:00
|
|
|
pixmaps \
|
2001-11-14 23:56:19 +08:00
|
|
|
cursors \
|
2001-08-06 00:07:02 +08:00
|
|
|
themes \
|
2001-11-14 23:56:19 +08:00
|
|
|
po \
|
|
|
|
po-libgimp \
|
|
|
|
po-plug-ins \
|
|
|
|
po-script-fu \
|
|
|
|
$(GIMP_PERL_PO) \
|
2001-07-12 08:58:39 +08:00
|
|
|
libgimpbase \
|
|
|
|
libgimpcolor \
|
|
|
|
libgimpmath \
|
|
|
|
libgimpwidgets \
|
|
|
|
libgimp \
|
|
|
|
app \
|
|
|
|
$(GIMP_MODULES) \
|
2001-11-14 23:56:19 +08:00
|
|
|
$(GIMP_PLUGINS) \
|
2001-07-12 08:58:39 +08:00
|
|
|
data \
|
2001-11-15 02:44:55 +08:00
|
|
|
etc \
|
2001-07-12 08:58:39 +08:00
|
|
|
tips \
|
|
|
|
docs \
|
|
|
|
devel-docs \
|
2000-07-05 02:50:03 +08:00
|
|
|
build
|
1997-11-25 06:05:25 +08:00
|
|
|
|
2001-02-19 08:05:03 +08:00
|
|
|
bin_SCRIPTS = gimptool-1.4 @GIMPINSTALL@
|
1999-08-26 08:31:37 +08:00
|
|
|
|
|
|
|
EXTRA_SCRIPTS = gimpinstall
|
1998-05-03 05:50:29 +08:00
|
|
|
|
1998-11-06 08:51:39 +08:00
|
|
|
EXTRA_DIST = \
|
2001-11-15 22:42:29 +08:00
|
|
|
AUTHORS \
|
|
|
|
COPYING \
|
|
|
|
ChangeLog \
|
2001-11-13 14:17:07 +08:00
|
|
|
ChangeLog.pre-1-0 \
|
|
|
|
ChangeLog.pre-1-2 \
|
2001-11-15 22:42:29 +08:00
|
|
|
HACKING \
|
|
|
|
INSTALL \
|
2001-11-13 14:17:07 +08:00
|
|
|
MAINTAINERS \
|
2001-11-15 22:42:29 +08:00
|
|
|
NEWS \
|
|
|
|
PLUGIN_MAINTAINERS \
|
|
|
|
README \
|
|
|
|
README.i18n \
|
|
|
|
README.perl \
|
|
|
|
README.win32 \
|
2001-11-13 14:17:07 +08:00
|
|
|
TODO \
|
2001-11-15 02:44:55 +08:00
|
|
|
TODO.xml \
|
2001-11-13 14:17:07 +08:00
|
|
|
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 \
|
2001-11-13 13:33:44 +08:00
|
|
|
po-script-fu/update.sh
|
1997-11-25 06:05:25 +08:00
|
|
|
|
1999-08-26 08:31:37 +08:00
|
|
|
gimpinstall:
|
|
|
|
$(LN_S) $(srcdir)/install-sh $(srcdir)/gimpinstall
|
|
|
|
|
2000-01-27 18:47:01 +08:00
|
|
|
install-exec-local:
|
|
|
|
cd $(DESTDIR)$(bindir) \
|
2001-02-19 08:05:03 +08:00
|
|
|
&& rm -f gimp-config-1.4 \
|
|
|
|
&& $(LN_S) gimptool-1.4 gimp-config-1.4
|
2000-01-27 18:47:01 +08:00
|
|
|
|
|
|
|
uninstall-local:
|
2001-02-19 08:05:03 +08:00
|
|
|
rm -f $(DESTDIR)$(bindir)/gimp-config-1.4
|