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/OSF1_cxx_make.inc

    r2751 r2766  
    1717CXX =  cxx
    1818CXXFLAGS = -O -pthread -g1 -no_implicit_include
    19 CXXREP =  -ptr $(SOPHYAOBJP)/cxxrep/
     19# flags specifiques pour templates repository...
     20CXXTEMPFLG = -ptr $(SOPHYAOBJP)/cxxrep/
    2021#  Compilo fortran
    2122FC = f77
     
    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 = so
    3736#  Fabrication de librairies partagees
    38 CMDSHLCXX = $(CXX) $(CXXFLAGS) $(CXXREP) -shared
     37CMDSHLCXX = $(CXX) $(CXXFLAGS) $(CXXTEMPFLG) -shared
    3938
    4039
Note: See TracChangeset for help on using the changeset viewer.