Changeset 2766 in Sophya for trunk/SophyaLib/BuildMgr/OSF1_cxx_make.inc
- Timestamp:
- May 25, 2005, 6:58:39 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaLib/BuildMgr/OSF1_cxx_make.inc
r2751 r2766 17 17 CXX = cxx 18 18 CXXFLAGS = -O -pthread -g1 -no_implicit_include 19 CXXREP = -ptr $(SOPHYAOBJP)/cxxrep/ 19 # flags specifiques pour templates repository... 20 CXXTEMPFLG = -ptr $(SOPHYAOBJP)/cxxrep/ 20 21 # Compilo fortran 21 22 FC = f77 … … 29 30 CCOMPILE = $(CC) $(CPPFLAGS) $(CFLAGS) -c 30 31 CXXCOMPILE = $(CXX) $(CPPFLAGS) $(CXXFLAGS) -c 31 CXXCOMPILELIB = $(CXX) $(CPPFLAGS) $(CXXFLAGS) $(CXXREP) -c32 CXXCOMPILEPROG = $(CXX) $(CPPFLAGS) $(CXXFLAGS) $(CXXREP) -c33 32 FCCOMPILE = $(FC) $(FFLAGS) -c 34 33 … … 36 35 SLEXT = so 37 36 # Fabrication de librairies partagees 38 CMDSHLCXX = $(CXX) $(CXXFLAGS) $(CXX REP) -shared37 CMDSHLCXX = $(CXX) $(CXXFLAGS) $(CXXTEMPFLG) -shared 39 38 40 39
Note:
See TracChangeset
for help on using the changeset viewer.