Ignore:
Timestamp:
Nov 5, 2013, 3:40:52 PM (11 years ago)
Author:
rybkin
Message:

See C.L. 511

File:
1 edited

Legend:

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

    r600 r652  
    11
     2cmt_${PACKAGE}_${ISINCLUDED} = 1
    23cmt_${PACKAGE}_${ISLOCAL} = 1
    34
     
    67
    78!if "$(LOG_LOCATION)" != ""
     9!if "$(cmt_${PACKAGE}_is_included)" != ""
    810!if "$(cmt_${PACKAGE}_is_local)" != ""
    911${PACKAGE}OutErr = >>$(LOG_LOCATION)\$(${PACKAGE}FullName)$(LOG_SUFFIX) 2>&1
     
    1113!if "$(BCAST_GLOBAL)" != ""
    1214${PACKAGE}OutErr = >>$(LOG_LOCATION)\$(${PACKAGE}FullName)$(LOG_SUFFIX) 2>&1
     15!endif
    1316!endif
    1417!endif
     
    2023${PACKAGE} : $(${PACKAGE}MgrPath)\NMake
    2124!endif
     25!if "$(cmt_${PACKAGE}_is_included)" != ""
    2226!if "$(cmt_${PACKAGE}_is_local)" != ""
    2327        @echo "#--------------------------------------------------------------" \
     
    7377!endif
    7478!endif
     79!else
     80       
     81!endif
    7582
    7683$(${PACKAGE}MgrPath)\NMake :
     84!if "$(cmt_${PACKAGE}_is_included)" != ""
    7785!if "$(cmt_${PACKAGE}_is_local)" != ""
    7886        $(echo) configuring ${PACKAGE}
     
    8593       
    8694!endif
     95!endif
     96!else
     97       
    8798!endif
    8899
     
    96107
    97108${PACKAGE}clean : $(${PACKAGE}MgrPath)\NMake
     109!if "$(cmt_${PACKAGE}_is_included)" != ""
    98110!if "$(cmt_${PACKAGE}_is_local)" != ""
    99111        @echo "#--------------------------------------------------------------" \
     
    125137!endif
    126138!endif
     139!else
     140       
     141!endif
    127142
    128143${PACKAGE}binclean : $(${PACKAGE}MgrPath)\NMake
     144!if "$(cmt_${PACKAGE}_is_included)" != ""
    129145!if "$(cmt_${PACKAGE}_is_local)" != ""
    130146        @echo "#--------------------------------------------------------------" \
     
    156172!endif
    157173!endif
     174!else
     175       
     176!endif
    158177
    159178${PACKAGE}uninstall : $(${PACKAGE}MgrPath)\NMake
     179!if "$(cmt_${PACKAGE}_is_included)" != ""
    160180!if "$(cmt_${PACKAGE}_is_local)" != ""
    161181        @echo "#--------------------------------------------------------------" \
     
    187207!endif
    188208!endif
     209!else
     210       
     211!endif
    189212
    190213${PACKAGE}check : $(${PACKAGE}MgrPath)\NMake
     214!if "$(cmt_${PACKAGE}_is_included)" != ""
    191215!if "$(cmt_${PACKAGE}_is_local)" != ""
    192216        @echo "#--------------------------------------------------------------" \
     
    218242!endif
    219243!endif
     244!else
     245       
     246!endif
    220247
    221248${PACKAGE} ${PACKAGE}clean ${PACKAGE}binclean ${PACKAGE}uninstall ${PACKAGE}check : FORCE
Note: See TracChangeset for help on using the changeset viewer.