#
# Copyright (c) Microsoft Corporation. All rights reserved. 
# 
# You may only use this code if you agree to the terms of the Windows Research Kernel Source Code License agreement (see License.txt).
# If you do not agree to the terms, do not use the code.
# 

library		  = $(module)

asobjs=

ccarchobjs=

ccobjs= \
	$(OBJ)\obinit.obj   \
	$(OBJ)\obcreate.obj \
	$(OBJ)\obhandle.obj \
	$(OBJ)\obinsert.obj \
	$(OBJ)\obref.obj    \
	$(OBJ)\obse.obj     \
	$(OBJ)\obtype.obj   \
	$(OBJ)\obdir.obj    \
	$(OBJ)\obdevmap.obj \
	$(OBJ)\oblink.obj   \
	$(OBJ)\obclose.obj  \
	$(OBJ)\obquery.obj  \
	$(OBJ)\obsdata.obj  \
	$(OBJ)\obwait.obj   \
	$(OBJ)\fastref.obj

!include $(ntos)\BUILD\makefile.build

