FreeCalypso > hg > freecalypso-tools
diff loadtools/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 | 8c011177adb9 |
children | 0dd2c87c1b63 |
line wrap: on
line diff
--- a/loadtools/Makefile Tue Feb 12 00:30:37 2019 +0000 +++ b/loadtools/Makefile Wed Feb 13 05:06:15 2019 +0000 @@ -1,9 +1,12 @@ CC= gcc CFLAGS= -O2 PROGS= fc-iram fc-loadtool fc-xram fc-compalram fc-buzplay -INSTBIN=/opt/freecalypso/bin -INSTCONF=/opt/freecalypso/loadtools -INSTHELP=/opt/freecalypso/helpfiles + +INSTALL_PREFIX= /opt/freecalypso + +INSTBIN=${INSTALL_PREFIX}/bin +INSTCONF=${INSTALL_PREFIX}/loadtools +INSTHELP=${INSTALL_PREFIX}/helpfiles EXTRA_OBJ= compalload.o