FreeCalypso > hg > fc-pcsc-tools
comparison misc/Makefile @ 157:f064dbcc5f41
libutil split from libcommon
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Fri, 26 Feb 2021 20:19:58 +0000 |
parents | be9984600bf8 |
children | e6263e1b16f8 |
comparison
equal
deleted
inserted
replaced
156:5f1f3f6fd865 | 157:f064dbcc5f41 |
---|---|
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 PROGS= fc-pcsc-atr fc-pcsc-list | 3 PROGS= fc-pcsc-atr fc-pcsc-list |
4 LIBS= ../libcommon/libcommon.a | 4 LIBS= ../libcommon/libcommon.a ../libutil/libutil.a |
5 INSTBIN=/opt/freecalypso/bin | 5 INSTBIN=/opt/freecalypso/bin |
6 | 6 |
7 all: ${PROGS} | 7 all: ${PROGS} |
8 | 8 |
9 fc-pcsc-atr: fc-pcsc-atr.o ${LIBS} | 9 fc-pcsc-atr: fc-pcsc-atr.o ${LIBS} |