Changeset 11979
- Timestamp:
- 04/13/12 07:59:19 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/c/Makefile.am
r11974 r11979 964 964 bin_PROGRAMS = 965 965 else 966 bin_PROGRAMS = issm issm2966 bin_PROGRAMS = issm 967 967 endif 968 968 … … 975 975 issm_SOURCES = solutions/issm.cpp 976 976 issm_CXXFLAGS= -fPIC -D_PARALLEL_ $(CXXFLAGS) $(CXXOPTFLAGS) $(COPTFLAGS) 977 issm2_SOURCES = solutions/issm2.cpp978 issm2_CXXFLAGS= $(issm_CXXFLAGS)979 980 977 #}}} 981 978 #Automatic differentiation: append this fold to the end of the src/c/Makefile.am to get this Makefile.am {{{
Note:
See TracChangeset
for help on using the changeset viewer.