#
#              top-level Imakefile for ups
#
#     Copyright 1992 Rainer Klute, Dortmund University
#         <klute@irb.informatik.uni-dortmund.de>
#
# 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))
