=================================================================== RCS file: /home/cvs/OpenXM/src/oxc/Makefile.in,v retrieving revision 1.1 retrieving revision 1.3 diff -u -p -r1.1 -r1.3 --- OpenXM/src/oxc/Makefile.in 2000/10/13 06:05:11 1.1 +++ OpenXM/src/oxc/Makefile.in 2003/05/07 04:00:30 1.3 @@ -1,9 +1,11 @@ -## $OpenXM$ +## $OpenXM: OpenXM/src/oxc/Makefile.in,v 1.2 2000/12/15 05:48:34 ohara Exp $ OpenXM_HOME=../.. CC = @CC@ CFLAGS = @CFLAGS@ -g -Wall -O2 -finline-functions -I${OpenXM_HOME}/src/ox_toolkit -I${OpenXM_HOME}/include -LIBS = @LIBS@ -L${OpenXM_HOME}/lib -lox -lgmp +#LIBS = @LIBS@ -L${OpenXM_HOME}/lib -lox -lgmp +LIBS = @LIBS@ -L${OpenXM_HOME}/lib -lox +INSTALL_PROGRAM= cp -f all: oxc @@ -12,11 +14,14 @@ oxc: oxc.o sm.o sm_ext.o sm.o sm_ext.o : sm.h -smtest: smtest.o sm.o sm_ext.o ${GETOPT} - ${CC} -o smtest smtest.o sm.o sm_ext.o ${GETOPT} ${LIBS} +install: oxc + ${INSTALL_PROGRAM} oxc ${OpenXM_HOME}/bin +install-for-debug: oxc + ln -sf ../src/oxc/oxc ${OpenXM_HOME}/bin + clean: - -rm -f *.o *~ smtest oxc + -rm -f *.o *~ oxc distclean: clean -rm -f .configure_done configure config.cache config.log config.status Makefile