1998-04-08 15:07:26 +08:00
|
|
|
## Process this file with automake to produce Makefile.in
|
|
|
|
|
1999-06-25 09:29:23 +08:00
|
|
|
libexecdir = $(gimpplugindir)/plug-ins
|
1998-04-08 15:07:26 +08:00
|
|
|
|
1999-06-25 09:29:23 +08:00
|
|
|
libexec_PROGRAMS = pagecurl
|
1998-04-08 15:07:26 +08:00
|
|
|
|
2002-06-08 07:00:46 +08:00
|
|
|
pagecurl_SOURCES = \
|
1998-06-20 03:47:34 +08:00
|
|
|
pagecurl.c \
|
|
|
|
curl0.xpm \
|
|
|
|
curl1.xpm \
|
|
|
|
curl2.xpm \
|
|
|
|
curl3.xpm \
|
|
|
|
curl4.xpm \
|
|
|
|
curl5.xpm \
|
|
|
|
curl6.xpm \
|
2002-06-08 07:00:46 +08:00
|
|
|
curl7.xpm
|
1998-04-08 15:07:26 +08:00
|
|
|
|
2002-06-08 07:00:46 +08:00
|
|
|
INCLUDES = \
|
|
|
|
-I$(top_srcdir) \
|
|
|
|
$(GTK_CFLAGS) \
|
|
|
|
-I$(includedir)
|
1998-04-08 15:07:26 +08:00
|
|
|
|
2002-06-08 07:00:46 +08:00
|
|
|
LDADD = \
|
2001-02-25 22:37:12 +08:00
|
|
|
$(top_builddir)/libgimp/libgimpui-$(LT_RELEASE).la \
|
|
|
|
$(top_builddir)/libgimpwidgets/libgimpwidgets-$(LT_RELEASE).la \
|
|
|
|
$(top_builddir)/libgimp/libgimp-$(LT_RELEASE).la \
|
|
|
|
$(top_builddir)/libgimpcolor/libgimpcolor-$(LT_RELEASE).la \
|
|
|
|
$(top_builddir)/libgimpmath/libgimpmath-$(LT_RELEASE).la \
|
2001-05-21 21:58:46 +08:00
|
|
|
$(top_builddir)/libgimpbase/libgimpbase-$(LT_RELEASE).la \
|
2001-02-25 22:37:12 +08:00
|
|
|
$(GTK_LIBS) \
|
2002-06-08 07:00:46 +08:00
|
|
|
$(INTLLIBS)
|