XCOMM $XConsortium: Imakefile /main/2 1996/12/31 17:10:03 ray $

#define IHaveSubdirs
#define PassCDebugFlags 

LINTSUBDIRS = server
SUBDIRS = $(LINTSUBDIRS)

MakeSubdirs($(SUBDIRS))
DependSubdirs($(SUBDIRS))
MakeLintLibSubdirs($(LINTSUBDIRS))
MakeLintSubdirs($(LINTSUBDIRS),install.ln,install.ln)

#define DoSharedLib YES
#define DoDebugLib YES
#define LibName ossdevice
#define SoRev 1
#define LibHeaders NO

#define DefaultCDebugFlags DebuggableCDebugFlags

SRCS =  ossdevice.c
OBJS =  ossdevice.o

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

#include <Library.tmpl>

DependTarget()
SharedLibReferences(ossdevice,ossdevice,.,SoRev,1)

