gimp/plug-ins/AlienMap/Makefile.am

30 lines
478 B
Makefile
Raw Normal View History

1997-11-24 22:05:25 +00:00
## Process this file with automake to produce Makefile.in
libexecdir = $(gimpplugindir)/plug-ins
1997-11-24 22:05:25 +00:00
libexec_PROGRAMS = AlienMap
1997-11-24 22:05:25 +00:00
AlienMap_SOURCES = \
1998-06-19 19:47:34 +00:00
AlienMap.c \
logo.h
1997-11-24 22:05:25 +00:00
AM_CPPFLAGS = \
-DLOCALEDIR=\""$(localedir)"\"
1997-11-24 22:05:25 +00:00
INCLUDES = \
-I$(top_srcdir) \
1998-06-19 19:47:34 +00:00
$(GTK_CFLAGS) \
1997-11-24 22:05:25 +00:00
-I$(includedir)
LDADD = \
$(top_builddir)/libgimp/libgimp.la \
1999-06-10 19:20:43 +00:00
$(GTK_LIBS) \
$(INTLLIBS)
1997-11-24 22:05:25 +00:00
.PHONY: files
files:
@files=`ls $(DISTFILES) 2> /dev/null`; for p in $$files; do \
echo $$p; \
done