???
[libfirm] / README
1
2 This is a library implementing the intermediate representation FIRM
3 developed at IPD Goos, Uni Karlsruhe.
4
5 Create an architecture dependent directory (eg 'mkdir i686-linux') an
6 cd to it. Call ../configure with wanted features (see ../configure
7 --help for more hints). Call 'make' to construct the library. This
8 creates a file libfirm.a
9
10 To test the library goto ./<arch>/testprograms and call 'make test'
11 there.
12
13 If you have set up the include and libdir using configure you can
14 install the library and its headers by 'make install'.  This is
15 encouraged if the library is hooked up to any other modules, e.g., a
16 front end.
17
18 To generate FIRM code from a compiler frontend read the documentation
19 "libFIRM: A Library for Compiler Optimization Reaserch Implementing
20 Firm", UKA tech-report 2002-5. About Firm you can learn in UKA
21 tech-report 1999-14.