gimp/plug-ins/xjt/Makefile.am

34 lines
565 B
Makefile
Raw Normal View History

1999-03-23 20:04:08 +08:00
## Process this file with automake to produce Makefile.in
libexecdir = $(gimpplugindir)/plug-ins
1999-03-23 20:04:08 +08:00
libexec_PROGRAMS = xjt
1999-03-23 20:04:08 +08:00
EXTRA_DIST = README README_xjt_fileformat.txt
xjt_SOURCES = \
1999-06-24 08:58:39 +08:00
xjt.c \
xjpeg.c \
xjpeg.h \
xpdb_calls.c \
xpdb_calls.h
1999-03-23 20:04:08 +08:00
INCLUDES = \
-I$(top_srcdir) \
$(GTK_CFLAGS) \
1999-03-23 20:04:08 +08:00
-I$(includedir)
LDADD = \
$(top_builddir)/libgimp/libgimpui.la \
$(top_builddir)/libgimp/libgimp.la \
$(GTK_LIBS) \
1999-06-24 08:58:39 +08:00
$(LIBJPEG) \
1999-06-11 03:20:43 +08:00
$(INTLLIBS)
1999-03-23 20:04:08 +08:00
.PHONY: files
files:
@files=`ls $(DISTFILES) 2> /dev/null`; for p in $$files; do \
echo $$p; \
done