Convert uses of XKeycodeToKeysym (deprecated) to XkbKeycodeToKeysym
[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 #else
22 # undef IHaveSubdirs
23 #endif
24
25 #ifdef IHaveSubdirs
26
27 MakeSubdirs($(SUBDIRS))
28 DependSubdirs($(SUBDIRS))
29
30 #else /* IHaveSubdirs */
31
32 all::
33 depend::
34
35 #endif /* IHaveSubdirs */