Imakefile 317 B

1234567891011
  1. XCOMM $TOG: Imakefile /main/7 1998/08/10 18:01:46 mgreess $
  2. #define IHaveSubdirs
  3. #define PassCDebugFlags 'CDEBUGFLAGS=$(CDEBUGFLAGS)' 'CXXDEBUGFLAGS=$(CXXDEBUGFLAGS)'
  4. SUBDIRS = mini_isam lib slib bin
  5. LINTSUBDIRS = mini_isam lib slib bin
  6. INCLUDES = $(TIRPCINC)
  7. MakeSubdirs($(SUBDIRS))
  8. DependSubdirs($(SUBDIRS))