| 4 | # Compiler and linker options for faulks.lcs.mit.edu | # Compiler and linker options for faulks.lcs.mit.edu | 
| 5 | # | # | 
| 6 | # genmake2 options | # genmake2 options | 
| 7 | set gm2command      = "../../../tools/genmake2" | set gm2command      = "${BUILDROOT}/../../tools/genmake2" | 
| 8 | set gm2mods         = "-mods=../code" | set gm2mods         = "-mods=../code" | 
| 9 | set gm2optfile      = " " | set gm2optfile      = " " | 
| 10 | set gm2adoptfile    = "-adoptfile=../../../tools/adjoint_options/adjoint_default" | set gm2adoptfile    = "-adoptfile=${BUILDROOT}/../../tools/adjoint_options/adjoint_default" | 
| 11 | set gm2standarddirs = '-standarddirs=" "' | set gm2standarddirs = '-standarddirs=" "' | 
| 12 | # archive building command | # archive building command | 
| 13 | set arcommand = ar | set arcommand = ar |