addition of en_US.UTF-8 locale: fonts.alias and fonts.dir files
[oweals/cde.git] / cde / programs / fontaliases / Imakefile
1 XCOMM $XConsortium: Imakefile /main/4 1996/09/13 17:25:20 drk $
2
3 /* Unknown architectures will undefine IHaveSubdirs below... */
4 #define IHaveSubdirs
5 #define PassCDebugFlags  /**/
6
7 #if defined(HPArchitecture)
8 SUBDIRS = hp
9 #elif defined(AIXArchitecture)
10 SUBDIRS = ibm
11 #elif defined(SunArchitecture)
12 SUBDIRS = sun
13 #elif defined(LinuxArchitecture)
14 SUBDIRS = linux
15 #elif defined(FreeBSDArchitecture)
16 SUBDIRS = freebsd
17 #elif defined(OpenBSDArchitecture)
18 SUBDIRS = openbsd
19 #elif defined(NetBSDArchitecture)
20 SUBDIRS = netbsd
21 #elif defined(USLArchitecture)
22 SUBDIRS = novell
23 #elif defined(UXPArchitecture)
24 SUBDIRS = uxp
25 #elif defined(AlphaArchitecture)
26 SUBDIRS = dec
27 #else
28 # undef IHaveSubdirs
29 #endif
30
31 #ifdef IHaveSubdirs
32
33 MakeSubdirs($(SUBDIRS))
34 DependSubdirs($(SUBDIRS))
35
36 #else /* IHaveSubdirs */
37
38 all::
39 depend::
40
41 #endif /* IHaveSubdirs */