FreeCalypso > hg > fc-pcsc-tools
comparison simtool/Makefile @ 40:4c240a37e7c4
fc-simtool smsp-erase-* command family implemented
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Fri, 12 Feb 2021 22:05:38 +0000 |
parents | 2467b7acad1f |
children | 2714d379edc2 |
comparison
equal
deleted
inserted
replaced
39:2467b7acad1f | 40:4c240a37e7c4 |
---|---|
2 CFLAGS= -O2 -I/usr/include/PCSC -I../libcommon | 2 CFLAGS= -O2 -I/usr/include/PCSC -I../libcommon |
3 PROG= fc-simtool | 3 PROG= fc-simtool |
4 OBJS= a38.o chv.o curfile.o dispatch.o dumpdir.o grcard1.o grcard2.o hlread.o\ | 4 OBJS= a38.o chv.o curfile.o dispatch.o dumpdir.o grcard1.o grcard2.o hlread.o\ |
5 main.o pbcommon.o pbdump.o pberase.o pbupd_file.o pbupd_imm.o \ | 5 main.o pbcommon.o pbdump.o pberase.o pbupd_file.o pbupd_imm.o \ |
6 pbupd_immhex.o readcmd.o readops.o restorebin.o savebin.o script.o \ | 6 pbupd_immhex.o readcmd.o readops.o restorebin.o savebin.o script.o \ |
7 select.o smsp_common.o smsp_dump.o smsp_restore.o sysmo.o telsum.o \ | 7 select.o smsp_common.o smsp_dump.o smsp_erase.o smsp_restore.o sysmo.o \ |
8 writecmd.o writeops.o | 8 telsum.o writecmd.o writeops.o |
9 LIBS= ../libcommon/libcommon.a | 9 LIBS= ../libcommon/libcommon.a |
10 INSTBIN=/opt/freecalypso/bin | 10 INSTBIN=/opt/freecalypso/bin |
11 | 11 |
12 all: ${PROG} | 12 all: ${PROG} |
13 | 13 |