17 lines
315 B
Plaintext
17 lines
315 B
Plaintext
XCOMM $XConsortium: Imakefile /main/6 1996/10/24 00:10:08 cde-hp $
|
|
|
|
#define IHaveSubdirs
|
|
#define PassCDebugFlags 'CDEBUGFLAGS=$(CDEBUGFLAGS)'
|
|
|
|
#if defined(LinuxArchitecture)
|
|
TCLDIR =
|
|
#else
|
|
TCLDIR = tcl
|
|
#endif
|
|
|
|
SUBDIRS = doc2sdl lib $(TCLDIR) instant xlate_locale
|
|
|
|
MakeSubdirs($(SUBDIRS))
|
|
DependSubdirs($(SUBDIRS))
|
|
|