FreeCalypso > hg > fc-sim-tools
comparison uicc/Makefile @ 92:5560261fc516
fc-uicc-tool: erase-file ported over from fc-simtool
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Sun, 11 Apr 2021 04:55:02 +0000 |
parents | abef3d5668b9 |
children |
comparison
equal
deleted
inserted
replaced
91:abef3d5668b9 | 92:5560261fc516 |
---|---|
1 CC= gcc | 1 CC= gcc |
2 CFLAGS= -O2 | 2 CFLAGS= -O2 |
3 CPPFLAGS=-I../libcommon | 3 CPPFLAGS=-I../libcommon |
4 PROG= fc-uicc-tool | 4 PROG= fc-uicc-tool |
5 OBJS= bfsearch.o cmdtab.o createfile.o dumpdir.o getresp.o hlread.o main.o \ | 5 OBJS= bfsearch.o cmdtab.o createfile.o dumpdir.o erasefile.o getresp.o \ |
6 pins.o readcmd.o readef.o readops.o restorebin.o savebin.o select.o \ | 6 hlread.o main.o pins.o readcmd.o readef.o readops.o restorebin.o \ |
7 sws.o writecmd.o writeops.o | 7 savebin.o select.o sws.o writecmd.o writeops.o |
8 LIBS= ../libcommon/libcommon.a ../libutil/libutil.a | 8 LIBS= ../libcommon/libcommon.a ../libutil/libutil.a |
9 | 9 |
10 INSTALL_PREFIX= /opt/freecalypso | 10 INSTALL_PREFIX= /opt/freecalypso |
11 | 11 |
12 INSTBIN=${INSTALL_PREFIX}/bin | 12 INSTBIN=${INSTALL_PREFIX}/bin |