FreeCalypso > hg > fc-sim-tools
comparison uicc/Makefile @ 16:53f8a1146a56
{simtool,uicc}/Makefile: INSTALL_PREFIX= override support
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Sun, 14 Mar 2021 07:43:51 +0000 |
parents | b70d35f5476f |
children | 97646b363eaa |
comparison
equal
deleted
inserted
replaced
15:b70d35f5476f | 16:53f8a1146a56 |
---|---|
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 writecmd.o writeops.o |
7 LIBS= ../libcommon/libcommon.a ../libutil/libutil.a | 7 LIBS= ../libcommon/libcommon.a ../libutil/libutil.a |
8 INSTBIN=/opt/freecalypso/bin | 8 |
9 INSTALL_PREFIX= /opt/freecalypso | |
10 | |
11 INSTBIN=${INSTALL_PREFIX}/bin | |
9 | 12 |
10 all: ${PROG} | 13 all: ${PROG} |
11 | 14 |
12 ${PROG}: ${OBJS} ${LIBS} | 15 ${PROG}: ${OBJS} ${LIBS} |
13 ${CC} ${CFLAGS} -o $@ ${OBJS} ${LIBS} | 16 ${CC} ${CFLAGS} -o $@ ${OBJS} ${LIBS} |