source: issm/oecreview/Archive/11961-11984/ISSM-11978-11979.diff@ 11991

Last change on this file since 11991 was 11991, checked in by Eric.Larour, 13 years ago

oecreview from 11518 to present

File size: 768 bytes
  • proj/ice/larour/issm-uci-clean/trunk-jpl/src/c/Makefile.am

     
    963963if NOPARALLEL
    964964bin_PROGRAMS =
    965965else
    966 bin_PROGRAMS = issm issm2
     966bin_PROGRAMS = issm
    967967endif
    968968
    969969#Standard libraries
     
    974974
    975975issm_SOURCES = solutions/issm.cpp
    976976issm_CXXFLAGS= -fPIC -D_PARALLEL_ $(CXXFLAGS) $(CXXOPTFLAGS) $(COPTFLAGS)
    977 issm2_SOURCES = solutions/issm2.cpp
    978 issm2_CXXFLAGS= $(issm_CXXFLAGS)
    979 
    980977#}}}
    981978#Automatic differentiation: append this fold to the end of the src/c/Makefile.am to get this Makefile.am {{{
    982979if ADIC2
Note: See TracBrowser for help on using the repository browser.