source:
anuga_core/source/pymetis/metis-4.0/Makefile.in
@
7248
Last change on this file since 7248 was 3803, checked in by , 18 years ago | |
---|---|
File size: 321 bytes |
Rev | Line | |
---|---|---|
[2051] | 1 | |
2 | # Which compiler to use | |
[2105] | 3 | CC = gcc |
[2051] | 4 | |
5 | # What optimization level to use | |
[3803] | 6 | OPTFLAGS = -O2 -fPIC |
[2051] | 7 | |
8 | # What options to be used by the compiler | |
[3039] | 9 | COPTIONS = |
[2051] | 10 | |
11 | # What options to be used by the loader | |
12 | LDOPTIONS = | |
13 | ||
14 | # What archiving to use | |
15 | AR = ar rv | |
16 | ||
17 | # What to use for indexing the archive | |
18 | RANLIB = ranlib | |
19 | #RANLIB = ar -ts | |
20 | #RANLIB = | |
21 | ||
22 |
Note: See TracBrowser
for help on using the repository browser.