Changeset 11665
- Timestamp:
- 03/07/12 14:19:54 (13 years ago)
- Location:
- issm/trunk-jpl/src
- Files:
-
- 3 deleted
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/Makefile.am
r11473 r11665 1 1 EXTRA_DIST = perl pro 2 2 SUBDIRS = c mex m 3 4 if ADIC25 SUBDIRS += ad6 endif7 8 -
issm/trunk-jpl/src/c/Makefile.am
r11660 r11665 930 930 issm_CXXFLAGS= -fPIC -D_PARALLEL_ $(CXXFLAGS) $(CXXOPTFLAGS) $(COPTFLAGS) 931 931 #}}} 932 #Automatic differentiation: append this fold to the end of the src/c/Makefile.am to get this Makefile.am {{{ 933 if ADIC2 934 lib_LIBRARIES += libAD.a libpISSMRose.a 935 936 #ADIC2 library, for automatic differentiation 937 #libAD_a_SOURCES = ./mini1.ad.c 938 libAD_a_SOURCES = 939 libAD_a_CFLAGS = -fPIC -D_PARALLEL_ -D_C_ $(COPTFLAGS) 940 941 942 943 #test rose preprocessing 944 %.r2cpp.cpp : %.cpp 945 testTranslator -rose:o $@ -rose:skipfinalCompileStep -DHAVE_CONFIG_H -D_PARALLEL_ -D_C_ -I. -I../.. $(INCLUDES) $< 946 libpISSMRose_a_SOURCES = $(libpISSM_a_SOURCES:.cpp=.r2cpp.cpp) 947 libpISSMRose_a_CXXFLAGS= -fPIC -D_PARALLEL_ -D_C_ $(CXXOPTFLAGS) 948 949 950 951 #Automatic differentiation rules: 952 %.ad.c: %.c 953 adic2 -mforward $< --nary 954 955 956 957 #Executable 958 bin_PROGRAMS += issmRose.exe 959 issmRose_exe_LDADD = ./libpISSMRose.a $(LDADD) 960 issmRose_exe_SOURCES = solutions/issm.cpp 961 issmRose_exe_CXXFLAGS= -fPIC -D_PARALLEL_ $(CXXOPTFLAGS) $(COPTFLAGS) 962 LDADD += $(ADIC2LIB) 963 964 endif #}}}
Note:
See TracChangeset
for help on using the changeset viewer.