source: roaraudio/compbins/Makefile @ 2853:56efd7c14a9a

Last change on this file since 2853:56efd7c14a9a was 2852:d359cbdd5cde, checked in by phi, 14 years ago

added esdfilt, esdmon, esdplay

File size: 213 bytes
Line 
1TARGETS=esdcat.r esdmon.r esdfilt.r esdplay.r
2
3include ../Makefile.conf
4include ../Makefile.inc
5
6all: ${TARGETS}
7        cp $(cp_v) ${TARGETS} ../lib/
8clean:
9        rm -f ${TARGETS} *.o
10new: clean all
11
12.a.r:
13        ./ast2roar $@ $<
Note: See TracBrowser for help on using the repository browser.