[cantera]: edits to make shared libraries build

This commit is contained in:
Nicholas Malaya 2012-02-04 00:44:10 +00:00
parent 704336024c
commit dbf089e1db
8 changed files with 28 additions and 8 deletions

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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