=================================================================== RCS file: /home/cvs/OpenXM_contrib/pari/examples/Attic/Makefile.freebsd-ix86,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- OpenXM_contrib/pari/examples/Attic/Makefile.freebsd-ix86 2000/01/09 17:35:30 1.1 +++ OpenXM_contrib/pari/examples/Attic/Makefile.freebsd-ix86 2005/07/12 02:25:59 1.2 @@ -1,4 +1,4 @@ -# Generic Makefile for PARI programs -- ix86 running freebsd 32-bit version +# Generic Makefile for PARI programs -- ix86 running freebsd (C portable kernel) 64-bit version # # This file was created by Configure. Any change made to it will be # lost when Configure is run. @@ -32,17 +32,17 @@ CFLAGS = -O2 -DGCC_INLINE # gcc #STATIC = -static -CC = /usr/local/bin/gcc -CPPFLAGS = -I. -I../../../include/pari -LD = /usr/local/bin/gcc +CC = /usr/bin/gcc +CPPFLAGS = -I. -I/usr/local/include/pari +LD = /usr/bin/gcc LDFLAGS = -O2 -DGCC_INLINE DLLD = /usr/bin/ld -DLLDFLAGS = -Bshareable -x +DLLDFLAGS = -shared -soname $@ EXTRADLLDFLAGS = EXTRALIBS = RUNPTH = -LIBDIR = -L../../../lib +LIBDIR = -L/usr/local/lib DLCFLAGS = LIBS = -lpari -lm