home *** CD-ROM | disk | FTP | other *** search
/ Dream 44 / Amiga_Dream_44.iso / RiscPc / jeux / ArcBoard004.arc / !GNUChessX / src / Makefile < prev   
Makefile  |  1996-01-10  |  1KB  |  63 lines

  1. #
  2. # Makefile generated by Easy C version 1.51/2.29 (27 Mar 1995)
  3. # on Wed Jan 10 13:49:30 1996
  4. #
  5. # This makefile builds the following files:
  6. #   c.GnuChess
  7. #   c.book
  8. #   c.nondsp
  9. #   c.dspcom
  10. #   c.util
  11. #   c.genmoves
  12. #   c.init
  13. #   c.search
  14. #   c.eval
  15. #   c.ataks
  16.  
  17. # The executable image produced is GnuChess
  18. OBJS = o.GnuChess o.book o.nondsp o.dspcom o.util o.genmoves o.init o.search o.eval o.ataks
  19.  
  20. GnuChess : $(OBJS)
  21.         $(LINK) $(OBJS) $(LDFLAGS) -desk
  22.  
  23.  
  24. # Header file dependencies:
  25.  
  26. o.GnuChess : h.gnuchess
  27. o.GnuChess : h.version
  28. o.GnuChess : h.ttable
  29. o.book : h.gnuchess
  30. o.book : h.ttable
  31. o.book : h.ataks
  32. o.nondsp : h.gnuchess
  33. o.nondsp : h.ttable
  34. o.dspcom : h.gnuchess
  35. o.dspcom : h.ataks
  36. o.dspcom : h.ttable
  37. o.util : h.gnuchess
  38. o.genmoves : h.gnuchess
  39. o.genmoves : h.ataks
  40. o.init : h.gnuchess
  41. o.init : h.ttable
  42. o.search : h.gnuchess
  43. o.search : h.ttable
  44. o.search : h.ataks
  45. o.search : h.debug41
  46. o.search : h.debug4
  47. o.search : h.debug13
  48. o.search : h.debug16
  49. o.search : h.debug4
  50. o.search : h.debug40
  51. o.search : h.debug10
  52. o.search : h.debug256
  53. o.search : h.debug512
  54. o.eval : h.gnuchess
  55. o.eval : h.ataks
  56. o.eval : h.ttable
  57. o.ataks : h.gnuchess
  58.  
  59.  
  60. #
  61. # End of generated makefile, add other dependencies here
  62. #
  63.