view txlevels/Makefile @ 117:4c3f4231a021

autocal: vout_t definition factored out of txband.h into txvout.h
author Mychaela Falconia <falcon@freecalypso.org>
date Tue, 13 Feb 2018 07:02:17 +0000
parents 5a7c174acd32
children 8054c1967c32
line wrap: on
line source

INSTDIR=/opt/freecalypso/rfcal/txlevels
FILES=	rf3166-fcdev3b-1800 rf3166-fcdev3b-1900 rf3166-fcdev3b-900 \
	rf3166-ideal-1800 rf3166-ideal-1900 rf3166-ideal-900

all:

install:
	mkdir -p ${INSTDIR}
	install -c -m 644 ${FILES} ${INSTDIR}

clean: