"Fossies" - the Fresh Open Source Software Archive

Member "srg-1.3.6/src/Makefile.am" (5 Aug 2009, 602 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.

A hint: This file contains one or more very long lines, so maybe it is better readable using the pure text view mode that shows the contents as wrapped lines within the browser window.


    1 bin_PROGRAMS = srg
    2 srg_SOURCES = configuration.cc ip2user.cc LocationReport.cc main.cc md5.c output.cc parseURL.cc Report.cc SiteReport.cc UserReport.cc utils.cc filterSites.cc ../include/debug.h ../include/getline.hh ../include/LocationReport.h ../include/md5.h ../include/prototypes.h ../include/Report.h ../include/resolver.hh ../include/SiteReport.h ../include/srg.h ../include/UserReport.h
    3 srg_CPPFLAGS = -I../include -I../libconfig -DDATADIR=\"${datadir}\" \
    4 			   			  -DSYSCONFDIR=\"${sysconfdir}\"	
    5 srg_LDADD = -lconfig @LEXLIB@ @LIBS@
    6 srg_LDFLAGS = -L../libconfig
    7 
    8 man1_MANS = ../doc/srg.man