ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/OOPSE/ac-tools/Make.conf.in
Revision: 378
Committed: Fri Mar 21 17:42:12 2003 UTC (21 years, 3 months ago) by mmeineke
File size: 1244 byte(s)
Log Message:
This commit was generated by cvs2svn to compensate for changes in r377,
which included commits to RCS files with non-trunk default branches.

File Contents

# Content
1 # No make rules by default
2 .SUFFIXES:
3
4 # Extension of object files
5 O=@OBJEXT@
6
7 # Extension of executables
8 EXE=@EXEEXT@
9
10 # Bourn shell
11 SHELL=/bin/sh
12
13 # Path prefix for installation links
14 PREFIX=@prefix@
15
16 # List of subdirectories
17 SUBDIRS=@SUBDIRS@
18
19 # Location of the oopse home
20 OOPSE_HOME=@OOPSE_HOME@
21
22 FORCE_PARAMS=@OOPSE_HOME@/share/oopse/
23
24 # SPRNG library
25 SPRNG_LIB=@sprng_libdir@
26
27 # SPRNG include path
28 SPRNG_INC=@sprng_include@
29
30 # MPICH library
31 MPICH_LIB=@mpich_libdir@
32
33 # MPICH include path
34 MPICH_INC=@mpich_include@
35
36 # MPI F90 Module path
37 MPI_F90_MODS=@mpi_f90_mods@
38
39 # Compiler dependent Fortran module
40 F_MACH_DEFS = @fortran_machine_defs@
41
42 # Compiler dependent Fortran module
43 FLIBS_EXTRA = @flibs_extra@
44
45 # Location of yacc (or its substitution)
46 YACC=@YACC@
47
48 #location of lex
49 LEX=@LEX@
50
51 # C compiler
52 CC=@CC@
53
54 # C++ compiler
55
56 CXX=@CXX@
57
58 # F90 compiler
59 FC=@F77@
60
61 # Fortran linking libs
62 FLIBS=@FLIBS@
63
64 # ar
65 AR=@AR@
66
67 # ranlib
68 RANLIB=@RANLIB@
69
70 # rm
71 RM=rm -f
72
73 # BSD install
74 INSTALL=@INSTALL@
75 INSTALL_PROGRAM=@INSTALL_PROGRAM@
76 INSTALL_DATA=@INSTALL_DATA@
77 MKINSTALLDIRS=@MKINSTALLDIRS@
78
79 # CPP flags
80 CPPFLAGS=@CPPFLAGS@
81
82 # C flags
83 CFLAGS_C=@CFLAGS@
84
85 # C++ flags
86 CXXFLAGS_C=@CXXFLAGS@
87
88 # Forran flags
89 FFLAGS_C=@FFLAGS@
90
91 # LDFLAGS
92 LDFLAGS=@LDFLAGS@