[cantera]: only cp if header has been updated
This commit is contained in:
parent
6b68ff4ecd
commit
c4b79766dd
10 changed files with 10 additions and 10 deletions
|
|
@ -17,6 +17,6 @@ __top_builddir__build_lib_libctcxx_la_SOURCES = $(cc_sources) $(h_sources)
|
|||
# header file accumulation
|
||||
all:
|
||||
@echo copying headers $<
|
||||
cp ../include/*.h $(top_builddir)/build/include/
|
||||
cp -u ../include/*.h $(top_builddir)/build/include/
|
||||
|
||||
CLEANFILES = *.o
|
||||
|
|
|
|||
|
|
@ -22,4 +22,4 @@ __top_builddir__build_lib_libconverters_la_SOURCES = $(cc_sources) $(h_sour
|
|||
# header file accumulation
|
||||
all:
|
||||
@echo copying headers $<
|
||||
cp $(h_sources) $(top_builddir)/build/include/
|
||||
cp -u $(h_sources) $(top_builddir)/build/include/
|
||||
|
|
|
|||
|
|
@ -21,4 +21,4 @@ __top_builddir__build_lib_libequil_la_SOURCES = $(cc_sources) $(h_sources)
|
|||
# header file accumulation
|
||||
all:
|
||||
@echo copying headers $<
|
||||
cp $(h_sources) $(top_builddir)/build/include/
|
||||
cp -u $(h_sources) $(top_builddir)/build/include/
|
||||
|
|
|
|||
|
|
@ -28,4 +28,4 @@ __top_builddir__build_lib_libkinetics_la_SOURCES = $(cc_sources) $(h_source
|
|||
# header file accumulation
|
||||
all:
|
||||
@echo copying headers $<
|
||||
cp $(h_sources) $(top_builddir)/build/include/
|
||||
cp -u $(h_sources) $(top_builddir)/build/include/
|
||||
|
|
|
|||
|
|
@ -24,4 +24,4 @@ __top_builddir__build_lib_libctnumerics_la_SOURCES = $(cc_sources) $(h_sour
|
|||
# header file accumulation
|
||||
all:
|
||||
@echo copying headers $<
|
||||
cp *.h $(top_builddir)/build/include/
|
||||
cp -u *.h $(top_builddir)/build/include/
|
||||
|
|
|
|||
|
|
@ -22,4 +22,4 @@ __top_builddir__build_lib_liboneD_la_SOURCES = $(cc_sources) $(h_sources)
|
|||
# header file accumulation
|
||||
all:
|
||||
@echo copying headers $<
|
||||
cp $(h_sources) $(top_builddir)/build/include/
|
||||
cp -u $(h_sources) $(top_builddir)/build/include/
|
||||
|
|
|
|||
|
|
@ -20,4 +20,4 @@ __top_builddir__build_lib_libctspectra_la_SOURCES = $(cc_sources) $(h_sourc
|
|||
# header file accumulation
|
||||
all:
|
||||
@echo copying headers $<
|
||||
cp $(h_sources) $(top_builddir)/build/include/
|
||||
cp -u $(h_sources) $(top_builddir)/build/include/
|
||||
|
|
|
|||
|
|
@ -59,4 +59,4 @@ __top_builddir__build_lib_libthermo_la_SOURCES = $(cc_sources) $(h_sources)
|
|||
# header file accumulation
|
||||
all:
|
||||
@echo copying headers $<
|
||||
cp *.h $(top_builddir)/build/include/
|
||||
cp -u *.h $(top_builddir)/build/include/
|
||||
|
|
|
|||
|
|
@ -27,4 +27,4 @@ __top_builddir__build_lib_libtransport_la_SOURCES = $(cc_sources) $(h_sourc
|
|||
# header file accumulation
|
||||
all:
|
||||
@echo copying headers $<
|
||||
cp *.h $(top_builddir)/build/include/
|
||||
cp -u *.h $(top_builddir)/build/include/
|
||||
|
|
|
|||
|
|
@ -22,4 +22,4 @@ __top_builddir__build_lib_libzeroD_la_SOURCES = $(cc_sources) $(h_sources)
|
|||
# header file accumulation
|
||||
all:
|
||||
@echo copying headers $<
|
||||
cp $(h_sources) $(top_builddir)/build/include/
|
||||
cp -u $(h_sources) $(top_builddir)/build/include/
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue