Changeset 10124


Ignore:
Timestamp:
10/06/11 09:34:46 (13 years ago)
Author:
utke
Message:

setting CONFIG_CLEAN_FILES to the created r2cpp files does the trick of being able to get rid of them with make distclean but always produces the following warning:
automake: CONFIG_CLEAN_FILES was already defined in condition ADIC2, which is included in condition TRUE ...
src/ad/Makefile.am:602: ... `CONFIG_CLEAN_FILES' previously defined here

So may be there is a canonical way of getting the r2cpp files covered by a clean rule

File:
1 edited

Legend:

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

    r10123 r10124  
    600600libpISSMRose_a_SOURCES = $(libpISSM_a_SOURCES:.cpp=.r2cpp.cpp)
    601601libpISSMRose_a_CXXFLAGS= -fPIC -D_PARALLEL_ -D_C_ $(CXXOPTFLAGS)
    602 
     602CONFIG_CLEAN_FILES=$(libpISSMRose_a_SOURCES)
    603603#Automatic differentiation rules:
    604604%.ad.c: %.c
Note: See TracChangeset for help on using the changeset viewer.