gimp/Makefile.am
Michael Natterer 30d2fdef07 configure.in themes/Default/images/Makefile.am some new Makefiles to make
2001-08-06  Michael Natterer  <mitch@gimp.org>

	* configure.in
	* themes/Default/images/Makefile.am
	* themes/Default/images/tools/Makefile.am: some new Makefiles to
	make it installable.

	* Makefile.am
	* gtkrc: removed...

	* themes/Default/Makefile.am
	* themes/Default/gtkrc: ...added here.

	* themes/Default/imagerc: new file (not used, just for
	documentation) which loads the default theme's images in the same
	way the inlined pixbufs are registered with the stock system.

	* gimprc.in
	* gimprc.win32
	* user_install
	* user_install.bat
	* app/gimprc.[ch]: added "theme-path" and "theme" gimprc variables.

	* app/app_procs.c: prase gimprc before initializing the GUI.

	* app/core/gimpdatafiles.[ch]: added support for getting only
	subdirectories in the callback.

	* libgimpbase/gimpenv.c: as a temp_hack gimp_gtkrc(); returns the
	default theme's gtkrc.

	* app/gui/gui.c: build a hash of theme directories and select
	the one configured in gimprc.theme. Use gimp_gtkrc()'s default
	value if there is no theme installed or configured.

	* app/gui/preferences-dialog.c: Added theme_path to the GUI. No
	stuff for selection the theme yet.

	* app/gui/menus.c: beautify <Image>/Tools/

	* app/tools/gimpcroptool.c: register in <Image>/Tools/Transform Tools/
2001-08-05 20:34:10 +00:00

108 lines
1.9 KiB
Makefile

## Process this file with automake to produce Makefile.in
SUBDIRS = \
tools \
intl \
regexrepl \
pixmaps \
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
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 \
gtkrc_user \
unitrc \
gimp_logo.ppm \
gimp_splash.ppm \
rmshm \
user_install \
user_install.bat \
ps-menurc \
gimp-1.4.m4 \
gimprc.win32 \
config.h.win32
gimpdata_DATA = \
gimp_logo.ppm \
gimp_splash.ppm
gimpsysconf_DATA = \
gimprc \
gimprc_user \
gtkrc_user \
unitrc \
ps-menurc
gimpdata_SCRIPTS = user_install
man_MANS = gimp.1 gimptool.1 gimp-remote.1 gimprc.5
m4datadir = $(datadir)/aclocal
m4data_DATA = gimp-1.4.m4
scriptdata =
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"`