- Timestamp:
- Jul 4, 2005, 3:07:26 AM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/emx/templates.smak
-
Property cvs2svn:cvs-rev
changed from
1.7
to1.8
r2202 r2203 3 3 # Generate compilation rule for a c file 4 4 define def_compile_c 5 $$.$(call OBJFILE,$(1)): $(1) 5 $$.$(call OBJFILE,$(1)): $(1) | $(dir $$.$(call OBJFILE,$(1))) 6 6 $$(call DO.COMPILE.c,$(.TCF) $(.TCF.$(1))) 7 7 endef … … 9 9 # Generate compilation rule for a S file 10 10 define def_compile_S 11 $$.$(call OBJFILE,$(1)): $(1) 11 $$.$(call OBJFILE,$(1)): $(1) | $(dir $$.$(call OBJFILE,$(1))) 12 12 $$(call DO.COMPILE.s,$(.TSF) $(.TSF.$(1))) 13 13 endef … … 15 15 # Generate compilation rule for an asm files 16 16 define def_compile_asm 17 $$.$(call OBJFILE,$(1)): $(1) 17 $$.$(call OBJFILE,$(1)): $(1) | $(dir $$.$(call OBJFILE,$(1))) 18 18 $$(call DO.COMPILE.asm,$(.TAF) $(.TAF.$(1))) 19 19 endef -
Property cvs2svn:cvs-rev
changed from
Note:
See TracChangeset
for help on using the changeset viewer.