2003-04-15 Sven Neumann <sven@gimp.org> Removed support for pluggable tools: * configure.in: bumped version number to 1.3.15. * Makefile.am * libgimpproxy * libgimptool * plug-ins/Makefile.am * plug-ins/plugin-helper * plug-ins/tools: removed libgimpproxy, libgimptool and plug-ins that used it. * tools/Makefile.am * tools/gimp-mkproxy: removed tool that used to generate libgimpproxy. * app/core/core-enums.h * app/core/gimpchannel.h * app/display/display-types.h * app/widgets/widgets-enums.h: removed proxy-skip/resume stuff. * app/core/gimpobject.c: use gimp marshallers. * app/tools/Makefile.am * app/tools/gimptool.h * app/tools/tools-enums.[ch]: moved these files back from libgimptool. * app/tools/gimptool.c * app/tools/gimptoolcontrol.h: merged back functionality from libgimptool. * app/Makefile.am * app/display/gimpdisplay.c * app/display/gimpdisplayshell-callbacks.c * app/gui/tools-commands.c * app/tools/gimpairbrushtool.c * app/tools/gimpbucketfilltool.h * app/tools/gimpdrawtool.h * app/tools/gimpimagemaptool.h * app/tools/gimpinktool.h * app/tools/gimptoolmodule.c * app/tools/tool_manager.c * app/tools/tools-types.h * app/tools/tools.c * tools/pdbgen/Makefile.am: changed accordingly.
56 lines
852 B
Makefile
56 lines
852 B
Makefile
## Process this file with automake to produce Makefile.in
|
|
|
|
EXTRA_DIST = \
|
|
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
|
|
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) \
|
|
$(pygimp) \
|
|
rcm \
|
|
sgi \
|
|
sel2path \
|
|
$(WEBBROWSER) \
|
|
$(XJT) \
|
|
common
|