Changeset 148
- Timestamp:
- May 15, 2003, 4:31:02 PM (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/emx/common.smak
-
Property cvs2svn:cvs-rev
changed from
1.3
to1.4
r147 r148 10 10 .MDESC := 11 11 endif # def .MDESC 12 ifdef .MDEP 13 $(.MODULE): $(.MDEP) 14 .MDEP := 15 endif # def .MDEP 12 16 endif # eq ($(findstring $(.MODULE),$(MODULES)),) 13 17 endif # def .MODULE … … 59 63 .DIRS := $(sort $(dir $(.OBJS))) 60 64 TARGDIRS += $(.DIRS) 61 endif # .TSRC62 65 63 ifdef .MDEP64 $(.MODULE): $(.MDEP)65 .MDEP :=66 endif67 68 ifdef .MODULE69 $(.MODULE): $(.DIRS) $.$(.TARG)70 endif71 72 ifdef .TSRC73 66 # Remove the names of files for which we already generated build rules 74 67 # so that we won't generate same rule twice. In general this is not very … … 104 97 endif # def .TSRC 105 98 99 ifdef .TARGET 100 ifdef .MODULE 101 $(.MODULE): $(.DIRS) $.$(.TARG) 102 endif 103 endif 104 106 105 # Replace the special sequence in .TDEP @O@ with $.$(.TKIND.DIR) 107 106 .DEPS := $(subst @O@,$.$(.TKIND.DIR),$(.TDEP)) -
Property cvs2svn:cvs-rev
changed from
Note:
See TracChangeset
for help on using the changeset viewer.