Ignore:
Timestamp:
May 25, 2005, 6:58:39 PM (20 years ago)
Author:
ansari
Message:

Gestion variable controle template CXXTEMPFLG - cmv+Reza 25/5/2005

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaLib/BuildMgr/Darwin_g++_make.inc

    r2751 r2766  
    1717CXX =  c++
    1818CXXFLAGS = -fno-common -g -fastf -mtune=G4 -fPIC
    19 CXXREP =
     19# flags specifiques pour templates repository...
     20CXXTEMPFLG =
    2021#  Compilo fortran
    2122FC = g77
     
    2930CCOMPILE = $(CC) $(CPPFLAGS) $(CFLAGS) -c
    3031CXXCOMPILE = $(CXX) $(CPPFLAGS) $(CXXFLAGS) -c
    31 CXXCOMPILELIB = $(CXX) $(CPPFLAGS) $(CXXFLAGS) $(CXXREP) -c
    32 CXXCOMPILEPROG = $(CXX) $(CPPFLAGS) $(CXXFLAGS) $(CXXREP) -c
    3332FCCOMPILE = $(FC) $(FFLAGS) -c
    3433
     
    3635SLEXT = dylib
    3736#  Fabrication de librairies partagees
    38 CMDSHLCXX = $(CXX) $(CXXFLAGS) $(CXXREP) -dynamiclib
     37CMDSHLCXX = $(CXX) $(CXXFLAGS) $(CXXTEMPFLG) -dynamiclib
    3938
    4039
Note: See TracChangeset for help on using the changeset viewer.