1998-07-14 14:15:10 +08:00
|
|
|
## Process this file with automake to produce Makefile.in
|
|
|
|
|
1999-06-25 09:29:23 +08:00
|
|
|
libexecdir = $(gimpplugindir)/plug-ins
|
1998-07-14 14:15:10 +08:00
|
|
|
|
1999-06-25 09:29:23 +08:00
|
|
|
libexec_PROGRAMS = fp
|
1998-07-14 14:15:10 +08:00
|
|
|
|
|
|
|
fp_SOURCES = \
|
|
|
|
fp.c \
|
|
|
|
fp.h \
|
|
|
|
fp_gdk.c \
|
|
|
|
fp_gtk.c \
|
|
|
|
fp_hsv.c \
|
|
|
|
fp_hsv.h \
|
|
|
|
fp_misc.c
|
|
|
|
|
|
|
|
INCLUDES = \
|
|
|
|
-I$(top_srcdir) \
|
|
|
|
$(GTK_CFLAGS) \
|
|
|
|
-I$(includedir)
|
|
|
|
|
|
|
|
LDADD = \
|
1998-09-21 07:04:33 +08:00
|
|
|
$(top_builddir)/libgimp/libgimp.la \
|
1999-06-11 03:20:43 +08:00
|
|
|
$(GTK_LIBS) \
|
|
|
|
$(INTLLIBS)
|
1998-07-14 14:15:10 +08:00
|
|
|
|
|
|
|
.PHONY: files
|
|
|
|
|
|
|
|
files:
|
|
|
|
@files=`ls $(DISTFILES) 2> /dev/null`; for p in $$files; do \
|
|
|
|
echo $$p; \
|
|
|
|
done
|