gimp/plug-ins/Makefile.am
Manish Singh 7117483fcb configure.in app/Makefile.am app/plug-in/Makefile.am plug-ins/Makefile.am
2001-11-11  Manish Singh  <yosh@gimp.org>

        * configure.in
        * app/Makefile.am
        * app/plug-in/Makefile.am
        * plug-ins/Makefile.am
        * modules/Makefile.am: fixes to build with automake 1.5 (just hacks
        to get it to work, real fixes to come later)

        * app/gui/preferences-dialog.c: unset GValue from tree model when
        we're done with it.

        * libgimpwidgets/gimpcolorarea.c
        * libgimpwidgets/gimpcolorbutton.c
        * libgimpwidgets/gimpsizeentry.[ch]
        * libgimpwidgets/gimpwidgets.[ch]
        * plug-ins/common/animationplay.c
        * plug-ins/common/colorify.c
        * plug-ins/common/curve_bend.c
        * plug-ins/common/diffraction.c
        * plug-ins/common/film.c
        * plug-ins/common/gbr.c
        * plug-ins/common/gee.c
        * plug-ins/common/gee_zoom.c
        * plug-ins/common/gicon.c
        * plug-ins/common/gih.c
        * plug-ins/common/gtm.c
        * plug-ins/common/jpeg.c
        * plug-ins/common/mail.c
        * plug-ins/common/pat.c
        * plug-ins/common/plugindetails.c
        * plug-ins/common/png.c
        * plug-ins/common/ps.c
        * plug-ins/common/sample_colorize.c
        * plug-ins/common/sinus.c
        * plug-ins/common/spheredesigner.c
        * plug-ins/common/tileit.c
        * plug-ins/common/uniteditor.c
        * plug-ins/common/xbm.c: gtk_widget_set_usize is deprecated. Use
        gtk_widget_set_size_request instead.

        * libgimpwidgets/gimpunitmenu.[ch]: changed to use GtkTreeView.
2001-11-11 18:35:25 +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 \
gimpressionist \
$(HELPBROWSER) \
ifscompose \
imagemap \
maze \
mosaic \
pagecurl \
print \
rcm \
sgi \
sel2path \
$(WEBBROWSER) \
$(XJT) \
plugin-helper \
common
## $(GIMP_PERL) \
## 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