home *** CD-ROM | disk | FTP | other *** search
Makefile | 1996-05-05 | 939 b | 32 lines |
- #
- # $RCSfile: Makefile,v $
- # $Revision: 1.1.1.1 $ $Date: 1996/05/04 21:55:34 $
- #
- MODULE = bm
-
- #
- # Object files
- #
- FILESO = bm_FindContigBits.o BM_CheckFree.o BM_CheckWord.o bm_ListRead.o\
- BM_ListUnfix.o BM_AllocBits.o bm_Initialize.o bm_AllocFreeContext.o\
- bm_AllocPageContext.o space.o bm_ClearBit.o bm_ListUnfix.o\
- bm_FreeContext.o bm_SetBit.o BM_FreeBits.o bm_UnallocContext.o\
- bm_CheckSet.o bm_ListUnfixDepend.o\
- bm_ListIncrementCount.o bm_ListSaveLrc.o bm_ListDepend.o
-
-
- #
- # Source files
- #
- FILESC = bm_FindContigBits.c BM_CheckFree.c BM_CheckWord.c bm_ListRead.c\
- BM_ListUnfix.c BM_AllocBits.c bm_Initialize.c bm_AllocFreeContext.c\
- bm_AllocPageContext.c space.c bm_ClearBit.c bm_ListUnfix.c\
- bm_FreeContext.c bm_SetBit.c BM_FreeBits.c bm_UnallocContext.c\
- bm_CheckSet.c bm_ListUnfixDepend.c\
- bm_ListIncrementCount.c bm_ListSaveLrc.c bm_ListDepend.c
-
- include ../makefile.subdir
-
- include makefile.depend
-
-