# --------------------------------------------------------------------------
#
#	FILE NAME:		Makefile
#   AUTHOR:			robert
#	DESCRIPTION:
#
#	Version Control System
#
#	$Revision: 1.1 $
#
# --------------------------------------------------------------------------

# Makefile for epygi themes

ifeq ($(EPYGI_TOPDIR),)
export EPYGI_TOPDIR=$(shell /bin/pwd)/../../../..
endif

ifneq ($(EPYGI_TOPDIR)/Makefile.globals,$(wildcard $(EPYGI_TOPDIR)/Makefile.globals))
$(error Don't forget to check out $(EPYGI_TOPDIR)/Makefile.globals)
else
include $(EPYGI_TOPDIR)/Makefile.globals
endif

INSTALL	=*.wav
DEST	=telephony/sysmessages/dtmftones
all:
	# nothing to compile

ifneq ($(EPYGI_TOPDIR)/Makefile.rules,$(wildcard $(EPYGI_TOPDIR)/Makefile.rules))
$(error Don't forget to check out $(EPYGI_TOPDIR)/Makefile.rules)
else
include $(EPYGI_TOPDIR)/Makefile.rules
endif

# --------------------------------------------------------------------------
#
#	$Log: Makefile,v $
#	Revision 1.1  2005/01/27 09:14:51  robert
#	uploadable language pack support
#	
#	Revision 1.5  2003/10/23 10:03:35  cvsadmin
#	Increased version number to separate from Quadro_Version_2 branch.
#	
#	Revision 1.4  2003/09/02 12:56:12  robert
#	TARG -> INSTALL
#	
#	Revision 1.1.14.1  2002/11/12 09:12:45  cvsadmin
#	Increased the version in branch to be able to lock this branch only,
#	without affecting default branch. By this, all files in this branch just will
#	have one version up, without any other changes.
#	
#	Revision 1.1  2002/06/09 19:00:32  robert
#	no message
#	
#
# --------------------------------------------------------------------------

