1998-03-19 18:42:24 -08:00
|
|
|
## Process this file with automake to produce Makefile.in
|
|
|
|
|
|
|
|
|
|
pluginlibdir = $(gimpplugindir)/plug-ins
|
|
|
|
|
|
|
|
|
|
pluginlib_PROGRAMS = MapObject
|
|
|
|
|
|
|
|
|
|
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_pixmaps.h \
|
|
|
|
|
mapobject_preview.c \
|
|
|
|
|
mapobject_preview.h \
|
|
|
|
|
mapobject_shade.c \
|
|
|
|
|
mapobject_shade.h \
|
|
|
|
|
mapobject_ui.c \
|
|
|
|
|
mapobject_ui.h \
|
|
|
|
|
specref1.xpm \
|
|
|
|
|
specref2.xpm
|
1998-03-19 18:42:24 -08: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) \
|
|
|
|
|
-I$(includedir)
|
1998-03-19 18:42:24 -08:00
|
|
|
|
|
|
|
|
LDADD = \
|
1998-09-20 16:04:33 -07:00
|
|
|
$(top_builddir)/libgimp/libgimpui.la \
|
|
|
|
|
$(top_builddir)/libgimp/libgimp.la \
|
|
|
|
|
$(top_builddir)/plug-ins/libgck/gck/libgck.la \
|
1998-08-30 19:08:15 -07:00
|
|
|
$(GTK_LIBS)
|
1998-03-19 18:42:24 -08:00
|
|
|
|
|
|
|
|
DEPS = \
|
1998-09-20 16:04:33 -07:00
|
|
|
$(top_builddir)/libgimp/libgimpui.la \
|
|
|
|
|
$(top_builddir)/libgimp/libgimp.la \
|
|
|
|
|
$(top_builddir)/plug-ins/libgck/gck/libgck.la
|
1998-03-19 18:42:24 -08:00
|
|
|
|
|
|
|
|
MapObject_DEPENDENCIES = $(DEPS)
|
|
|
|
|
|
|
|
|
|
.PHONY: files
|
|
|
|
|
|
|
|
|
|
files:
|
|
|
|
|
@files=`ls $(DISTFILES) 2> /dev/null`; for p in $$files; do \
|
|
|
|
|
echo $$p; \
|
|
|
|
|
done
|
|
|
|
|
@for subdir in $(SUBDIRS); do \
|
|
|
|
|
files=`cd $$subdir; $(MAKE) files | grep -v "make\[[1-9]\]"`; \
|
|
|
|
|
for file in $$files; do \
|
|
|
|
|
echo $$subdir/$$file; \
|
|
|
|
|
done; \
|
|
|
|
|
done
|