MAKE_TARGETS
============

The top-level Makefile contains the following targets:

	TARGET			OUTCOME
	------			-------

make (all)/install	Build and install everything

depend			Generate dependencies (as expected but reflecting
			 shared code and repository structure), build auto
			 generated files

generate		Build auto-generated files 

config_probe		Build configuration files

content_t		Build HTML Content-type field parser etc.
  /content_t_save	Ditto but rewrite config file with auto-assigned codes

parse_http_fields	Build HTML header field parser	


runtime			Build and install Wan/Owan
			*TODO* bring nprobe-modules make into the system

analysis		Build and install the analysis software

wan/owan		Make wan/owan

wread			Make wread (Log file reader)

sizes/ckstr/insert	Make various Wan development tools

paths/analysis_paths	Print message and command to set PATH etc. to run 
			 installed analysis software and tools

paths_raw		Ditto but binaries/scripts from source dirs
analysis_paths_raw

runtime_paths		Print message and command to set PATH etc. to run 
			 installed monitoring software and tools

runtime_paths_raw	Ditto but binaries from source dirs

python_path		Ditto to add Python to PATH

setup/nprobe		Build and install everything followed by paths message

setup_raw/nprobe_raw 	Ditto but binaries/scripts from source dirs

analysis_test		Build and install the analysis software (if not already
			 done) and run a test analysis

owan_test/wread_test	Build and install owan and wread (if not already
			 done) and run on the test data provided. Wread_test 
			 will run owan first to generate its data on the first
			 invovation.

plotter_test		Install and test the plotter

tidy			Remove intermediate *.o files

clean			Make tidy and remove generated interface files

test_clean		Remove files generated during tests

very_clean		Make clean and test_clean

clobber			Blow away everything except source files

help			Less this file
