FreeCalypso > hg > fc-rfcal-tools
comparison autocal/Makefile @ 21:a3f48378658d
autocal: beginning of fc-rfcal-vcxo
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Mon, 22 May 2017 20:51:55 +0000 |
parents | 1c4abfe8bcd9 |
children | e8bcead3aa9b |
comparison
equal
deleted
inserted
replaced
20:7ac866c3baf6 | 21:a3f48378658d |
---|---|
1 CC= gcc | 1 CC= gcc |
2 CFLAGS= -O2 -I/opt/freecalypso/include | 2 CFLAGS= -O2 -I/opt/freecalypso/include |
3 OBJS= l1tmops.o rvinterf.o tsidsock.o | 3 OBJS= l1tmops.o rvinterf.o sockopts.o tsidsock.o vcxomain.o |
4 | 4 |
5 all: ${OBJS} | 5 all: ${OBJS} |
6 | 6 |
7 clean: | 7 clean: |
8 rm -f *.o *.out *errs | 8 rm -f *.o *.out *errs |