Don't use fstat for readable pipe chars in dtexec.
[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(FreeBSDArchitecture)
14 SUBDIRS = freebsd
15 #elif defined(USLArchitecture)
16 SUBDIRS = novell
17 #elif defined(UXPArchitecture)
18 SUBDIRS = uxp
19 #elif defined(AlphaArchitecture)
20 SUBDIRS = dec
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 */