Changeset 209 for CMT/HEAD/mgr/Makefile


Ignore:
Timestamp:
Jun 22, 2006, 1:51:25 PM (18 years ago)
Author:
garonne
Message:

Add the Static option build for the cmt make

File:
1 edited

Legend:

Unmodified
Added
Removed
  • CMT/HEAD/mgr/Makefile

    r115 r209  
    11
    22cppflags  = $(CFLAGS)
    3 
    43
    54cpp = g++ -O2
     
    1514ifeq ($(CMTBIN),LinuxProf)
    1615cpp = g++ -g -pg
    17 endif
    1816
    1917ifeq ($(CMTBIN),Linux-i686Prof)
    2018cpp = g++ -g -pg
    2119endif
    22 
    2320
    2421ifeq ($(CMTBIN),LinuxInsure)
     
    6764
    6865cppcomp   = $(cpp) -c -I${inc} $(cppflags)
     66
     67ifeq ($(STATIC),1)
     68cpplink   = $(cpp) -static
     69else
    6970cpplink   = $(cpp)
     71endif
     72
    7073
    7174src       = ../src/
Note: See TracChangeset for help on using the changeset viewer.