# $Id: Makefile,v 2.2 1998/11/07 19:17:42 diego Exp $

# Path to Odyssey's root directory
ROOT	= ../..
include $(ROOT)/Makefile.defs

BINTARGETS	=
LIBTARGETS	=
SCRIPTS		= create_version_file odc-clean create-odyssey-distrib create-odyssey-ftp odyssey-backup odc-ci
L_LIBS		=
L_CXXFLAGS	=
L_CFLAGS	=
L_LFLAGS	=
CC_FILES	=
C_FILES		=
H_FILES	 	=
O_FILES		=
EXPORT_H_FILES	= odyssey.h
EXPORT_MAN_FILES=

#
# Local rules. Standard rules are inherited from Odyssey's Makefiles
#
default: install

#
# Standard rules. Must be included at the end.
#
include $(ROOT)/Makefile.rules
