[cantera]: adding special update to support our mac using friends

This commit is contained in:
Nicholas Malaya 2012-02-09 21:10:59 +00:00
parent 22f0e3317e
commit 9bcc178ff0
15 changed files with 17 additions and 17 deletions

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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