home *** CD-ROM | disk | FTP | other *** search
/ Archive Magazine 1996 / ARCHIVE_96.iso / discs / mag_discs / volume_9 / issue_08 / toolbox / Step3 / !FormText / Makefile < prev    next >
Makefile  |  1995-12-11  |  2KB  |  87 lines

  1. # Project:   FormText
  2.  
  3.  
  4. # Toolflags:
  5. CCflags = -c -depend !Depend -IC: -throwback
  6. C++flags = -c -depend !Depend -IC: -throwback
  7. Linkflags = -aif -c++ -o $@
  8. ObjAsmflags = -throwback -NoCache -depend !Depend
  9. CMHGflags = 
  10. LibFileflags = -c -o $@
  11. Squeezeflags = -o $@
  12.  
  13.  
  14. # Final targets:
  15. @.!RunImage:   @.^.^.AcornC_C++.Libraries.clib.o.Stubs \
  16.         @.^.^.AcornC_C++.Libraries.tboxlibs.o.eventlib @.^.^.AcornC_C++.Libraries.tboxlibs.o.toolboxlib \
  17.         @.^.^.AcornC_C++.Libraries.tboxlibs.o.wimplib @.o.err @.o.main @.o.msgtrans @.^.^.AcornC_C++.Libraries.flexlib.o.flexlib \
  18.         @.o.import @.o.textfile 
  19.         Link $(Linkflags) @.^.^.AcornC_C++.Libraries.clib.o.Stubs \
  20.         @.^.^.AcornC_C++.Libraries.tboxlibs.o.eventlib @.^.^.AcornC_C++.Libraries.tboxlibs.o.toolboxlib \
  21.         @.^.^.AcornC_C++.Libraries.tboxlibs.o.wimplib @.o.err @.o.main @.o.msgtrans @.^.^.AcornC_C++.Libraries.flexlib.o.flexlib \
  22.         @.o.import @.o.textfile 
  23.  
  24.  
  25. # User-editable dependencies:
  26.  
  27.  
  28. # Static dependencies:
  29. @.o.err:   @.c.err
  30.         cc $(ccflags) -o @.o.err @.c.err 
  31. @.o.main:   @.c.main
  32.         cc $(ccflags) -o @.o.main @.c.main 
  33. @.o.msgtrans:   @.c.msgtrans
  34.         cc $(ccflags) -o @.o.msgtrans @.c.msgtrans 
  35. @.o.import:   @.c.import
  36.         cc $(ccflags) -o @.o.import @.c.import 
  37. @.o.textfile:   @.c.textfile
  38.         cc $(ccflags) -o @.o.textfile @.c.textfile 
  39.  
  40.  
  41. # Dynamic dependencies:
  42. o.err:    c.err
  43. o.err:    C:h.wimplib
  44. o.err:    C:h.kernel
  45. o.err:    C:h.wimp
  46. o.err:    h.err
  47. o.err:    C:h.kernel
  48. o.msgtrans:    c.msgtrans
  49. o.msgtrans:    C:h.swis
  50. o.msgtrans:    C:h.kernel
  51. o.msgtrans:    h.err
  52. o.msgtrans:    C:h.kernel
  53. o.msgtrans:    h.msgtrans
  54. o.msgtrans:    C:h.toolbox
  55. o.msgtrans:    C:h.wimp
  56. o.import:    c.import
  57. o.import:    C:h.event
  58. o.import:    C:h.wimp
  59. o.import:    C:h.toolbox
  60. o.import:    C:h.kernel
  61. o.import:    C:h.wimplib
  62. o.import:    h.err
  63. o.import:    C:h.kernel
  64. o.import:    h.import
  65. o.textfile:    c.textfile
  66. o.textfile:    C:h.event
  67. o.textfile:    C:h.wimp
  68. o.textfile:    C:h.toolbox
  69. o.textfile:    C:h.kernel
  70. o.textfile:    C:h.flex
  71. o.textfile:    h.err
  72. o.textfile:    C:h.kernel
  73. o.textfile:    h.import
  74. o.textfile:    h.msgtrans
  75. o.textfile:    C:h.toolbox
  76. o.main:    c.main
  77. o.main:    C:h.event
  78. o.main:    C:h.wimp
  79. o.main:    C:h.toolbox
  80. o.main:    C:h.kernel
  81. o.main:    h.err
  82. o.main:    C:h.kernel
  83. o.main:    h.msgtrans
  84. o.main:    C:h.toolbox
  85. o.main:    h.tbchunks
  86. o.main:    h.textfile
  87.