Further cleanup of the demos structure.

This commit is contained in:
Harry Moffat 2009-03-16 22:48:29 +00:00
parent 7d4d163139
commit 389e96035f
16 changed files with 23 additions and 16 deletions

View file

@ -12,10 +12,10 @@ all:
cd NASA_coeffs; @MAKE@
test:
cd combustor; @MAKE@ test
cd kinetics1; @MAKE@ test
cd flamespeed; @MAKE@ test
cd NASA_coeffs; @MAKE@ test
cd combustor; @MAKE@ -s test
cd kinetics1; @MAKE@ -s test
cd flamespeed; @MAKE@ -s test
cd NASA_coeffs; @MAKE@ -s test
install:
@INSTALL@ -d @ct_demodir@/cxx

View file

@ -7,3 +7,5 @@ gri30.xml
h2o2.xml
output_0.txt
transport_log.xml
*.d
.depends

View file

@ -72,7 +72,7 @@ PROGRAM = $(PROG_NAME)$(EXE_EXT)
DEPENDS = $(OBJS:.o=.d)
all: $(PROGRAM)
all: $(PROGRAM) .depends
$(PROGRAM): $(OBJS)
$(PURIFY) $(CXX) -o $(PROGRAM) $(OBJS) $(LCXX_FLAGS) $(CANTERA_LIBS) \

View file

@ -65,7 +65,7 @@ DEPENDS=$(OBJS:.o=.d)
# Program Name
PROGRAM = $(PROG_NAME)$(EXE_EXT)
all: $(PROGRAM)
all: $(PROGRAM) .depends
$(PROGRAM): $(OBJS) $(CANTERA_CORE_LIBS_DEP)
$(CXX) -o $(PROGRAM) $(OBJS) $(LCXX_FLAGS) $(LINK_OPTIONS) \

View file

@ -8,4 +8,5 @@ ct2ctml.log
diff_csv.txt
gri30.xml
output_0.txt
*.d
.depends

View file

@ -71,7 +71,7 @@ PROGRAM = $(PROG_NAME)$(EXE_EXT)
DEPENDS = $(OBJS:.o=.d)
all: $(PROGRAM)
all: $(PROGRAM) .depends
$(PROGRAM): $(OBJS)
$(PURIFY) $(CXX) -o $(PROGRAM) $(OBJS) $(LCXX_FLAGS) $(CANTERA_LIBS) \

View file

@ -65,7 +65,7 @@ DEPENDS=$(OBJS:.o=.d)
# Program Name
PROGRAM = $(PROG_NAME)$(EXE_EXT)
all: $(PROGRAM)
all: $(PROGRAM) .depends
$(PROGRAM): $(OBJS) $(CANTERA_CORE_LIBS_DEP)
$(CXX) -o $(PROGRAM) $(OBJS) $(LCXX_FLAGS) $(LINK_OPTIONS) \

View file

@ -10,3 +10,4 @@ flamespeed.d
gri30.xml
output_0.txt
transport_log.xml
*.d

View file

@ -72,7 +72,7 @@ PROGRAM = $(PROG_NAME)$(EXE_EXT)
DEPENDS = $(OBJS:.o=.d)
all: $(PROGRAM)
all: $(PROGRAM) .depends
$(PROGRAM): $(OBJS)
$(PURIFY) $(CXX) -o $(PROGRAM) $(OBJS) $(LCXX_FLAGS) $(CANTERA_LIBS) \

View file

@ -65,7 +65,7 @@ DEPENDS=$(OBJS:.o=.d)
# Program Name
PROGRAM = $(PROG_NAME)$(EXE_EXT)
all: $(PROGRAM)
all: $(PROGRAM) .depends
$(PROGRAM): $(OBJS) $(CANTERA_CORE_LIBS_DEP)
$(CXX) -o $(PROGRAM) $(OBJS) $(LCXX_FLAGS) $(LINK_OPTIONS) \

View file

@ -9,4 +9,5 @@ kin1.dat
kinetics1
output_0.txt
transport_log.xml
.depends
*.d

View file

@ -72,7 +72,7 @@ PROGRAM = $(PROG_NAME)$(EXE_EXT)
DEPENDS = $(OBJS:.o=.d)
all: $(PROGRAM)
all: $(PROGRAM) .depends
$(PROGRAM): $(OBJS)
$(PURIFY) $(CXX) -o $(PROGRAM) $(OBJS) $(LCXX_FLAGS) $(CANTERA_LIBS) \

View file

@ -65,7 +65,7 @@ DEPENDS=$(OBJS:.o=.d)
# Program Name
PROGRAM = $(PROG_NAME)$(EXE_EXT)
all: $(PROGRAM)
all: $(PROGRAM) .depends
$(PROGRAM): $(OBJS) $(CANTERA_CORE_LIBS_DEP)
$(CXX) -o $(PROGRAM) $(OBJS) $(LCXX_FLAGS) $(LINK_OPTIONS) \

View file

@ -7,3 +7,5 @@ liquidvapor.xml
output_0.txt
rankine
transport_log.xml
*.d
.depends

View file

@ -72,7 +72,7 @@ PROGRAM = $(PROG_NAME)$(EXE_EXT)
DEPENDS = $(OBJS:.o=.d)
all: $(PROGRAM)
all: $(PROGRAM) .depends
$(PROGRAM): $(OBJS)
$(PURIFY) $(CXX) -o $(PROGRAM) $(OBJS) $(LCXX_FLAGS) $(CANTERA_LIBS) \

View file

@ -65,7 +65,7 @@ DEPENDS=$(OBJS:.o=.d)
# Program Name
PROGRAM = $(PROG_NAME)$(EXE_EXT)
all: $(PROGRAM)
all: $(PROGRAM) .depends
$(PROGRAM): $(OBJS) $(CANTERA_CORE_LIBS_DEP)
$(CXX) -o $(PROGRAM) $(OBJS) $(LCXX_FLAGS) $(LINK_OPTIONS) \