home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 509.lha / ATS_v2.0 / makefile < prev    next >
Makefile  |  1991-05-06  |  3KB  |  120 lines

  1. OBJ1 = ats.o ats2.o my_complex.o test.o
  2. OBJ2 = ats.o ats2.o my_complex.o test2.o
  3. OBJ3 = ats.o ats2.o my_complex.o test3.o
  4. OBJ4 = ats.o ats2.o my_complex.o test4.o
  5. OBJ5 = ats.o ats2.o my_complex.o test5.o
  6. OBJ6 = ats.o ats2.o my_complex.o test6.o
  7. OBJ7 = ats.o ats2.o my_complex.o test7.o
  8. OBJ8 = ats.o ats2.o my_complex.o test8.o
  9. OBJ9 = ats.o ats2.o my_complex.o test9.o
  10. OBJ10 = ats.o ats2.o my_complex.o test10.o
  11. OBJ11 = ats.o ats2.o my_complex.o test11.o
  12. OBJ12 = ats.o ats2.o my_complex.o test12.o
  13. OBJ13 = ats.o ats2.o my_complex.o test13.o
  14. OBJ14 = ats.o ats2.o my_complex.o test14.o
  15. OBJ15 = ats.o ats2.o my_complex.o test15.o
  16. OBJ16 = ats.o ats2.o my_complex.o test16.o
  17. OBJ17 = ats.o ats2.o my_complex.o test17.o
  18. OBJH1 = ats.o ats2.o my_complex.o htest.o
  19. OBJH2 = ats.o ats2.o my_complex.o htest2.o
  20. OBJH3 = ats.o ats2.o my_complex.o htest3.o
  21. OBJS1 = ats.o ats2.o my_complex.o stest.o
  22. OBJT1 = cpxtest.o my_complex.o 
  23. HS = ats.h 
  24. ats.date : stest cpxtest
  25.     touch ats.date
  26. test : $(OBJ1)
  27.     cpblink with with.test
  28. test2 : $(OBJ2)
  29.     cpblink with with.test2
  30. test3 : $(OBJ3)
  31.     cpblink with with.test3
  32. test4 : $(OBJ4)
  33.     cpblink with with.test4
  34. test5 : $(OBJ5)
  35.     cpblink with with.test5
  36. test6 : $(OBJ6)
  37.     cpblink with with.test6
  38. test7 : $(OBJ7)
  39.     cpblink with with.test7
  40. test8 : $(OBJ8)
  41.     cpblink with with.test8
  42. test9 : $(OBJ9)
  43.     cpblink with with.test9
  44. test10 : $(OBJ10)
  45.     cpblink with with.test10
  46. test11 : $(OBJ11)
  47.     cpblink with with.test11
  48. test12 : $(OBJ12)
  49.     cpblink with with.test12
  50. test13 : $(OBJ13)
  51.     cpblink with with.test13
  52. test14 : $(OBJ14)
  53.     cpblink with with.test14
  54. test15 : $(OBJ15)
  55.     cpblink with with.test15
  56. test16 : $(OBJ16)
  57.     cpblink with with.test16
  58. test17 : $(OBJ17)
  59.     cpblink with with.test17
  60. htest : $(OBJH1)
  61.     cpblink with with.htest
  62. htest2 : $(OBJH2)
  63.     cpblink with with.htest2
  64. htest3 : $(OBJH3)
  65.     cpblink with with.htest3
  66. stest : $(OBJS1)
  67.     cpblink with with.stest
  68. cpxtest : $(OBJT1)
  69.     cpblink with with.cpxtest
  70. ats.o: ats.cp $(HS)    
  71.     execute dx ats
  72. ats2.o: ats2.cp $(HS)    
  73.     execute dx ats2
  74. my_complex.o: my_complex.cp cpinclude:my_complex.h
  75.     execute dx my_complex
  76. test.o: test.cp $(HS)
  77.     execute dp test
  78. test2.o: test2.cp $(HS)
  79.     execute dp test2
  80. test3.o: test3.cp $(HS)
  81.     execute dp test3
  82. test4.o: test4.cp $(HS)
  83.     execute dp test4
  84. test5.o: test5.cp $(HS)
  85.     execute dp test5
  86. test6.o: test6.cp $(HS)
  87.     execute dp test6
  88. test7.o: test7.cp $(HS)
  89.     execute dp test7
  90. test8.o: test8.cp $(HS)
  91.     execute dp test8
  92. test9.o: test9.cp $(HS)
  93.     execute dp test9
  94. test10.o: test10.cp $(HS)
  95.     execute dp test10
  96. test11.o: test11.cp $(HS)
  97.     execute dp test11
  98. test12.o: test12.cp $(HS)
  99.     execute dp test12
  100. test13.o: test13.cp $(HS)
  101.     execute dp test13
  102. test14.o: test14.cp $(HS)
  103.     execute dp test14
  104. test15.o: test15.cp $(HS)
  105.     execute dp test15
  106. test16.o: test16.cp $(HS)
  107.     execute dp test16
  108. test17.o: test17.cp $(HS)
  109.     execute dp test17
  110. htest.o: htest.cp $(HS)
  111.     execute dp htest
  112. htest2.o: htest2.cp $(HS)
  113.     execute dp htest2
  114. htest3.o: htest3.cp $(HS)
  115.     execute dp htest3
  116. stest.o: stest.cp $(HS)
  117.     execute dp stest
  118. cpxtest.o: cpxtest.cp $(HS)
  119.     execute dp cpxtest
  120.