TAU Instrumentation Language (TauIL v0.2)
------------------------------------------------------------

To compile and install TauIL:

	1.) Generate dependencies (Requires that CUP and JFlex be installed)

		make deps

	2.) Build class files

		make build

	3.) (Optional) Run tests

		make tests

	4.) Install build

		make install

	5.) (Optional) Generate TauIL API documentation

		make docs


Documentation:

	The TauIL/docs directory contains the TauIL users manual, instrumentation
	language specification, and parser grammar. Further, the tau2/examples/analyze
	directory contains an example setup and use of the "tau_analyze" tool.
