[cantera]: only cp if header has been updated

This commit is contained in:
Nicholas Malaya 2012-02-06 22:52:08 +00:00
parent 6b68ff4ecd
commit c4b79766dd
10 changed files with 10 additions and 10 deletions

View file

@ -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

View file

@ -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/

View file

@ -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/

View file

@ -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/

View file

@ -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/

View file

@ -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/

View file

@ -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/

View file

@ -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/

View file

@ -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/

View file

@ -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/