root/tags/pdns-3.1.7.1/pdns/dist-recursor @ 1388

Revision 1388, 1.7 KB (checked in by ahu, 4 years ago)

3.1.7.1

  • Property svn:executable set to *
Line 
1VERSION=3.1.7.1
2
3INCLUDES="iputils.hh arguments.hh base64.hh zoneparser-tng.hh \
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 \
6sstuff.hh mtasker.hh mtasker.cc lwres.hh logger.hh ahuexception.hh \
7mplexer.hh win32_mtasker.hh win32_utility.cc ntservice.hh singleton.hh \
8recursorservice.hh dns_random.hh lua-pdns-recursor.hh"
9
10CFILES="syncres.cc  misc.cc unix_utility.cc qtype.cc \
11logger.cc arguments.cc  lwres.cc pdns_recursor.cc  \
12recursor_cache.cc  dnsparser.cc dnswriter.cc  dnsrecords.cc  rcpgenerator.cc  \
13base64.cc  zoneparser-tng.cc  rec_channel.cc rec_channel_rec.cc rec_control.cc \
14selectmplexer.cc epollmplexer.cc kqueuemplexer.cc portsmplexer.cc pdns_hw.cc \
15win32_mtasker.cc win32_rec_channel.cc win32_logger.cc ntservice.cc \
16recursorservice.cc sillyrecords.cc lua-pdns-recursor.cc randomhelper.cc"
17
18cd docs
19make pdns_recursor.1 rec_control.1
20cd ..
21
22DIRNAME=pdns-recursor-$VERSION
23rm -rf $DIRNAME
24mkdir  $DIRNAME
25cp $INCLUDES $CFILES $DIRNAME
26cp Makefile-recursor $DIRNAME/Makefile
27cp Makefile-recursor.win32 $DIRNAME/Makefile.win32
28cp README-recursor $DIRNAME/README
29cp COPYING $DIRNAME/
30cp config-recursor.h $DIRNAME/config.h
31mkdir $DIRNAME/rrd
32cp tools/rrd/{create,update,makegraphs,index.html} $DIRNAME/rrd
33cp ext/dlmalloc/malloc.{c,h} $DIRNAME
34cp aes/*.{c,cc,h} $DIRNAME
35cp pdns-recursor.init.d $DIRNAME
36cp docs/pdns_recursor.1 docs/rec_control.1 $DIRNAME
37cp configure-recursor $DIRNAME/configure
38cp powerdns-example-script.lua $DIRNAME
39
40mkdir -p $DIRNAME/sysdeps
41cp  sysdeps-recursor/* $DIRNAME/sysdeps
42cp "PowerDNS Recursor.vcproj" $DIRNAME/
43tar cf $DIRNAME.tar $DIRNAME
44bzip2 -f $DIRNAME.tar # .. solaris
45
46zip -q $DIRNAME.zip $DIRNAME/*
47
Note: See TracBrowser for help on using the browser.