ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/OOPSE/ac-tools/Make.conf.in
Revision: 395
Committed: Tue Mar 25 00:47:02 2003 UTC (21 years, 3 months ago) by gezelter
File size: 1319 byte(s)
Log Message:
Added makefiles in tests directories

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_PARAM_DIR=@OOPSE_HOME@/share/forceFields/
23 SAMPLE_SIM_DIR=@OOPSE_HOME@/share/samples/
24
25 # SPRNG library
26 SPRNG_LIB=@sprng_libdir@
27
28 # SPRNG include path
29 SPRNG_INC=@sprng_include@
30
31 # MPICH library
32 MPICH_LIB=@mpich_libdir@
33
34 # MPICH include path
35 MPICH_INC=@mpich_include@
36
37 # MPI F90 Module path
38 MPI_F90_MODS=@mpi_f90_mods@
39
40 # Compiler dependent Fortran module
41 F_MACH_DEFS=@fortran_machine_defs@
42
43 # Compiler dependent Fortran module
44 FLIBS_EXTRA = @flibs_extra@
45
46 # Location of yacc (or its substitution)
47 YACC=@YACC@
48
49 #location of lex
50 LEX=@LEX@
51
52 # C compiler
53 CC=@CC@
54
55 # C++ compiler
56
57 CXX=@CXX@
58
59 # F90 compiler
60 FC=@F77@
61
62 # Fortran linking libs
63 FLIBS=@FLIBS@
64
65 # ar
66 AR=@AR@
67
68 # ranlib
69 RANLIB=@RANLIB@
70
71 # rm
72 RM=rm -f
73
74 # soft link
75 LN_S=@LN_S@
76
77 # BSD install
78 INSTALL=@INSTALL@
79 INSTALL_PROGRAM=@INSTALL_PROGRAM@
80 INSTALL_DATA=@INSTALL_DATA@
81 MKINSTALLDIRS=@MKINSTALLDIRS@
82
83 # CPP flags
84 CPPFLAGS=@CPPFLAGS@
85
86 # C flags
87 CFLAGS_C=@CFLAGS@
88
89 # C++ flags
90 CXXFLAGS_C=@CXXFLAGS@
91
92 # Forran flags
93 FFLAGS_C=@FFLAGS@
94
95 # LDFLAGS
96 LDFLAGS=@LDFLAGS@