-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathMakeIncl.Vars.in
49 lines (36 loc) · 1.01 KB
/
MakeIncl.Vars.in
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
# do NOT modify this file by hand; it is made
# by configure from MakeIncl.Vars.in; this file
# is included into other makefiles; any changes here
# will affect globally.
#
#-example of things set by configure
# CC = gcc
# CPP = g++
# F77 = gfortran
#-things set by configure
CC = @cc_compiler@
CPP = @cpp_compiler@
CXX = @cpp_compiler@
F77 = @fort_compiler@
# CVODE & DVODE for examples
# (examples below)
# CVODE_INSTALL = /Users/csafta/sundials-install
# DVODE_INSTALL = /Users/csafta/tchem/example/ign-f/lib
CVODE_INSTALL = @sundials_install_dir@
DVODE_INSTALL = @dvode_install_dir@
EXAMPLEDIR = @example_dir@
# Doxygen
# (example below)
# DOXY = doxygen
DOXY = @doxygen@
DOCDIR = @documentation_dir@
# Operating system
OS_NAME = @os_name@
#--------------------------------------------------------------------
#-things that can be changed for global effect
CFLAGS = @CFLAGS@
CPPFLAGS = @CPPFLAGS@
CXXFLAGS = @CXXFLAGS@
FFLAGS = @FFLAGS@
# -ansi -pedantic -Wall
DFLAGS =