2001-06-07 10:20:50 -07:00
|
|
|
## Process this file with automake to produce Makefile.in
|
|
|
|
|
|
1999-04-28 00:03:35 -07:00
|
|
|
if WITH_PDBGEN
|
2001-06-07 10:20:50 -07:00
|
|
|
D_pdbgen = pdbgen
|
1999-04-28 00:03:35 -07:00
|
|
|
else
|
2001-06-07 10:20:50 -07:00
|
|
|
D_pdbgen =
|
1999-04-28 00:03:35 -07:00
|
|
|
endif
|
1999-01-20 19:34:03 -08:00
|
|
|
|
2004-12-10 15:30:37 -08:00
|
|
|
SUBDIRS = $(D_pdbgen)
|
2001-06-07 10:20:50 -07:00
|
|
|
|
2011-07-30 09:59:39 -07:00
|
|
|
bin_PROGRAMS = gimptool-2.0
|
2000-07-14 17:51:49 -07:00
|
|
|
|
2005-05-17 15:42:50 -07:00
|
|
|
noinst_PROGRAMS = test-clipboard
|
|
|
|
|
|
2000-07-14 17:51:49 -07:00
|
|
|
EXTRA_PROGRAMS = \
|
|
|
|
|
kernelgen
|
2000-07-14 15:08:37 -07:00
|
|
|
|
2007-11-16 13:37:20 -08:00
|
|
|
gimptool_2_0_SOURCES = \
|
|
|
|
|
gimptool.c
|
|
|
|
|
|
|
|
|
|
gimptool_2_0_LDADD = \
|
|
|
|
|
$(GTK_LIBS)
|
|
|
|
|
|
2000-07-14 17:51:49 -07:00
|
|
|
kernelgen_SOURCES = kernelgen.c
|
2000-07-14 15:08:37 -07:00
|
|
|
|
2007-07-27 06:58:14 -07:00
|
|
|
test_clipboard_SOURCES = test-clipboard.c
|
2005-05-17 15:42:50 -07:00
|
|
|
|
|
|
|
|
test_clipboard_LDADD = \
|
|
|
|
|
$(GTK_LIBS)
|
|
|
|
|
|
2005-02-03 12:23:51 -08:00
|
|
|
AM_CPPFLAGS = \
|
|
|
|
|
-DGIMP_APP_VERSION=\"@GIMP_APP_VERSION@\" \
|
2007-11-16 13:37:20 -08:00
|
|
|
-DLOCALEDIR=\""$(gimplocaledir)"\" \
|
|
|
|
|
-DPREFIX=\""$(prefix)"\" \
|
|
|
|
|
-DEXEC_PREFIX=\""$(exec_prefix)"\" \
|
|
|
|
|
-DBINDIR=\""$(bindir)"\" \
|
|
|
|
|
-DSBINDIR=\""$(sbindir)"\" \
|
|
|
|
|
-DLIBEXECDIR=\""$(libexecdir)"\" \
|
|
|
|
|
-DDATADIR=\""$(datadir)"\" \
|
|
|
|
|
-DDATAROOTDIR=\""$(datarootdir)"\" \
|
|
|
|
|
-DSYSCONFDIR=\""$(sysconfdir)"\" \
|
|
|
|
|
-DSHAREDSTATEDIR=\""$(sharedstatedir)"\" \
|
|
|
|
|
-DLOCALSTATEDIR=\""$(localstatedir)"\" \
|
|
|
|
|
-DLIBDIR=\""$(libdir)"\" \
|
|
|
|
|
-DINFODIR=\""$(infodir)"\" \
|
|
|
|
|
-DMANDIR=\""$(mandir)"\" \
|
|
|
|
|
-DGIMPPLUGINDIR=\""$(gimpplugindir)"\" \
|
|
|
|
|
-DGIMPDATADIR=\""$(gimpdatadir)"\" \
|
|
|
|
|
-DCC=\""$(CC)"\" \
|
|
|
|
|
-DGIMPDIR=\""$(gimpdir)"\" \
|
|
|
|
|
-DGIMP_PLUGIN_VERSION=\""$(GIMP_PLUGIN_VERSION)"\"
|
2004-03-06 15:30:19 -08:00
|
|
|
|
2002-06-07 16:00:46 -07:00
|
|
|
INCLUDES = \
|
2000-07-14 17:51:49 -07:00
|
|
|
-I$(top_srcdir) \
|
|
|
|
|
$(GTK_CFLAGS) \
|
2002-06-07 16:00:46 -07:00
|
|
|
-I$(includedir)
|
2000-07-14 15:08:37 -07:00
|
|
|
|
2001-11-14 12:56:29 -08:00
|
|
|
EXTRA_DIST = \
|
2006-11-08 13:42:32 -08:00
|
|
|
defcheck.py \
|
2002-03-17 06:07:54 -08:00
|
|
|
gimp-mkenums \
|
2006-12-05 13:36:39 -08:00
|
|
|
gimppath2svg.py
|