Imakefile 433 B

1234567891011121314151617
  1. XCOMM $XConsortium: Imakefile /main/6 1996/09/28 16:04:42 rws $
  2. #define IHaveSubdirs
  3. #define PassCDebugFlags CDEBUGFLAGS="$(CDEBUGFLAGS)"
  4. #undef BootstrapCleanSubdirs
  5. #define BootstrapCleanSubdirs BOOTSTRAPSUBDIRS="$(BOOTSTRAPSUBDIRS)"
  6. #if defined(LinuxArchitecture)
  7. BOOTSTRAPSUBDIRS = imake
  8. #else
  9. BOOTSTRAPSUBDIRS = imake makedepend
  10. #endif
  11. SUBDIRS = cf $(BOOTSTRAPSUBDIRS) util
  12. MakeSubdirs($(SUBDIRS))
  13. DependSubdirs($(SUBDIRS))