#############################################################################
#	Copyright (c) 2009, Bendor Research Pty. Ltd. All rights reserved.		#
#	This software is released under the GNU General Public License, version	#
#	3, with the exemptions that 1) the header files installed by this 	 	#
#	package can be included in closed-source code and 2) the libraries		#
#	built by this package can be statically linked into a closed-source 	#
#	binary. See the file LICENSE for the details.							#
#	This software is provided "AS IS", without any warranty or guarantee.	#
#	By using this software you acknowledge that neither Bendor Research nor	#
#	any of its personnel or affiliates can be held liable for any damages,	#
#	including, but not limited to, loss of business, loss of money, loss of #
#	life, loss of reputation, arising out of this software being faulty or	#
#	not performing as advertised, even if Bendor Research was aware of such	#
#	faults in the software. You use this software at your own risk, any and #
#	all liabilities that arise out of your using this software are strictly	#
#	yours.																	#
#############################################################################

FILES	=	irq.S statusreg.S atomic.S ktrace.c \
			eventqueue.c readyqueue.c mutator.c \
			policy-fifo.c policy-srqf.c policy-lrqf.c policy-prio.c \
			policy-ppcl.c policy-ppin.c policy-fpcl.c policy-fpin.c \
			policy-del.c policy-ins-fifo.c policy-ins-prio.c \
			policy-chg-fifo.c policy-chg-prio.c \
			Init.c SoftInterrupt.c \
			ProcSpawn.c ProcProtRaise.c ProcProtLower.c ProcSelf.c ProcNice.c \
			EventPost.c EventWait.c \
			SemaInit.c SemaPut.c SemaGet.c \
			LockInit.c LockObtain.c LockRelease.c \
			TimerInit.c TimerTick.c TimerSleep.c TimerStart.c \
			TimerUptime.c TimerAction.c TimerCancel.c TimerReload.c

include ../Makefile

