Changeset 4732
- Timestamp:
- Dec 3, 2000, 6:14:29 AM (24 years ago)
- Location:
- trunk/include
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified trunk/include/odin32.post.emx.mk ¶
r4729 r4732 1 # $Id: odin32.post.emx.mk,v 1. 6 2000-12-03 02:55:12bird Exp $1 # $Id: odin32.post.emx.mk,v 1.7 2000-12-03 05:14:29 bird Exp $ 2 2 3 3 # … … 32 32 # Main bin is /bin. Compiler specific bin is /bin/debug, /bin/debug.vac36, etc. 33 33 # Define ADDITIONAL_DEP to add dependencies rules. 34 # Define ADDITIONAL_ALL to add targets all should depend on. 34 35 # 35 36 # Define MAKEFILE if the name of the makefile isn't "makefile". … … 115 116 $(ODIN32_BIN)\$(TARGET).$(TARGET_EXTENSION) \ 116 117 $(ODIN32_BIN)\$(TARGET).sym \ 117 lib 118 lib \ 119 $(ADDITIONAL_ALL) 118 120 !endif 119 121 … … 172 174 $(OBJDIR)\$(TARGET).sym \ 173 175 $(ODIN32_BIN)\$(TARGET).$(TARGET_EXTENSION) \ 174 $(ODIN32_BIN)\$(TARGET).sym 176 $(ODIN32_BIN)\$(TARGET).sym \ 177 $(ADDITIONAL_ALL) 175 178 !endif 176 179 … … 234 237 $(INTLIBS) \ 235 238 !ifndef PUBLICLIB 236 $(OBJDIR)\$(TARGET).$(TARGET_EXTENSION)237 !else238 239 $(OBJDIR)\$(TARGET).$(TARGET_EXTENSION) \ 239 $(ODIN32_LIB)\$(TARGET).$(TARGET_EXTENSION) 240 $(ADDITIONAL_ALL) 241 !else 242 $(OBJDIR)\$(TARGET).$(TARGET_EXTENSION) \ 243 $(ODIN32_LIB)\$(TARGET).$(TARGET_EXTENSION) \ 244 $(ADDITIONAL_ALL) 240 245 !endif 241 246 !endif -
TabularUnified trunk/include/odin32.post.vac3.mk ¶
r4729 r4732 1 # $Id: odin32.post.vac3.mk,v 1. 6 2000-12-03 02:55:13bird Exp $1 # $Id: odin32.post.vac3.mk,v 1.7 2000-12-03 05:14:29 bird Exp $ 2 2 3 3 # … … 27 27 # Main bin is /bin. Compiler specific bin is /bin/debug, /bin/debug.vac36, etc. 28 28 # Define ADDITIONAL_DEP to add dependencies rules. 29 # Define ADDITIONAL_ALL to add targets all should depend on. 29 30 # 30 31 # Define MAKEFILE if the name of the makefile isn't "makefile". … … 110 111 $(ODIN32_BIN)\$(TARGET).$(TARGET_EXTENSION) \ 111 112 $(ODIN32_BIN)\$(TARGET).sym \ 112 lib 113 lib \ 114 $(ADDITIONAL_ALL) 113 115 !endif 114 116 … … 167 169 $(OBJDIR)\$(TARGET).sym \ 168 170 $(ODIN32_BIN)\$(TARGET).$(TARGET_EXTENSION) \ 169 $(ODIN32_BIN)\$(TARGET).sym 171 $(ODIN32_BIN)\$(TARGET).sym \ 172 $(ADDITIONAL_ALL) 170 173 !endif 171 174 … … 229 232 $(INTLIBS) \ 230 233 !ifndef PUBLICLIB 231 $(OBJDIR)\$(TARGET).$(TARGET_EXTENSION)232 !else233 234 $(OBJDIR)\$(TARGET).$(TARGET_EXTENSION) \ 234 $(ODIN32_LIB)\$(TARGET).$(TARGET_EXTENSION) 235 $(ADDITIONAL_ALL) 236 !else 237 $(OBJDIR)\$(TARGET).$(TARGET_EXTENSION) \ 238 $(ODIN32_LIB)\$(TARGET).$(TARGET_EXTENSION) \ 239 $(ADDITIONAL_ALL) 235 240 !endif 236 241 !endif -
TabularUnified trunk/include/odin32.post.wat.mk ¶
r4729 r4732 1 # $Id: odin32.post.wat.mk,v 1. 6 2000-12-03 02:55:14bird Exp $1 # $Id: odin32.post.wat.mk,v 1.7 2000-12-03 05:14:29 bird Exp $ 2 2 3 3 # … … 27 27 # Main bin is /bin. Compiler specific bin is /bin/debug, /bin/debug.vac36, etc. 28 28 # Define ADDITIONAL_DEP to add dependencies rules. 29 # Define ADDITIONAL_ALL to add targets all should depend on. 29 30 # 30 31 # Define MAKEFILE if the name of the makefile isn't "makefile". … … 103 104 $(ODIN32_BIN)\$(TARGET).sym \ 104 105 lib \ 106 $(ADDITIONAL_ALL) \ 105 107 .SYMBOLIC 106 108 !endif … … 159 161 $(ODIN32_BIN)\$(TARGET).$(TARGET_EXTENSION) \ 160 162 $(ODIN32_BIN)\$(TARGET).sym \ 163 $(ADDITIONAL_ALL) \ 161 164 .SYMBOLIC 162 165 !endif … … 221 224 all: $(OBJDIR) \ 222 225 $(INTLIBS) \ 226 !ifndef PUBLICLIB 223 227 $(OBJDIR)\$(TARGET).$(TARGET_EXTENSION) \ 228 $(ADDITIONAL_ALL) \ 224 229 .SYMBOLIC 230 !else 231 $(OBJDIR)\$(TARGET).$(TARGET_EXTENSION) \ 232 $(ODIN32_LIB)\$(TARGET).$(TARGET_EXTENSION) \ 233 $(ADDITIONAL_ALL) \ 234 .SYMBOLIC 235 !endif 225 236 !endif 226 237
Note:
See TracChangeset
for help on using the changeset viewer.