- Timestamp:
- Apr 19, 2007, 12:47:56 AM (19 years ago)
- File:
-
- 1 edited
-
trunk/warpin/makefile (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/warpin/makefile
r600 r611 1 # warpin\makefile - build the fm/2 Warpin installation file: FM2.WIS 2 3 # Notes 4 # if no WPI file or changed bld_fm2_wpidirs.txt or any of the FILE:'s within have changed 5 # bld_fm2_wpidirs 6 # bld_fm2_wpi 7 # else 8 # if changed fm2.wis file 9 # bls_fm2_wpi /SCRIPT 1 # warpin\makefile - build the FM/2 Warpin installation file: FM2.WIS 10 2 11 3 # Environment: … … 13 5 # DEBUG 0 = release build, 1 = debug build 14 6 15 BASE = fm2 16 17 # !include makefile_pre.mk 18 19 # all: files script 20 # 21 # files: bld_fm2_wpidirs.last 22 # files: bld_fm2_wpidirs.last 23 # 24 # bld_fm2_wpidirs.last: bld_fm2_wpidirs.txt bld_fm2_wpidirs.cmd 25 # # stage the files to be included in the WPI file 26 # @echo Staging files for WPI file... 27 # bld_fm2_wpidirs 28 # # perform a complete build of the WPI file 29 # @echo Creating new WPI file... 30 # bld_fm2_wpi 31 # 32 # script: fm2.wpi 33 # #script: fm2.wis 34 # 35 # fm2.wpi: fm2.wis 36 # # just add the new script to the WPI file 37 # @echo Adding new Warpin script to WPI file 38 # bld_fm2_wpi /SCRIPT 7 BASE = fm3 39 8 40 9 all: wpi 41 10 42 wpi: c kfiles fm2.wpi11 wpi: checkfiles fm2.wpi 43 12 44 c kfiles:13 checkfiles: 45 14 @echo Checking to see if files have been changed... 46 -ckfiles || del fm2.wpi15 ckfiles 47 16 48 fm2.wpi:: bld_fm2_wpidirs.txt bld_fm2_wpidirs.cmd bld_fm2_wpi.cmd 49 # stage the files to be included in the WPI file 17 fm2.wpi:: bld_fm2_wpidirs.in 50 18 @echo Staging files for WPI file... 51 19 bld_fm2_wpidirs 52 # perform a complete build of the WPI file 53 @echo Creating new WPI file... 20 @echo Creating/updating the WPI file 54 21 bld_fm2_wpi 55 22 56 23 fm2.wpi:: fm2.wis 57 # just add the new script to the WPI file 58 @echo Adding new Warpin script to WPI file... 24 @echo Inserting the new Warpin script into the WPI file... 59 25 bld_fm2_wpi /SCRIPT 60 26 61 27 distclean: 62 28 -if exist fm2.wpi del fm2.wpi 29 -if exist bld_fm2_wpidirs.in del bld_fm2_wpidirs.in 30 clean_wpidirs 63 31 64 32 # The end
Note:
See TracChangeset
for help on using the changeset viewer.
