XCOMM $XConsortium: Imakefile /main/12 1995/12/07 21:15:22 gildea $
XCOMM $XFree86: xc/lib/font/Imakefile,v 3.5 1996/01/24 21:58:58 dawes Exp $
#include <Server.tmpl>

#define	IHaveSubdirs

SUBDIRS = bitmap fontfile fc Speedo Type1 util
OBJS = bitmap/?*.o fontfile/?*.o fc/?*.o Speedo/?*.o Type1/?*.o util/?*.o
DONES = bitmap/DONE fontfile/DONE fc/DONE Speedo/DONE Type1/DONE util/DONE

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

#undef _LinkBuildLibrary
#define _LinkBuildLibrary(lib) LinkBuildLibrary(lib)

#ifndef OS2Architecture
NormalDepLibraryTarget(font,$(SUBDIRS) $(DONES),$(OBJS))
#else
all:: DONE
	cp $(OBJS) .

NormalDepLibraryTarget(font,$(DONES),?*.o)
#endif

InstallLinkKitLibrary(font,$(LINKKITDIR)/lib)

ForceSubdirs($(SUBDIRS))

DependSubdirs($(SUBDIRS))
