added copyright information
[libfirm] / README
diff --git a/README b/README
index 05820f2..b8a83f4 100644 (file)
--- a/README
+++ b/README
@@ -1,24 +1,21 @@
 
-This is a library implementing the intermediate representation
-FIRM developed at IPD Goos, Uni Karlsruhe.
+This is a library implementing the intermediate representation FIRM
+developed at IPD Goos, Uni Karlsruhe.
 
-Create an architecture dependent directory (eg 'mkdir i686-linux') an cd
-to it. Call ../configure with wanted features (see ../configure --help
-for more hints). Call 'make depend; make' to construct the library. This
+Create an architecture dependent directory (eg 'mkdir i686-linux') an
+cd to it. Call ../configure with wanted features (see ../configure
+--help for more hints). Call 'make' to construct the library. This
 creates a file libfirm.a
 
-To test the library goto ./testprograms and make and run the
-test examples placed there:
+To test the library goto ./<arch>/testprograms and call 'make test'
+there.
 
-make depend; make
-cd testprograms
-make
-make run
+If you have set up the include and libdir using configure you can
+install the library and its headers by 'make install'.  This is
+encouraged if the library is hooked up to any other modules, e.g., a
+front end.
 
-if you have set up the include and libdir using configure you can install
-the library and its headers by 'make install'
-
-For more documentation see /include/firm.h.
 To generate FIRM code from a compiler frontend read the documentation
-in ./include/ircons.h.
-About Firm you can learn in UKA tech-report 1999-??.
+"libFIRM: A Library for Compiler Optimization Reaserch Implementing
+Firm", UKA tech-report 2002-5. About Firm you can learn in UKA
+tech-report 1999-14.