changeset 76:ca74e2917a3a

This Makefile is misleading, it hasn't anything in it yet
author Chris Cannam
date Thu, 28 Feb 2013 22:25:32 +0000
parents f98099d6eba3
children 6e11a36c335a
files Makefile
diffstat 1 files changed, 0 insertions(+), 14 deletions(-) [+]
line wrap: on
line diff
--- a/Makefile	Thu Feb 28 22:22:52 2013 +0000
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,14 +0,0 @@
-
-YETI_JARPATH	:= /usr/local/lib/yeti
-YETI_JARS	:= asm-3.1r yeti yeti-lib
-
-CLASSPATH	:= $(patsubst %,$(YETI_JARPATH)/%.jar,$(YETI_JARS))
-CLASSPATH	:= $(shell echo $(CLASSPATH) | tr ' ' ':')
-
-SOURCES		:= \
-	audio.yeti
-
-
-
-
-