source: roaraudio/roard/Makefile @ 264:bd6177540810

Last change on this file since 264:bd6177540810 was 264:bd6177540810, checked in by phi, 16 years ago

playing around with cf_vorbis*

File size: 580 bytes
Line 
1TARGETS=roard
2
3OBJ=roard.o driver.o mixer.o output.o signals.o loop.o clients.o streams.o network.o commands.o req.o sources.o sample.o meta.o codecfilter.o midi.o lib.o
4DRV=driver_esd.o driver_ao.o driver_roar.o driver_raw.o
5CF=codecfilter_cmd.o codecfilter_vorbis.o
6
7#DEFINES        = -DDEBUG
8#DEFINES        = -DMONITOR_LATENCY
9INCLUDE = -I../include -I./include
10CFLAGS  = -g -Wall -O2 $(DEFINES) $(INCLUDE)
11LDFLAGS = -g -L../lib/ -lroar -lesd -lao -lvorbisfile
12
13all: ${TARGETS}
14        cp -v ${TARGETS} ../lib/
15clean:
16        rm -f ${TARGETS} *.o
17new: clean all
18
19roard: ${OBJ} ${DRV} ${CF}
Note: See TracBrowser for help on using the repository browser.