1999-03-23 20:04:08 +08:00
|
|
|
## Process this file with automake to produce Makefile.in
|
|
|
|
|
1999-06-25 09:29:23 +08:00
|
|
|
libexecdir = $(gimpplugindir)/plug-ins
|
1999-03-23 20:04:08 +08:00
|
|
|
|
1999-06-25 09:29:23 +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) \
|
1999-06-06 07:58:26 +08:00
|
|
|
$(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
|