You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
504 B
19 lines
504 B
14 years ago
|
## Process this file with automake to produce Makefile.in
|
||
|
|
||
|
MAINTAINERCLEANFILES = Makefile.in Makefile aclocal.m4 config.* \
|
||
|
configure compile depcomp install-sh \
|
||
|
ltconfig ltmain.sh missing mkinstalldirs \
|
||
|
stamp-h.in
|
||
|
|
||
|
SUBDIRS = src data
|
||
|
|
||
|
EXTRA_DIST = \
|
||
|
README AUTHORS COPYING ephoto.spec
|
||
|
|
||
|
ACLOCAL_AMFLAGS = -I m4
|
||
|
|
||
|
dist-hook:
|
||
|
if test -d data; then \
|
||
|
(cd $(srcdir); tar -cf - data) | (cd $(distdir); tar -xf -; rm -rf `find . -name CVS`) \
|
||
|
fi
|