Changeset 10121 for issm/trunk


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

update preprocessor flags

File:
1 edited

Legend:

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

    r10001 r10121  
    596596#test rose preprocessing
    597597%.r2cpp.cpp : %.cpp
    598         testTranslator -rose:o $@ -rose:skipfinalCompileStep -DHAVE_CONFIG_H -I. -I../.. $(INCLUDES) $<
     598        testTranslator -rose:o $@ -rose:skipfinalCompileStep -DHAVE_CONFIG_H -D_PARALLEL_ -D_C_ -I. -I../.. $(INCLUDES) $<
    599599
    600600libRose_a_SOURCES = $(libpISSM_a_SOURCES:.cpp=.r2cpp.cpp)
     601libRose_a_CXXFLAGS= -fPIC -D_PARALLEL_ -D_C_ $(CXXOPTFLAGS)
    601602
    602603#Automatic differentiation rules:
Note: See TracChangeset for help on using the changeset viewer.