Changeset 18370


Ignore:
Timestamp:
08/12/14 17:34:28 (11 years ago)
Author:
glperez
Message:

CHG: Removed old Fortran and CC flags in configure.ac. Also changed conditional link of libraries relating to standalone build and triangle.

Location:
issm/trunk-jpl
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/configure.ac

    r18297 r18370  
    1515
    1616#Libraries and linking
    17 AC_F77_LIBRARY_LDFLAGS
    1817AC_PATH_XTRA      #figure out X library and include paths
    1918
     
    2322AC_CONFIG_HEADERS([./config.h])   #Config file must be config.h
    2423AM_SILENT_RULES([yes])           #Do not show compilation command by default
    25 AM_PROG_CC_C_O
    2624AM_PROG_AR
    2725
  • issm/trunk-jpl/src/c/Makefile.am

    r18344 r18370  
    873873endif
    874874libISSMModules_la_CXXFLAGS = $(ALLCXXFLAGS)
     875if STANDALONE_LIBRARIES
     876libISSMModules_la_LIBADD = ./libISSMCore.la
     877else
    875878libISSMModules_la_LIBADD = ./libISSMCore.la $(TRIANGLELIB)
     879endif
    876880endif
    877881
Note: See TracChangeset for help on using the changeset viewer.