Changeset 9969


Ignore:
Timestamp:
09/30/11 07:48:19 (13 years ago)
Author:
utke
Message:

snapshot for testing (changes are incomplete and need to be completed once the libRose.a can be built)

File:
1 edited

Legend:

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

    r9817 r9969  
    1515
    1616if ADIC2
    17 lib_LIBRARIES += libAD.a
     17lib_LIBRARIES += libAD.a libRose.a
    1818endif
    1919
     
    592592libAD_a_CFLAGS = -fPIC -D_PARALLEL_   -D_C_ $(COPTFLAGS)
    593593
     594#test rose preprocessing
     595%.r2cpp.cpp : %.cpp
     596        testTranslator -rose:o $@ -rose:skipfinalCompileStep -DHAVE_CONFIG_H -I. -I../.. $(INCLUDES) $<
     597
     598libRose_a_SOURCES = $(libpISSM_a_SOURCES:.cpp=.r2cpp.cpp)
    594599
    595600#Automatic differentiation rules:
     
    610615
    611616if ADIC2
    612 LDADD +=    ./libAD.a
     617LDADD +=    ./libAD.a ./libRose.a
    613618endif
    614619
Note: See TracChangeset for help on using the changeset viewer.