Changeset 137
- Timestamp:
- May 14, 2003, 7:29:29 PM (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/emx/Makefile
-
Property cvs2svn:cvs-rev
changed from
1.6
to1.7
r136 r137 89 89 DO.LIBRARY = $(AR) $(ARFLAGS) $@ $(^O) 90 90 91 # The tool to create import libraries 92 IMPLIB = $(if $(wildcard $./$(TOOLFMT)/emximp$E),$.$(TOOLFMT)/)emximp$E 93 IMPLIBFLAGS.aout.prof = -m 94 IMPLIBFLAGS.omf = 95 IMPLIBFLAGS.KIND = $(foreach x, $(subst -, ,$(firstword $(subst /, ,$(subst $.,,$@)))) \ 96 $(subst -,.,$(firstword $(subst /, ,$(subst $.,,$@)))),$(IMPLIBFLAGS.$x)) 97 DO.IMPLIB = $(IMPLIB) $(IMPLIBFLAGS.KIND) -o $@ $1 98 91 99 # How to create dependencies 92 100 MAKEDEP = makedep … … 99 107 # todo: make sure emxomf is build first. 100 108 #DO.AOUT2OMF = emxomf $(strip $1 -o) $@ $< 101 DO.AOUT2OMF = $(if $(wildcard $./ aout/emxomf.exe),$.aout/)emxomf$(strip $1 -o) $@ $<109 DO.AOUT2OMF = $(if $(wildcard $./$(TOOLFMT)/emxomf$E),$.$(TOOLFMT)/)emxomf$E $(strip $1 -o) $@ $< 102 110 103 111 # How to filter just the object files from $^ -
Property cvs2svn:cvs-rev
changed from
Note:
See TracChangeset
for help on using the changeset viewer.