#ifdef InObjectCodeDir


OBJS = \
	directory.o \
	file.o \
	host.o \
	listimpl.o \
	math.o \
	memory.o \
	string.o \
	ustring.o

MakeHgLibrary(HgOS,1.1)

InstallHgInclude(_defines.h,OS)
InstallHgInclude(_undefs.h,OS)
InstallHgInclude(directory.h,OS)
InstallHgInclude(enter-scope.h,OS)
InstallHgInclude(file.h,OS)
InstallHgInclude(host.h,OS)
InstallHgInclude(leave-scope.h,OS)
InstallHgInclude(list.h,OS)
InstallHgInclude(math.h,OS)
InstallHgInclude(memory.h,OS)
InstallHgInclude(os.h,OS)
InstallHgInclude(string.h,OS)
InstallHgInclude(table.h,OS)
InstallHgInclude(table2.h,OS)
InstallHgInclude(types.h,OS)
InstallHgInclude(ustring.h,OS)

MakeObjectFromSrc(directory)
MakeObjectFromSrc(file)
MakeObjectFromSrc(host)
MakeObjectFromSrc(listimpl)
MakeObjectFromSrc(math)
MakeObjectFromSrc(memory)
MakeObjectFromSrc(string)
MakeObjectFromSrc(ustring)

#else

MakeInObjectCodeDir()

#endif /* if compiling in subdirectory */

