FreeCalypso > hg > fc-rfcal-tools
view autocal/Makefile @ 22:e8bcead3aa9b
autocal: started linking fc-rfcal-vcxo
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Mon, 22 May 2017 21:01:29 +0000 |
parents | a3f48378658d |
children | 0b6881281d86 |
line wrap: on
line source
CC= gcc CFLAGS= -O2 -I/opt/freecalypso/include PROGS= fc-rfcal-vcxo VCXO_OBJS= l1tmops.o rvinterf.o sockopts.o tsidsock.o vcxomain.o all: ${PROGS} fc-rfcal-vcxo: ${VCXO_OBJS} ${CC} -o $@ ${VCXO_OBJS} clean: rm -f *.o *.out *errs