FreeCalypso > hg > freecalypso-tools
diff rvinterf/etmsync/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 | 1d5bd9a06781 |
children | 2c75cf810146 |
line wrap: on
line diff
--- a/rvinterf/etmsync/Makefile Tue Feb 12 00:30:37 2019 +0000 +++ b/rvinterf/etmsync/Makefile Wed Feb 13 05:06:15 2019 +0000 @@ -2,8 +2,11 @@ CFLAGS= -O2 CPPFLAGS=-I../include PROGS= fc-dspapidump fc-fsio fc-memdump fc-readcal fc-tmsync -INSTBIN=/opt/freecalypso/bin -INSTHELP=/opt/freecalypso/helpfiles + +INSTALL_PREFIX= /opt/freecalypso + +INSTBIN=${INSTALL_PREFIX}/bin +INSTHELP=${INSTALL_PREFIX}/helpfiles LIBINTERF= ../libinterf/libinterf.a LIBRFTAB= ../../librftab/librftab.a