[cantera]: edits to make shared libraries build
This commit is contained in:
parent
704336024c
commit
dbf089e1db
8 changed files with 28 additions and 8 deletions
|
|
@ -58,3 +58,8 @@ __top_builddir__build_lib_libctblas_la_LDFLAGS = $(all_libraries) -release
|
|||
__top_builddir__build_lib_libctblas_la_SOURCES = $(cc_sources) $(h_sources)
|
||||
|
||||
CLEANFILES = *.o
|
||||
|
||||
# header file accumulation
|
||||
all:
|
||||
@echo copying headers $<
|
||||
cp *.h $(top_builddir)/build/include/
|
||||
|
|
|
|||
|
|
@ -25,3 +25,8 @@ __top_builddir__build_lib_libctlapack_la_LDFLAGS = $(all_libraries) -releas
|
|||
__top_builddir__build_lib_libctlapack_la_SOURCES = $(cc_sources) $(h_sources)
|
||||
|
||||
CLEANFILES = *.o
|
||||
|
||||
# header file accumulation
|
||||
all:
|
||||
@echo copying headers $<
|
||||
cp *.h $(top_builddir)/build/include/
|
||||
|
|
|
|||
|
|
@ -39,3 +39,8 @@ __top_builddir__build_lib_libctmath_la_LDFLAGS = $(all_libraries) -release
|
|||
__top_builddir__build_lib_libctmath_la_SOURCES = $(cc_sources) $(h_sources)
|
||||
|
||||
CLEANFILES = *.o
|
||||
|
||||
# header file accumulation
|
||||
all:
|
||||
@echo copying headers $<
|
||||
cp *.h $(top_builddir)/build/include/
|
||||
|
|
|
|||
|
|
@ -19,3 +19,8 @@ __top_builddir__build_lib_libtpx_la_LDFLAGS = $(all_libraries) -release $(G
|
|||
__top_builddir__build_lib_libtpx_la_SOURCES = $(cc_sources) $(h_sources)
|
||||
|
||||
CLEANFILES = *.o
|
||||
|
||||
# header file accumulation
|
||||
all:
|
||||
@echo copying headers $<
|
||||
cp *.h $(top_builddir)/build/include/
|
||||
|
|
|
|||
|
|
@ -15,8 +15,8 @@
|
|||
#include "DebyeHuckel.h"
|
||||
#else
|
||||
#include "Cantera.h"
|
||||
#include "kernel/logger.h"
|
||||
#include "kernel/DebyeHuckel.h"
|
||||
#include "logger.h"
|
||||
#include "DebyeHuckel.h"
|
||||
#endif
|
||||
|
||||
#include <cstdio>
|
||||
|
|
|
|||
|
|
@ -15,8 +15,8 @@
|
|||
#include "DebyeHuckel.h"
|
||||
#else
|
||||
#include "Cantera.h"
|
||||
#include "kernel/logger.h"
|
||||
#include "kernel/DebyeHuckel.h"
|
||||
#include "logger.h"
|
||||
#include "DebyeHuckel.h"
|
||||
#endif
|
||||
|
||||
#include <cstdio>
|
||||
|
|
|
|||
|
|
@ -15,8 +15,8 @@
|
|||
#include "DebyeHuckel.h"
|
||||
#else
|
||||
#include "Cantera.h"
|
||||
#include "kernel/logger.h"
|
||||
#include "kernel/DebyeHuckel.h"
|
||||
#include "logger.h"
|
||||
#include "DebyeHuckel.h"
|
||||
#endif
|
||||
|
||||
#include <cstdio>
|
||||
|
|
|
|||
|
|
@ -15,8 +15,8 @@
|
|||
#include "DebyeHuckel.h"
|
||||
#else
|
||||
#include "Cantera.h"
|
||||
#include "kernel/logger.h"
|
||||
#include "kernel/DebyeHuckel.h"
|
||||
#include "logger.h"
|
||||
#include "DebyeHuckel.h"
|
||||
#endif
|
||||
|
||||
#include <cstdio>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue