XCOMM $XConsortium: Imakefile,v 1.4 94/11/21 18:30:38 kaleb Exp $
XCOMM $XFree86: xc/programs/Xserver/XIE/mixie/Imakefile,v 3.4 1995/05/27 03:00:00 dawes Exp $
#include <Server.tmpl>

#define	IHaveSubdirs

#if BuildDIS
SUBDIRS = control fax import process export
OBJS = control/?*.o fax/?*.o import/?*.o process/?*.o export/?*.o 
DONES = control/DONE fax/DONE import/DONE process/DONE export/DONE 
#else
SUBDIRS = control fax import jpeg process export
OBJS = control/?*.o fax/?*.o import/?*.o jpeg/?*.o process/?*.o export/?*.o 
DONES = control/DONE fax/DONE import/DONE jpeg/DONE process/DONE export/DONE 
#endif

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

#ifdef OS2Architecture
all:: DONE
	cp $(OBJS) .

NormalDepLibraryTarget(mixie,$(SUBDIRS) $(DONES),?*.o)
#else
NormalDepLibraryTarget(mixie,$(SUBDIRS) $(DONES),$(OBJS))
#endif

ForceSubdirs($(SUBDIRS))

DependSubdirs($(SUBDIRS))

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

InstallLinkKitLibrary(mixie,$(LINKKITDIR)/lib)

