Changeset 10122


Ignore:
Timestamp:
10/06/11 07:50:17 (13 years ago)
Author:
utke
Message:

rename lib and add issmRose.exe as binary

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified issm/trunk/src/ad/Makefile.am

    r10121 r10122  
    1515
    1616if ADIC2
    17 lib_LIBRARIES += libAD.a libRose.a
     17lib_LIBRARIES += libAD.a libpISSMRose.a
    1818endif
    1919
     
    598598        testTranslator -rose:o $@ -rose:skipfinalCompileStep -DHAVE_CONFIG_H -D_PARALLEL_ -D_C_ -I. -I../.. $(INCLUDES) $<
    599599
    600 libRose_a_SOURCES = $(libpISSM_a_SOURCES:.cpp=.r2cpp.cpp)
    601 libRose_a_CXXFLAGS= -fPIC -D_PARALLEL_ -D_C_ $(CXXOPTFLAGS)
     600libpISSMRose_a_SOURCES = $(libpISSM_a_SOURCES:.cpp=.r2cpp.cpp)
     601libpISSMRose_a_CXXFLAGS= -fPIC -D_PARALLEL_ -D_C_ $(CXXOPTFLAGS)
    602602
    603603#Automatic differentiation rules:
     
    611611bin_PROGRAMS =
    612612else
    613 bin_PROGRAMS = issm.exe
     613bin_PROGRAMS = issm.exe issmRose.exe
    614614endif
    615615
     
    618618
    619619if ADIC2
    620 LDADD +=    ./libAD.a ./libRose.a
     620LDADD +=    ./libAD.a ./libpISSMRose.a
    621621endif
    622622
     
    627627issm_exe_SOURCES = solutions/issm.cpp
    628628issm_exe_CXXFLAGS= -fPIC -D_PARALLEL_  $(CXXOPTFLAGS) $(COPTFLAGS)
    629 
    630 #}}}
     629issmRose_exe_SOURCES = solutions/issm.cpp
     630issmRose_exe_CXXFLAGS= -fPIC -D_PARALLEL_  $(CXXOPTFLAGS) $(COPTFLAGS)
     631
     632#}}}
Note: See TracChangeset for help on using the changeset viewer.