# COPYRIGHT
#
# This file is part of Mustajuuri.
#
# Author: Tommi Ilmonen, 1999-2000.
#
# Mustajuuri is licensed under GNU Lesser General Public License
# (LGPL). The LGPL text can be founs in file "LGPL" that is
# distributed with this source package. The Mustajuuri way to
# interpret LGPL can be found in file "MUSTAJUURI_LICENSE" that is
# distributed with the mustajuuri source code.  
#

#For searching stuff in other directories.
# VPATH=../

#
# Load compile time parameters
#

include $(OMTPATH)/src/Makeconf

# CUSTOMFLAGS   := $(DEBUGFLAGS)
CUSTOMFLAGS   := $(RELEASEFLAGS)

#
# Local variables
# 

# Own Includes & defines:


LIBRARY       = mjrtsched

PROGRAM       = mjrtsched

HDRS	      = mj_realtime_scheduling.h \
		mj_owns_pid.h

SRCS	      = mj_realtime_scheduling.C \
		mj_owns_pid.C

OBJS	      = mj_realtime_scheduling.o \
		mj_owns_pid.o

DLIBS	      = 

SLIBS	      =	

LIBS          = 

all: smain

include $(OMTPATH)/src/Makelibs

