1999-10-03 19:23:41 -07:00
|
|
|
## Process this file with automake to produce Makefile.in
|
|
|
|
|
|
2004-01-21 19:51:46 -08:00
|
|
|
libgimp = $(top_builddir)/libgimp/libgimp-$(GIMP_API_VERSION).la
|
|
|
|
|
libgimpbase = $(top_builddir)/libgimpbase/libgimpbase-$(GIMP_API_VERSION).la
|
2008-06-10 08:55:28 -07:00
|
|
|
libgimpcolor = $(top_builddir)/libgimpcolor/libgimpcolor-$(GIMP_API_VERSION).la
|
|
|
|
|
libgimpconfig = $(top_builddir)/libgimpconfig/libgimpconfig-$(GIMP_API_VERSION).la
|
2005-02-23 14:01:58 -08:00
|
|
|
libgimpmath = $(top_builddir)/libgimpmath/libgimpmath-$(GIMP_API_VERSION).la
|
2008-06-10 08:55:28 -07:00
|
|
|
libgimpui = $(top_builddir)/libgimp/libgimpui-$(GIMP_API_VERSION).la
|
|
|
|
|
libgimpwidgets = $(top_builddir)/libgimpwidgets/libgimpwidgets-$(GIMP_API_VERSION).la
|
|
|
|
|
|
|
|
|
|
libgimphelp = $(top_builddir)/plug-ins/help/libgimphelp.a
|
2004-01-21 19:51:46 -08:00
|
|
|
|
2005-05-22 16:46:37 -07:00
|
|
|
if OS_WIN32
|
|
|
|
|
mwindows = -mwindows
|
|
|
|
|
endif
|
|
|
|
|
|
2010-08-31 23:24:45 -07:00
|
|
|
if HAVE_WINDRES
|
|
|
|
|
include $(top_srcdir)/build/windows/gimprc-plug-ins.rule
|
|
|
|
|
help_browser_RC = help-browser.rc.o
|
|
|
|
|
endif
|
|
|
|
|
|
2005-05-22 16:46:37 -07:00
|
|
|
AM_LDFLAGS = $(mwindows)
|
|
|
|
|
|
2018-05-11 15:28:05 -07:00
|
|
|
libexecdir = $(gimpplugindir)/plug-ins/help-browser
|
1999-10-03 19:23:41 -07:00
|
|
|
|
2008-03-24 11:33:25 -07:00
|
|
|
libexec_PROGRAMS = help-browser
|
1999-10-03 19:23:41 -07:00
|
|
|
|
2013-06-05 11:48:37 -07:00
|
|
|
AM_CPPFLAGS = \
|
2000-10-17 17:12:32 -07:00
|
|
|
-I$(top_srcdir) \
|
2008-06-10 08:55:28 -07:00
|
|
|
$(WEBKIT_CFLAGS) \
|
2012-03-21 18:26:33 -07:00
|
|
|
$(GEGL_CFLAGS) \
|
2002-06-07 16:00:46 -07:00
|
|
|
-I$(includedir)
|
1999-10-03 19:23:41 -07:00
|
|
|
|
2002-06-07 16:00:46 -07:00
|
|
|
LDADD = \
|
2006-11-23 13:04:41 -08:00
|
|
|
$(libgimphelp) \
|
2004-01-21 19:51:46 -08:00
|
|
|
$(libgimpui) \
|
|
|
|
|
$(libgimpwidgets) \
|
2005-02-04 14:31:58 -08:00
|
|
|
$(libgimpconfig) \
|
2004-01-21 19:51:46 -08:00
|
|
|
$(libgimp) \
|
|
|
|
|
$(libgimpcolor) \
|
2005-02-23 14:01:58 -08:00
|
|
|
$(libgimpmath) \
|
2004-01-21 19:51:46 -08:00
|
|
|
$(libgimpbase) \
|
2008-06-10 08:55:28 -07:00
|
|
|
$(WEBKIT_LIBS) \
|
2008-04-02 09:03:00 -07:00
|
|
|
$(GIO_LIBS) \
|
2009-05-24 10:42:39 -07:00
|
|
|
$(GLIB_LIBS) \
|
2004-01-21 19:51:46 -08:00
|
|
|
$(RT_LIBS) \
|
2010-08-31 23:24:45 -07:00
|
|
|
$(INTLLIBS) \
|
|
|
|
|
$(help_browser_RC)
|
2005-04-20 13:19:14 -07:00
|
|
|
|
2008-06-12 05:59:30 -07:00
|
|
|
help_browser_SOURCES = \
|
2005-04-20 13:19:14 -07:00
|
|
|
gimpthrobber.c \
|
|
|
|
|
gimpthrobber.h \
|
|
|
|
|
gimpthrobberaction.c \
|
|
|
|
|
gimpthrobberaction.h \
|
2008-03-24 11:33:25 -07:00
|
|
|
help-browser.c \
|
2005-04-20 13:19:14 -07:00
|
|
|
dialog.c \
|
|
|
|
|
dialog.h \
|
|
|
|
|
uri.c \
|
|
|
|
|
uri.h
|