1997-11-25 06:05:25 +08:00
|
|
|
## Process this file with automake to produce Makefile.in
|
|
|
|
|
2001-05-15 19:25:25 +08:00
|
|
|
SUBDIRS = paint-funcs base 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
|
|
|
|
|
2001-06-08 01:20:50 +08:00
|
|
|
gimp_SOURCES = @STRIP_BEGIN@ \
|
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
|
|
|
nav_window.c \
|
|
|
|
nav_window.h \
|
|
|
|
ops_buttons.c \
|
|
|
|
ops_buttons.h \
|
2001-04-18 08:05:26 +08:00
|
|
|
qmask.c \
|
|
|
|
qmask.h \
|
|
|
|
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 \
|
|
|
|
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 \
|
|
|
|
parasitelist.c \
|
|
|
|
parasitelist.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 \
|
1997-11-25 06:05:25 +08:00
|
|
|
batch.c \
|
|
|
|
batch.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-06-08 01:20:50 +08:00
|
|
|
$(mmx_sources) \
|
|
|
|
@STRIP_END@
|
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-05-20 22:15:09 +08:00
|
|
|
arch/i386/mmx/paint_funcs_mmx.S \
|
|
|
|
detect_mmx.S \
|
|
|
|
regexrepl.c \
|
|
|
|
regexrepl.h
|
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
|
|
|
|
2001-06-08 01:20:50 +08:00
|
|
|
AM_CPPFLAGS = @STRIP_BEGIN@ \
|
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@ \
|
2001-06-08 01:20:50 +08:00
|
|
|
@GIMP_MP_FLAGS@ \
|
|
|
|
@STRIP_END@
|
1997-11-25 06:05:25 +08:00
|
|
|
|
2001-06-08 01:20:50 +08:00
|
|
|
INCLUDES = @STRIP_BEGIN@ \
|
1997-11-25 06:05:25 +08:00
|
|
|
-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) \
|
2001-06-08 01:20:50 +08:00
|
|
|
-I$(includedir) \
|
|
|
|
@STRIP_END@
|
1997-11-25 06:05:25 +08:00
|
|
|
|
2001-06-08 01:20:50 +08:00
|
|
|
gimp_LDADD = @STRIP_BEGIN@ \
|
2001-06-06 00:14:47 +08:00
|
|
|
paint-funcs/libapppaint-funcs.a \
|
|
|
|
pdb/libapppdb.a \
|
|
|
|
tools/libapptools.a \
|
|
|
|
gui/libappgui.a \
|
|
|
|
widgets/libappwidgets.a \
|
|
|
|
core/libappcore.a \
|
|
|
|
base/libappbase.a \
|
2001-02-25 22:37:12 +08:00
|
|
|
$(top_builddir)/libgimpcolor/libgimpcolor-$(LT_RELEASE).la \
|
|
|
|
$(top_builddir)/libgimpmath/libgimpmath-$(LT_RELEASE).la \
|
2001-05-21 21:58:46 +08:00
|
|
|
$(top_builddir)/libgimpbase/libgimpbase-$(LT_RELEASE).la \
|
2001-02-25 22:37:12 +08:00
|
|
|
$(top_builddir)/libgimpwidgets/libgimpwidgets-$(LT_RELEASE).la \
|
|
|
|
$(GTK_LIBS) \
|
|
|
|
$(GIMP_THREAD_LIBS) \
|
|
|
|
$(GIMP_MP_LIBS) \
|
2001-06-08 01:20:50 +08:00
|
|
|
$(INTLLIBS) \
|
|
|
|
@STRIP_END@
|
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
|