From 9bcc178ff04f648974cc33965d42862e81bcfd7d Mon Sep 17 00:00:00 2001 From: Nicholas Malaya Date: Thu, 9 Feb 2012 21:10:59 +0000 Subject: [PATCH] [cantera]: adding special update to support our mac using friends --- Cantera/ext/cvode/Makefile.am | 2 +- Cantera/ext/f2c_blas/Makefile.am | 2 +- Cantera/ext/f2c_lapack/Makefile.am | 2 +- Cantera/ext/f2c_libs/Makefile.am | 6 +++--- Cantera/ext/f2c_math/Makefile.am | 2 +- Cantera/ext/tpx/Makefile.am | 2 +- Cantera/src/base/Makefile.am | 2 +- Cantera/src/converters/Makefile.am | 2 +- Cantera/src/equil/Makefile.am | 2 +- Cantera/src/kinetics/Makefile.am | 2 +- Cantera/src/numerics/Makefile.am | 2 +- Cantera/src/oneD/Makefile.am | 2 +- Cantera/src/thermo/Makefile.am | 2 +- Cantera/src/transport/Makefile.am | 2 +- Cantera/src/zeroD/Makefile.am | 2 +- 15 files changed, 17 insertions(+), 17 deletions(-) diff --git a/Cantera/ext/cvode/Makefile.am b/Cantera/ext/cvode/Makefile.am index 21f7f9802..49208664e 100644 --- a/Cantera/ext/cvode/Makefile.am +++ b/Cantera/ext/cvode/Makefile.am @@ -29,4 +29,4 @@ CLEANFILES = *.o # header file accumulation all: @echo copying headers $< - cp -u *.h $(top_builddir)/build/include/ + cp -p *.h $(top_builddir)/build/include/ diff --git a/Cantera/ext/f2c_blas/Makefile.am b/Cantera/ext/f2c_blas/Makefile.am index c80242f58..15aaa52c9 100644 --- a/Cantera/ext/f2c_blas/Makefile.am +++ b/Cantera/ext/f2c_blas/Makefile.am @@ -66,4 +66,4 @@ CLEANFILES = *.o # header file accumulation all: @echo copying headers $< - cp -u *.h $(top_builddir)/build/include/ + cp -p *.h $(top_builddir)/build/include/ diff --git a/Cantera/ext/f2c_lapack/Makefile.am b/Cantera/ext/f2c_lapack/Makefile.am index 5ee31aad4..e3330e6c1 100644 --- a/Cantera/ext/f2c_lapack/Makefile.am +++ b/Cantera/ext/f2c_lapack/Makefile.am @@ -33,4 +33,4 @@ CLEANFILES = *.o # header file accumulation all: @echo copying headers $< - cp -u *.h $(top_builddir)/build/include/ + cp -p *.h $(top_builddir)/build/include/ diff --git a/Cantera/ext/f2c_libs/Makefile.am b/Cantera/ext/f2c_libs/Makefile.am index b503c634a..717b494cf 100644 --- a/Cantera/ext/f2c_libs/Makefile.am +++ b/Cantera/ext/f2c_libs/Makefile.am @@ -53,9 +53,9 @@ library_include_HEADERS = $(h_sources) # header file accumulation all: @echo copying headers $< - cp -u sysdep1.h0 sysdep1.h - cp -u signal1.h0 signal1.h - cp -u $(h_sources) $(top_builddir)/build/include/ + cp -p sysdep1.h0 sysdep1.h + cp -p signal1.h0 signal1.h + cp -p $(h_sources) $(top_builddir)/build/include/ __top_builddir__build_lib_libctf2c_la_LDFLAGS = $(all_libraries) -release $(GENERIC_RELEASE) __top_builddir__build_lib_libctf2c_la_SOURCES = $(cc_sources) $(h_sources) diff --git a/Cantera/ext/f2c_math/Makefile.am b/Cantera/ext/f2c_math/Makefile.am index 8fcada505..94a041f8a 100644 --- a/Cantera/ext/f2c_math/Makefile.am +++ b/Cantera/ext/f2c_math/Makefile.am @@ -48,4 +48,4 @@ CLEANFILES = *.o # header file accumulation all: @echo copying headers $< - cp -u *.h $(top_builddir)/build/include/ + cp -p *.h $(top_builddir)/build/include/ diff --git a/Cantera/ext/tpx/Makefile.am b/Cantera/ext/tpx/Makefile.am index 03a9971b4..ab1a96b75 100644 --- a/Cantera/ext/tpx/Makefile.am +++ b/Cantera/ext/tpx/Makefile.am @@ -27,4 +27,4 @@ CLEANFILES = *.o # header file accumulation all: @echo copying headers $< - cp -u *.h $(top_builddir)/build/include/ + cp -p *.h $(top_builddir)/build/include/ diff --git a/Cantera/src/base/Makefile.am b/Cantera/src/base/Makefile.am index 4095a095e..02ee0b8ed 100644 --- a/Cantera/src/base/Makefile.am +++ b/Cantera/src/base/Makefile.am @@ -32,6 +32,6 @@ __top_builddir__build_lib_libctbase_includedir = $(prefix)/include # header file accumulation -- only copy if file updated! all: @echo copying headers $< - cp -u *.h $(top_builddir)/build/include/ + cp -p *.h $(top_builddir)/build/include/ CLEANFILES = *.o diff --git a/Cantera/src/converters/Makefile.am b/Cantera/src/converters/Makefile.am index 26fe964a6..490ea50d3 100644 --- a/Cantera/src/converters/Makefile.am +++ b/Cantera/src/converters/Makefile.am @@ -26,4 +26,4 @@ __top_builddir__build_lib_libconverters_includedir = $(prefix)/include # header file accumulation all: @echo copying headers $< - cp -u $(h_sources) $(top_builddir)/build/include/ + cp -p $(h_sources) $(top_builddir)/build/include/ diff --git a/Cantera/src/equil/Makefile.am b/Cantera/src/equil/Makefile.am index e7162fb0d..e20bd0a85 100644 --- a/Cantera/src/equil/Makefile.am +++ b/Cantera/src/equil/Makefile.am @@ -52,4 +52,4 @@ __top_builddir__build_lib_libequil_includedir = $(prefix)/include # header file accumulation before install all: @echo copying headers $< - cp -u *.h $(top_builddir)/build/include/ + cp -p *.h $(top_builddir)/build/include/ diff --git a/Cantera/src/kinetics/Makefile.am b/Cantera/src/kinetics/Makefile.am index 3302085d3..f823ecdad 100644 --- a/Cantera/src/kinetics/Makefile.am +++ b/Cantera/src/kinetics/Makefile.am @@ -32,4 +32,4 @@ __top_builddir__build_lib_libkinetics_includedir = $(prefix)/include # header file accumulation all: @echo copying headers $< - cp -u $(h_sources) $(top_builddir)/build/include/ + cp -p $(h_sources) $(top_builddir)/build/include/ diff --git a/Cantera/src/numerics/Makefile.am b/Cantera/src/numerics/Makefile.am index cc8d8cf13..abdb47f98 100644 --- a/Cantera/src/numerics/Makefile.am +++ b/Cantera/src/numerics/Makefile.am @@ -27,4 +27,4 @@ __top_builddir__build_lib_libctnumerics_includedir = $(prefix)/include # header file accumulation all: @echo copying headers $< - cp -u *.h $(top_builddir)/build/include/ + cp -p *.h $(top_builddir)/build/include/ diff --git a/Cantera/src/oneD/Makefile.am b/Cantera/src/oneD/Makefile.am index 742f8258c..434745bfc 100644 --- a/Cantera/src/oneD/Makefile.am +++ b/Cantera/src/oneD/Makefile.am @@ -25,4 +25,4 @@ __top_builddir__build_lib_liboneD_includedir = $(prefix)/include # header file accumulation all: @echo copying headers $< - cp -u $(h_sources) $(top_builddir)/build/include/ + cp -p $(h_sources) $(top_builddir)/build/include/ diff --git a/Cantera/src/thermo/Makefile.am b/Cantera/src/thermo/Makefile.am index eb0f6712e..c2e71a781 100644 --- a/Cantera/src/thermo/Makefile.am +++ b/Cantera/src/thermo/Makefile.am @@ -62,4 +62,4 @@ __top_builddir__build_lib_libthermo_includedir = $(prefix)/include # header file accumulation all: @echo copying headers $< - cp -u *.h $(top_builddir)/build/include/ + cp -p *.h $(top_builddir)/build/include/ diff --git a/Cantera/src/transport/Makefile.am b/Cantera/src/transport/Makefile.am index a0654b70e..e0762c15a 100644 --- a/Cantera/src/transport/Makefile.am +++ b/Cantera/src/transport/Makefile.am @@ -31,4 +31,4 @@ __top_builddir__build_lib_libtransport_includedir = $(prefix)/include # header file accumulation all: @echo copying headers $< - cp -u *.h $(top_builddir)/build/include/ + cp -p *.h $(top_builddir)/build/include/ diff --git a/Cantera/src/zeroD/Makefile.am b/Cantera/src/zeroD/Makefile.am index 3f0b728e3..d0b0314ad 100644 --- a/Cantera/src/zeroD/Makefile.am +++ b/Cantera/src/zeroD/Makefile.am @@ -25,4 +25,4 @@ __top_builddir__build_lib_libzeroD_includedir = $(prefix)/include # header file accumulation all: @echo copying headers $< - cp -u $(h_sources) $(top_builddir)/build/include/ + cp -p $(h_sources) $(top_builddir)/build/include/