Changeset 2751 in Sophya for trunk/SophyaLib/BuildMgr/OSF1_cxx_make.inc
- Timestamp:
- May 20, 2005, 6:22:07 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaLib/BuildMgr/OSF1_cxx_make.inc
r2749 r2751 16 16 # Def compilateur C++ et flags 17 17 CXX = cxx 18 CXXFLAGS = -O -pthread -g1 -ptr $(SOPHYAOBJP)/cxxrep/ -no_implicit_include 18 CXXFLAGS = -O -pthread -g1 -no_implicit_include 19 CXXREP = -ptr $(SOPHYAOBJP)/cxxrep/ 19 20 # Compilo fortran 20 21 FC = f77 … … 28 29 CCOMPILE = $(CC) $(CPPFLAGS) $(CFLAGS) -c 29 30 CXXCOMPILE = $(CXX) $(CPPFLAGS) $(CXXFLAGS) -c 31 CXXCOMPILELIB = $(CXX) $(CPPFLAGS) $(CXXFLAGS) $(CXXREP) -c 32 CXXCOMPILEPROG = $(CXX) $(CPPFLAGS) $(CXXFLAGS) $(CXXREP) -c 30 33 FCCOMPILE = $(FC) $(FFLAGS) -c 31 34 … … 33 36 SLEXT = so 34 37 # Fabrication de librairies partagees 35 CMDSHLCXX = $(CXX) $(CXXFLAGS) -shared38 CMDSHLCXX = $(CXX) $(CXXFLAGS) $(CXXREP) -shared 36 39 37 40
Note:
See TracChangeset
for help on using the changeset viewer.