FreeCalypso > hg > fc-pcsc-tools
comparison misc/Makefile @ 164:e6263e1b16f8
misc programs don't depend on libutil after the split
| author | Mychaela Falconia <falcon@freecalypso.org> | 
|---|---|
| date | Fri, 26 Feb 2021 21:48:23 +0000 | 
| parents | f064dbcc5f41 | 
| children | 
   comparison
  equal
  deleted
  inserted
  replaced
| 163:4cd2023f56a6 | 164:e6263e1b16f8 | 
|---|---|
| 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 ../libutil/libutil.a | 4 LIBS= ../libcommon/libcommon.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} | 
