15 lines
294 B
Plaintext
15 lines
294 B
Plaintext
XCOMM $XConsortium: Imakefile /main/6 1996/10/24 00:10:08 cde-hp $
|
|
|
|
#define IHaveSubdirs
|
|
#define PassCDebugFlags 'CDEBUGFLAGS=$(CDEBUGFLAGS)'
|
|
|
|
#if !UseNSGMLS
|
|
SGMLSDIR = sgmls
|
|
#endif
|
|
|
|
SUBDIRS = doc2sdl lib tcl instant $(SGMLSDIR) xlate_locale
|
|
|
|
MakeSubdirs($(SUBDIRS))
|
|
DependSubdirs($(SUBDIRS))
|
|
|