# COPYRIGHT
#
# This file is part of DIVA libraries.
#
# Authors: Tommi Ilmonen and Jarmo Hiipakka, 1999-2000.
#
# 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) \
	-DPROGRAM_PATH="\"$(MUSTAJUURI_PATH)/bin/$(PLATFORM)/mustajuuri-bin\""

#
# Local variables
# 

# Own Includes & defines:


# LIBRARY       = libcdtrunc

PROGRAM       = 

HDRS	      = 

SRCS	      = 

OBJS	      = 

MAINSRC = main.C

MAINOBJ = main.o

DLIBS	      =	

SLIBS	      =	

LIBS          = -lcap

all: sbin 
		cp $(PLATFORM)/smain $(MUSTAJUURI_PATH)/bin/$(PLATFORM)/mustajuuri

include $(MUSTAJUURI_PATH)/src/Makelibs

