Imakefile 347 B

1234567891011121314
  1. XCOMM $TOG: Imakefile /main/6 1998/08/10 15:47:38 mgreess $
  2. XCOMM @(#)Imakefile 1.35 07 Oct 1994
  3. #define IHaveSubdirs
  4. #define PassCDebugFlags 'CDEBUGFLAGS=$(CDEBUGFLAGS)' 'CXXDEBUGFLAGS=$(CXXDEBUGFLAGS)'
  5. #ifdef SunArchitecture
  6. .NO_PARALLEL:
  7. #endif
  8. SUBDIRS = libDtMail MotifApp dtmail dtmailpr
  9. MakeSubdirs($(SUBDIRS))
  10. DependSubdirs($(SUBDIRS))