*** ./makefile.ORIG Tue Feb 22 17:18:32 2011 --- ./makefile Tue Feb 22 17:20:10 2011 *************** *** 5,11 **** #version of library VERSION=0.42.0 ! CFLAGS += -I./ -Wall -W -Wshadow -Wsign-compare ifndef MAKE MAKE=make --- 5,11 ---- #version of library VERSION=0.42.0 ! CFLAGS += -I./ ifndef MAKE MAKE=make *************** *** 14,26 **** ifndef IGNORE_SPEED #for speed ! CFLAGS += -O3 -funroll-loops #for size #CFLAGS += -Os #x86 optimizations [should be valid for any GCC install though] ! CFLAGS += -fomit-frame-pointer #debug #CFLAGS += -g3 --- 14,26 ---- ifndef IGNORE_SPEED #for speed ! #CFLAGS += -O3 -funroll-loops #for size #CFLAGS += -Os #x86 optimizations [should be valid for any GCC install though] ! #CFLAGS += -fomit-frame-pointer #debug #CFLAGS += -g3 *************** *** 29,35 **** #install as this user ifndef INSTALL_GROUP ! GROUP=wheel else GROUP=$(INSTALL_GROUP) endif --- 29,35 ---- #install as this user ifndef INSTALL_GROUP ! GROUP=system else GROUP=$(INSTALL_GROUP) endif *************** *** 53,60 **** #INCPATH-The directory to install the header files for libtommath. #DATAPATH-The directory to install the pdf docs. DESTDIR= ! LIBPATH=/usr/lib ! INCPATH=/usr/include DATAPATH=/usr/share/doc/libtommath/pdf OBJECTS=bncore.o bn_mp_init.o bn_mp_clear.o bn_mp_exch.o bn_mp_grow.o bn_mp_shrink.o \ --- 53,60 ---- #INCPATH-The directory to install the header files for libtommath. #DATAPATH-The directory to install the pdf docs. DESTDIR= ! LIBPATH=/opt/freeware/lib ! INCPATH=/opt/freeware/include DATAPATH=/usr/share/doc/libtommath/pdf OBJECTS=bncore.o bn_mp_init.o bn_mp_clear.o bn_mp_exch.o bn_mp_grow.o bn_mp_shrink.o \