Mercurial > hg > may
annotate Makefile @ 0:90ddb49d94c5
Getting started
author | Chris Cannam |
---|---|
date | Thu, 22 Nov 2012 21:43:25 +0000 |
parents | |
children |
rev | line source |
---|---|
Chris@0 | 1 |
Chris@0 | 2 YETI_JARPATH := /usr/local/lib/yeti |
Chris@0 | 3 YETI_JARS := asm-3.1r yeti yeti-lib |
Chris@0 | 4 |
Chris@0 | 5 CLASSPATH := $(patsubst %,$(YETI_JARPATH)/%.jar,$(YETI_JARS)) |
Chris@0 | 6 CLASSPATH := $(shell echo $(CLASSPATH) | tr ' ' ':') |
Chris@0 | 7 |
Chris@0 | 8 SOURCES := \ |
Chris@0 | 9 audio.yeti |
Chris@0 | 10 |
Chris@0 | 11 |
Chris@0 | 12 |
Chris@0 | 13 |
Chris@0 | 14 |