FreeCalypso > hg > freecalypso-tools
comparison 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 |
comparison
equal
deleted
inserted
replaced
| 472:368ffb8a08e5 | 473:90d7c360a614 |
|---|---|
| 1 CC= gcc | 1 CC= gcc |
| 2 CFLAGS= -O2 | 2 CFLAGS= -O2 |
| 3 CPPFLAGS=-I../include | 3 CPPFLAGS=-I../include |
| 4 PROGS= fc-dspapidump fc-fsio fc-memdump fc-readcal fc-tmsync | 4 PROGS= fc-dspapidump fc-fsio fc-memdump fc-readcal fc-tmsync |
| 5 INSTBIN=/opt/freecalypso/bin | 5 |
| 6 INSTHELP=/opt/freecalypso/helpfiles | 6 INSTALL_PREFIX= /opt/freecalypso |
| 7 | |
| 8 INSTBIN=${INSTALL_PREFIX}/bin | |
| 9 INSTHELP=${INSTALL_PREFIX}/helpfiles | |
| 7 | 10 |
| 8 LIBINTERF= ../libinterf/libinterf.a | 11 LIBINTERF= ../libinterf/libinterf.a |
| 9 LIBRFTAB= ../../librftab/librftab.a | 12 LIBRFTAB= ../../librftab/librftab.a |
| 10 | 13 |
| 11 DSPDUMP_OBJS= dspapidump.o interf.o memops.o simplemain.o ${LIBINTERF} | 14 DSPDUMP_OBJS= dspapidump.o interf.o memops.o simplemain.o ${LIBINTERF} |
