khanat-opennel-code/code/snowballs2/Makefile.am

21 lines
521 B
Makefile
Raw Normal View History

2010-05-06 00:08:41 +00:00
MAINTAINERCLEANFILES = Makefile.in configure config.guess missing \
config.sub ltconfig aclocal.m4 config.h.in \
install-sh mkinstalldirs
EXTRA_DIST = autogen.sh \
snowballs2.dsw \
snowballs2.sln \
snowballs2_8.sln \
kdevelop
DIST_SUBDIRS = client server
dist-hook:
find $(distdir) -name CVS -print | xargs rm -fr
find $(distdir) -name .svn -print | xargs rm -fr
SUBDIRS = @SNO_SUBDIRS@
# End of Makefile.am