home *** CD-ROM | disk | FTP | other *** search
Makefile | 1991-05-07 | 2.9 KB | 120 lines |
- OBJ1 = ats.o ats2.o my_complex.o test.o
- OBJ2 = ats.o ats2.o my_complex.o test2.o
- OBJ3 = ats.o ats2.o my_complex.o test3.o
- OBJ4 = ats.o ats2.o my_complex.o test4.o
- OBJ5 = ats.o ats2.o my_complex.o test5.o
- OBJ6 = ats.o ats2.o my_complex.o test6.o
- OBJ7 = ats.o ats2.o my_complex.o test7.o
- OBJ8 = ats.o ats2.o my_complex.o test8.o
- OBJ9 = ats.o ats2.o my_complex.o test9.o
- OBJ10 = ats.o ats2.o my_complex.o test10.o
- OBJ11 = ats.o ats2.o my_complex.o test11.o
- OBJ12 = ats.o ats2.o my_complex.o test12.o
- OBJ13 = ats.o ats2.o my_complex.o test13.o
- OBJ14 = ats.o ats2.o my_complex.o test14.o
- OBJ15 = ats.o ats2.o my_complex.o test15.o
- OBJ16 = ats.o ats2.o my_complex.o test16.o
- OBJ17 = ats.o ats2.o my_complex.o test17.o
- OBJH1 = ats.o ats2.o my_complex.o htest.o
- OBJH2 = ats.o ats2.o my_complex.o htest2.o
- OBJH3 = ats.o ats2.o my_complex.o htest3.o
- OBJS1 = ats.o ats2.o my_complex.o stest.o
- OBJT1 = cpxtest.o my_complex.o
- HS = ats.h
- ats.date : stest cpxtest
- touch ats.date
- test : $(OBJ1)
- cpblink with with.test
- test2 : $(OBJ2)
- cpblink with with.test2
- test3 : $(OBJ3)
- cpblink with with.test3
- test4 : $(OBJ4)
- cpblink with with.test4
- test5 : $(OBJ5)
- cpblink with with.test5
- test6 : $(OBJ6)
- cpblink with with.test6
- test7 : $(OBJ7)
- cpblink with with.test7
- test8 : $(OBJ8)
- cpblink with with.test8
- test9 : $(OBJ9)
- cpblink with with.test9
- test10 : $(OBJ10)
- cpblink with with.test10
- test11 : $(OBJ11)
- cpblink with with.test11
- test12 : $(OBJ12)
- cpblink with with.test12
- test13 : $(OBJ13)
- cpblink with with.test13
- test14 : $(OBJ14)
- cpblink with with.test14
- test15 : $(OBJ15)
- cpblink with with.test15
- test16 : $(OBJ16)
- cpblink with with.test16
- test17 : $(OBJ17)
- cpblink with with.test17
- htest : $(OBJH1)
- cpblink with with.htest
- htest2 : $(OBJH2)
- cpblink with with.htest2
- htest3 : $(OBJH3)
- cpblink with with.htest3
- stest : $(OBJS1)
- cpblink with with.stest
- cpxtest : $(OBJT1)
- cpblink with with.cpxtest
- ats.o: ats.cp $(HS)
- execute dx ats
- ats2.o: ats2.cp $(HS)
- execute dx ats2
- my_complex.o: my_complex.cp cpinclude:my_complex.h
- execute dx my_complex
- test.o: test.cp $(HS)
- execute dp test
- test2.o: test2.cp $(HS)
- execute dp test2
- test3.o: test3.cp $(HS)
- execute dp test3
- test4.o: test4.cp $(HS)
- execute dp test4
- test5.o: test5.cp $(HS)
- execute dp test5
- test6.o: test6.cp $(HS)
- execute dp test6
- test7.o: test7.cp $(HS)
- execute dp test7
- test8.o: test8.cp $(HS)
- execute dp test8
- test9.o: test9.cp $(HS)
- execute dp test9
- test10.o: test10.cp $(HS)
- execute dp test10
- test11.o: test11.cp $(HS)
- execute dp test11
- test12.o: test12.cp $(HS)
- execute dp test12
- test13.o: test13.cp $(HS)
- execute dp test13
- test14.o: test14.cp $(HS)
- execute dp test14
- test15.o: test15.cp $(HS)
- execute dp test15
- test16.o: test16.cp $(HS)
- execute dp test16
- test17.o: test17.cp $(HS)
- execute dp test17
- htest.o: htest.cp $(HS)
- execute dp htest
- htest2.o: htest2.cp $(HS)
- execute dp htest2
- htest3.o: htest3.cp $(HS)
- execute dp htest3
- stest.o: stest.cp $(HS)
- execute dp stest
- cpxtest.o: cpxtest.cp $(HS)
- execute dp cpxtest
-