improved dist target -- Peter Stamfest <peter@stamfest.at>
authoroetiker <oetiker@a5681a0c-68f1-0310-ab6d-d61299d08faa>
Wed, 12 Feb 2003 07:06:56 +0000 (07:06 +0000)
committeroetiker <oetiker@a5681a0c-68f1-0310-ab6d-d61299d08faa>
Wed, 12 Feb 2003 07:06:56 +0000 (07:06 +0000)
git-svn-id: svn://svn.oetiker.ch/rrdtool/trunk/program@179 a5681a0c-68f1-0310-ab6d-d61299d08faa

CONTRIBUTORS
bindings/Makefile.am
bindings/perl-shared/MANIFEST
libraries/Makefile.am
src/Makefile.am

index 7e1f291..2543178 100644 (file)
@@ -56,6 +56,7 @@ Debugging and code contributions
        Christophe Van Ginneken <Christophe.VanGinneken@ubizen.com> (--no-legend)
        Wolfgang Schrimm <wschrimm@uni-hd.de> xport function
         Travis Brown <tebrown@csh.rit.edu> 
+       Peter Stamfest <peter@stamfest.at> initial multi-thread support
 
 Documentation
 
index b76d3a4..d2eaad3 100644 (file)
@@ -1,7 +1,7 @@
 SUBDIRS = tcl
 
 # the following files are not mentioned in any other Makefile
-EXTRA_DIST = `cat perl-*/MANIFEST`
+EXTRA_DIST = $(shell for A in perl-*; do cat $$A/MANIFEST | sed -e s,^,$$A/, ; done)
 
 # lets schedule the perl stuff for installation
 # the special call to install-sh is because the -d switch is not portable
index 264b64c..3847d18 100644 (file)
@@ -7,4 +7,3 @@ RRDs.xs
 t/base.t
 rrdpl.dsp
 rrdpl.dsw
-
index 71ce0e2..8b1b16d 100644 (file)
@@ -22,4 +22,4 @@ endif
 
 SUBDIRS=$(BUILD_CGI) $(BUILD_ZLIB) $(BUILD_LIBPNG) $(BUILD_LIBART) $(BUILD_FREETYPE) afm
 
-DIST_SUBDIRS=$(CGILIB) $(ZLIB) $(LIBPNG) $(LIBART) $(FREETYPE)
+DIST_SUBDIRS=$(CGILIB) $(ZLIB) $(LIBPNG) $(LIBART) $(FREETYPE) afm
index 87fdd2b..3aca332 100644 (file)
@@ -67,7 +67,8 @@ RRD_C_FILES =         \
        rrd_gfx.c rrd_gfx.h \
        rrd_afm.c rrd_afm_data.c \
        getopt.h ntconfig.h parsetime.h \
-       rrd_format.h rrd_tool.h rrd_xport.h rrd.h rrd_hw.h rrd_rpncalc.h
+       rrd_format.h rrd_tool.h rrd_xport.h rrd.h rrd_hw.h rrd_rpncalc.h \
+       rrd_nan_inf.h fnv.h rrd_graph.h rrd_afm.h rrd_afm_data.h
 
 # Build two libraries.  One is a public one that gets installed in
 # $prefix/lib.  Libtool does not create an archive of the PIC compiled