1997-11-24 14:05:25 -08:00
|
|
|
## Process this file with automake to produce Makefile.in
|
|
|
|
|
|
2001-11-26 19:52:11 -08:00
|
|
|
SUBDIRS = \
|
|
|
|
|
paint-funcs \
|
2003-07-09 03:16:50 -07:00
|
|
|
composite \
|
2001-11-26 19:52:11 -08:00
|
|
|
base \
|
|
|
|
|
config \
|
2003-09-09 19:56:01 -07:00
|
|
|
core \
|
2002-02-14 11:31:16 -08:00
|
|
|
paint \
|
2003-01-29 14:20:09 -08:00
|
|
|
text \
|
|
|
|
|
vectors \
|
2001-11-26 19:52:11 -08:00
|
|
|
xcf \
|
|
|
|
|
file \
|
|
|
|
|
plug-in \
|
|
|
|
|
tools \
|
|
|
|
|
widgets \
|
2002-03-20 11:25:14 -08:00
|
|
|
display \
|
2003-09-09 19:56:01 -07:00
|
|
|
gui \
|
2002-03-13 10:07:25 -08:00
|
|
|
pdb
|
2001-01-21 13:58:16 -08:00
|
|
|
|
1997-11-24 14:05:25 -08:00
|
|
|
scriptdata =
|
|
|
|
|
|
2003-09-09 19:56:01 -07:00
|
|
|
if ENABLE_GIMP_CONSOLE
|
|
|
|
|
bin_PROGRAMS = gimp-1.3 gimp-console-1.3
|
|
|
|
|
else
|
2001-11-24 16:19:38 -08:00
|
|
|
bin_PROGRAMS = gimp-1.3
|
2003-09-09 19:56:01 -07:00
|
|
|
endif
|
1997-11-24 14:05:25 -08:00
|
|
|
|
2003-05-21 10:38:14 -07:00
|
|
|
gimp_1_3_SOURCES = \
|
2003-07-03 17:31:05 -07:00
|
|
|
app_procs.c \
|
|
|
|
|
app_procs.h \
|
|
|
|
|
main.c \
|
|
|
|
|
batch.c \
|
|
|
|
|
batch.h \
|
|
|
|
|
errors.c \
|
|
|
|
|
errors.h \
|
|
|
|
|
gimp-intl.h \
|
|
|
|
|
libgimp_glue.c \
|
2001-11-11 10:35:25 -08:00
|
|
|
libgimp_glue.h
|
|
|
|
|
|
1997-11-24 14:05:25 -08:00
|
|
|
EXTRA_DIST = \
|
2003-07-03 17:31:05 -07:00
|
|
|
makefile.msc \
|
|
|
|
|
gimp.rc \
|
|
|
|
|
wilber.ico
|
2001-07-11 17:58:39 -07:00
|
|
|
|
|
|
|
|
if HAVE_GLIBC_REGEX
|
|
|
|
|
REGEXREPL =
|
|
|
|
|
else
|
|
|
|
|
REGEXREPL = $(top_builddir)/regexrepl/libregex.a
|
|
|
|
|
endif
|
1997-11-24 14:05:25 -08:00
|
|
|
|
2003-09-09 19:56:01 -07:00
|
|
|
if OS_WIN32
|
2003-09-15 18:05:12 -07:00
|
|
|
mwindows = -mwindows
|
2003-09-17 12:26:41 -07:00
|
|
|
symprefix = _
|
2003-09-09 19:56:01 -07:00
|
|
|
endif
|
1999-05-04 15:59:54 -07:00
|
|
|
|
2003-09-15 18:05:12 -07:00
|
|
|
gimp_1_3_LDFLAGS = \
|
2003-09-17 16:09:29 -07:00
|
|
|
$(mwindows) \
|
|
|
|
|
-u $(symprefix)gimp_container_filter \
|
2003-09-20 12:58:26 -07:00
|
|
|
-u $(symprefix)gimp_xml_parser_new \
|
|
|
|
|
-u $(symprefix)gimp_drawable_stroke_vectors
|
2003-09-15 18:05:12 -07:00
|
|
|
|
2002-06-07 16:00:46 -07:00
|
|
|
AM_CPPFLAGS = \
|
2002-12-04 04:26:39 -08:00
|
|
|
-DG_LOG_DOMAIN=\"Gimp\" \
|
|
|
|
|
-DGIMP_APP_GLUE_COMPILATION \
|
|
|
|
|
@GIMP_THREAD_FLAGS@ \
|
2002-06-07 16:00:46 -07:00
|
|
|
@GIMP_MP_FLAGS@
|
1997-11-24 14:05:25 -08:00
|
|
|
|
2002-06-07 16:00:46 -07:00
|
|
|
INCLUDES = \
|
|
|
|
|
-I$(top_srcdir) \
|
|
|
|
|
$(GTK_CFLAGS) \
|
|
|
|
|
-I$(includedir)
|
1997-11-24 14:05:25 -08:00
|
|
|
|
2002-06-07 16:00:46 -07:00
|
|
|
gimp_1_3_LDADD = \
|
2003-02-03 05:39:55 -08:00
|
|
|
config/libappconfig.a \
|
2001-06-05 09:14:47 -07:00
|
|
|
gui/libappgui.a \
|
2001-08-17 07:27:31 -07:00
|
|
|
display/libappdisplay.a \
|
2002-03-28 19:50:29 -08:00
|
|
|
tools/libapptools.a \
|
2001-06-05 09:14:47 -07:00
|
|
|
widgets/libappwidgets.a \
|
|
|
|
|
core/libappcore.a \
|
2002-02-21 08:02:30 -08:00
|
|
|
pdb/libapppdb.a \
|
|
|
|
|
paint/libapppaint.a \
|
2001-10-18 10:27:36 -07:00
|
|
|
xcf/libappxcf.a \
|
2003-06-24 06:58:34 -07:00
|
|
|
text/libapptext.a \
|
2003-05-22 12:02:38 -07:00
|
|
|
vectors/libappvectors.a \
|
2001-10-25 06:30:01 -07:00
|
|
|
file/libappfile.a \
|
2001-12-18 16:13:16 -08:00
|
|
|
plug-in/libappplug-in.a \
|
2001-07-03 11:38:56 -07:00
|
|
|
paint-funcs/libapppaint-funcs.a \
|
2001-06-05 09:14:47 -07:00
|
|
|
base/libappbase.a \
|
2003-07-13 08:48:41 -07:00
|
|
|
composite/libappcomposite.a \
|
2001-02-25 06:37:12 -08:00
|
|
|
$(top_builddir)/libgimpcolor/libgimpcolor-$(LT_RELEASE).la \
|
|
|
|
|
$(top_builddir)/libgimpmath/libgimpmath-$(LT_RELEASE).la \
|
2001-05-21 06:58:46 -07:00
|
|
|
$(top_builddir)/libgimpbase/libgimpbase-$(LT_RELEASE).la \
|
2002-10-21 07:15:02 -07:00
|
|
|
$(top_builddir)/libgimpmodule/libgimpmodule-$(LT_RELEASE).la \
|
2003-05-22 12:02:38 -07:00
|
|
|
$(top_builddir)/libgimpwidgets/libgimpwidgets-$(LT_RELEASE).la \
|
2001-02-25 06:37:12 -08:00
|
|
|
$(GTK_LIBS) \
|
2002-03-06 12:25:31 -08:00
|
|
|
$(LIBART_LIBS) \
|
2003-07-22 06:44:07 -07:00
|
|
|
$(PANGOFT2_LIBS) \
|
|
|
|
|
$(FONTCONFIG_LIBS) \
|
|
|
|
|
$(FREETYPE_LIBS) \
|
2001-02-25 06:37:12 -08:00
|
|
|
$(GIMP_THREAD_LIBS) \
|
|
|
|
|
$(GIMP_MP_LIBS) \
|
2001-06-07 10:20:50 -07:00
|
|
|
$(INTLLIBS) \
|
2002-06-07 16:00:46 -07:00
|
|
|
$(REGEXREPL)
|
2002-02-03 00:03:21 -08:00
|
|
|
|
2003-09-09 19:56:01 -07:00
|
|
|
if ENABLE_GIMP_CONSOLE
|
|
|
|
|
gimp_console_1_3_SOURCES = $(gimp_1_3_SOURCES)
|
|
|
|
|
|
|
|
|
|
gimp_console_1_3_LDADD = \
|
|
|
|
|
config/libappconfig.a \
|
|
|
|
|
core/libappcore.a \
|
|
|
|
|
pdb/libapppdb.a \
|
|
|
|
|
paint/libapppaint.a \
|
|
|
|
|
xcf/libappxcf.a \
|
|
|
|
|
text/libapptext.a \
|
|
|
|
|
vectors/libappvectors.a \
|
|
|
|
|
file/libappfile.a \
|
|
|
|
|
plug-in/libappplug-in.a \
|
|
|
|
|
paint-funcs/libapppaint-funcs.a \
|
|
|
|
|
base/libappbase.a \
|
|
|
|
|
composite/libappcomposite.a \
|
|
|
|
|
$(top_builddir)/libgimpcolor/libgimpcolor-$(LT_RELEASE).la \
|
|
|
|
|
$(top_builddir)/libgimpmath/libgimpmath-$(LT_RELEASE).la \
|
|
|
|
|
$(top_builddir)/libgimpbase/libgimpbase-$(LT_RELEASE).la \
|
|
|
|
|
$(top_builddir)/libgimpmodule/libgimpmodule-$(LT_RELEASE).la \
|
|
|
|
|
$(GDK_PIXBUF_LIBS) \
|
|
|
|
|
$(LIBART_LIBS) \
|
|
|
|
|
$(PANGOFT2_LIBS) \
|
|
|
|
|
$(FONTCONFIG_LIBS) \
|
|
|
|
|
$(FREETYPE_LIBS) \
|
|
|
|
|
$(GIMP_THREAD_LIBS) \
|
|
|
|
|
$(GIMP_MP_LIBS) \
|
|
|
|
|
$(INTLLIBS) \
|
|
|
|
|
$(REGEXREPL)
|
|
|
|
|
endif
|
|
|
|
|
|
2002-02-03 00:03:21 -08:00
|
|
|
install-exec-hook:
|
|
|
|
|
if DEFAULT_BINARY
|
|
|
|
|
cd $(DESTDIR)$(bindir) \
|
2002-12-25 18:08:28 -08:00
|
|
|
&& rm -f gimp$(EXEEXT) \
|
2003-05-23 10:28:07 -07:00
|
|
|
&& $(LN_S) gimp-$(LT_RELEASE)$(EXEEXT) gimp$(EXEEXT)
|
2003-09-09 19:56:01 -07:00
|
|
|
if ENABLE_GIMP_CONSOLE
|
|
|
|
|
cd $(DESTDIR)$(bindir) \
|
|
|
|
|
&& rm -f gimp-console$(EXEEXT) \
|
|
|
|
|
&& $(LN_S) gimp-console-$(LT_RELEASE)$(EXEEXT) gimp-console$(EXEEXT)
|
|
|
|
|
endif
|
2002-02-03 00:03:21 -08:00
|
|
|
endif
|
|
|
|
|
|
|
|
|
|
uninstall-local:
|
|
|
|
|
if DEFAULT_BINARY
|
2002-12-25 18:08:28 -08:00
|
|
|
rm -f $(DESTDIR)$(bindir)/gimp$(EXEEXT)
|
2003-09-09 19:56:01 -07:00
|
|
|
if ENABLE_GIMP_CONSOLE
|
|
|
|
|
rm -f $(DESTDIR)$(bindir)/gimp-console-$(EXEEXT)
|
|
|
|
|
endif
|
2002-02-03 00:03:21 -08:00
|
|
|
endif
|