gimp/plug-ins/libgck/Makefile.am
Manish Singh db28c2a313 libgimp versioning stuff
-Yosh
1998-06-19 19:47:34 +00:00

28 lines
612 B
Makefile

## Process this file with automake to produce Makefile.in
SRC_SUBDIRS = gck
SUBDIRS = gck
EXTRA_DIST = \
TODO \
docs/html/gck.html \
docs/html/gck_application_window.html \
docs/html/gck_dialog_window.html \
docs/html/gckcolor.html \
docs/html/gckmath.html \
docs/html/gckui.html \
docs/html/gckvector.html
.PHONY: files
files:
@files=`ls $(DISTFILES) 2> /dev/null `; for p in $$files; do \
echo $$p; \
done
@for subdir in $(SUBDIRS); do \
files=`cd $$subdir; $(MAKE) files | grep -v "make\[[1-9]\]"`; \
for file in $$files; do \
echo $$subdir/$$file; \
done; \
done