1997-11-25 06:05:25 +08:00
|
|
|
## Process this file with automake to produce Makefile.in
|
|
|
|
|
2001-11-27 11:52:11 +08:00
|
|
|
SUBDIRS = \
|
|
|
|
paint-funcs \
|
|
|
|
base \
|
|
|
|
core \
|
|
|
|
config \
|
|
|
|
xcf \
|
|
|
|
file \
|
|
|
|
pdb \
|
|
|
|
plug-in \
|
|
|
|
display \
|
|
|
|
tools \
|
|
|
|
widgets \
|
|
|
|
gui
|
2001-01-22 05:58:16 +08:00
|
|
|
|
1997-11-25 06:05:25 +08:00
|
|
|
scriptdata =
|
|
|
|
|
2001-11-25 08:19:38 +08:00
|
|
|
bin_PROGRAMS = gimp-1.3
|
1997-11-25 06:05:25 +08:00
|
|
|
|
2001-04-18 08:05:26 +08:00
|
|
|
##
|
2001-12-02 05:02:34 +08:00
|
|
|
## gui stuff for gui/, display/ or widgets/
|
2001-04-18 08:05:26 +08:00
|
|
|
##
|
2001-11-12 02:35:25 +08:00
|
|
|
gui_sources = \
|
2001-04-16 01:03:52 +08:00
|
|
|
nav_window.c \
|
|
|
|
nav_window.h \
|
2001-04-18 08:05:26 +08:00
|
|
|
undo_history.c \
|
2001-11-12 02:35:25 +08:00
|
|
|
undo_history.h
|
|
|
|
|
2001-04-18 08:05:26 +08:00
|
|
|
##
|
|
|
|
## stuff that needs to be split up in core / ui files
|
|
|
|
##
|
2001-11-12 02:35:25 +08:00
|
|
|
core_ui_sources = \
|
2001-12-02 05:02:34 +08:00
|
|
|
gimpprogress.c \
|
|
|
|
gimpprogress.h \
|
2001-04-18 08:05:26 +08:00
|
|
|
image_map.c \
|
2001-11-12 02:35:25 +08:00
|
|
|
image_map.h
|
|
|
|
|
2001-04-18 08:05:26 +08:00
|
|
|
##
|
2001-05-10 06:34:59 +08:00
|
|
|
## stuff for core/
|
|
|
|
##
|
2001-11-12 02:35:25 +08:00
|
|
|
core_sources = \
|
2001-05-10 06:34:59 +08:00
|
|
|
floating_sel.c \
|
2001-11-12 02:35:25 +08:00
|
|
|
floating_sel.h
|
|
|
|
|
2001-05-10 06:34:59 +08:00
|
|
|
##
|
2001-07-04 02:38:56 +08:00
|
|
|
## config stuff
|
2001-04-18 08:05:26 +08:00
|
|
|
##
|
2001-11-12 02:35:25 +08:00
|
|
|
config_sources = \
|
2001-07-04 02:38:56 +08:00
|
|
|
general.c \
|
|
|
|
general.h \
|
|
|
|
gimprc.c \
|
2001-11-12 02:35:25 +08:00
|
|
|
gimprc.h
|
|
|
|
|
2001-07-04 02:38:56 +08:00
|
|
|
##
|
|
|
|
## stuff which is about to be replaced by new subsystems
|
|
|
|
##
|
2001-11-12 02:35:25 +08:00
|
|
|
bye_sources = \
|
2001-12-02 05:02:34 +08:00
|
|
|
ops_buttons.c \
|
|
|
|
ops_buttons.h \
|
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 \
|
2001-04-16 00:16:13 +08:00
|
|
|
undo.c \
|
|
|
|
undo.h \
|
2001-11-12 02:35:25 +08:00
|
|
|
undo_types.h
|
|
|
|
|
2001-07-04 02:38:56 +08:00
|
|
|
##
|
|
|
|
## stuff
|
|
|
|
##
|
2001-11-12 02:35:25 +08:00
|
|
|
stuff_sources = \
|
2001-12-02 05:02:34 +08:00
|
|
|
appenv.h \
|
2001-07-04 02:38:56 +08:00
|
|
|
app_procs.c \
|
|
|
|
app_procs.h \
|
|
|
|
main.c \
|
|
|
|
batch.c \
|
|
|
|
batch.h \
|
|
|
|
errors.c \
|
|
|
|
errors.h \
|
|
|
|
gimphelp.c \
|
|
|
|
gimphelp.h \
|
|
|
|
libgimp_glue.c \
|
2001-11-12 02:35:25 +08:00
|
|
|
libgimp_glue.h
|
|
|
|
|
2001-11-25 08:19:38 +08:00
|
|
|
gimp_1_3_SOURCES = @STRIP_BEGIN@ \
|
2001-11-12 02:35:25 +08:00
|
|
|
$(gui_sources) \
|
|
|
|
$(core_ui_sources) \
|
|
|
|
$(core_sources) \
|
|
|
|
$(config_sources) \
|
|
|
|
$(bye_sources) \
|
|
|
|
$(stuff_sources) \
|
2001-06-08 01:20:50 +08:00
|
|
|
@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-07-12 08:58:39 +08:00
|
|
|
arch/i386/mmx/paint_funcs_mmx.S
|
|
|
|
|
|
|
|
if HAVE_GLIBC_REGEX
|
|
|
|
REGEXREPL =
|
|
|
|
else
|
|
|
|
REGEXREPL = $(top_builddir)/regexrepl/libregex.a
|
|
|
|
endif
|
1997-11-25 06:05:25 +08:00
|
|
|
|
2001-11-25 08:19:38 +08:00
|
|
|
gimp_1_3_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)"\" \
|
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-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-11-25 08:19:38 +08:00
|
|
|
gimp_1_3_LDADD = @STRIP_BEGIN@ \
|
2001-06-06 00:14:47 +08:00
|
|
|
gui/libappgui.a \
|
2001-07-04 02:38:56 +08:00
|
|
|
tools/libapptools.a \
|
2001-08-17 22:27:31 +08:00
|
|
|
display/libappdisplay.a \
|
2001-06-06 00:14:47 +08:00
|
|
|
widgets/libappwidgets.a \
|
|
|
|
core/libappcore.a \
|
2001-10-19 01:27:36 +08:00
|
|
|
xcf/libappxcf.a \
|
2001-10-25 21:30:01 +08:00
|
|
|
file/libappfile.a \
|
2001-12-19 08:13:16 +08:00
|
|
|
plug-in/libappplug-in.a \
|
2001-10-25 21:30:01 +08:00
|
|
|
pdb/libapppdb.a \
|
2001-11-27 11:52:11 +08:00
|
|
|
config/libappconfig.a \
|
2001-07-04 02:38:56 +08:00
|
|
|
paint-funcs/libapppaint-funcs.a \
|
2001-06-06 00:14:47 +08:00
|
|
|
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) \
|
2001-08-11 23:35:16 +08:00
|
|
|
$(PANGOFT2_LIBS) \
|
2001-02-25 22:37:12 +08:00
|
|
|
$(GIMP_THREAD_LIBS) \
|
|
|
|
$(GIMP_MP_LIBS) \
|
2001-06-08 01:20:50 +08:00
|
|
|
$(INTLLIBS) \
|
2001-07-12 08:58:39 +08:00
|
|
|
$(REGEXREPL) \
|
2001-06-08 01:20:50 +08:00
|
|
|
@STRIP_END@
|