XCOMM $XConsortium: Imakefile /main/6 1995/12/07 21:15:29 gildea $
XCOMM $XFree86: xc/programs/Xserver/XIE/dixie/Imakefile,v 3.14 1999/04/29 09:13:37 dawes Exp $
XCOMM build dixie archive

#define IHaveModules
#include <Server.tmpl>

SUBDIRS = request import process export
OBJS = request/?*.o import/?*.o process/?*.o export/?*.o 
DONES = request/DONE import/DONE process/DONE export/DONE 

#define	IHaveSubdirs


#if HasParallelMake
MakeMutex($(SUBDIRS) $(OBJS) $(DONES))
#endif

#if HasGnuMake || HasBsdMake
$(DONES): $(SUBDIRS)
#endif

NormalDepLibraryTarget(dixie,$(SUBDIRS) $(DONES),$(OBJS))

ForceSubdirs($(SUBDIRS))

DependSubdirs($(SUBDIRS))

MakeLintLibSubdirs($(SUBDIRS))
LintSubdirs($(SUBDIRS))

