]> git.ipfire.org Git - thirdparty/pdns.git/blame - pdns/dist-recursor
second one!
[thirdparty/pdns.git] / pdns / dist-recursor
CommitLineData
a12d12bf 1VERSION=3.0-pre4-snapshot
2353fffa 2
97ebd70d 3INCLUDES="iputils.hh arguments.hh base64.hh zoneparser-tng.hh \
bd7f05fa
BH
4rcpgenerator.hh lock.hh dnswriter.hh dnsrecords.hh dnsparser.hh utility.hh \
5recursor_cache.hh rec_channel.hh qtype.hh misc.hh dns.hh syncres.hh \
6dcd28c3
BH
6sstuff.hh mtasker.hh mtasker.cc lwres.hh logger.hh ahuexception.hh \
7mplexer.hh"
bd7f05fa
BH
8
9CFILES="syncres.cc misc.cc unix_utility.cc qtype.cc \
97ebd70d 10logger.cc arguments.cc lwres.cc pdns_recursor.cc \
bd7f05fa 11recursor_cache.cc dnsparser.cc dnswriter.cc dnsrecords.cc rcpgenerator.cc \
6dcd28c3 12base64.cc zoneparser-tng.cc rec_channel.cc rec_channel_rec.cc rec_control.cc \
03e787c5 13selectmplexer.cc epollmplexer.cc kqueuemplexer.cc portsmplexer.cc"
bd7f05fa 14
2353fffa
BH
15DIRNAME=pdns-recursor-$VERSION
16rm -rf $DIRNAME
17mkdir $DIRNAME
18cp $INCLUDES $CFILES $DIRNAME
19cp Makefile-recursor $DIRNAME/Makefile
20cp README-recursor $DIRNAME/README
21cp COPYING $DIRNAME/
22cp config-recursor.h $DIRNAME/config.h
23mkdir $DIRNAME/rrd
24cp tools/rrd/{create,update,makegraphs,index.html} $DIRNAME/rrd
25cp ext/nedmalloc/malloc.c $DIRNAME
bd7f05fa 26
03e787c5
BH
27mkdir -p $DIRNAME/sysdeps
28cp sysdeps-recursor/* $DIRNAME/sysdeps
bd7f05fa 29
6dcd28c3
BH
30tar cf $DIRNAME.tar $DIRNAME
31bzip2 -f $DIRNAME.tar # .. solaris
bd7f05fa
BH
32
33#g++ -O3 -I../ -DSYSCONFDIR=\"/etc\" -DLOCALSTATEDIR=\"/var/run\" \
34#$CFILES -O3 -funit-at-a-time -o pdns_recursor