Ignore:
Timestamp:
May 10, 2011, 2:39:10 PM (15 years ago)
Author:
rybkin
Message:

See C.L. 458

File:
1 edited

Legend:

Unmodified
Added
Removed
  • CMT/HEAD/mgr/fragments/nmake/constituent

    r547 r576  
    5858#!endif
    5959
     60!if defined (cmt_${CONSTITUENT}_has_target_tag)
     61
    6062!if "$(QUICK)" == "" || !exist ($(cmt_local_${CONSTITUENT}_makefile)) || !exist ($(cmt_local_tagfile_${CONSTITUENT})) || !exist ($(cmt_final_setup_${CONSTITUENT}))
    6163$(cmt_local_${CONSTITUENT}_makefile) : $(${CONSTITUENT}_dependencies)
     
    6870!else
    6971$(cmt_local_${CONSTITUENT}_makefile) : $(${CONSTITUENT}_dependencies) ;
     72!endif
     73
     74!else
     75
     76!if "$(QUICK)" == "" || !exist ($(cmt_local_${CONSTITUENT}_makefile)) || !exist ($(cmt_local_tagfile_${CONSTITUENT})) || !exist ($(cmt_final_setup_${CONSTITUENT}))
     77$(cmt_local_${CONSTITUENT}_makefile) : $(${CONSTITUENT}_dependencies)
     78        $(echo) (constituents.nmake) Building ${CONSTITUENT}.nmake
     79        @set include=$(include)
     80        @set lib=$(lib)
     81        @$(cmtexe) -f=$(bin)${CONSTITUENT}.in -tag=$(tags) $(${CONSTITUENT}_extratags) build -nmake constituent_makefile -without_cmt -out=$@ ${CONSTITUENT}
     82!else
     83$(cmt_local_${CONSTITUENT}_makefile) : $(${CONSTITUENT}_dependencies) ;
     84!endif
     85
    7086!endif
    7187
Note: See TracChangeset for help on using the changeset viewer.