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/Linux_g++_make.inc

    r2751 r2766  
    1717CXX =  g++
    1818CXXFLAGS = -Wall -Wpointer-arith -Wmissing-prototypes -Wsynth -O -g
    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 = 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.