=================================================================== RCS file: /home/cvs/OpenXM/doc/oxlib/Attic/Makefile,v retrieving revision 1.4 retrieving revision 1.8 diff -u -p -r1.4 -r1.8 --- OpenXM/doc/oxlib/Attic/Makefile 2000/03/17 02:04:08 1.4 +++ OpenXM/doc/oxlib/Attic/Makefile 2005/11/12 02:38:01 1.8 @@ -1,5 +1,8 @@ -# $OpenXM: OpenXM/doc/oxlib/Makefile,v 1.3 2000/03/16 07:34:37 noro Exp $ -all : test1 test2 test3 +# $OpenXM: OpenXM/doc/oxlib/Makefile,v 1.7 2003/03/08 07:49:59 takayama Exp $ +all : install-lib + make all-samples +all-samples : test test1 test2 test3 +install-lib: ## ## make ## make OpenXM_HOME=/usr/local/OpenXM @@ -28,6 +31,12 @@ test2 : test2.o test3 : test3.o gcc -o test3 test3.o $(ASIR_LIB) $(GC) $(EXTRALIB) -lm +## test : test.o +test : test.o + gcc -o test test.o $(ASIR_LIB) $(GC) $(EXTRALIB) -lm +test1-tcp-rev: test1-tcp-rev.c + gcc -o test1-tcp-rev test1-tcp-rev.c + .c.o : ${CC} $(CFLAGS) -I$(INCLUDE) -c -g $< @@ -36,4 +45,4 @@ test3 : test3.o clean : - rm -f test1 test2 test3 *.o *~ *.a + rm -f test test1 test2 test3 *.o *~ *.a a.out