Changeset 215


Ignore:
Timestamp:
May 22, 2003, 3:57:44 PM (22 years ago)
Author:
bird
Message:

Readded .BUILT macros.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/emx/Makefile

    • Property cvs2svn:cvs-rev changed from 1.13 to 1.14
    r214 r215  
    8484# emxbind tool
    8585EMXBIND = $(call FINDTOOL,emxbind)
     86EMXBIND.BUILD = $.$(TOOLFMT)/emxbind$E
    8687# emxbind flags
    8788EMXBINDFLAGS = -q $(EMXBINDFLAGS.$(MODE))
     
    106107# and sorting alphabetically (looks nicer).
    107108EMXEXP = $(call FINDTOOL,emxexp)
     109EMXEXP.BUILD = $.$(TOOLFMT)/emxexp$E
    108110EMXEXPFLAGS = -u
    109111DO.EMXEXP = $(EMXEXP) $(strip $(EMXEXPFLAGS) $1) $^ | sed -e "/^$$/d" -e "/^ *;/d" | sort -d >>$@
     
    111113# The tool to create import libraries
    112114IMPLIB = $(call FINDTOOL,emximp)
     115IMPLIB.BUILT = $.$(TOOLFMT)/emximp$E
    113116IMPLIBFLAGS.prof = -m
    114117IMPLIBFLAGS.KIND = $(foreach x,$(subst -, ,$(firstword $(subst /, ,$(subst $.,,$@)))),$(IMPLIBFLAGS.$x))
     
    124127# How to convert an a.out file to the OMF format
    125128EMXOMF = $(call FINDTOOL,emxomf)
     129EMXOMF.BUILT = $.$(TOOLFMT)/emxomf$E
    126130DO.EMXOMF = $(EMXOMF) $(strip $1 -o) $@ $<
    127131
Note: See TracChangeset for help on using the changeset viewer.