2005-04-20 02:08:53 -07:00
|
|
|
## Process this file with automake to produce Makefile.in
|
|
|
|
|
|
2013-03-08 14:40:18 -08:00
|
|
|
if OS_WIN32
|
|
|
|
|
mwindows = -mwindows
|
|
|
|
|
else
|
|
|
|
|
libm = -lm
|
|
|
|
|
endif
|
|
|
|
|
|
2005-04-20 02:08:53 -07:00
|
|
|
libgimpbase = $(top_builddir)/libgimpbase/libgimpbase-$(GIMP_API_VERSION).la
|
2005-04-20 10:12:31 -07:00
|
|
|
libgimpcolor = $(top_builddir)/libgimpcolor/libgimpcolor-$(GIMP_API_VERSION).la
|
2005-04-20 02:08:53 -07:00
|
|
|
libgimpconfig = $(top_builddir)/libgimpconfig/libgimpconfig-$(GIMP_API_VERSION).la
|
2013-03-08 14:40:18 -08:00
|
|
|
libgimpmath = $(top_builddir)/libgimpmath/libgimpmath-$(GIMP_API_VERSION).la $(libm)
|
2005-04-20 10:12:31 -07:00
|
|
|
libgimpmodule = $(top_builddir)/libgimpmodule/libgimpmodule-$(GIMP_API_VERSION).la
|
|
|
|
|
libgimpwidgets = $(top_builddir)/libgimpwidgets/libgimpwidgets-$(GIMP_API_VERSION).la
|
2005-04-20 02:08:53 -07:00
|
|
|
|
|
|
|
|
|
2013-06-05 11:48:37 -07:00
|
|
|
AM_CPPFLAGS = \
|
|
|
|
|
$(GTK_CFLAGS) \
|
|
|
|
|
-DTOP_SRCDIR=\"$(top_srcdir)\" \
|
|
|
|
|
-I$(top_srcdir) \
|
2012-05-02 12:03:03 -07:00
|
|
|
$(GEGL_CFLAGS)
|
2005-04-19 17:41:15 -07:00
|
|
|
|
2013-03-08 14:40:18 -08:00
|
|
|
AM_LDFLAGS = $(mwindows)
|
|
|
|
|
|
2005-07-04 01:18:22 -07:00
|
|
|
|
2005-07-14 06:04:25 -07:00
|
|
|
if ENABLE_GTK_DOC
|
2005-07-04 01:18:22 -07:00
|
|
|
noinst_PROGRAMS = $(DOC_SHOOTER)
|
2005-07-14 06:04:25 -07:00
|
|
|
endif
|
2005-07-04 01:18:22 -07:00
|
|
|
|
2005-04-20 02:08:53 -07:00
|
|
|
doc_shooter_SOURCES = \
|
2005-04-19 17:41:15 -07:00
|
|
|
shadow.c \
|
|
|
|
|
shadow.h \
|
|
|
|
|
shooter.c \
|
2005-04-28 07:22:25 -07:00
|
|
|
units.c \
|
|
|
|
|
units.h \
|
2005-04-19 17:41:15 -07:00
|
|
|
widgets.c \
|
|
|
|
|
widgets.h
|
|
|
|
|
|
2006-10-18 00:08:16 -07:00
|
|
|
doc_shooter_LDADD = \
|
|
|
|
|
$(libgimpwidgets) \
|
|
|
|
|
$(libgimpconfig) \
|
|
|
|
|
$(libgimpmodule) \
|
|
|
|
|
$(libgimpmath) \
|
|
|
|
|
$(libgimpcolor) \
|
|
|
|
|
$(libgimpbase) \
|
|
|
|
|
$(GTK_LIBS) \
|
|
|
|
|
$(X_LIBS) -lX11 -lXext
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
EXTRA_PROGRAMS = doc-shooter
|
2005-04-19 17:41:15 -07:00
|
|
|
|
2005-04-20 10:53:05 -07:00
|
|
|
EXTRA_DIST = README.shooter
|
|
|
|
|
|
2005-04-20 02:08:53 -07:00
|
|
|
|
2005-04-19 17:41:15 -07:00
|
|
|
clean-local:
|
|
|
|
|
rm -f *.png
|