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