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

Diff for /OpenXM/src/ox_math/Attic/Makefile.FreeBSD 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 34  all: libox.a bconv testclient
Line 34  all: libox.a bconv testclient
   
 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
Line 43  libgmp.a:
Line 43  libgmp.a:
         @if [ ! -f ${GMPSRC}/libgmp.a ]; then \          @if [ ! -f ${GMPSRC}/libgmp.a ]; then \
                 (cd ${GMPSRC}; ./configure; make) \                  (cd ${GMPSRC}; ./configure; make) \
         fi          fi
         cp ${GMPSRC}/libgmp.a .          @if [ ! -f ./libgmp.a ]; then \
                   cp ${GMPSRC}/libgmp.a . ; \
           fi
   
 libox.a: ${LIBOBJS} libgmp.a  libox.a: ${LIBOBJS} libgmp.a
         -rm -f $@          -rm -f $@

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

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