Merge branch 'master' of https://git.code.sf.net/p/cdesktopenv/code
[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(USLArchitecture)
14 SUBDIRS = novell
15 #elif defined(UXPArchitecture)
16 SUBDIRS = uxp
17 #elif defined(AlphaArchitecture)
18 SUBDIRS = dec
19 #else
20 # undef IHaveSubdirs
21 #endif
22
23 #ifdef IHaveSubdirs
24
25 MakeSubdirs($(SUBDIRS))
26 DependSubdirs($(SUBDIRS))
27
28 #else /* IHaveSubdirs */
29
30 all::
31 depend::
32
33 #endif /* IHaveSubdirs */