Imakefile 453 B

12345678910111213141516171819202122
  1. XCOMM $TOG: Imakefile /main/5 1998/08/10 15:48:46 mgreess $
  2. /*
  3. * Imakefile for the localized directories.
  4. */
  5. #ifdef SunArchitecture
  6. .NO_PARALLEL: # don't build subdirs in parallel
  7. #endif
  8. #define IHaveSubdirs
  9. #define PassCDebugFlags 'CDEBUGFLAGS=$(CDEBUGFLAGS)' 'CXXDEBUGFLAGS=$(CXXDEBUGFLAGS)'
  10. SUBDIRS = \
  11. app-defaults \
  12. config \
  13. types \
  14. msg \
  15. palettes \
  16. backdrops
  17. MakeSubdirs($(SUBDIRS))
  18. DependSubdirs($(SUBDIRS))