|
|
1.1 root 1:
2: default:
3: @(cd ../src; make)
4:
5: all:
6: @(cd ../src; make precompile; make)
7:
8: precompile:
9: @(cd ../src; make precompile)
10:
11: clean:
12: rm -f *.o *~ *.bak
13: rm -f config.cache config.status config.log configure
14: rm -f Makefile
15: (cd ../src; make clean; rm -f Makefile)
1.1.1.2 ! root 16: (cd ../hdr; rm -f config.h)
1.1 root 17: autoconf
18:
19: allclean:
20: rm -f *.o *~ *.bak
21: rm -f config.cache config.status config.log configure
22: rm -f Makefile
23: (cd ../src; make allclean; rm -f Makefile)
1.1.1.2 ! root 24: (cd ../hdr; rm -f config.h)
1.1 root 25: autoconf
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.