source: roaraudio/compbins/Makefile @ 2872:ad5a23c6cce8

Last change on this file since 2872:ad5a23c6cce8 was 2872:ad5a23c6cce8, checked in by phi, 15 years ago

added artsplay

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