1997-11-25 06:05:25 +08:00
|
|
|
## Process this file with automake to produce Makefile.in
|
|
|
|
|
2001-02-25 22:37:12 +08:00
|
|
|
gimpincludedir = $(includedir)/gimp-$(LT_RELEASE)/libgimp
|
1997-11-25 06:05:25 +08:00
|
|
|
|
2002-06-08 07:00:46 +08:00
|
|
|
AM_CPPFLAGS = \
|
2002-05-14 23:13:14 +08:00
|
|
|
-DG_LOG_DOMAIN=\"LibGimp\" \
|
2002-06-08 07:00:46 +08:00
|
|
|
@GIMP_THREAD_FLAGS@
|
1999-02-04 11:18:36 +08:00
|
|
|
|
2002-06-08 07:00:46 +08:00
|
|
|
INCLUDES = \
|
|
|
|
-I$(top_srcdir) \
|
|
|
|
$(GTK_CFLAGS) \
|
|
|
|
-I$(includedir)
|
1997-11-25 06:05:25 +08:00
|
|
|
|
1999-03-03 20:35:12 +08:00
|
|
|
EXTRA_DIST = \
|
2000-08-25 01:53:43 +08:00
|
|
|
makefile.mingw \
|
|
|
|
makefile.mingw.in \
|
1999-03-09 05:59:55 +08:00
|
|
|
makefile.msc \
|
|
|
|
gimp.def \
|
Update gcc instructions. Remove warning about gettext being GPL, as the
* README.win32: Update gcc instructions. Remove warning about
gettext being GPL, as the GIMP is GPL, too, of course, and it
thus doesn't matter.
* user_install.bat: Rename the template user gtkrc to gtkrc_user,
to reduce user confusion.
* app/main.c: Small change for gcc on Win32 compilation.
* */makefile.cygwin
* app/module_db.c: With newest gcc-2.95 -fnative-struct on Win32,
no need to have differently named DLLs (including modules) for
(built by) gcc and MSVC.
* app/module_db.c: Use g_strdup_printf() instead of
strlen(), g_malloc() and g_snprintf()
* libgimp/Makefile.am: No need to distribute gimpfeatures.h.win32,
the suitable gimpfeatures.h is built when making the dist.
* libgimp/gimpfeatures.h.win32: Removed.
* libgimp/makefile.cygwin
* libgimp/makefile.msc: Remove gimpfeatures.h.win32.
* libgimp/gimp.h: Win32 startup code changed a bit.
* plug-ins/makefile.cygwin
* plug-ins/makefile.msc: Add the winsnap unofficial plug-in.
* plug-ins/common/animationplay.c
* plug-ins/common/gz.c: (Win32) Hack aroung WinMain getting
clashing declarations because these guys include gdkx.h (which
includes windows.h), and gimp.h also declares WinMain on its own.
1999-07-22 03:52:20 +08:00
|
|
|
gimpui.def
|
1998-07-15 10:36:07 +08:00
|
|
|
|
2001-02-25 22:37:12 +08:00
|
|
|
lib_LTLIBRARIES = libgimp-1.3.la libgimpui-1.3.la
|
1997-11-25 06:05:25 +08:00
|
|
|
|
2000-06-01 20:20:13 +08:00
|
|
|
PDB_WRAPPERS_C = \
|
|
|
|
gimpbrushes_pdb.c \
|
|
|
|
gimpbrushselect_pdb.c \
|
|
|
|
gimpchannel_pdb.c \
|
|
|
|
gimpcolor_pdb.c \
|
|
|
|
gimpconvert_pdb.c \
|
|
|
|
gimpdisplay_pdb.c \
|
|
|
|
gimpdrawable_pdb.c \
|
|
|
|
gimpedit_pdb.c \
|
|
|
|
gimpfileops_pdb.c \
|
|
|
|
gimpfloatingsel_pdb.c \
|
|
|
|
gimpgimprc_pdb.c \
|
2000-06-02 05:18:04 +08:00
|
|
|
gimpgradients_pdb.c \
|
2000-06-01 20:20:13 +08:00
|
|
|
gimpgradientselect_pdb.c \
|
|
|
|
gimpguides_pdb.c \
|
|
|
|
gimphelp_pdb.c \
|
|
|
|
gimpimage_pdb.c \
|
|
|
|
gimplayer_pdb.c \
|
|
|
|
gimpmessage_pdb.c \
|
2000-06-09 02:10:03 +08:00
|
|
|
gimpmisc_pdb.c \
|
2001-12-11 01:01:49 +08:00
|
|
|
gimpmisctools_pdb.c \
|
|
|
|
gimppainttools_pdb.c \
|
2000-06-01 20:20:13 +08:00
|
|
|
gimppalette_pdb.c \
|
2002-03-13 05:02:10 +08:00
|
|
|
gimppalettes_pdb.c \
|
|
|
|
gimppaletteselect_pdb.c \
|
2000-06-01 20:20:13 +08:00
|
|
|
gimpparasite_pdb.c \
|
2000-06-09 02:10:03 +08:00
|
|
|
gimppaths_pdb.c \
|
2000-06-01 20:20:13 +08:00
|
|
|
gimppatterns_pdb.c \
|
|
|
|
gimppatternselect_pdb.c \
|
|
|
|
gimpplugin_pdb.c \
|
|
|
|
gimpproceduraldb_pdb.c \
|
|
|
|
gimpselection_pdb.c \
|
2001-10-22 20:13:44 +08:00
|
|
|
gimpselectiontools_pdb.c \
|
2000-06-01 20:20:13 +08:00
|
|
|
gimptexttool_pdb.c \
|
2001-11-20 02:23:43 +08:00
|
|
|
gimptransformtools_pdb.c \
|
2000-06-01 20:20:13 +08:00
|
|
|
gimpundo_pdb.c \
|
|
|
|
gimpunit_pdb.c
|
|
|
|
|
|
|
|
PDB_WRAPPERS_H = \
|
|
|
|
gimp_pdb.h \
|
|
|
|
gimpbrushes_pdb.h \
|
|
|
|
gimpbrushselect_pdb.h \
|
|
|
|
gimpchannel_pdb.h \
|
|
|
|
gimpcolor_pdb.h \
|
|
|
|
gimpconvert_pdb.h \
|
|
|
|
gimpdisplay_pdb.h \
|
|
|
|
gimpdrawable_pdb.h \
|
|
|
|
gimpedit_pdb.h \
|
|
|
|
gimpfileops_pdb.h \
|
|
|
|
gimpfloatingsel_pdb.h \
|
|
|
|
gimpgimprc_pdb.h \
|
2000-06-02 05:18:04 +08:00
|
|
|
gimpgradients_pdb.h \
|
2000-06-01 20:20:13 +08:00
|
|
|
gimpgradientselect_pdb.h \
|
|
|
|
gimpguides_pdb.h \
|
|
|
|
gimphelp_pdb.h \
|
|
|
|
gimpimage_pdb.h \
|
|
|
|
gimplayer_pdb.h \
|
|
|
|
gimpmessage_pdb.h \
|
2000-06-09 02:10:03 +08:00
|
|
|
gimpmisc_pdb.h \
|
2001-12-11 01:01:49 +08:00
|
|
|
gimpmisctools_pdb.h \
|
|
|
|
gimppainttools_pdb.h \
|
2000-06-01 20:20:13 +08:00
|
|
|
gimppalette_pdb.h \
|
2002-03-13 05:02:10 +08:00
|
|
|
gimppalettes_pdb.h \
|
|
|
|
gimppaletteselect_pdb.h \
|
2000-06-01 20:20:13 +08:00
|
|
|
gimpparasite_pdb.h \
|
2000-06-09 02:10:03 +08:00
|
|
|
gimppaths_pdb.h \
|
2000-06-01 20:20:13 +08:00
|
|
|
gimppatterns_pdb.h \
|
|
|
|
gimppatternselect_pdb.h \
|
|
|
|
gimpplugin_pdb.h \
|
|
|
|
gimpproceduraldb_pdb.h \
|
|
|
|
gimpselection_pdb.h \
|
2001-10-22 20:13:44 +08:00
|
|
|
gimpselectiontools_pdb.h \
|
2000-06-01 20:20:13 +08:00
|
|
|
gimptexttool_pdb.h \
|
2001-11-20 02:23:43 +08:00
|
|
|
gimptransformtools_pdb.h \
|
2000-06-01 20:20:13 +08:00
|
|
|
gimpundo_pdb.h \
|
|
|
|
gimpunit_pdb.h
|
|
|
|
|
2002-06-08 07:00:46 +08:00
|
|
|
libgimp_1_3_la_SOURCES = \
|
|
|
|
gimp.c \
|
|
|
|
gimp.h \
|
|
|
|
gimpcompat.h \
|
|
|
|
gimptypes.h \
|
|
|
|
${PDB_WRAPPERS_C} \
|
|
|
|
${PDB_WRAPPERS_H} \
|
|
|
|
gimpchannel.c \
|
|
|
|
gimpchannel.h \
|
|
|
|
gimpdrawable.c \
|
|
|
|
gimpdrawable.h \
|
|
|
|
gimphelp.c \
|
|
|
|
gimpimage.c \
|
|
|
|
gimpimage.h \
|
|
|
|
gimplayer.c \
|
|
|
|
gimplayer.h \
|
2002-11-21 06:58:52 +08:00
|
|
|
gimpmisc.c \
|
|
|
|
gimpmisc.h \
|
2002-06-08 07:00:46 +08:00
|
|
|
gimppixelrgn.c \
|
|
|
|
gimppixelrgn.h \
|
|
|
|
gimpproceduraldb.c \
|
|
|
|
gimpproceduraldb.h \
|
|
|
|
gimpselection.c \
|
|
|
|
gimpselection.h \
|
|
|
|
gimptile.c \
|
|
|
|
gimptile.h \
|
|
|
|
gimpunit.c \
|
|
|
|
gimpintl.h \
|
|
|
|
stdplugins-intl.h \
|
|
|
|
libgimp-intl.h
|
1998-06-20 03:47:34 +08:00
|
|
|
|
2002-06-08 07:00:46 +08:00
|
|
|
libgimpui_1_3_la_SOURCES = \
|
2001-01-25 06:36:18 +08:00
|
|
|
gimpui.c \
|
|
|
|
gimpui.h \
|
|
|
|
gimpuitypes.h \
|
1998-12-05 18:41:56 +08:00
|
|
|
gimpmenu.c \
|
2001-01-25 06:36:18 +08:00
|
|
|
gimpmenu.h \
|
2002-12-02 04:56:01 +08:00
|
|
|
gimpmiscui.c \
|
|
|
|
gimpmiscui.h \
|
1998-12-05 18:41:56 +08:00
|
|
|
gimpbrushmenu.c \
|
|
|
|
gimpgradientmenu.c \
|
1999-05-19 01:33:39 +08:00
|
|
|
gimppatternmenu.c \
|
2000-01-05 23:47:06 +08:00
|
|
|
gimpexport.c \
|
2002-06-08 07:00:46 +08:00
|
|
|
gimpexport.h
|
2000-05-31 14:15:06 +08:00
|
|
|
|
2002-06-08 07:00:46 +08:00
|
|
|
gimpinclude_HEADERS = \
|
|
|
|
gimp.h \
|
2002-09-25 17:45:46 +08:00
|
|
|
gimpcompat.h \
|
2002-06-08 07:00:46 +08:00
|
|
|
gimptypes.h \
|
|
|
|
${PDB_WRAPPERS_H} \
|
|
|
|
gimpchannel.h \
|
|
|
|
gimpdrawable.h \
|
|
|
|
gimpenums.h \
|
|
|
|
gimpimage.h \
|
|
|
|
gimplayer.h \
|
2002-11-21 06:58:52 +08:00
|
|
|
gimpmisc.h \
|
2002-06-08 07:00:46 +08:00
|
|
|
gimppixelrgn.h \
|
|
|
|
gimpproceduraldb.h \
|
|
|
|
gimpselection.h \
|
|
|
|
gimptile.h \
|
|
|
|
gimpexport.h \
|
|
|
|
gimpintl.h \
|
2002-12-02 04:56:01 +08:00
|
|
|
gimpmiscui.h \
|
2002-06-08 07:00:46 +08:00
|
|
|
gimpui.h \
|
|
|
|
gimpuitypes.h \
|
|
|
|
gimpmenu.h
|
2001-06-08 01:20:50 +08:00
|
|
|
|
2002-06-08 07:00:46 +08:00
|
|
|
libgimp_1_3_la_LDFLAGS = \
|
|
|
|
-version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE)
|
1997-11-25 06:05:25 +08:00
|
|
|
|
2001-02-25 22:37:12 +08:00
|
|
|
libgimp_1_3_la_LIBADD = $(GLIB_LIBS)
|
|
|
|
|
2002-06-08 07:00:46 +08:00
|
|
|
libgimpui_1_3_la_LDFLAGS = \
|
|
|
|
-version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE)
|
2001-02-25 22:37:12 +08:00
|
|
|
|
|
|
|
libgimpui_1_3_la_LIBADD = $(GTK_LIBS)
|