Imakefile 208 B

12345678
  1. XCOMM $XConsortium: Imakefile /main/2 1996/04/21 19:12:47 drk $
  2. #define IHaveSubdirs
  3. #define PassCDebugFlags CDEBUGFLAGS="$(CDEBUGFLAGS)"
  4. SUBDIRS = scripts
  5. MakeSubdirs($(SUBDIRS))
  6. DependSubdirs($(SUBDIRS))