help: @echo make test_979_one_crate @echo make readAndDebug10 @echo make readData2Tup all : test_979 CFLAGS = -I../include -g -Wall -ansi FFLAGS = -Wf,-I../include -I./ -g .c.o: $(CC) $(CFLAGS) -c $*.c LIBRARY = ../lib/libsjy.a LIBRARY2 = ../lib/libsjysemaphores.a test_979k : test_979k.o $(LIBRARY) $(CC) $(CFLAGS) test_979k.o moduleSetupLib.o $(LIBRARY) -o $@ test_979kS : test_979k.o $(LIBRARY2) $(CC) $(CFLAGS) test_979k.o moduleSetupLib.o $(LIBRARY2) -o $@ test_979k_S : test_979k_S.o $(LIBRARY2) $(CC) $(CFLAGS) test_979k_S.o moduleSetupLib.o $(LIBRARY2) -o $@ test_979_one_crate : test_979_one_crate.o $(LIBRARY) $(CC) $(CFLAGS) test_979_one_crate.o moduleSetupLib.o $(LIBRARY) -o $@ init_crate_S : init_crate_S.o $(LIBRARY2) $(CC) $(CFLAGS) init_crate_S.o $(LIBRARY2) -o $@ readData2Tup: readData2Tup.c gcc -o readData2Tup readData2Tup.c readAndDebug10: readAndDebug10.C g++ -o readAndDebug10 readAndDebug10.C moduleSetupLib.o: moduleSetupLib.c $(LIBRARY) gcc $(CFLAGS) -c moduleSetupLib.c clean: /bin/rm -f test_979 test_979a test_979b test_979c test_979d test_979e /bin/rm -f test_979.o test_979.o test_979b.o test_979c.o test_979d.o /bin/rm -f test_979e buildTar: tar -czf backup.mtest.tar.gz Makefile *.sh *.c *.C database.db logb.text database.db.scheme *.h