home *** CD-ROM | disk | FTP | other *** search
/ The Datafile PD-CD 4 / DATAFILE_PDCD4.iso / languages / tcl / !Tcl / Makefile < prev    next >
Encoding:
Makefile  |  1996-01-29  |  7.9 KB  |  280 lines

  1. # Project:   tcl
  2.  
  3.  
  4. # Toolflags:
  5. CCflags = -c -depend !Depend -IC: -throwback  -DTCL_GENERIC_ONLY  -Dlint  -Wdn 
  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. @.shade:   @.o.panic @.o.regexp @.o.shade @.o.tclAsync @.o.tclBasic \
  16.         @.o.tclCmdAH @.o.tclCmdIL @.o.tclCmdMZ @.o.tclExpr @.o.tclGet @.o.tclHash @.o.tclLink \
  17.         @.o.tclMemory @.o.tclParse @.o.tclProc @.o.tclRISCOS @.o.tclUtil @.o.tclVar @.o.WimpBox \
  18.         @.o.WimpDoc @.o.WimpDraw @.o.WimpInit @.o.WimpMenu @.o.WimpTask \
  19.         @.^.^.AcornC_C++.Libraries.clib.o.Stubs @.^.^.AcornC_C++.Libraries.OSLib.o.OSLib 
  20.         link $(linkflags) @.o.panic @.o.regexp @.o.shade @.o.tclAsync \
  21.         @.o.tclBasic @.o.tclCmdAH @.o.tclCmdIL @.o.tclCmdMZ @.o.tclExpr @.o.tclGet @.o.tclHash \
  22.         @.o.tclLink @.o.tclMemory @.o.tclParse @.o.tclProc @.o.tclRISCOS @.o.tclUtil @.o.tclVar \
  23.         @.o.WimpBox @.o.WimpDoc @.o.WimpDraw @.o.WimpInit @.o.WimpMenu @.o.WimpTask \
  24.         @.^.^.AcornC_C++.Libraries.clib.o.Stubs @.^.^.AcornC_C++.Libraries.OSLib.o.OSLib 
  25. @.tclsh:   @.o.panic @.o.regexp @.o.tclAsync @.o.tclBasic @.o.tclCmdAH \
  26.         @.o.tclCmdIL @.o.tclCmdMZ @.o.tclExpr @.o.tclGet @.o.tclHash @.o.tclHistory @.o.tclLink \
  27.         @.o.tclMemory @.o.tclParse @.o.tclProc @.o.tclRISCOS @.o.tclsh @.o.tclUtil @.o.tclVar \
  28.         @.^.^.AcornC_C++.Libraries.clib.o.Stubs @.^.^.AcornC_C++.Libraries.OSLib.o.OSLib 
  29.         link $(linkflags) @.o.panic @.o.regexp @.o.tclAsync @.o.tclBasic \
  30.         @.o.tclCmdAH @.o.tclCmdIL @.o.tclCmdMZ @.o.tclExpr @.o.tclGet @.o.tclHash @.o.tclHistory \
  31.         @.o.tclLink @.o.tclMemory @.o.tclParse @.o.tclProc @.o.tclRISCOS @.o.tclsh @.o.tclUtil \
  32.         @.o.tclVar @.^.^.AcornC_C++.Libraries.clib.o.Stubs \
  33.         @.^.^.AcornC_C++.Libraries.OSLib.o.OSLib 
  34.  
  35.  
  36. # User-editable dependencies:
  37.  
  38. tidy:; squeeze -v shade
  39.        squeeze -v tclsh
  40.        wipe o.* ~C~F~R~V
  41.  
  42. # Static dependencies:
  43. @.o.panic:   @.c.panic
  44.         cc $(ccflags) -o @.o.panic @.c.panic 
  45. @.o.regexp:   @.c.regexp
  46.         cc $(ccflags) -o @.o.regexp @.c.regexp 
  47. @.o.tclAsync:   @.c.tclAsync
  48.         cc $(ccflags) -o @.o.tclAsync @.c.tclAsync 
  49. @.o.tclBasic:   @.c.tclBasic
  50.         cc $(ccflags) -o @.o.tclBasic @.c.tclBasic 
  51. @.o.tclCmdAH:   @.c.tclCmdAH
  52.         cc $(ccflags) -o @.o.tclCmdAH @.c.tclCmdAH 
  53. @.o.tclCmdIL:   @.c.tclCmdIL
  54.         cc $(ccflags) -o @.o.tclCmdIL @.c.tclCmdIL 
  55. @.o.tclCmdMZ:   @.c.tclCmdMZ
  56.         cc $(ccflags) -o @.o.tclCmdMZ @.c.tclCmdMZ 
  57. @.o.tclExpr:   @.c.tclExpr
  58.         cc $(ccflags) -o @.o.tclExpr @.c.tclExpr 
  59. @.o.tclGet:   @.c.tclGet
  60.         cc $(ccflags) -o @.o.tclGet @.c.tclGet 
  61. @.o.tclHash:   @.c.tclHash
  62.         cc $(ccflags) -o @.o.tclHash @.c.tclHash 
  63. @.o.tclHistory:   @.c.tclHistory
  64.         cc $(ccflags) -o @.o.tclHistory @.c.tclHistory 
  65. @.o.tclLink:   @.c.tclLink
  66.         cc $(ccflags) -o @.o.tclLink @.c.tclLink 
  67. @.o.tclMemory:   @.c.tclMemory
  68.         cc $(ccflags) -o @.o.tclMemory @.c.tclMemory 
  69. @.o.tclParse:   @.c.tclParse
  70.         cc $(ccflags) -o @.o.tclParse @.c.tclParse 
  71. @.o.tclProc:   @.c.tclProc
  72.         cc $(ccflags) -o @.o.tclProc @.c.tclProc 
  73. @.o.tclRISCOS:   @.c.tclRISCOS
  74.         cc $(ccflags) -o @.o.tclRISCOS @.c.tclRISCOS 
  75. @.o.tclsh:   @.c.tclsh
  76.         cc $(ccflags) -o @.o.tclsh @.c.tclsh 
  77. @.o.tclUtil:   @.c.tclUtil
  78.         cc $(ccflags) -o @.o.tclUtil @.c.tclUtil 
  79. @.o.tclVar:   @.c.tclVar
  80.         cc $(ccflags) -o @.o.tclVar @.c.tclVar 
  81. @.o.shade:   @.c.shade
  82.         cc $(ccflags) -o @.o.shade @.c.shade 
  83. @.o.WimpBox:   @.c.WimpBox
  84.         cc $(ccflags) -o @.o.WimpBox @.c.WimpBox 
  85. @.o.WimpDoc:   @.c.WimpDoc
  86.         cc $(ccflags) -o @.o.WimpDoc @.c.WimpDoc 
  87. @.o.WimpDraw:   @.c.WimpDraw
  88.         cc $(ccflags) -o @.o.WimpDraw @.c.WimpDraw 
  89. @.o.WimpInit:   @.c.WimpInit
  90.         cc $(ccflags) -o @.o.WimpInit @.c.WimpInit 
  91. @.o.WimpMenu:   @.c.WimpMenu
  92.         cc $(ccflags) -o @.o.WimpMenu @.c.WimpMenu 
  93. @.o.WimpTask:   @.c.WimpTask
  94.         cc $(ccflags) -o @.o.WimpTask @.c.WimpTask 
  95. @.o.tclTest:   @.c.tclTest
  96.         cc $(ccflags) -o @.o.tclTest @.c.tclTest 
  97. @.o.tclMain:   @.c.tclMain
  98.         cc $(ccflags) -o @.o.tclMain @.c.tclMain 
  99.  
  100.  
  101. # Dynamic dependencies:
  102. o.panic:    c.panic
  103. o.regexp:    c.regexp
  104. o.regexp:    h.tclInt
  105. o.regexp:    h.tcl
  106. o.regexp:    h.tclRegexp
  107. o.shade:    c.shade
  108. o.shade:    h.tcl
  109. o.shade:    h.tclRISCOS
  110. o.shade:    h.tclW
  111. o.tclAsync:    c.tclAsync
  112. o.tclAsync:    h.tclInt
  113. o.tclAsync:    h.tcl
  114. o.tclAsync:    h.tclRegexp
  115. o.tclCmdAH:    c.tclCmdAH
  116. o.tclCmdAH:    h.tclInt
  117. o.tclCmdAH:    h.tcl
  118. o.tclCmdAH:    h.tclRegexp
  119. o.tclCmdIL:    c.tclCmdIL
  120. o.tclCmdIL:    h.tclInt
  121. o.tclCmdIL:    h.tcl
  122. o.tclCmdIL:    h.tclRegexp
  123. o.tclCmdMZ:    c.tclCmdMZ
  124. o.tclCmdMZ:    h.tclInt
  125. o.tclCmdMZ:    h.tcl
  126. o.tclCmdMZ:    h.tclRegexp
  127. o.tclExpr:    c.tclExpr
  128. o.tclExpr:    h.tclInt
  129. o.tclExpr:    h.tcl
  130. o.tclExpr:    h.tclRegexp
  131. o.tclGet:    c.tclGet
  132. o.tclGet:    h.tclInt
  133. o.tclGet:    h.tcl
  134. o.tclGet:    h.tclRegexp
  135. o.tclHash:    c.tclHash
  136. o.tclHash:    h.tclInt
  137. o.tclHash:    h.tcl
  138. o.tclHash:    h.tclRegexp
  139. o.tclLink:    c.tclLink
  140. o.tclLink:    h.tclInt
  141. o.tclLink:    h.tcl
  142. o.tclLink:    h.tclRegexp
  143. o.tclMemory:    c.tclMemory
  144. o.tclMemory:    h.tclInt
  145. o.tclMemory:    h.tcl
  146. o.tclMemory:    h.tclRegexp
  147. o.tclParse:    c.tclParse
  148. o.tclParse:    h.tclInt
  149. o.tclParse:    h.tcl
  150. o.tclParse:    h.tclRegexp
  151. o.tclProc:    c.tclProc
  152. o.tclProc:    h.tclInt
  153. o.tclProc:    h.tcl
  154. o.tclProc:    h.tclRegexp
  155. o.tclRISCOS:    c.tclRISCOS
  156. o.tclRISCOS:    h.tclInt
  157. o.tclRISCOS:    h.tcl
  158. o.tclRISCOS:    h.tclRegexp
  159. o.tclRISCOS:    h.tclRISCOS
  160. o.tclRISCOS:    h.RISCOSint
  161. o.tclRISCOS:    C:h.osfile
  162. o.tclRISCOS:    C:h.types
  163. o.tclRISCOS:    C:h.os
  164. o.tclRISCOS:    C:h.fileswitch
  165. o.tclRISCOS:    C:h.osgbpb
  166. o.tclRISCOS:    C:h.osfscontrol
  167. o.tclUtil:    c.tclUtil
  168. o.tclUtil:    h.tclInt
  169. o.tclUtil:    h.tcl
  170. o.tclUtil:    h.tclRegexp
  171. o.tclVar:    c.tclVar
  172. o.tclVar:    h.tclInt
  173. o.tclVar:    h.tcl
  174. o.tclVar:    h.tclRegexp
  175. o.WimpInit:    c.WimpInit
  176. o.WimpInit:    h.WInt
  177. o.WimpInit:    h.tclInt
  178. o.WimpInit:    h.tcl
  179. o.WimpInit:    h.tclRegexp
  180. o.WimpInit:    h.tclW
  181. o.WimpInit:    C:h.wimp
  182. o.WimpInit:    C:h.types
  183. o.WimpInit:    C:h.os
  184. o.WimpInit:    C:h.osspriteop
  185. o.WimpInit:    C:h.font
  186. o.WimpInit:    C:h.wimpspriteop
  187. o.WimpInit:    C:h.osbyte
  188. o.WimpInit:    C:h.taskwindow
  189. o.WimpInit:    h.RISCOSint
  190. o.WimpMenu:    c.WimpMenu
  191. o.WimpMenu:    h.WInt
  192. o.WimpMenu:    h.tclInt
  193. o.WimpMenu:    h.tcl
  194. o.WimpMenu:    h.tclRegexp
  195. o.WimpMenu:    h.tclW
  196. o.WimpMenu:    C:h.wimp
  197. o.WimpMenu:    C:h.types
  198. o.WimpMenu:    C:h.os
  199. o.WimpMenu:    C:h.osspriteop
  200. o.WimpMenu:    C:h.font
  201. o.WimpMenu:    C:h.wimpspriteop
  202. o.WimpMenu:    C:h.osbyte
  203. o.WimpTask:    c.WimpTask
  204. o.WimpTask:    h.tclInt
  205. o.WimpTask:    h.tcl
  206. o.WimpTask:    h.tclRegexp
  207. o.WimpTask:    h.WInt
  208. o.WimpTask:    h.tclInt
  209. o.WimpTask:    h.tclW
  210. o.WimpTask:    C:h.wimp
  211. o.WimpTask:    C:h.types
  212. o.WimpTask:    C:h.os
  213. o.WimpTask:    C:h.osspriteop
  214. o.WimpTask:    C:h.font
  215. o.WimpTask:    C:h.wimpspriteop
  216. o.WimpTask:    C:h.wimp
  217. o.WimpTask:    C:h.taskwindow
  218. o.tclBasic:    c.tclBasic
  219. o.tclBasic:    h.tclInt
  220. o.tclBasic:    h.tcl
  221. o.tclBasic:    h.tclRegexp
  222. o.tclBasic:    h.RISCOSint
  223. o.tclBasic:    h.patchlevel
  224. o.WimpDoc:    c.WimpDoc
  225. o.WimpDoc:    h.WInt
  226. o.WimpDoc:    h.tclInt
  227. o.WimpDoc:    h.tcl
  228. o.WimpDoc:    h.tclRegexp
  229. o.WimpDoc:    h.tclW
  230. o.WimpDoc:    C:h.wimp
  231. o.WimpDoc:    C:h.types
  232. o.WimpDoc:    C:h.os
  233. o.WimpDoc:    C:h.osspriteop
  234. o.WimpDoc:    C:h.font
  235. o.WimpDoc:    C:h.wimpspriteop
  236. o.WimpDoc:    C:h.colourtrans
  237. o.WimpDraw:    c.WimpDraw
  238. o.WimpDraw:    h.WInt
  239. o.WimpDraw:    h.tclInt
  240. o.WimpDraw:    h.tcl
  241. o.WimpDraw:    h.tclRegexp
  242. o.WimpDraw:    h.tclW
  243. o.WimpDraw:    C:h.wimp
  244. o.WimpDraw:    C:h.types
  245. o.WimpDraw:    C:h.os
  246. o.WimpDraw:    C:h.osspriteop
  247. o.WimpDraw:    C:h.font
  248. o.WimpDraw:    C:h.wimpspriteop
  249. o.WimpDraw:    C:h.colourtrans
  250. o.WimpDraw:    C:h.draw
  251. o.WimpDraw:    C:h.osfile
  252. o.WimpDraw:    C:h.fileswitch
  253. o.WimpBox:    c.WimpBox
  254. o.WimpBox:    h.tclInt
  255. o.WimpBox:    h.tcl
  256. o.WimpBox:    h.tclRegexp
  257. o.WimpBox:    C:h.wimp
  258. o.WimpBox:    C:h.types
  259. o.WimpBox:    C:h.os
  260. o.WimpBox:    C:h.osspriteop
  261. o.WimpBox:    C:h.font
  262. o.WimpBox:    h.WInt
  263. o.WimpBox:    h.tclInt
  264. o.WimpBox:    h.tclW
  265. o.WimpBox:    C:h.wimp
  266. o.WimpBox:    C:h.wimpspriteop
  267. o.WimpBox:    h.RISCOSint
  268. o.WimpBox:    C:h.dragasprite
  269. o.tclHistory:    c.tclHistory
  270. o.tclHistory:    h.tclInt
  271. o.tclHistory:    h.tcl
  272. o.tclHistory:    h.tclRegexp
  273. o.tclsh:    c.tclsh
  274. o.tclsh:    h.tclInt
  275. o.tclsh:    h.tcl
  276. o.tclsh:    h.tclRegexp
  277. o.tclsh:    h.tclRISCOS
  278. o.tclsh:    C:h.os
  279. o.tclsh:    C:h.types
  280.