###
### Global Makefile for the TUNES Project
###

# Makefile,v 1.2 1999/04/05 23:13:00 fare Exp

# TUNES directory
#ifndef TUNES
TUNES=$(shell pwd)
#TUNES=$(shell pwd)
#endif

GOAL = both
REQUIRE_CONFIG = y
REQUIRE_DEPEND = y

include Rules.make

install: all
	cd bin ; \
	$(CHMOD) a+x install.sh ; \
	$(SHELL) ./install.sh

archive:
	$(BUILD) make_archive tunes

.PHONY: archive
