home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 3: Developer Tools / Linux Cubed Series 3 - Developer Tools.iso / devel / db / esm-3.1 / esm-3 / usr / local / sm / src / serverlib / bm / Makefile < prev    next >
Encoding:
Makefile  |  1996-05-05  |  939 b   |  32 lines

  1. #
  2. # $RCSfile: Makefile,v $ 
  3. # $Revision: 1.1.1.1 $ $Date: 1996/05/04 21:55:34 $
  4. #
  5. MODULE = bm
  6.  
  7. #
  8. #    Object files
  9. #
  10. FILESO = bm_FindContigBits.o BM_CheckFree.o BM_CheckWord.o bm_ListRead.o\
  11.          BM_ListUnfix.o BM_AllocBits.o bm_Initialize.o bm_AllocFreeContext.o\
  12.          bm_AllocPageContext.o space.o bm_ClearBit.o bm_ListUnfix.o\
  13.          bm_FreeContext.o bm_SetBit.o BM_FreeBits.o bm_UnallocContext.o\
  14.          bm_CheckSet.o bm_ListUnfixDepend.o\
  15.          bm_ListIncrementCount.o bm_ListSaveLrc.o bm_ListDepend.o
  16.  
  17.  
  18. #
  19. #    Source files
  20. #
  21. FILESC = bm_FindContigBits.c BM_CheckFree.c BM_CheckWord.c bm_ListRead.c\
  22.          BM_ListUnfix.c BM_AllocBits.c bm_Initialize.c bm_AllocFreeContext.c\
  23.          bm_AllocPageContext.c space.c bm_ClearBit.c bm_ListUnfix.c\
  24.          bm_FreeContext.c bm_SetBit.c BM_FreeBits.c bm_UnallocContext.c\
  25.          bm_CheckSet.c bm_ListUnfixDepend.c\
  26.          bm_ListIncrementCount.c bm_ListSaveLrc.c bm_ListDepend.c
  27.  
  28. include ../makefile.subdir
  29.  
  30. include makefile.depend
  31.  
  32.