1#
2#	Makefile for the Mbedthis Portable Runtime (MPR) library for UNIX
3#
4#	Copyright (c) Mbedthis Software LLC, 2003-2006. All Rights Reserved.
5#
6
7COMPILE			:= *.c
8EXPORT_OBJECTS	:= yes
9MAKE_IFLAGS		:= -I..
10
11include 		make.dep
12
13## Local variables:
14## tab-width: 4
15## End:
16## vim: tw=78 sw=4 ts=4
17