1998-05-01 07:42:31 +08:00
|
|
|
## Process this file with automake to produce Makefile.in
|
|
|
|
|
1999-06-25 09:29:23 +08:00
|
|
|
lib_LIBRARIES = libgpc.a
|
1998-05-01 07:42:31 +08:00
|
|
|
|
|
|
|
libgpc_a_SOURCES = \
|
1998-06-20 03:47:34 +08:00
|
|
|
gpc.c \
|
|
|
|
gpc.h
|
1998-05-01 07:42:31 +08:00
|
|
|
|
|
|
|
INCLUDES = \
|
|
|
|
-I$(top_srcdir) \
|
1998-06-20 03:47:34 +08:00
|
|
|
$(GTK_CFLAGS) \
|
1998-05-01 07:42:31 +08:00
|
|
|
-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-05-01 07:42:31 +08:00
|
|
|
|
1999-06-24 08:58:39 +08:00
|
|
|
EXTRA_DIST = gpc.3 gpc.man
|
1998-05-01 07:42:31 +08:00
|
|
|
|
1999-06-24 08:58:39 +08:00
|
|
|
man_MANS = gpc.3
|
1998-05-01 07:42:31 +08:00
|
|
|
|
|
|
|
.PHONY: files
|
|
|
|
|
|
|
|
files:
|
|
|
|
@files=`ls $(DISTFILES) 2> /dev/null`; for p in $$files; do \
|
|
|
|
echo $$p; \
|
|
|
|
done
|