source: inundation/pymetis/metis-4.0/Makefile.in @ 2910

Last change on this file since 2910 was 2910, checked in by ole, 18 years ago

Added -Wall to compile options to track down why metis spits the dummy on cyclone

File size: 319 bytes
Line 
1
2# Which compiler to use
3CC = gcc
4
5# What optimization level to use
6OPTFLAGS = -O2 -Wall
7
8# What options to be used by the compiler
9COPTIONS =
10
11# What options to be used by the loader
12LDOPTIONS =
13
14# What archiving to use
15AR = ar rv
16
17# What to use for indexing the archive
18RANLIB = ranlib
19#RANLIB = ar -ts
20#RANLIB =
21
22
Note: See TracBrowser for help on using the repository browser.