1997-11-25 06:05:25 +08:00
|
|
|
## Process this file with automake to produce Makefile.in
|
|
|
|
|
2001-05-09 10:32:03 +08:00
|
|
|
SUBDIRS = paint-funcs core pdb tools widgets gui
|
2001-01-22 05:58:16 +08:00
|
|
|
|
1997-11-25 06:05:25 +08:00
|
|
|
scriptdata =
|
|
|
|
|
2001-01-03 07:16:40 +08:00
|
|
|
if HAVE_GLIBC_REGEX
|
|
|
|
regex_sources =
|
|
|
|
else
|
2001-04-03 01:19:41 +08:00
|
|
|
regex_sources = \
|
|
|
|
regexrepl.c \
|
|
|
|
regexrepl.h
|
2001-01-03 07:16:40 +08:00
|
|
|
endif
|
|
|
|
|
2001-03-11 21:15:41 +08:00
|
|
|
if HAVE_ASM_MMX
|
2001-04-03 01:19:41 +08:00
|
|
|
mmx_sources = \
|
2001-04-07 22:44:12 +08:00
|
|
|
detect_mmx.S
|
2001-03-11 21:15:41 +08:00
|
|
|
else
|
|
|
|
mmx_sources =
|
|
|
|
endif
|
|
|
|
|
1997-11-25 06:05:25 +08:00
|
|
|
bin_PROGRAMS = gimp
|
|
|
|
|
|
|
|
gimp_SOURCES = \
|
2001-04-18 08:05:26 +08:00
|
|
|
##
|
|
|
|
## gui stuff that needs to go to libgimp/, gui/ or /dev/null
|
|
|
|
##
|
|
|
|
colormaps.c \
|
|
|
|
colormaps.h \
|
2001-04-16 01:03:52 +08:00
|
|
|
devices.c \
|
|
|
|
devices.h \
|
|
|
|
dialog_handler.c \
|
|
|
|
dialog_handler.h \
|
2001-04-18 08:05:26 +08:00
|
|
|
docindex.c \
|
|
|
|
docindex.h \
|
2001-04-16 01:03:52 +08:00
|
|
|
errorconsole.c \
|
|
|
|
errorconsole.h \
|
2001-04-18 08:05:26 +08:00
|
|
|
gimpprogress.c \
|
|
|
|
gimpprogress.h \
|
2001-04-16 01:03:52 +08:00
|
|
|
gimpui.c \
|
|
|
|
gimpui.h \
|
|
|
|
nav_window.c \
|
|
|
|
nav_window.h \
|
|
|
|
ops_buttons.c \
|
|
|
|
ops_buttons.h \
|
2001-04-18 08:05:26 +08:00
|
|
|
qmask.c \
|
|
|
|
qmask.h \
|
2001-04-16 01:03:52 +08:00
|
|
|
resolution_calibrate.c \
|
|
|
|
resolution_calibrate.h \
|
2001-04-18 08:05:26 +08:00
|
|
|
undo_history.c \
|
|
|
|
undo_history.h \
|
|
|
|
##
|
|
|
|
## display stuff
|
|
|
|
##
|
|
|
|
disp_callbacks.c \
|
|
|
|
disp_callbacks.h \
|
2001-04-19 08:23:43 +08:00
|
|
|
gdisplay.c \
|
|
|
|
gdisplay.h \
|
|
|
|
gdisplay_ops.c \
|
|
|
|
gdisplay_ops.h \
|
2001-04-18 08:05:26 +08:00
|
|
|
gximage.c \
|
|
|
|
gximage.h \
|
|
|
|
image_render.c \
|
|
|
|
image_render.h \
|
|
|
|
interface.c \
|
|
|
|
interface.h \
|
|
|
|
scale.c \
|
|
|
|
scale.h \
|
|
|
|
scroll.c \
|
|
|
|
scroll.h \
|
|
|
|
selection.c \
|
|
|
|
selection.h \
|
|
|
|
marching_ants.h \
|
|
|
|
##
|
|
|
|
## stuff that needs to be split up in core / ui files
|
|
|
|
##
|
|
|
|
global_edit.c \
|
|
|
|
global_edit.h \
|
|
|
|
image_map.c \
|
|
|
|
image_map.h \
|
|
|
|
module_db.c \
|
|
|
|
module_db.h \
|
2001-05-14 21:39:45 +08:00
|
|
|
resize.c \
|
|
|
|
resize.h \
|
2001-04-18 08:05:26 +08:00
|
|
|
user_install.c \
|
|
|
|
user_install.h \
|
|
|
|
##
|
2001-05-10 06:34:59 +08:00
|
|
|
## stuff for core/
|
|
|
|
##
|
|
|
|
datafiles.c \
|
|
|
|
datafiles.h \
|
|
|
|
floating_sel.c \
|
|
|
|
floating_sel.h \
|
|
|
|
fsdither.h \
|
2001-05-14 21:39:45 +08:00
|
|
|
gimphistogram.c \
|
|
|
|
gimphistogram.h \
|
2001-05-10 06:34:59 +08:00
|
|
|
gimppreviewcache.h \
|
|
|
|
gimppreviewcache.c \
|
|
|
|
parasitelist.c \
|
|
|
|
parasitelist.h \
|
|
|
|
scan_convert.c \
|
|
|
|
scan_convert.h \
|
|
|
|
##
|
|
|
|
## lowlevel stuff for base/
|
|
|
|
##
|
|
|
|
boundary.c \
|
|
|
|
boundary.h \
|
|
|
|
brush_scale.c \
|
|
|
|
brush_scale.h \
|
2001-05-14 21:39:45 +08:00
|
|
|
gimpcheck.h \
|
2001-05-10 06:34:59 +08:00
|
|
|
gimplut.c \
|
|
|
|
gimplut.h \
|
|
|
|
lut_funcs.c \
|
|
|
|
lut_funcs.h \
|
|
|
|
pixel_processor.c \
|
|
|
|
pixel_processor.h \
|
|
|
|
pixel_region.c \
|
|
|
|
pixel_region.h \
|
|
|
|
pixel_surround.c \
|
|
|
|
pixel_surround.h \
|
|
|
|
temp_buf.c \
|
|
|
|
temp_buf.h \
|
|
|
|
tile.c \
|
|
|
|
tile.h \
|
|
|
|
tile_pvt.h \
|
|
|
|
tile_cache.c \
|
|
|
|
tile_cache.h \
|
|
|
|
tile_manager.c \
|
|
|
|
tile_manager.h \
|
|
|
|
tile_manager_pvt.h \
|
|
|
|
tile_swap.c \
|
|
|
|
tile_swap.h \
|
|
|
|
##
|
2001-04-19 08:23:43 +08:00
|
|
|
## stuff that needs to be sorted into yet undecided subsystems, split up,
|
|
|
|
## removed or otherwise tortured
|
2001-04-18 08:05:26 +08:00
|
|
|
##
|
1997-11-25 06:05:25 +08:00
|
|
|
app_procs.c \
|
|
|
|
app_procs.h \
|
2001-01-19 21:13:03 +08:00
|
|
|
appenums.h \
|
1997-11-25 06:05:25 +08:00
|
|
|
appenv.h \
|
1999-09-12 03:33:33 +08:00
|
|
|
apptypes.h \
|
2000-07-25 06:11:28 +08:00
|
|
|
authors.h \
|
1997-11-25 06:05:25 +08:00
|
|
|
batch.c \
|
|
|
|
batch.h \
|
|
|
|
color_transfer.c \
|
|
|
|
color_transfer.h \
|
1999-06-19 02:29:27 +08:00
|
|
|
context_manager.c \
|
|
|
|
context_manager.h \
|
1997-11-25 06:05:25 +08:00
|
|
|
drawable.c \
|
|
|
|
drawable.h \
|
|
|
|
errors.c \
|
|
|
|
errors.h \
|
2001-03-30 21:31:41 +08:00
|
|
|
file-open.c \
|
|
|
|
file-open.h \
|
|
|
|
file-save.c \
|
|
|
|
file-save.h \
|
|
|
|
file-utils.h \
|
|
|
|
file-utils.c \
|
1997-11-25 06:05:25 +08:00
|
|
|
general.c \
|
|
|
|
general.h \
|
|
|
|
gimage.c \
|
|
|
|
gimage.h \
|
1999-09-28 01:58:10 +08:00
|
|
|
gimphelp.c \
|
|
|
|
gimphelp.h \
|
1998-10-30 18:21:33 +08:00
|
|
|
gimpparasite.c \
|
|
|
|
gimpparasite.h \
|
1997-11-25 06:05:25 +08:00
|
|
|
gimprc.c \
|
|
|
|
gimprc.h \
|
1999-03-17 04:14:07 +08:00
|
|
|
gimpunit.c \
|
1999-08-26 12:39:21 +08:00
|
|
|
image_new.c \
|
|
|
|
image_new.h \
|
2001-01-24 00:05:10 +08:00
|
|
|
libgimp_glue.c \
|
|
|
|
libgimp_glue.h \
|
1997-11-25 06:05:25 +08:00
|
|
|
main.c \
|
2000-02-16 09:47:22 +08:00
|
|
|
path.c \
|
2000-02-16 21:52:33 +08:00
|
|
|
path.h \
|
|
|
|
pathP.h \
|
|
|
|
path_transform.h \
|
2001-04-07 22:55:39 +08:00
|
|
|
path_curves.h \
|
|
|
|
path_curves.c \
|
|
|
|
path_bezier.h \
|
|
|
|
path_bezier.c \
|
1997-11-25 06:05:25 +08:00
|
|
|
plug_in.c \
|
|
|
|
plug_in.h \
|
2001-04-16 00:16:13 +08:00
|
|
|
undo.c \
|
|
|
|
undo.h \
|
|
|
|
undo_types.h \
|
|
|
|
unitrc.h \
|
|
|
|
xcf.c \
|
|
|
|
xcf.h \
|
|
|
|
$(regex_sources) \
|
2001-05-14 08:04:29 +08:00
|
|
|
$(mmx_sources)
|
1997-11-25 06:05:25 +08:00
|
|
|
|
|
|
|
EXTRA_DIST = \
|
2001-02-25 22:37:12 +08:00
|
|
|
makefile.mingw \
|
|
|
|
makefile.mingw.in \
|
|
|
|
makefile.msc \
|
|
|
|
gimp.rc \
|
|
|
|
gimp.sym \
|
|
|
|
wilber.ico \
|
2001-04-03 01:19:41 +08:00
|
|
|
arch/i386/mmx/detect_mmx.S \
|
2001-02-11 05:14:54 +08:00
|
|
|
arch/i386/mmx/paint_funcs_mmx.S
|
1999-03-06 07:50:24 +08:00
|
|
|
|
1997-11-25 06:05:25 +08:00
|
|
|
|
1999-09-14 06:31:07 +08:00
|
|
|
gimp_LDFLAGS = -export-dynamic -export-symbols $(srcdir)/gimp.sym
|
1999-05-05 06:59:54 +08:00
|
|
|
|
1999-04-10 12:54:34 +08:00
|
|
|
AM_CPPFLAGS = \
|
1997-11-25 06:05:25 +08:00
|
|
|
-DLIBDIR=\""$(gimpplugindir)"\" \
|
1998-12-02 07:19:01 +08:00
|
|
|
-DLOCALEDIR=\""$(localedir)"\" \
|
1999-01-03 07:28:01 +08:00
|
|
|
-DREGEX_MALLOC \
|
2000-07-31 00:25:19 +08:00
|
|
|
-DG_LOG_DOMAIN=\"Gimp\" \
|
1999-05-13 11:10:45 +08:00
|
|
|
@GIMP_THREAD_FLAGS@ \
|
|
|
|
@GIMP_MP_FLAGS@
|
1997-11-25 06:05:25 +08:00
|
|
|
|
|
|
|
INCLUDES = \
|
|
|
|
-I$(top_srcdir) \
|
1998-08-06 07:46:04 +08:00
|
|
|
-I$(top_srcdir)/intl \
|
1998-06-20 03:47:34 +08:00
|
|
|
$(GTK_CFLAGS) \
|
1997-11-25 06:05:25 +08:00
|
|
|
-I$(includedir)
|
|
|
|
|
1999-05-05 06:59:54 +08:00
|
|
|
gimp_LDADD = \
|
2001-04-07 22:44:12 +08:00
|
|
|
paint-funcs/libapppaint-funcs.la \
|
2001-02-25 22:37:12 +08:00
|
|
|
pdb/libapppdb.la \
|
|
|
|
tools/libapptools.la \
|
2001-05-09 10:32:03 +08:00
|
|
|
gui/libappgui.la \
|
2001-04-11 09:13:53 +08:00
|
|
|
widgets/libappwidgets.la \
|
2001-05-09 10:32:03 +08:00
|
|
|
core/libappcore.la \
|
2001-02-25 22:37:12 +08:00
|
|
|
$(top_builddir)/libgimpcolor/libgimpcolor-$(LT_RELEASE).la \
|
|
|
|
$(top_builddir)/libgimpmath/libgimpmath-$(LT_RELEASE).la \
|
|
|
|
$(top_builddir)/libgimpwidgets/libgimpwidgets-$(LT_RELEASE).la \
|
|
|
|
$(top_builddir)/libgimp/libgimpi.a \
|
|
|
|
$(GTK_LIBS) \
|
|
|
|
$(GIMP_THREAD_LIBS) \
|
|
|
|
$(GIMP_MP_LIBS) \
|
1999-01-21 12:49:18 +08:00
|
|
|
$(INTLLIBS)
|
1997-11-25 06:05:25 +08:00
|
|
|
|
|
|
|
.PHONY: files
|
|
|
|
|
|
|
|
files:
|
|
|
|
@files=`ls $(DISTFILES) 2> /dev/null`; for p in $$files; do \
|
|
|
|
echo $$p; \
|
|
|
|
done
|
1999-01-08 03:53:05 +08:00
|
|
|
|
2000-08-25 01:53:43 +08:00
|
|
|
makefile.mingw: $(top_builddir)/config.status $(top_srcdir)/app/makefile.mingw.in
|
|
|
|
cd $(top_builddir) && CONFIG_FILES=app/$@ CONFIG_HEADERS= $(SHELL) ./config.status
|