gimp/plug-ins/gdyntext/Makefile.am

53 lines
1,003 B
Makefile
Raw Normal View History

1999-04-15 21:25:01 +00:00
## Process this file with automake to produce Makefile.in
EXTRA_DIST = \
graphics/align_center.xpm \
graphics/align_left.xpm \
graphics/align_right.xpm \
graphics/antialias.xpm \
graphics/charmap.xpm \
graphics/font_preview.xpm \
graphics/font_preview_clear.xpm \
graphics/font_preview_default.xpm \
graphics/gdyntext_logo.xpm \
graphics/new_layer.xpm \
graphics/text_load.xpm \
ChangeLog \
README \
TODO
libexecdir = $(gimpplugindir)/plug-ins
1999-04-15 21:25:01 +00:00
libexec_PROGRAMS = gdyntext
1999-04-15 21:25:01 +00:00
gdyntext_SOURCES = \
charmap.c \
charmap.h \
charmap_window.c \
charmap_window.h \
font_selection.c \
font_selection.h \
gdyntext.c \
gdyntext.h \
gdyntext_ui.c \
gdyntext_ui.h \
message_window.c \
message_window.h
INCLUDES = \
-I$(top_srcdir) \
$(GTK_CFLAGS) \
-I$(includedir)
LDADD = \
$(top_builddir)/libgimp/libgimp.la \
$(GTK_LIBS) \
$(INTLLIBS)
.PHONY: files
files:
@files=`ls $(DISTFILES) 2> /dev/null`; for p in $$files; do \
echo $$p; \
done