# # top-level Imakefile for ups # # Copyright 1992 Rainer Klute, Dortmund University # # # Simply compile and install with the following commands: # xmkmf -a (Don't forget the -a!) # make # make install #define IHaveSubdirs #define PassCDebugFlags 'CDEBUGFLAGS=$(CDEBUGFLAGS)' SUBDIRS = lib ups MakeSubdirs($(SUBDIRS)) DependSubdirs($(SUBDIRS))