XCOMM $XFree86: mit/fonts/lib/font/Imakefile,v 2.0 1993/09/02 14:24:44 dawes Exp $
XCOMM $XConsortium: Imakefile,v 1.6 91/07/22 22:19:39 rws Exp $
#include <Server.tmpl>

#define	IHaveSubdirs

STDSUBDIRS = bitmap fontfile fc util
SUBDIRS = $(STDSUBDIRS) FontRenderers
OBJS = bitmap/?*.o fontfile/?*.o fc/?*.o util/?*.o
DONES = bitmap/DONE fontfile/DONE fc/DONE util/DONE


/* hack to force bsd make to do things in the correct order */
all::

all:: subdirs libfont.a

NamedMakeSubdirs(subdirs,$(SUBDIRS))

NormalDepLibraryTarget(font,$(STDSUBDIRS) $(DONES),$(OBJS))

InstallLinkKitLibrary(font,$(LINKKITDIR)/lib)

DependSubdirs($(SUBDIRS))
