[cantera]: only update if header has been modified
This commit is contained in:
parent
917a43ee21
commit
6b68ff4ecd
6 changed files with 9 additions and 10 deletions
|
|
@ -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/
|
||||
|
|
|
|||
|
|
@ -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/
|
||||
|
|
|
|||
|
|
@ -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/
|
||||
|
|
|
|||
|
|
@ -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/
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -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/
|
||||
|
|
|
|||
|
|
@ -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/
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue