home *** CD-ROM | disk | FTP | other *** search
/ Acorn User 10 / AU_CD10.iso / Archived / Updates / Flash / flashplayer / flashlib / Makefile < prev   
Makefile  |  2000-06-04  |  12KB  |  606 lines

  1. #
  2. # Makefile for Flash library
  3. #
  4. CCflags = -c -depend !Depend -IC:,OS: -throwback -Wap 
  5. C++flags = -c -depend !Depend -IC:,OS:,zlib:,jpeglib: +g -throwback -Wa -DANSI -DRISCOS -D__swi -DUSE_FIXN
  6. # C++flags = -c -depend !Depend -IC:,OS:,zlib:,jpeglib: +g -throwback -Wa -DANSI -DRISCOS -D__swi -DUSE_FIXN -DNOSOUND
  7. Linkflags = -aif -c++ -o $@ 
  8. ObjAsmflags = -throwback -NoCache -depend !Depend
  9. CMHGflags = 
  10. LibFileflags = -c -o $@
  11. Squeezeflags = -o $@
  12.  
  13. .c++.o:; c++ $(c++flags) -o $@ $< 
  14. .s.o:;   objasm $(ObjAsmflags) $< $@
  15.  
  16. SRC =    c++.flash \
  17.     c++.character \
  18.     c++.shape \
  19.     c++.button \
  20.     c++.program \
  21.     c++.bitmap \
  22.     c++.displaylist \
  23.     c++.font \
  24.     c++.graphic \
  25.     c++.text \
  26.     c++.matrix \
  27.     c++.matrix8 \
  28.     c++.matrix16 \
  29.     c++.matrix32 \
  30.     c++.script \
  31.     c++.sound \
  32.     c++.sprite \
  33.     c++.cxform \
  34.     c++.adpcm \
  35.     c++.movie \
  36.     c++.sqrt \
  37.         c++.soundcode
  38.     
  39.                 
  40. OBJS =    o.flash \
  41.     o.character \
  42.     o.shape \
  43.     o.button \
  44.     o.program \
  45.     o.bitmap \
  46.     o.displaylist \
  47.     o.font \
  48.     o.graphic \
  49.     o.graphic8 \
  50.     o.graphic16 \
  51.     o.graphic32 \
  52.     o.text \
  53.     o.matrix \
  54.     o.script \
  55.     o.sound \
  56.     o.sprite \
  57.     o.cxform \
  58.     o.adpcm \
  59.     o.movie \
  60.     o.sqrt \
  61.         o.gfx16 \
  62.         o.gfx8 \
  63.         o.soundcode
  64.     
  65.                 
  66. all:    flashlib
  67.  
  68. depend:
  69.        c++ $(c++flags) -depend !Depend $(SRC)
  70.        
  71. flashlib:  $(OBJS) $(LIBS)
  72.         libfile $(libfileflags) $(OBJS)
  73.  
  74.  
  75. # Dynamic depo.matrix:    c++.matrix
  76. # Dynamic dependencies:
  77. o.matrix:    c++.matrix
  78. o.matrix:    h.matrix
  79. o.sqrt:    c++.sqrt
  80. o.gfx16: s.gfx16
  81. o.gfx16: h.RegNames
  82. o.gfx8: s.gfx8
  83. o.gfx8: h.RegNames
  84. o.soundcode:    c++.soundcode
  85. o.soundcode:    OS:h.os
  86. o.soundcode:    OS:h.types
  87. o.soundcode:    OS:h.osmodule
  88. o.soundcode:    OS:h.sound
  89. o.soundcode:    h.soundcode
  90. o.flash:    c++.flash
  91. o.flash:    h.swf
  92. o.flash:    h.flash
  93. o.flash:    h.matrix
  94. o.flash:    h.cxform
  95. o.flash:    h.rect
  96. o.flash:    jpeglib:h.jpeglib
  97. o.flash:    jpeglib:h.jconfig
  98. o.flash:    jpeglib:h.jmorecfg
  99. o.flash:    zlib:h.zlib
  100. o.flash:    zlib:h.zconf
  101. o.flash:    h.graphic
  102. o.flash:    h.character
  103. o.flash:    h.bitmap
  104. o.flash:    h.shape
  105. o.flash:    h.displaylist
  106. o.flash:    h.sound
  107. o.flash:    h.button
  108. o.flash:    h.font
  109. o.flash:    h.text
  110. o.flash:    h.adpcm
  111. o.flash:    h.program
  112. o.flash:    h.sprite
  113. o.flash:    h.script
  114. o.flash:    h.movie
  115. o.flash:    h.swf
  116. o.flash:    h.graphic8
  117. o.flash:    h.graphic
  118. o.flash:    h.graphic16
  119. o.flash:    h.graphic
  120. o.flash:    h.graphic32
  121. o.flash:    h.graphic
  122. o.flash:    OS:h.os
  123. o.flash:    OS:h.types
  124. o.character:    c++.character
  125. o.character:    h.swf
  126. o.character:    h.flash
  127. o.character:    h.matrix
  128. o.character:    h.cxform
  129. o.character:    h.rect
  130. o.character:    jpeglib:h.jpeglib
  131. o.character:    jpeglib:h.jconfig
  132. o.character:    jpeglib:h.jmorecfg
  133. o.character:    zlib:h.zlib
  134. o.character:    zlib:h.zconf
  135. o.character:    h.graphic
  136. o.character:    h.character
  137. o.character:    h.bitmap
  138. o.character:    h.shape
  139. o.character:    h.displaylist
  140. o.character:    h.sound
  141. o.character:    h.button
  142. o.character:    h.font
  143. o.character:    h.text
  144. o.character:    h.adpcm
  145. o.character:    h.program
  146. o.character:    h.sprite
  147. o.character:    h.script
  148. o.character:    h.movie
  149. o.character:    h.swf
  150. o.shape:    c++.shape
  151. o.shape:    h.swf
  152. o.shape:    h.flash
  153. o.shape:    h.matrix
  154. o.shape:    h.cxform
  155. o.shape:    h.rect
  156. o.shape:    jpeglib:h.jpeglib
  157. o.shape:    jpeglib:h.jconfig
  158. o.shape:    jpeglib:h.jmorecfg
  159. o.shape:    zlib:h.zlib
  160. o.shape:    zlib:h.zconf
  161. o.shape:    h.graphic
  162. o.shape:    h.character
  163. o.shape:    h.bitmap
  164. o.shape:    h.shape
  165. o.shape:    h.displaylist
  166. o.shape:    h.sound
  167. o.shape:    h.button
  168. o.shape:    h.font
  169. o.shape:    h.text
  170. o.shape:    h.adpcm
  171. o.shape:    h.program
  172. o.shape:    h.sprite
  173. o.shape:    h.script
  174. o.shape:    h.movie
  175. o.shape:    h.swf
  176. o.shape:    C:h.math
  177. o.button:    c++.button
  178. o.button:    h.swf
  179. o.button:    h.flash
  180. o.button:    h.matrix
  181. o.button:    h.cxform
  182. o.button:    h.rect
  183. o.button:    jpeglib:h.jpeglib
  184. o.button:    jpeglib:h.jconfig
  185. o.button:    jpeglib:h.jmorecfg
  186. o.button:    zlib:h.zlib
  187. o.button:    zlib:h.zconf
  188. o.button:    h.graphic
  189. o.button:    h.character
  190. o.button:    h.bitmap
  191. o.button:    h.shape
  192. o.button:    h.displaylist
  193. o.button:    h.sound
  194. o.button:    h.button
  195. o.button:    h.font
  196. o.button:    h.text
  197. o.button:    h.adpcm
  198. o.button:    h.program
  199. o.button:    h.sprite
  200. o.button:    h.script
  201. o.button:    h.movie
  202. o.button:    h.swf
  203. o.program:    c++.program
  204. o.program:    h.swf
  205. o.program:    h.flash
  206. o.program:    h.matrix
  207. o.program:    h.cxform
  208. o.program:    h.rect
  209. o.program:    jpeglib:h.jpeglib
  210. o.program:    jpeglib:h.jconfig
  211. o.program:    jpeglib:h.jmorecfg
  212. o.program:    zlib:h.zlib
  213. o.program:    zlib:h.zconf
  214. o.program:    h.graphic
  215. o.program:    h.character
  216. o.program:    h.bitmap
  217. o.program:    h.shape
  218. o.program:    h.displaylist
  219. o.program:    h.sound
  220. o.program:    h.button
  221. o.program:    h.font
  222. o.program:    h.text
  223. o.program:    h.adpcm
  224. o.program:    h.program
  225. o.program:    h.sprite
  226. o.program:    h.script
  227. o.program:    h.movie
  228. o.program:    h.swf
  229. o.program:    OS:h.os
  230. o.program:    OS:h.types
  231. o.bitmap:    c++.bitmap
  232. o.bitmap:    h.swf
  233. o.bitmap:    h.flash
  234. o.bitmap:    h.matrix
  235. o.bitmap:    h.cxform
  236. o.bitmap:    h.rect
  237. o.bitmap:    jpeglib:h.jpeglib
  238. o.bitmap:    jpeglib:h.jconfig
  239. o.bitmap:    jpeglib:h.jmorecfg
  240. o.bitmap:    zlib:h.zlib
  241. o.bitmap:    zlib:h.zconf
  242. o.bitmap:    h.graphic
  243. o.bitmap:    h.character
  244. o.bitmap:    h.bitmap
  245. o.bitmap:    h.shape
  246. o.bitmap:    h.displaylist
  247. o.bitmap:    h.sound
  248. o.bitmap:    h.button
  249. o.bitmap:    h.font
  250. o.bitmap:    h.text
  251. o.bitmap:    h.adpcm
  252. o.bitmap:    h.program
  253. o.bitmap:    h.sprite
  254. o.bitmap:    h.script
  255. o.bitmap:    h.movie
  256. o.bitmap:    h.swf
  257. o.displaylist:    c++.displaylist
  258. o.displaylist:    h.swf
  259. o.displaylist:    h.flash
  260. o.displaylist:    h.matrix
  261. o.displaylist:    h.cxform
  262. o.displaylist:    h.rect
  263. o.displaylist:    jpeglib:h.jpeglib
  264. o.displaylist:    jpeglib:h.jconfig
  265. o.displaylist:    jpeglib:h.jmorecfg
  266. o.displaylist:    zlib:h.zlib
  267. o.displaylist:    zlib:h.zconf
  268. o.displaylist:    h.graphic
  269. o.displaylist:    h.character
  270. o.displaylist:    h.bitmap
  271. o.displaylist:    h.shape
  272. o.displaylist:    h.displaylist
  273. o.displaylist:    h.sound
  274. o.displaylist:    h.button
  275. o.displaylist:    h.font
  276. o.displaylist:    h.text
  277. o.displaylist:    h.adpcm
  278. o.displaylist:    h.program
  279. o.displaylist:    h.sprite
  280. o.displaylist:    h.script
  281. o.displaylist:    h.movie
  282. o.displaylist:    h.swf
  283. o.font:    c++.font
  284. o.font:    h.swf
  285. o.font:    h.flash
  286. o.font:    h.matrix
  287. o.font:    h.cxform
  288. o.font:    h.rect
  289. o.font:    jpeglib:h.jpeglib
  290. o.font:    jpeglib:h.jconfig
  291. o.font:    jpeglib:h.jmorecfg
  292. o.font:    zlib:h.zlib
  293. o.font:    zlib:h.zconf
  294. o.font:    h.graphic
  295. o.font:    h.character
  296. o.font:    h.bitmap
  297. o.font:    h.shape
  298. o.font:    h.displaylist
  299. o.font:    h.sound
  300. o.font:    h.button
  301. o.font:    h.font
  302. o.font:    h.text
  303. o.font:    h.adpcm
  304. o.font:    h.program
  305. o.font:    h.sprite
  306. o.font:    h.script
  307. o.font:    h.movie
  308. o.font:    h.swf
  309. o.graphic:    c++.graphic
  310. o.graphic:    h.swf
  311. o.graphic:    h.flash
  312. o.graphic:    h.matrix
  313. o.graphic:    h.cxform
  314. o.graphic:    h.rect
  315. o.graphic:    jpeglib:h.jpeglib
  316. o.graphic:    jpeglib:h.jconfig
  317. o.graphic:    jpeglib:h.jmorecfg
  318. o.graphic:    zlib:h.zlib
  319. o.graphic:    zlib:h.zconf
  320. o.graphic:    h.graphic
  321. o.graphic:    h.character
  322. o.graphic:    h.bitmap
  323. o.graphic:    h.shape
  324. o.graphic:    h.displaylist
  325. o.graphic:    h.sound
  326. o.graphic:    h.button
  327. o.graphic:    h.font
  328. o.graphic:    h.text
  329. o.graphic:    h.adpcm
  330. o.graphic:    h.program
  331. o.graphic:    h.sprite
  332. o.graphic:    h.script
  333. o.graphic:    h.movie
  334. o.graphic:    h.swf
  335. o.graphic:    h.sqrt
  336. o.graphic8:    c++.graphic8
  337. o.graphic8:    h.swf
  338. o.graphic8:    h.flash
  339. o.graphic8:    h.matrix
  340. o.graphic8:    h.cxform
  341. o.graphic8:    h.rect
  342. o.graphic8:    jpeglib:h.jpeglib
  343. o.graphic8:    jpeglib:h.jconfig
  344. o.graphic8:    jpeglib:h.jmorecfg
  345. o.graphic8:    zlib:h.zlib
  346. o.graphic8:    zlib:h.zconf
  347. o.graphic8:    h.graphic
  348. o.graphic8:    h.character
  349. o.graphic8:    h.bitmap
  350. o.graphic8:    h.shape
  351. o.graphic8:    h.displaylist
  352. o.graphic8:    h.sound
  353. o.graphic8:    h.button
  354. o.graphic8:    h.font
  355. o.graphic8:    h.text
  356. o.graphic8:    h.adpcm
  357. o.graphic8:    h.program
  358. o.graphic8:    h.sprite
  359. o.graphic8:    h.script
  360. o.graphic8:    h.movie
  361. o.graphic8:    h.swf
  362. o.graphic8:    h.graphic8
  363. o.graphic8:    h.graphic
  364. o.graphic8:    h.sqrt
  365. o.graphic16:    c++.graphic16
  366. o.graphic16:    h.swf
  367. o.graphic16:    h.flash
  368. o.graphic16:    h.matrix
  369. o.graphic16:    h.cxform
  370. o.graphic16:    h.rect
  371. o.graphic16:    jpeglib:h.jpeglib
  372. o.graphic16:    jpeglib:h.jconfig
  373. o.graphic16:    jpeglib:h.jmorecfg
  374. o.graphic16:    zlib:h.zlib
  375. o.graphic16:    zlib:h.zconf
  376. o.graphic16:    h.graphic
  377. o.graphic16:    h.character
  378. o.graphic16:    h.bitmap
  379. o.graphic16:    h.shape
  380. o.graphic16:    h.displaylist
  381. o.graphic16:    h.sound
  382. o.graphic16:    h.button
  383. o.graphic16:    h.font
  384. o.graphic16:    h.text
  385. o.graphic16:    h.adpcm
  386. o.graphic16:    h.program
  387. o.graphic16:    h.sprite
  388. o.graphic16:    h.script
  389. o.graphic16:    h.movie
  390. o.graphic16:    h.swf
  391. o.graphic16:    h.graphic16
  392. o.graphic16:    h.graphic
  393. o.graphic16:    h.sqrt
  394. o.graphic32:    c++.graphic32
  395. o.graphic32:    h.swf
  396. o.graphic32:    h.flash
  397. o.graphic32:    h.matrix
  398. o.graphic32:    h.cxform
  399. o.graphic32:    h.rect
  400. o.graphic32:    jpeglib:h.jpeglib
  401. o.graphic32:    jpeglib:h.jconfig
  402. o.graphic32:    jpeglib:h.jmorecfg
  403. o.graphic32:    zlib:h.zlib
  404. o.graphic32:    zlib:h.zconf
  405. o.graphic32:    h.graphic
  406. o.graphic32:    h.character
  407. o.graphic32:    h.bitmap
  408. o.graphic32:    h.shape
  409. o.graphic32:    h.displaylist
  410. o.graphic32:    h.sound
  411. o.graphic32:    h.button
  412. o.graphic32:    h.font
  413. o.graphic32:    h.text
  414. o.graphic32:    h.adpcm
  415. o.graphic32:    h.program
  416. o.graphic32:    h.sprite
  417. o.graphic32:    h.script
  418. o.graphic32:    h.movie
  419. o.graphic32:    h.swf
  420. o.graphic32:    h.graphic32
  421. o.graphic32:    h.graphic
  422. o.graphic32:    h.sqrt
  423. o.text:    c++.text
  424. o.text:    h.swf
  425. o.text:    h.flash
  426. o.text:    h.matrix
  427. o.text:    h.cxform
  428. o.text:    h.rect
  429. o.text:    jpeglib:h.jpeglib
  430. o.text:    jpeglib:h.jconfig
  431. o.text:    jpeglib:h.jmorecfg
  432. o.text:    zlib:h.zlib
  433. o.text:    zlib:h.zconf
  434. o.text:    h.graphic
  435. o.text:    h.character
  436. o.text:    h.bitmap
  437. o.text:    h.shape
  438. o.text:    h.displaylist
  439. o.text:    h.sound
  440. o.text:    h.button
  441. o.text:    h.font
  442. o.text:    h.text
  443. o.text:    h.adpcm
  444. o.text:    h.program
  445. o.text:    h.sprite
  446. o.text:    h.script
  447. o.text:    h.movie
  448. o.text:    h.swf
  449. o.script:    c++.script
  450. o.script:    h.swf
  451. o.script:    h.flash
  452. o.script:    h.matrix
  453. o.script:    h.cxform
  454. o.script:    h.rect
  455. o.script:    jpeglib:h.jpeglib
  456. o.script:    jpeglib:h.jconfig
  457. o.script:    jpeglib:h.jmorecfg
  458. o.script:    zlib:h.zlib
  459. o.script:    zlib:h.zconf
  460. o.script:    h.graphic
  461. o.script:    h.character
  462. o.script:    h.bitmap
  463. o.script:    h.shape
  464. o.script:    h.displaylist
  465. o.script:    h.sound
  466. o.script:    h.button
  467. o.script:    h.font
  468. o.script:    h.text
  469. o.script:    h.adpcm
  470. o.script:    h.program
  471. o.script:    h.sprite
  472. o.script:    h.script
  473. o.script:    h.movie
  474. o.script:    h.swf
  475. o.sound:    c++.sound
  476. o.sound:    h.swf
  477. o.sound:    h.flash
  478. o.sound:    h.matrix
  479. o.sound:    h.cxform
  480. o.sound:    h.rect
  481. o.sound:    jpeglib:h.jpeglib
  482. o.sound:    jpeglib:h.jconfig
  483. o.sound:    jpeglib:h.jmorecfg
  484. o.sound:    zlib:h.zlib
  485. o.sound:    zlib:h.zconf
  486. o.sound:    h.graphic
  487. o.sound:    h.character
  488. o.sound:    h.bitmap
  489. o.sound:    h.shape
  490. o.sound:    h.displaylist
  491. o.sound:    h.sound
  492. o.sound:    h.button
  493. o.sound:    h.font
  494. o.sound:    h.text
  495. o.sound:    h.adpcm
  496. o.sound:    h.program
  497. o.sound:    h.sprite
  498. o.sound:    h.script
  499. o.sound:    h.movie
  500. o.sound:    h.swf
  501. o.sound:    h.soundcode
  502. o.sprite:    c++.sprite
  503. o.sprite:    h.swf
  504. o.sprite:    h.flash
  505. o.sprite:    h.matrix
  506. o.sprite:    h.cxform
  507. o.sprite:    h.rect
  508. o.sprite:    jpeglib:h.jpeglib
  509. o.sprite:    jpeglib:h.jconfig
  510. o.sprite:    jpeglib:h.jmorecfg
  511. o.sprite:    zlib:h.zlib
  512. o.sprite:    zlib:h.zconf
  513. o.sprite:    h.graphic
  514. o.sprite:    h.character
  515. o.sprite:    h.bitmap
  516. o.sprite:    h.shape
  517. o.sprite:    h.displaylist
  518. o.sprite:    h.sound
  519. o.sprite:    h.button
  520. o.sprite:    h.font
  521. o.sprite:    h.text
  522. o.sprite:    h.adpcm
  523. o.sprite:    h.program
  524. o.sprite:    h.sprite
  525. o.sprite:    h.script
  526. o.sprite:    h.movie
  527. o.sprite:    h.swf
  528. o.cxform:    c++.cxform
  529. o.cxform:    h.swf
  530. o.cxform:    h.flash
  531. o.cxform:    h.matrix
  532. o.cxform:    h.cxform
  533. o.cxform:    h.rect
  534. o.cxform:    jpeglib:h.jpeglib
  535. o.cxform:    jpeglib:h.jconfig
  536. o.cxform:    jpeglib:h.jmorecfg
  537. o.cxform:    zlib:h.zlib
  538. o.cxform:    zlib:h.zconf
  539. o.cxform:    h.graphic
  540. o.cxform:    h.character
  541. o.cxform:    h.bitmap
  542. o.cxform:    h.shape
  543. o.cxform:    h.displaylist
  544. o.cxform:    h.sound
  545. o.cxform:    h.button
  546. o.cxform:    h.font
  547. o.cxform:    h.text
  548. o.cxform:    h.adpcm
  549. o.cxform:    h.program
  550. o.cxform:    h.sprite
  551. o.cxform:    h.script
  552. o.cxform:    h.movie
  553. o.cxform:    h.swf
  554. o.adpcm:    c++.adpcm
  555. o.adpcm:    h.swf
  556. o.adpcm:    h.flash
  557. o.adpcm:    h.matrix
  558. o.adpcm:    h.cxform
  559. o.adpcm:    h.rect
  560. o.adpcm:    jpeglib:h.jpeglib
  561. o.adpcm:    jpeglib:h.jconfig
  562. o.adpcm:    jpeglib:h.jmorecfg
  563. o.adpcm:    zlib:h.zlib
  564. o.adpcm:    zlib:h.zconf
  565. o.adpcm:    h.graphic
  566. o.adpcm:    h.character
  567. o.adpcm:    h.bitmap
  568. o.adpcm:    h.shape
  569. o.adpcm:    h.displaylist
  570. o.adpcm:    h.sound
  571. o.adpcm:    h.button
  572. o.adpcm:    h.font
  573. o.adpcm:    h.text
  574. o.adpcm:    h.adpcm
  575. o.adpcm:    h.program
  576. o.adpcm:    h.sprite
  577. o.adpcm:    h.script
  578. o.adpcm:    h.movie
  579. o.adpcm:    h.swf
  580. o.movie:    c++.movie
  581. o.movie:    h.movie
  582. o.movie:    h.swf
  583. o.movie:    h.flash
  584. o.movie:    h.matrix
  585. o.movie:    h.cxform
  586. o.movie:    h.rect
  587. o.movie:    jpeglib:h.jpeglib
  588. o.movie:    jpeglib:h.jconfig
  589. o.movie:    jpeglib:h.jmorecfg
  590. o.movie:    zlib:h.zlib
  591. o.movie:    zlib:h.zconf
  592. o.movie:    h.graphic
  593. o.movie:    h.character
  594. o.movie:    h.bitmap
  595. o.movie:    h.shape
  596. o.movie:    h.displaylist
  597. o.movie:    h.sound
  598. o.movie:    h.button
  599. o.movie:    h.font
  600. o.movie:    h.text
  601. o.movie:    h.adpcm
  602. o.movie:    h.program
  603. o.movie:    h.sprite
  604. o.movie:    h.script
  605. o.movie:    h.movie
  606.