/* FSPtool version 2.0  --  Imakefile */

#define IHaveSubdirs
#define PassCDebugFlags

SUBDIRS		= doc lib xview

#include "Configure.tmpl"

INCLUDES 	= -I$(TOP)/lib
SYS_LIBRARIES	=
LOCAL_LIBRARIES	=

all::
	MakeSubdirs($(SUBDIRS))

backup::
	make clean;
	tar -cvf `date '+fsptool-%d-%h-%y.tar'`
	gzip -best *.tar
	mv *.gz ~/tar/

depend::

