Changeset 3210 in Sophya for trunk/SophyaLib/BuildMgr/AIX_xlC_make.inc
- Timestamp:
- Apr 11, 2007, 3:23:47 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaLib/BuildMgr/AIX_xlC_make.inc
r3013 r3210 19 19 # Def compilateur C et flags 20 20 CC = xlc 21 CFLAGS = -O -g 21 # Replace [CNFPHFLF] by specific compilation flags below (done by configure) 22 CFLAGS = -O -g CNFPHFLF 22 23 # Def compilateur C++ et flags 23 24 CXX = xlC … … 25 26 # -qrtti=all : generate all RTTI infomation dynamic_cast + typeinfo 26 27 # -qeh=v6 : Exception handling compatible with v6 27 CXXFLAGS = -qrtti=all -qeh=v6 -O -g 28 CXXFLAGS = -qrtti=all -qeh=v6 -O -g CNFPHFLF 28 29 # flags specifiques pour templates repository... 29 30 # CXXTEMPFLG = -qtemplateregistry=$(SOPHYAOBJP)/templateregistry -qtemplaterecompile 30 31 CXXTEMPFLG = 31 32 # Compilo fortran 32 FC = xlf 33 FC = xlf CNFPHFLF 33 34 FFLAGS = 34 35 # Pour fabriquer les lib .a … … 58 59 59 60 SOPHYASLBLIST = -L$(SOPHYASLBP) -lsophya $(SOPBASELIBS) 60 # SOPHYAEXTSLBLIST = -L$(SOPHYASLBP) -lextsophya -lsophya $(SOPEXTLIBS) $(SOPBASELIBS) 61 # SOPHYAALLSLBLIST = -L$(SOPHYALIBP) -lPIext -lPIGcont -lPI -L$(SOPHYASLBP) -lextsophya -lsophya $(PILIBS) $(SOPEXTLIBS) $(SOPBASELIBS) 62 ### --- Pb sur AIX quand plusieurs shared libs sont utilisees 63 SOPHYAEXTSLBLIST = -L$(SOPHYASLBP) -lAsophyaextPI $(SOPBASELIBS) $(SOPEXTLIBS) $(SOPBASELIBS) 64 SOPHYAALLSLBLIST = $(SOPHYAEXTSLBLIST) 61 SOPHYAEXTSLBLIST = -L$(SOPHYASLBP) -lextsophya -lsophya $(SOPEXTLIBS) $(SOPBASELIBS) 62 SOPHYAALLSLBLIST = -L$(SOPHYASLBP) -lPI -lextsophya -lsophya $(PILIBS) $(SOPEXTLIBS) $(SOPBASELIBS) 63 ### --- Pb sur AIX quand plusieurs shared libs sont utilisees -> remplacement par -lAsophyaextPI 64 ## SOPHYAEXTSLBLIST = -L$(SOPHYASLBP) -lAsophyaextPI $(SOPBASELIBS) $(SOPEXTLIBS) $(SOPBASELIBS) 65 ## SOPHYAALLSLBLIST = $(SOPHYAEXTSLBLIST) 66 ### --------------------- 65 67 66 68 # Commande de link pour creation d'executables
Note:
See TracChangeset
for help on using the changeset viewer.