gimp/plug-ins/struc/Makefile.am

31 lines
518 B
Makefile
Raw Normal View History

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