1998-03-19 18:42:24 -08:00
|
|
|
## Process this file with automake to produce Makefile.in
|
|
|
|
|
|
1999-06-24 18:29:23 -07:00
|
|
|
libexecdir = $(gimpplugindir)/plug-ins
|
1998-03-19 18:42:24 -08:00
|
|
|
|
1999-06-24 18:29:23 -07:00
|
|
|
libexec_PROGRAMS = MapObject
|
1998-03-19 18:42:24 -08:00
|
|
|
|
2002-06-07 16:00:46 -07:00
|
|
|
MapObject_SOURCES = \
|
1998-06-19 12:47:34 -07:00
|
|
|
amb1.xpm \
|
|
|
|
|
amb2.xpm \
|
|
|
|
|
arcball.c \
|
|
|
|
|
arcball.h \
|
|
|
|
|
diffint1.xpm \
|
|
|
|
|
diffint2.xpm \
|
|
|
|
|
diffref1.xpm \
|
|
|
|
|
diffref2.xpm \
|
|
|
|
|
high1.xpm \
|
|
|
|
|
high2.xpm \
|
|
|
|
|
mapobject_apply.c \
|
|
|
|
|
mapobject_apply.h \
|
|
|
|
|
mapobject_image.c \
|
|
|
|
|
mapobject_image.h \
|
|
|
|
|
mapobject_main.c \
|
|
|
|
|
mapobject_main.h \
|
|
|
|
|
mapobject_preview.c \
|
|
|
|
|
mapobject_preview.h \
|
|
|
|
|
mapobject_shade.c \
|
|
|
|
|
mapobject_shade.h \
|
|
|
|
|
mapobject_ui.c \
|
|
|
|
|
mapobject_ui.h \
|
|
|
|
|
specref1.xpm \
|
2002-06-07 16:00:46 -07:00
|
|
|
specref2.xpm
|
1998-03-19 18:42:24 -08:00
|
|
|
|
2002-06-07 16:00:46 -07:00
|
|
|
INCLUDES = \
|
1998-03-19 19:51:45 -08:00
|
|
|
-I$(top_srcdir) \
|
|
|
|
|
-I$(top_srcdir)/plug-ins/libgck \
|
1998-06-19 12:47:34 -07:00
|
|
|
$(GTK_CFLAGS) \
|
2002-06-07 16:00:46 -07:00
|
|
|
-I$(includedir)
|
1998-03-19 18:42:24 -08:00
|
|
|
|
2002-06-07 16:00:46 -07:00
|
|
|
LDADD = \
|
2001-02-25 06: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 06:58:46 -07:00
|
|
|
$(top_builddir)/libgimpbase/libgimpbase-$(LT_RELEASE).la \
|
2001-02-25 06:37:12 -08:00
|
|
|
$(top_builddir)/plug-ins/libgck/gck/libgck-$(LT_RELEASE).la \
|
|
|
|
|
$(GTK_LIBS) \
|
2002-06-07 16:00:46 -07:00
|
|
|
$(INTLLIBS)
|