Mercurial > hg > index.fcgi > lsonify > lsonify-1pba
comparison Makefile @ 3:3dd48f06493e
add sample rate change callback
author | paulo@localhost |
---|---|
date | Thu, 21 May 2009 00:56:16 -0700 |
parents | 46d4c88917a2 |
children |
comparison
equal
deleted
inserted
replaced
0:34cab6f7cc59 | 1:a6a5e29f481c |
---|---|
4 CFLAGS = -g -Wall ${JACK_CFLAGS} | 4 CFLAGS = -g -Wall ${JACK_CFLAGS} |
5 LDFLAGS = ${JACK_LDFLAGS} | 5 LDFLAGS = ${JACK_LDFLAGS} |
6 | 6 |
7 CC = gcc | 7 CC = gcc |
8 | 8 |
9 SRC = metro.c | 9 SRC = lsonify.c |
10 OBJ = ${SRC:.c=.o} | 10 OBJ = ${SRC:.c=.o} |
11 | 11 |
12 TARGET := lsonify | 12 TARGET := lsonify |
13 | 13 |
14 .PHONY: all clean options | 14 .PHONY: all clean options |