"Fossies" - the Fresh Open Source Software Archive

Member "srg-1.3.6/Makefile.am" (5 Aug 2009, 404 Bytes) of package /linux/privat/old/srg-1.3.6.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 SUBDIRS = libconfig src 
    2 
    3 EXTRA_DIST = doc examples resources
    4 
    5 resourcedir = ${datadir}/srg/
    6 resource_DATA = resources/*
    7 
    8 configdir = ${sysconfdir}/srg/
    9 config_DATA = examples/srg.conf examples/ip2user examples/filtered_sites
   10 
   11 dist-hook:
   12 	rm -rf `find $(distdir) -name .svn`
   13 	$(distdir)/resources/update-version.sh $(distdir)/resources $(VERSION)
   14 	cd $(MCD)
   15 	rm -f $(distdir)/resources/update-version.sh