17 lines
321 B
Plaintext
17 lines
321 B
Plaintext
XCOMM $XConsortium: Imakefile /main/7 1996/09/27 20:45:55 rws $
|
|
/*
|
|
* Imakefile for the localized directories.
|
|
*/
|
|
|
|
#define IHaveSubdirs
|
|
#define PassCDebugFlags 'CDEBUGFLAGS=$(CDEBUGFLAGS)'
|
|
|
|
SUBDIRS = util C DtLocalesToBuild
|
|
|
|
#ifdef SunArchitecture
|
|
.NO_PARALLEL:
|
|
#endif
|
|
|
|
MakeSubdirs($(SUBDIRS))
|
|
DependSubdirs($(SUBDIRS))
|