comparison aud-gtamodem/Makefile @ 3:1d6b649d8b08

aud-gtamodem created
author Mychaela Falconia <falcon@freecalypso.org>
date Thu, 19 Oct 2017 19:59:42 +0000
parents
children
comparison
equal deleted inserted replaced
2:77dacb93fd25 3:1d6b649d8b08
1 BINFILES= para0.cfg para0.vol
2 INSTDIR= /opt/freecalypso/aud-gtamodem
3
4 all: ${BINFILES}
5
6 para0.cfg: para0.src
7 tiaud-compile $< $@
8
9 para0.vol: Makefile
10 tiaud-mkvol 150 $@
11
12 install: ${BINFILES}
13 mkdir -p ${INSTDIR}
14 install -c -m 644 ${BINFILES} ${INSTDIR}
15
16 clean:
17 rm -f *.cfg *.vol