[BACK]Return to Makefile.freebsd-ix86 CVS log [TXT][DIR] Up to [local] / OpenXM_contrib / pari / examples

Diff for /OpenXM_contrib/pari/examples/Attic/Makefile.freebsd-ix86 between version 1.1 and 1.2

version 1.1, 2000/01/09 17:35:30 version 1.2, 2005/07/12 02:25:59
Line 1 
Line 1 
 # 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  #  This file was created by Configure. Any change made to it will be
 #  lost when Configure is run.  #  lost when Configure is run.
Line 32  CFLAGS     = -O2 -DGCC_INLINE  
Line 32  CFLAGS     = -O2 -DGCC_INLINE  
 # gcc  # gcc
 #STATIC    = -static  #STATIC    = -static
   
 CC         = /usr/local/bin/gcc  CC         = /usr/bin/gcc
 CPPFLAGS   = -I. -I../../../include/pari  CPPFLAGS   = -I. -I/usr/local/include/pari
 LD         = /usr/local/bin/gcc  LD         = /usr/bin/gcc
 LDFLAGS    = -O2 -DGCC_INLINE  LDFLAGS    = -O2 -DGCC_INLINE
 DLLD       = /usr/bin/ld  DLLD       = /usr/bin/ld
 DLLDFLAGS  = -Bshareable -x  DLLDFLAGS  = -shared -soname $@
 EXTRADLLDFLAGS  =  EXTRADLLDFLAGS  =
 EXTRALIBS  =  EXTRALIBS  =
   
 RUNPTH     =  RUNPTH     =
 LIBDIR     = -L../../../lib  LIBDIR     = -L/usr/local/lib
 DLCFLAGS   =  DLCFLAGS   =
 LIBS       = -lpari -lm  LIBS       = -lpari -lm
   

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>