Changeset 2878 in Sophya


Ignore:
Timestamp:
Jan 3, 2006, 3:40:31 PM (20 years ago)
Author:
ansari
Message:

Portage/compilation sur AIX-XlC (regatta): lib static pour PI - Reza 3 Jan 2006

File:
1 edited

Legend:

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

    r2871 r2878  
    77SOPEXTLIBS = $(SOPEXTLIBP) $(SOPEXTLIBLIST)
    88#  Pour link fortran -lxlf -lxlfutil -lf
    9 # SOPEXTLIBS = $(SOPEXTLIBP) $(SOPEXTLIBLIST) -lxlf -lxlfutil -lf
     9SOPEXTLIBS = $(SOPEXTLIBP) $(SOPEXTLIBLIST) -lxlf -lxlfutil -lf
    1010
    1111#  Chemin et librairie pour PI
    1212PIINC =
    1313PILIBS = -lXm -lXt -lX11
    14 # PIINC = -I/usr/X11R6/include/
    15 # PILIBS = -L/usr/X11R6/lib/ -lXm -lXt -lX11
    16 
    1714
    1815#  Flag preprocesseur
     
    5653SOPHYASLBLIST = -L$(SOPHYASLBP) -lsophya  $(SOPBASELIBS)
    5754SOPHYAEXTSLBLIST = -L$(SOPHYASLBP) -lextsophya -lsophya $(SOPEXTLIBS) $(SOPBASELIBS)
    58 SOPHYAALLSLBLIST = -L$(SOPHYASLBP) -lPI -lextsophya -lsophya $(PILIBS) $(SOPEXTLIBS) $(SOPBASELIBS)
     55SOPHYAALLSLBLIST = -L$(SOPHYALIBP) -lPIext -lPIGcont -lPI -L$(SOPHYASLBP) -lextsophya -lsophya $(PILIBS) $(SOPEXTLIBS) $(SOPBASELIBS)
    5956
    6057#  Commande de link pour creation d'executables
Note: See TracChangeset for help on using the changeset viewer.