[cantera]: adding special update to support our mac using friends
This commit is contained in:
parent
22f0e3317e
commit
9bcc178ff0
15 changed files with 17 additions and 17 deletions
|
|
@ -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/
|
||||
|
|
|
|||
|
|
@ -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/
|
||||
|
|
|
|||
|
|
@ -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/
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
|
|
|
|||
|
|
@ -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/
|
||||
|
|
|
|||
|
|
@ -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/
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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/
|
||||
|
|
|
|||
|
|
@ -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/
|
||||
|
|
|
|||
|
|
@ -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/
|
||||
|
|
|
|||
|
|
@ -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/
|
||||
|
|
|
|||
|
|
@ -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/
|
||||
|
|
|
|||
|
|
@ -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/
|
||||
|
|
|
|||
|
|
@ -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/
|
||||
|
|
|
|||
|
|
@ -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/
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue