1 diff -u -r ann_1.1.1/Make-config ann_1.1.1.new/Make-config
2 --- ann_1.1.1/Make-config 2006-08-04 12:46:26.000000000 -0700
3 +++ ann_1.1.1.new/Make-config 2009-06-11 11:46:47.428863858 -0700
10 + "ANNLIB = libANN.so" \
12 + "CFLAGS = -O3 -fPIC" \
13 + "MAKELIB = g++ -shared -o" \
19 diff -u -r ann_1.1.1/Makefile ann_1.1.1.new/Makefile
20 --- ann_1.1.1/Makefile 2006-08-04 12:46:26.000000000 -0700
21 +++ ann_1.1.1.new/Makefile 2009-06-11 11:47:14.175551635 -0700
24 @echo "Enter one of the following:"
25 @echo " make linux-g++ for Linux and g++"
26 + @echo " make linux-g++-sl for Linux and g++, make shared libs"
27 @echo " make macosx-g++ for Mac OS X and g++"
28 @echo " make sunos5 for Sun with SunOS 5.x"
29 @echo " make sunos5-sl for Sun with SunOS 5.x, make shared libs"
31 #-----------------------------------------------------------------------------
32 # main make entry point
33 #-----------------------------------------------------------------------------
34 -alpha-g++ macosx-g++ linux-g++ sgi sunos4 sunos4-g++ sunos5 sunos5-g++ sunos5-g++-sl authors-debug authors-perf:
35 +alpha-g++ macosx-g++ linux-g++ linux-g++-sl sgi sunos4 sunos4-g++ sunos5 sunos5-g++ sunos5-g++-sl authors-debug authors-perf:
38 cd sample ; $(MAKE) $@
39 Only in ann_1.1.1.new/sample: ann_sample