- XCOMM $XConsortium: Imakefile /main/3 1996/06/19 16:53:57 drk $
- #define IHaveSubdirs
- #define PassCDebugFlags
- #if defined(LinuxArchitecture) || defined(BSDArchitecture)
- XCOMM we cannot build guides on linux yet
- SUBDIRS = help
- #else
- SUBDIRS = help guides
- #endif
- MakeSubdirs($(SUBDIRS))
- clean::
- $(RM) -r help-sdl cde.dti
|