# COPYRIGHT
#
# This file is part of Mustajuuri
#
# Author: Tommi Ilmonen, 1999-2001
#
# Mustajuuri is licensed under GNU Lesser General Public License
# (LGPL). The Mustajuuri license can be found in file "LGPL"
# that is distributed with the mustajuuri source code.
#

#
# Load compile time parameters
#

include $(MUSTAJUURI_PATH)/src/Makeconf

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

#
# Local variables
# 

# Own Includes & defines:


PROGRAM       = 

HDRS	      = 

SRCS	      = 

OBJS	      = 

MAINSRC = remcr.C

MAINOBJ = remcr.o

LIBS          = 

all: dbin 
		cp $(PLATFORM)/dmain $(MUSTAJUURI_PATH)/bin/$(PLATFORM)/remcr

include $(MUSTAJUURI_PATH)/src/Makelibs

