Ignore:
Timestamp:
May 20, 2005, 6:22:07 PM (20 years ago)
Author:
cmv
Message:

gestion CXXCOMPILE-LIB-PROG cmv 20/05/05

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaLib/BuildMgr/OSF1_cxx_make.inc

    r2749 r2751  
    1616#  Def compilateur C++ et flags
    1717CXX =  cxx
    18 CXXFLAGS = -O -pthread -g1  -ptr $(SOPHYAOBJP)/cxxrep/ -no_implicit_include
     18CXXFLAGS = -O -pthread -g1 -no_implicit_include
     19CXXREP =  -ptr $(SOPHYAOBJP)/cxxrep/
    1920#  Compilo fortran
    2021FC = f77
     
    2829CCOMPILE = $(CC) $(CPPFLAGS) $(CFLAGS) -c
    2930CXXCOMPILE = $(CXX) $(CPPFLAGS) $(CXXFLAGS) -c
     31CXXCOMPILELIB = $(CXX) $(CPPFLAGS) $(CXXFLAGS) $(CXXREP) -c
     32CXXCOMPILEPROG = $(CXX) $(CPPFLAGS) $(CXXFLAGS) $(CXXREP) -c
    3033FCCOMPILE = $(FC) $(FFLAGS) -c
    3134
     
    3336SLEXT = so
    3437#  Fabrication de librairies partagees
    35 CMDSHLCXX = $(CXX) $(CXXFLAGS) -shared
     38CMDSHLCXX = $(CXX) $(CXXFLAGS) $(CXXREP) -shared
    3639
    3740
Note: See TracChangeset for help on using the changeset viewer.