[cantera]: only update if header has been modified

This commit is contained in:
Nicholas Malaya 2012-02-06 22:50:45 +00:00
parent 917a43ee21
commit 6b68ff4ecd
6 changed files with 9 additions and 10 deletions

View file

@ -2,12 +2,11 @@ cc_sources = band.c cvband.c cvbandpre.c cvdense.c cvdiag.c \
cvode.c cvspgmr.c dense.c iterativ.c llnlmath.c \
nvector.c spgmr.c
h_sources = band.h cvband.h cvbandpre.h cvdense.h cvdiag.h \
h_sources = band.h cvband.h cvbandpre.h cvdense.h cvdiag.h \
cvode.h cvspgmr.h dense.h iterativ.h llnlmath.h \
llnltyps.h nvector.h spgmr.h
AM_CPPFLAGS =
AM_CPPFLAGS = -I.
AM_CXXFLAGS = $(AM_CPPFLAGS)
AM_FCFLAGS = $(AM_CPPFLAGS)
@ -27,4 +26,4 @@ CLEANFILES = *.o
# header file accumulation
all:
@echo copying headers $<
cp *.h $(top_builddir)/build/include/
cp -u *.h $(top_builddir)/build/include/

View file

@ -62,4 +62,4 @@ CLEANFILES = *.o
# header file accumulation
all:
@echo copying headers $<
cp *.h $(top_builddir)/build/include/
cp -u *.h $(top_builddir)/build/include/

View file

@ -29,4 +29,4 @@ CLEANFILES = *.o
# header file accumulation
all:
@echo copying headers $<
cp *.h $(top_builddir)/build/include/
cp -u *.h $(top_builddir)/build/include/

View file

@ -53,8 +53,8 @@ library_include_HEADERS = $(h_sources)
# header file accumulation
all:
@echo copying headers $<
cp sysdep1.h0 sysdep1.h
cp signal1.h0 signal1.h
cp -u sysdep1.h0 sysdep1.h
cp -u signal1.h0 signal1.h
cp $(h_sources) $(top_builddir)/build/include/

View file

@ -44,4 +44,4 @@ CLEANFILES = *.o
# header file accumulation
all:
@echo copying headers $<
cp *.h $(top_builddir)/build/include/
cp -u *.h $(top_builddir)/build/include/

View file

@ -23,4 +23,4 @@ CLEANFILES = *.o
# header file accumulation
all:
@echo copying headers $<
cp *.h $(top_builddir)/build/include/
cp -u *.h $(top_builddir)/build/include/