gimp/plug-ins/gpc/Makefile.am

29 lines
427 B
Makefile
Raw Normal View History

## Process this file with automake to produce Makefile.in
lib_LIBRARIES = libgpc.a
libgpc_a_SOURCES = \
1998-06-20 03:47:34 +08:00
gpc.c \
gpc.h
INCLUDES = \
-I$(top_srcdir) \
1998-06-20 03:47:34 +08:00
$(GTK_CFLAGS) \
-I$(includedir)
LDADD = \
$(top_builddir)/libgimp/libgimp.la \
1999-06-11 03:20:43 +08:00
$(GTK_LIBS) \
$(INTLLIBS)
1999-06-24 08:58:39 +08:00
EXTRA_DIST = gpc.3 gpc.man
1999-06-24 08:58:39 +08:00
man_MANS = gpc.3
.PHONY: files
files:
@files=`ls $(DISTFILES) 2> /dev/null`; for p in $$files; do \
echo $$p; \
done