FreeCalypso > hg > freecalypso-tools
comparison ringtools/Makefile @ 888:b8ecdf54a957
fc-imyplay script
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Sun, 03 Apr 2022 04:28:44 +0000 |
parents | 34f0b7eb4b75 |
children |
comparison
equal
deleted
inserted
replaced
887:3e398f9c31a0 | 888:b8ecdf54a957 |
---|---|
1 CC= gcc | 1 CC= gcc |
2 CFLAGS= -O2 | 2 CFLAGS= -O2 |
3 PROGS= fc-e1decode fc-e1gen fc-pwt-comp fc-ringlist-comp | 3 PROGS= fc-e1decode fc-e1gen fc-pwt-comp fc-ringlist-comp |
4 SCRIPTS=fc-meltest-e1 fc-meltest-pwt | 4 SCRIPTS=fc-imyplay fc-meltest-e1 fc-meltest-pwt |
5 SUBDIR= imy | 5 SUBDIR= imy |
6 | 6 |
7 INSTALL_PREFIX= /opt/freecalypso | 7 INSTALL_PREFIX= /opt/freecalypso |
8 | 8 |
9 INSTBIN=${INSTALL_PREFIX}/bin | 9 INSTBIN=${INSTALL_PREFIX}/bin |