# Makefile
#
#{{IS_NOTE
#
# Authors:	Tom M. Yeh
# Contributors:
# Create Date:	9/26/0 06:17PM
# $Header: /cvsroot/jedi/sys/Makefile,v 1.1 2000/09/27 04:07:39 tomyeh Exp $
# Purpose:	
# Description:
#
#}}IS_NOTE
#
# Copyright (C) 2000 Infoshock Corporation. All Rights Reserved.
#
#{{IS_RIGHT
#}}IS_RIGHT
#
ifeq ($(__OSL__),__WinCE__)
SUBDIRS := msc
else
ifeq ($(__OSL__),__RTEMS__)
SUBDIRS := rtems
else
SUBDIRS := gcc
endif
endif

include $(TOPDIR)/Rules.make
