FreeCalypso > hg > fc-sim-tools
comparison uicc/Makefile @ 61:97646b363eaa
fc-uicc-tool: sws-lookup and sws-auth-* commands ported over
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Tue, 23 Mar 2021 06:07:06 +0000 |
parents | 53f8a1146a56 |
children | db131929ee96 |
comparison
equal
deleted
inserted
replaced
60:a4ffd4e44b76 | 61:97646b363eaa |
---|---|
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 readops.o select.o writecmd.o writeops.o | 6 pins.o readcmd.o readops.o select.o sws.o writecmd.o writeops.o |
7 LIBS= ../libcommon/libcommon.a ../libutil/libutil.a | 7 LIBS= ../libcommon/libcommon.a ../libutil/libutil.a |
8 | 8 |
9 INSTALL_PREFIX= /opt/freecalypso | 9 INSTALL_PREFIX= /opt/freecalypso |
10 | 10 |
11 INSTBIN=${INSTALL_PREFIX}/bin | 11 INSTBIN=${INSTALL_PREFIX}/bin |