XCOMM $XConsortium: Imakefile,v 1.4 94/11/21 18:30:38 kaleb Exp $
XCOMM $XFree86: xc/programs/Xserver/XIE/mixie/Imakefile,v 3.2 1995/01/28 15:45:18 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

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

ForceSubdirs($(SUBDIRS))

DependSubdirs($(SUBDIRS))

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

InstallLinkKitLibrary(mixie,$(LINKKITDIR)/lib)

