FreeCalypso > hg > fc-pcsc-tools
comparison simtool/Makefile @ 42:2714d379edc2
fc-simtool sms-erase-* command family implemented
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Fri, 12 Feb 2021 23:02:09 +0000 |
parents | 4c240a37e7c4 |
children | f4eb1e83b4b3 |
comparison
equal
deleted
inserted
replaced
41:8cb269f5a902 | 42:2714d379edc2 |
---|---|
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_erase.o smsp_restore.o sysmo.o \ | 7 select.o smserase.o smsp_common.o smsp_dump.o smsp_erase.o \ |
8 telsum.o writecmd.o writeops.o | 8 smsp_restore.o sysmo.o 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 |