source: lib/Makefile @ 4

Last change on this file since 4 was 4, checked in by guillaumeb, 15 years ago

ajout de l'archive et du Makefile d'extraction de systemc

File size: 333 bytes
Line 
1# Build libraries
2
3all: systemc
4
5clean:
6        rm -rf systemc
7        rm -rf systemc_build
8        rm -rf systemc-2.2.0
9
10systemc:
11        tar xfz systemc-2.2.0.tgz
12        mkdir systemc_build
13        mkdir systemc
14        mkdir systemc/lib-linux64 systemc/lib-linux systemc/include
15        cd systemc_build && ../systemc-2.2.0/configure --prefix=$(PWD)/systemc && make && make install
16       
Note: See TracBrowser for help on using the repository browser.