Changeset 145 in xtideuniversalbios for trunk/XTIDE_Universal_BIOS/makefile
- Timestamp:
- Mar 15, 2011, 11:28:17 AM (14 years ago)
- google:author:
- krille_n_@hotmail.com
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/XTIDE_Universal_BIOS/makefile
r132 r145 80 80 IHEADERS = $(HEADERS:%=-I%) 81 81 82 # Path + target file to be buil d82 # Path + target file to be built 83 83 TARGET = $(BUILD_DIR)/$(PROG) 84 84 … … 118 118 # Make clean debug and release versions 119 119 all: clean at xtplus xt 120 @echo All build!120 @echo All done! 121 121 122 122 at: 123 123 @$(AS) "$(SRC_ASM)" $(ASFLAGS) $(DEFS_AT) -l"$(TARGET)_at.lst" -o"$(TARGET)_at.bin" 124 @echo AT version "$(TARGET)_at.bin" buil d.124 @echo AT version "$(TARGET)_at.bin" built. 125 125 126 126 xtplus: 127 127 @$(AS) "$(SRC_ASM)" $(ASFLAGS) $(DEFS_XTPLUS) -l"$(TARGET)_xtp.lst" -o"$(TARGET)_xtp.bin" 128 @echo XT plus version "$(TARGET)_xtp.bin" buil d.128 @echo XT plus version "$(TARGET)_xtp.bin" built. 129 129 130 130 xt: 131 131 @$(AS) "$(SRC_ASM)" $(ASFLAGS) $(DEFS_XT) -l"$(TARGET)_xt.lst" -o"$(TARGET)_xt.bin" 132 @echo XT version "$(TARGET)_xt.bin" buil d.132 @echo XT version "$(TARGET)_xt.bin" built. 133 133 134 134 clean:
Note:
See TracChangeset
for help on using the changeset viewer.