source: branches/Numeric_anuga_source/pymetis/metis-4.0/Makefile @ 8969

Last change on this file since 8969 was 2051, checked in by jack, 19 years ago

Python interface to metis. Currently provides only the
METIS_PartMeshNodal function, since that is what is currently needed for partitioning.
Module name is metis.

File size: 262 bytes
Line 
1
2
3default:
4        (cd Lib ; make ) 
5        (cd Programs ; make ) 
6        (cd Test ; make ) 
7
8clean:
9        (cd Lib ; make clean )
10        (cd Programs ; make clean )
11        (cd Test ; make clean )
12
13realclean:
14        (cd Lib ; make realclean )
15        (cd Programs ; make realclean )
16        (cd Test ; make realclean )
Note: See TracBrowser for help on using the repository browser.