Changeset 2747 in Sophya for trunk/SophyaLib/BuildMgr


Ignore:
Timestamp:
May 20, 2005, 12:19:29 PM (20 years ago)
Author:
cmv
Message:

add fortran for Darwin (to be verified) cmv 20/05/05

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaLib/BuildMgr/Darwin_g++_make.inc

    r2728 r2747  
    1818CXXFLAGS = -fno-common -g -fastf -mtune=G4 -fPIC
    1919#  Compilo fortran
    20 FC = f77
     20FC = g77
    2121FFLAGS = 
    2222# Pour fabriquer les lib .a
     
    2828CCOMPILE = $(CC) $(CPPFLAGS) $(CFLAGS) -c
    2929CXXCOMPILE = $(CXX) $(CPPFLAGS) $(CXXFLAGS) -c
     30FCCOMPILE = $(FC) $(FFLAGS) -c
    3031
    3132#  Extension de nom pour les librairies partagees
     
    3738#  Liste de librairie de base, necessaire pour libsophya
    3839SOPBASELIBS = -lpthread -lm -lc -ldl
     40LIBFORT =
    3941
    4042# --- Chemin pour l'ensemble les librairies SOPHYA , +ExtLibs, +PI
Note: See TracChangeset for help on using the changeset viewer.