[cantera]: moving some folders around

This commit is contained in:
Nicholas Malaya
2012-02-03 23:41:00 +00:00
parent 6b357c3d2c
commit 0c26ea8c72
728 changed files with 113 additions and 148169 deletions

View File

@@ -1,4 +1,4 @@
# $Id: $
# will need to add python and matlab
SUBDIRS = src user cxx
SUBDIRS = src user cxx ext

View File

@@ -3,8 +3,8 @@
#include <string>
#include "kernel/ThermoPhase.h"
#include "kernel/ThermoFactory.h"
#include "ThermoPhase.h"
#include "ThermoFactory.h"
/*
* The Definitions for these functions are all located in

View File

@@ -1,6 +1,6 @@
cc_sources = importPhase.cpp
AM_CPPFLAGS = -I/workspace/src/cantera/pecos_autotools/build/include/cantera
AM_CPPFLAGS = -I$(top_builddir)/build/include
AM_CXXFLAGS = $(AM_CPPFLAGS)
lib_LTLIBRARIES = $(top_builddir)/build/lib/libctcxx.la
@@ -14,4 +14,9 @@ library_include_HEADERS = $(h_sources)
__top_builddir__build_lib_libctcxx_la_LDFLAGS = $(all_libraries) -release $(GENERIC_RELEASE)
__top_builddir__build_lib_libctcxx_la_SOURCES = $(cc_sources) $(h_sources)
# header file accumulation
all:
@echo copying headers $<
cp ../include/*.h $(top_builddir)/build/include/
CLEANFILES = *.o

View File

@@ -4,8 +4,8 @@
#include <string>
#include "kernel/ThermoPhase.h"
#include "kernel/ThermoFactory.h"
#include "ThermoPhase.h"
#include "ThermoFactory.h"
namespace Cantera {}

Some files were not shown because too many files have changed in this diff Show More