XCOMM $XConsortium: Imakefile /main/5 1996/12/31 17:10:35 ray $
#define DoSharedLib SharedLibXa
#define DoNormalLib NormalLibXa
#define DoDebugLib DebugLibXa
#define DoProfileLib ProfileLibXa

#define LibName nulldevice
#define SoRev SOXAREV
#define LibHeaders NO

SUBDIRS=server

#define IHaveSubdirs
#define PassCDebugFlags 'CXXDEBUGFLAGS=$(CXXDEBUGFLAGS)'

SRCS =	nulldevice.c 
OBJS =  nulldevice.o 

INCLUDES=-I$(BUILDINCDIR) -I../../../dia -I$(LIBSRC)/Xa -I$(LIBSRC)

MakeSubdirs($(SUBDIRS))

#include <Library.tmpl>

DependSubdirs($(SUBDIRS))
