]> git.sesse.net Git - rdpsrv/blob - Xserver/lib/font/Imakefile
Import X server from vnc-3.3.7.
[rdpsrv] / Xserver / lib / font / Imakefile
1 XCOMM $XConsortium: Imakefile /main/12 1995/12/07 21:15:22 gildea $
2 XCOMM $XFree86: xc/lib/font/Imakefile,v 3.5.4.2 1997/05/11 05:04:09 dawes Exp $
3 #include <Server.tmpl>
4
5 #define IHaveSubdirs
6
7 SUBDIRS = bitmap fontfile fc Speedo Type1 util
8 OBJS = bitmap/?*.o fontfile/?*.o fc/?*.o Speedo/?*.o Type1/?*.o util/?*.o
9 DONES = bitmap/DONE fontfile/DONE fc/DONE Speedo/DONE Type1/DONE util/DONE
10
11 #if HasParallelMake
12 MakeMutex($(SUBDIRS) $(DONES))
13 #endif
14
15 #if HasGnuMake || HasBsdMake
16 $(DONES): $(SUBDIRS)
17 #endif
18
19 #undef _LinkBuildLibrary
20 #define _LinkBuildLibrary(lib) LinkBuildLibrary(lib)
21
22 #ifndef OS2Architecture
23 NormalDepLibraryTarget(font,$(SUBDIRS) $(DONES),$(OBJS))
24 #else
25 all:: DONE
26         cp $(OBJS) .
27
28 NormalDepLibraryTarget(font,$(DONES),?*.o)
29 #endif
30
31 InstallLinkKitLibrary(font,$(LINKKITDIR)/lib)
32
33 ForceSubdirs($(SUBDIRS))
34
35 DependSubdirs($(SUBDIRS))