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 = \
|
|
|
|
tools \
|
|
|
|
intl \
|
2001-01-24 07:56:18 +08:00
|
|
|
libgimpmath \
|
2001-01-24 02:49:44 +08:00
|
|
|
libgimpcolor \
|
2001-01-25 06:36:18 +08:00
|
|
|
libgimpwidgets \
|
2000-01-27 18:47:01 +08:00
|
|
|
libgimp \
|
|
|
|
app \
|
|
|
|
$(GIMP_PLUGINS) \
|
|
|
|
$(GIMP_MODULES) \
|
2000-09-28 03:49:32 +08:00
|
|
|
po \
|
|
|
|
po-libgimp \
|
|
|
|
po-plug-ins \
|
|
|
|
$(GIMP_PERL_PO) \
|
|
|
|
po-script-fu \
|
2001-02-13 11:06:52 +08:00
|
|
|
cursors \
|
|
|
|
pixmaps \
|
2000-01-27 18:47:01 +08:00
|
|
|
data \
|
|
|
|
tips \
|
|
|
|
help \
|
2001-02-13 11:06:52 +08:00
|
|
|
docs \
|
2000-07-05 02:50:03 +08:00
|
|
|
devel-docs \
|
|
|
|
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-02-13 11:06:52 +08:00
|
|
|
README.i18n \
|
|
|
|
README.win32 \
|
|
|
|
README.perl \
|
|
|
|
ChangeLog.pre-1-0 \
|
|
|
|
ChangeLog.pre-1-2 \
|
|
|
|
PLUGIN_MAINTAINERS \
|
|
|
|
MAINTAINERS \
|
|
|
|
TODO \
|
|
|
|
gtkrc \
|
|
|
|
gtkrc_user \
|
|
|
|
unitrc \
|
|
|
|
gimp_logo.ppm \
|
|
|
|
gimp_splash.ppm \
|
|
|
|
rmshm \
|
|
|
|
user_install \
|
|
|
|
user_install.bat \
|
|
|
|
ps-menurc \
|
2001-02-19 08:05:03 +08:00
|
|
|
gimp-1.4.m4 \
|
2001-02-13 11:06:52 +08:00
|
|
|
gimprc.win32 \
|
2000-12-25 16:08:08 +08:00
|
|
|
config.h.win32
|
1997-11-25 06:05:25 +08:00
|
|
|
|
1998-11-06 08:51:39 +08:00
|
|
|
gimpdata_DATA = \
|
2001-02-13 11:06:52 +08:00
|
|
|
gimp_logo.ppm \
|
2000-10-15 06:15:11 +08:00
|
|
|
gimp_splash.ppm
|
|
|
|
|
|
|
|
gimpsysconf_DATA = \
|
|
|
|
gimprc \
|
|
|
|
gimprc_user \
|
|
|
|
gtkrc \
|
2000-11-08 07:12:03 +08:00
|
|
|
gtkrc_user \
|
2000-10-15 06:15:11 +08:00
|
|
|
unitrc \
|
2000-02-08 03:06:18 +08:00
|
|
|
ps-menurc
|
1997-11-25 06:05:25 +08:00
|
|
|
|
|
|
|
gimpdata_SCRIPTS = user_install
|
|
|
|
|
2000-08-09 00:23:03 +08:00
|
|
|
man_MANS = gimp.1 gimptool.1 gimp-remote.1 gimprc.5
|
1998-04-14 06:18:59 +08:00
|
|
|
|
1998-06-14 12:33:27 +08:00
|
|
|
m4datadir = $(datadir)/aclocal
|
2001-02-19 08:05:03 +08:00
|
|
|
m4data_DATA = gimp-1.4.m4
|
1998-06-16 03:48:57 +08:00
|
|
|
|
|
|
|
scriptdata =
|
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
|
2000-01-27 18:47:01 +08:00
|
|
|
|
1997-11-25 06:05:25 +08:00
|
|
|
.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"`
|