Ignore:
Timestamp:
Aug 19, 2002, 5:00:25 PM (23 years ago)
Author:
bird
Message:

New TARGET_MODE: DEPEND

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/make/process.forwarder.mak

    r8715 r9028  
    1 # $Id: process.forwarder.mak,v 1.4 2002-06-19 02:16:08 bird Exp $
     1# $Id: process.forwarder.mak,v 1.5 2002-08-19 15:00:25 bird Exp $
    22
    33#
     
    2525!endif
    2626
    27 !if "$(TARGET_NAME)" == "" && "$(TARGET_MODE)" != "EMPTY"
     27!if "$(TARGET_NAME)" == "" && "$(TARGET_MODE)" != "EMPTY" && "$(TARGET_MODE)" != "DEPEND"
    2828!error Fatal error: TARGET_NAME is not defined! Should be set in the makefile.
    2929!endif
     
    304304
    305305# -----------------------------------------------------------------------------
    306 # The $(TARGET) rule - For EMPTY targets.
    307 # -----------------------------------------------------------------------------
    308 !if "$(TARGET_MODE)" == "EMPTY"
     306# The $(TARGET) rule - For EMPTY & DEPEND targets.
     307# -----------------------------------------------------------------------------
     308# this doesn't work as we don't have a target name. Hence not needed.
     309#!if "$(TARGET_MODE)" == "EMPTY"
     310#$(TARGET):
     311#    @$(ECHO) .
     312#!endif
     313!if "$(TARGET_MODE)" == "DEPEND"
    309314$(TARGET):
    310315    @$(ECHO) .
Note: See TracChangeset for help on using the changeset viewer.