FreeCalypso > hg > fc-sim-tools
comparison uicc/Makefile @ 90:3afa61d98961
fc-uicc-tool: savebin ported over from fc-simtool
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Sun, 11 Apr 2021 04:32:26 +0000 |
parents | db131929ee96 |
children | abef3d5668b9 |
comparison
equal
deleted
inserted
replaced
89:db131929ee96 | 90:3afa61d98961 |
---|---|
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 getresp.o hlread.o main.o \ |
6 pins.o readcmd.o readef.o readops.o select.o sws.o writecmd.o writeops.o | 6 pins.o readcmd.o readef.o readops.o savebin.o select.o sws.o writecmd.o\ |
7 writeops.o | |
7 LIBS= ../libcommon/libcommon.a ../libutil/libutil.a | 8 LIBS= ../libcommon/libcommon.a ../libutil/libutil.a |
8 | 9 |
9 INSTALL_PREFIX= /opt/freecalypso | 10 INSTALL_PREFIX= /opt/freecalypso |
10 | 11 |
11 INSTBIN=${INSTALL_PREFIX}/bin | 12 INSTBIN=${INSTALL_PREFIX}/bin |