gimp/plug-ins/Makefile.am
Michael Natterer 3413a9ef3c small fix.
2001-11-12  Michael Natterer  <mitch@gimp.org>

	* HACKING: small fix.

	* configure.in: changed --disable-perl to --enable-perl because
	it doesn't build properly at the moment.

	* pixmaps/Makefile.am: removed stuff which is no longer there
	from EXTRA_DIST.

	* plug-ins/Makefile.am: put back the $(GIMP_PERL) line in SUBDIRS.

	* app/widgets/gimpmenuitem.c. include "libgimpwidgets/gimpwidgets.h".

	* data/Makefile.am
	* data/brushes/Makefile.am
	* data/gradients/Makefile.am
	* data/palettes/Makefile.am
	* data/patterns/Makefile.am: removed the old "files" hack and put
	the stuff to EXTRA_DIST.

	* app/Makefile.am
	* app/base/Makefile.am
	* app/core/Makefile.am
	* app/file/Makefile.am
	* app/gui/Makefile.am
	* app/paint-funcs/Makefile.am
	* app/pdb/Makefile.am
	* app/tools/Makefile.am
	* app/widgets/Makefile.am
	* app/widgets/gimpmenuitem.c
	* app/xcf/Makefile.am
	* cursors/Makefile.am
	* libgimp/Makefile.am
	* libgimpbase/Makefile.am
	* libgimpcolor/Makefile.am
	* libgimpmath/Makefile.am
	* libgimpwidgets/Makefile.am
	* m4macros/Makefile.am
	* themes/Makefile.am
	* themes/Default/Makefile.am
	* themes/Default/images/Makefile.am
	* themes/Default/images/tools/Makefile.am: removed "files" target.
2001-11-13 01:46:10 +00:00

81 lines
1.4 KiB
Makefile

## Process this file with automake to produce Makefile.in
EXTRA_DIST = \
makefile.mingw \
makefile.mingw.in \
makefile.msc \
twain/README \
twain/tw_dump.c \
twain/tw_dump.h \
twain/tw_func.c \
twain/tw_func.h \
twain/tw_sess.c \
twain/tw_util.c \
twain/tw_util.h \
twain/twain.c \
twain/twain.h \
winsnap/resource.h \
winsnap/select.cur \
winsnap/small.ico \
winsnap/winsnap.c \
winsnap/winsnap.h \
winsnap/winsnap.ico \
winsnap/winsnap.rc
## if BUILD_PYTHON
## pygimp=pygimp
## else
## pygimp=
## endif
SUBDIRS = \
libgck \
dbbrowser \
script-fu \
FractalExplorer \
Lighting \
MapObject \
bmp \
faxg3 \
fits \
flame \
fp \
gfig \
gflare \
gfli \
$(GIMP_PERL) \
gimpressionist \
$(HELPBROWSER) \
ifscompose \
imagemap \
maze \
mosaic \
pagecurl \
print \
rcm \
sgi \
sel2path \
$(WEBBROWSER) \
$(XJT) \
plugin-helper \
common
## gap \
## gdyntext \
.PHONY: files
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
makefile.mingw: $(top_builddir)/config.status $(top_srcdir)/plug-ins/makefile.mingw.in
cd $(top_builddir) && CONFIG_FILES=plug-ins/$@ CONFIG_HEADERS= $(SHELL) ./config.status