"Fossies" - the Fresh Open Source Software Archive

Member "libspf2-1.2.10/Makefile.am" (28 Jan 2012, 293 Bytes) of package /linux/privat/libspf2-1.2.10.tar.gz:


As a special service "Fossies" has tried to format the requested text file into HTML format (style: standard) with prefixed line numbers. Alternatively you can here view or download the uninterpreted source code file.

    1 AUTOMAKE_OPTIONS = foreign
    2 
    3 EXTRA_DIST		= bootstrap LICENSES INSTALL README TODO win32 perl
    4 
    5 SUBDIRS = src @PERL_SUBDIRS@
    6 
    7 dist-hook:
    8 	@for file in $(EXTRA_DIST); do \
    9 		find $(distdir)/$$file -name .svn | xargs rm -rf ; \
   10 	done
   11 	@if [ -f perl/Makefile ] ; then \
   12 		make -C perl clean ; \
   13 	fi