[cantera]: removing a few files and chaning some library paths
This commit is contained in:
parent
92abf1f919
commit
035a270118
6 changed files with 9 additions and 49 deletions
|
|
@ -1,4 +0,0 @@
|
|||
|
||||
add_subdirectory( include )
|
||||
add_subdirectory( src )
|
||||
add_subdirectory( demos )
|
||||
|
|
@ -1,36 +0,0 @@
|
|||
# Install script for directory: /Users/dgg/dv/sf/cantera/Cantera/cxx
|
||||
|
||||
# Set the install prefix
|
||||
IF(NOT DEFINED CMAKE_INSTALL_PREFIX)
|
||||
SET(CMAKE_INSTALL_PREFIX "/usr/local")
|
||||
ENDIF(NOT DEFINED CMAKE_INSTALL_PREFIX)
|
||||
STRING(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}")
|
||||
|
||||
# Set the install configuration name.
|
||||
IF(NOT CMAKE_INSTALL_CONFIG_NAME)
|
||||
IF(BUILD_TYPE)
|
||||
STRING(REGEX REPLACE "^[^A-Za-z0-9_]+" ""
|
||||
CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}")
|
||||
ELSE(BUILD_TYPE)
|
||||
SET(CMAKE_INSTALL_CONFIG_NAME "Debug")
|
||||
ENDIF(BUILD_TYPE)
|
||||
MESSAGE(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"")
|
||||
ENDIF(NOT CMAKE_INSTALL_CONFIG_NAME)
|
||||
|
||||
# Set the component getting installed.
|
||||
IF(NOT CMAKE_INSTALL_COMPONENT)
|
||||
IF(COMPONENT)
|
||||
MESSAGE(STATUS "Install component: \"${COMPONENT}\"")
|
||||
SET(CMAKE_INSTALL_COMPONENT "${COMPONENT}")
|
||||
ELSE(COMPONENT)
|
||||
SET(CMAKE_INSTALL_COMPONENT)
|
||||
ENDIF(COMPONENT)
|
||||
ENDIF(NOT CMAKE_INSTALL_COMPONENT)
|
||||
|
||||
IF(NOT CMAKE_INSTALL_LOCAL_ONLY)
|
||||
# Include the install script for each subdirectory.
|
||||
INCLUDE("/Users/dgg/dv/sf/cantera/Cantera/cxx/include/cmake_install.cmake")
|
||||
INCLUDE("/Users/dgg/dv/sf/cantera/Cantera/cxx/src/cmake_install.cmake")
|
||||
INCLUDE("/Users/dgg/dv/sf/cantera/Cantera/cxx/demos/cmake_install.cmake")
|
||||
|
||||
ENDIF(NOT CMAKE_INSTALL_LOCAL_ONLY)
|
||||
|
|
@ -1,6 +0,0 @@
|
|||
SET ( CXX_SRCS importPhase.cpp )
|
||||
|
||||
INCLUDE_DIRECTORIES (${PROJECT_SOURCE_DIR})
|
||||
INCLUDE_DIRECTORIES (${PROJECT_BINARY_DIR}/build/include/cantera/kernel)
|
||||
|
||||
ADD_LIBRARY (ctcxx ${CXX_SRCS})
|
||||
|
|
@ -13,7 +13,11 @@ INCLUDES =
|
|||
AM_CXXFLAGS = $(INCLUDES)
|
||||
|
||||
lib_LTLIBRARIES = $(top_builddir)/build/lib/libctbase.la
|
||||
library_includedir = $(includedir)
|
||||
library_includedir = $(top_builddir)/build/include
|
||||
library_include_HEADERS = $(h_sources)
|
||||
|
||||
otherincludedir = $(top_builddir)/build/include/cantera/kernel
|
||||
otherinclude_HEADERS = $(h_sources)
|
||||
|
||||
#-----------------------
|
||||
# Cantera Converters C/C++ library
|
||||
|
|
@ -21,3 +25,5 @@ library_includedir = $(includedir)
|
|||
|
||||
__top_builddir__build_lib_libctbase_la_LDFLAGS = $(all_libraries) -release $(GENERIC_RELEASE)
|
||||
__top_builddir__build_lib_libctbase_la_SOURCES = $(cc_sources) $(h_sources)
|
||||
|
||||
CLEANFILES = *.o
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@ cc_sources = equil_example1.cpp examples.cpp flame1.cpp kinetics_example1.cpp \
|
|||
kinetics_example2.cpp kinetics_example3.cpp rxnpath_example1.cpp \
|
||||
transport_example1.cpp transport_example2.cpp
|
||||
|
||||
INCLUDES = -I../base -I../../Cantera/cxx/include
|
||||
INCLUDES = -I../base -I../../build/include/
|
||||
AM_CXXFLAGS = $(INCLUDES)
|
||||
|
||||
bin_PROGRAMS = cxx_examples
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@
|
|||
ChemEquil_ionizedGas ChemEquil_red1 CpJump \
|
||||
mixGasTransport multiGasTransport printUtilUnitTest
|
||||
|
||||
SUBDIRS = cxx_ex
|
||||
#SUBDIRS = cxx_ex
|
||||
#
|
||||
# would be good to add:
|
||||
#
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue