Imakefile 263 B

12345678910
  1. XCOMM $XConsortium: Imakefile /main/3 1995/11/03 15:27:12 rswiston $
  2. #define IHaveSubdirs
  3. #define PassCDebugFlags 'CDEBUGFLAGS=$(CDEBUGFLAGS)'
  4. SUBDIRS = dttypes
  5. LINTSUBDIRS = dttypes
  6. MakeSubdirs($(SUBDIRS))
  7. DependSubdirs($(SUBDIRS))
  8. LintSubdirs($(LINTSUBDIRS))