FreeCalypso > hg > freecalypso-tools
comparison ffstools/caltools/Makefile @ 473:90d7c360a614
main tree Makefile hierarchy: INSTALL_PREFIX= scheme implemented
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Wed, 13 Feb 2019 05:06:15 +0000 |
parents | f4a32c1025a2 |
children | 68c7e4edc4da |
comparison
equal
deleted
inserted
replaced
472:368ffb8a08e5 | 473:90d7c360a614 |
---|---|
1 CC= gcc | 1 CC= gcc |
2 CFLAGS= -O2 | 2 CFLAGS= -O2 |
3 PROGS= c1xx-calextr fc-cal2bin fc-rftab2c | 3 PROGS= c1xx-calextr fc-cal2bin fc-rftab2c |
4 INSTBIN=/opt/freecalypso/bin | 4 |
5 INSTALL_PREFIX= /opt/freecalypso | |
6 | |
7 INSTBIN=${INSTALL_PREFIX}/bin | |
5 | 8 |
6 all: ${PROGS} | 9 all: ${PROGS} |
7 | 10 |
8 LIBRFTAB= ../../librftab/librftab.a | 11 LIBRFTAB= ../../librftab/librftab.a |
9 | 12 |