Changeset 183 for trunk/GNUmakefile
- Timestamp:
- Nov 7, 2017, 7:12:48 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/GNUmakefile
r63 r183 1 1 ############################################################################### 2 # GNUmakefile :: This Makefile works as a front-end to other Make Utilities. # 2 # GNUmakefile :: Builds complete AiR-BOOT -- all platforms and languages # 3 # --------------------------------------------------------------------------- # 4 # We are in the process of replacing Watcom Make with GNU Make. # 5 # This transition will first start at the local developer site. When it is # 6 # completed the switch to GNU Make will be propagated. # 3 7 ############################################################################### 4 8 5 # 6 # Include the forwarder. 7 # 9 # Use the new GNU Make build-system if USE_GNU_MAKE is set to 'y' 10 ifeq ($(USE_GNU_MAKE),y) 11 include air-boot.gmk 12 else 8 13 include include/makefrwd.mif 14 endif
Note:
See TracChangeset
for help on using the changeset viewer.