Changeset 128


Ignore:
Timestamp:
May 12, 2003, 5:04:44 PM (22 years ago)
Author:
bird
Message:

Use the emxomf.exe we build for explicit conversions. Added 'rules' rule.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/emx/Makefile

    • Property cvs2svn:cvs-rev changed from 1.4 to 1.5
    r127 r128  
    9696
    9797# How to convert an a.out file to the OMF format
    98 DO.AOUT2OMF = emxomf $(strip $1 -o) $@ $<
     98# bird: use the one we build for explicit emxomf conversions.
     99# todo: make sure emxomf is build first.
     100#DO.AOUT2OMF = emxomf $(strip $1 -o) $@ $<
     101DO.AOUT2OMF = $(if $(wildcard $./aout/emxomf.exe),$.aout/)emxomf  $(strip $1 -o) $@ $<
    99102
    100103# How to filter just the object files from $^
     
    214217        $(call MKDIR,$@)
    215218
     219# bird: add rule for generating the rules.
     220rules: rules-rm $(OUT)genrules.smak
     221rules-rm:
     222        @$(call RM,$(OUT)genrules.smak)
     223
    216224$(OUT)genrules.smak: $(SUBMAK) # Makefile $(wildcard *.smak)
    217225        @$(call MKDIR,$(OUT))
Note: See TracChangeset for help on using the changeset viewer.