Imakefile 246 B

12345678
  1. XCOMM $TOG: Imakefile /main/3 1998/08/10 18:02:40 mgreess $
  2. #define IHaveSubdirs
  3. #define PassCDebugFlags 'CDEBUGFLAGS=$(CDEBUGFLAGS)' 'CXXDEBUGFLAGS=$(CXXDEBUGFLAGS)'
  4. SUBDIRS = bms codelibs SPC
  5. MakeSubdirs($(SUBDIRS))
  6. DependSubdirs($(SUBDIRS))