source: roaraudio/roard/Makefile @ 261:aed2af977d04

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

added cmd codecfilter

File size: 540 bytes
RevLine 
[0]1TARGETS=roard
2
[260]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
[10]4DRV=driver_esd.o driver_ao.o driver_roar.o driver_raw.o
[261]5CF=codecfilter_cmd.o
[0]6
7#DEFINES        = -DDEBUG
[10]8#DEFINES        = -DMONITOR_LATENCY
[0]9INCLUDE = -I../include -I./include
10CFLAGS  = -g -Wall -O2 $(DEFINES) $(INCLUDE)
11LDFLAGS = -g -L../lib/ -lroar -lesd -lao
12
13all: ${TARGETS}
14        cp -v ${TARGETS} ../lib/
15clean:
16        rm -f ${TARGETS} *.o
17new: clean all
18
[261]19roard: ${OBJ} ${DRV} ${CF}
Note: See TracBrowser for help on using the repository browser.