[BACK]Return to Makefile.linux CVS log [TXT][DIR] Up to [local] / OpenXM / src / ox_math

Diff for /OpenXM/src/ox_math/Makefile.linux between version 1.1 and 1.2

version 1.1, 1999/10/29 08:06:42 version 1.2, 1999/11/02 06:11:57
Line 22  GMPINC = -I${GMPSRC}
Line 22  GMPINC = -I${GMPSRC}
 CDEFS  = -DDEBUG  CDEFS  = -DDEBUG
 INCDIR = -I${ADDONSDIR} ${GMPINC}  INCDIR = -I${ADDONSDIR} ${GMPINC}
 LIBDIR = -L${ADDONSDIR} -L.  LIBDIR = -L${ADDONSDIR} -L.
 CFLAGS = -O2 ${CDEFS} ${INCDIR} ${LIBDIR}  CFLAGS = -g -O2 ${CDEFS} ${INCDIR} ${LIBDIR}
   
 #SOLLIBS  = -lsocket -lnsl  #SOLLIBS  = -lsocket -lnsl
 MATHLIBS = -lML  -lm  MATHLIBS = -lML  -lm
Line 34  all: libox.a bconv testclient ox_math math2ox
Line 34  all: libox.a bconv testclient ox_math math2ox
   
 bconv.o:  ox.h oxtag.h parse.h  bconv.o:  ox.h oxtag.h parse.h
 parse.o:  ox.h oxtag.h parse.h  parse.o:  ox.h oxtag.h parse.h
 ox.o:     ox.h oxtag.h mysocket.h  ox.o:     ox.h oxtag.h parse.h mysocket.h
 testclient.o: ox.h oxtag.h  testclient.o: ox.h oxtag.h
 serv1.o:  ox.h oxtag.h serv2.h  serv1.o:  ox.h oxtag.h serv2.h
 serv2.o:  ox.h oxtag.h serv2.h  serv2.o:  ox.h oxtag.h serv2.h

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

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