source: roaraudio/compbins/Makefile @ 2856:593c9b880b4a

Last change on this file since 2856:593c9b880b4a was 2856:593c9b880b4a, checked in by phi, 15 years ago

added esd.a

File size: 219 bytes
Line 
1TARGETS=esdcat.r esdmon.r esdfilt.r esdplay.r esd.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.