gimp/Makefile.am

109 lines
1.9 KiB
Makefile
Raw Normal View History

1997-11-25 06:05:25 +08:00
## Process this file with automake to produce Makefile.in
SUBDIRS = \
m4macros \
tools \
regexrepl \
2001-08-04 22:10:58 +08:00
pixmaps \
Makefile.am configure.in themes/.cvsignore themes/Makefile.am 2001-08-05 Michael Natterer <mitch@gimp.org> * Makefile.am * configure.in * themes/.cvsignore * themes/Makefile.am * themes/Default/.cvsignore * themes/Default/Makefile.am * themes/Default/images/.cvsignore * themes/Default/images/*.png * themes/Default/images/tools/.cvsignore * themes/Default/images/tools/*.png: new place for all images which are registered with the stock system. The default images are all inlined but we will install the default theme later along with an appropriate gtkrc as a template for custom themes. Added PNGs of all tools icons. Thanks to syngin :) * pixmaps/.cvsignore * pixmaps/Makefile.am: reverted everything to the old state. This directory will go away soon. * libgimpwidgets/gimpstock.[ch]: changed accordingly. Register stock icons in GTK_ICON_SIZE_BUTTON for all tools. * app/core/gimptoolinfo.[ch] * app/tools/tool_manager.[ch]: GimpToolInfo wants a stock_id and a pre-rendered GdkPixbuf instead of ugly icon_data now. Added some workarounds until GimpPreview is a GtkImage and uses GdkPixbuf instead of TempBuf. * app/tools/Makefile.am * app/tools/icons.h: die, uglyness, die. * app/tools/[all tools].c: register with a stock_id, not a icon_data pointer. * app/gui/dialogs-constructors.c: Oops, GIMP badly crashed on changing the image for the past few days :) * app/gui/menus.c: create the tools' menu entries with stock icons. * app/gui/toolbox.c: use GtkImages instead of GimpPreviews for the toolbox buttons. Will need to change this back as soon as GimpPreview actually _is_ a GtkImage.
2001-08-06 00:07:02 +08:00
themes \
libgimpbase \
libgimpcolor \
libgimpmath \
libgimpwidgets \
libgimp \
app \
$(GIMP_PLUGINS) \
$(GIMP_MODULES) \
po \
po-libgimp \
po-plug-ins \
$(GIMP_PERL_PO) \
po-script-fu \
cursors \
data \
tips \
docs \
devel-docs \
build
1997-11-25 06:05:25 +08:00
bin_SCRIPTS = gimptool-1.4 @GIMPINSTALL@
EXTRA_SCRIPTS = gimpinstall
EXTRA_DIST = \
2001-11-13 14:17:07 +08:00
README.i18n \
README.win32 \
README.perl \
ChangeLog.pre-1-0 \
ChangeLog.pre-1-2 \
PLUGIN_MAINTAINERS \
MAINTAINERS \
TODO \
gtkrc_user \
unitrc \
gimp_logo.ppm \
gimp_splash.ppm \
rmshm \
user_install \
user_install.bat \
ps-menurc \
gimprc.win32 \
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
1997-11-25 06:05:25 +08:00
gimpdata_DATA = \
gimp_logo.ppm \
gimp_splash.ppm
gimpsysconf_DATA = \
gimprc \
gimprc_user \
gtkrc_user \
unitrc \
ps-menurc
1997-11-25 06:05:25 +08:00
gimpdata_SCRIPTS = user_install
scriptdata =
1997-11-25 06:05:25 +08:00
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
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"`