FreeCalypso > hg > freecalypso-hwlab
comparison simtool/Makefile @ 150:54e33e9238b6
fc-simtool: harmonize hex string code with fc-uicc-tool
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Sun, 07 Feb 2021 00:06:50 +0000 |
parents | 1232dea1d66a |
children | ed34c8b7e2c9 |
comparison
equal
deleted
inserted
replaced
149:451ed3bbfe96 | 150:54e33e9238b6 |
---|---|
1 CC= gcc | 1 CC= gcc |
2 CFLAGS= -O2 -I/usr/include/PCSC | 2 CFLAGS= -O2 -I/usr/include/PCSC |
3 PROG= fc-simtool | 3 PROG= fc-simtool |
4 OBJS= a38.o alpha_decode.o alpha_valid.o apdu.o atr.o cardconnect.o chv.o \ | 4 OBJS= a38.o alpha_decode.o alpha_valid.o apdu.o atr.o cardconnect.o chv.o \ |
5 dispatch.o dumpdir.o exit.o globals.o grcard1.o hexdump.o hexread.o \ | 5 dispatch.o dumpdir.o exit.o globals.o grcard1.o hexdump.o hexread.o \ |
6 hlread.o main.o names.o pbcommon.o pbdump.o pberase.o pbupdate.o \ | 6 hexstr.o hlread.o main.o names.o pbcommon.o pbdump.o pberase.o \ |
7 readcmd.o readops.o saverestore.o script.o select.o sysmo.o telsum.o \ | 7 pbupdate.o readcmd.o readops.o saverestore.o script.o select.o sysmo.o \ |
8 writecmd.o writeops.o | 8 telsum.o writecmd.o writeops.o |
9 INSTBIN=/opt/freecalypso/bin | 9 INSTBIN=/opt/freecalypso/bin |
10 | 10 |
11 all: ${PROG} | 11 all: ${PROG} |
12 | 12 |
13 ${PROG}: ${OBJS} | 13 ${PROG}: ${OBJS} |