convert all Imakefile LinuxDistribution to LinuxArchitecture.
[oweals/cde.git] / cde / programs / localized / C / Imakefile
1 XCOMM $TOG: Imakefile /main/5 1998/08/10 15:48:46 mgreess $
2 /*
3  * Imakefile for the localized directories.
4  */
5
6 #ifdef SunArchitecture
7 .NO_PARALLEL:                           # don't build subdirs in parallel
8 #endif
9
10 #define IHaveSubdirs
11 #define PassCDebugFlags 'CDEBUGFLAGS=$(CDEBUGFLAGS)' 'CXXDEBUGFLAGS=$(CXXDEBUGFLAGS)'
12
13 SUBDIRS = \
14         app-defaults \
15         config \
16         types \
17         msg \
18         palettes \
19         backdrops
20
21 MakeSubdirs($(SUBDIRS))
22 DependSubdirs($(SUBDIRS))