Program:	setup

Files:		Makefile
		README
		defaults.c
		depend.c
		generate.c
		main.c
		misc.c
		question.c
		setup.h

Creates a makefile for xemp by asking you all about your unix-
environment and empire game. Creates all dependencies.

You should run setup before you try to compile xemp and after you 
made changes to the code.

Default values are in the file "defaults.c". So if you run setup
very often, you better insert the correct values and run setup with
the "-d" (default) option.

Options:
		-d		Use default values
		-i		Check for existing makefile
		-f <filename>	Create "filename" instead of "makefile"
		-v		verbose
		-p		don't depend on proto.h

Written by HJ. Visscher.
