comparison simtool/Makefile @ 46:32d6186668cf

simtool code: chvext.c split from chv.c
author Mychaela Falconia <falcon@freecalypso.org>
date Sat, 13 Feb 2021 00:01:38 +0000
parents f4eb1e83b4b3
children 9a21f4353158
comparison
equal deleted inserted replaced
45:5bca197e7495 46:32d6186668cf
1 CC= gcc 1 CC= gcc
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 chvext.o curfile.o dispatch.o dumpdir.o grcard1.o grcard2.o\
5 main.o pbcommon.o pbdump.o pberase.o pbupd_file.o pbupd_imm.o \ 5 hlread.o 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 smserase.o smsp_common.o smsp_dump.o smsp_erase.o \ 7 select.o smserase.o smsp_common.o smsp_dump.o smsp_erase.o \
8 smsp_restore.o smsp_set.o sysmo.o telsum.o writecmd.o writeops.o 8 smsp_restore.o smsp_set.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