blob: 7ad608fa8869e0e8e279eb5317bb0c00943d9c7a (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
--- Makefile.orig Tue Apr 17 18:49:02 2001
+++ Makefile Mon Apr 11 21:23:34 2005
@@ -1,10 +1,7 @@
# Makefile for utilities
# David Corcoran <corcoran@linuxnet.com>
-CC = gcc
-CFLAGS = -g -w
-INCLUDE = -I/usr/local/pcsc/include
-LIBS = -L/usr/local/pcsc/lib -lpcsclite
+INCLUDE = -I${PREFIX}/include -I${PREFIX}/include/PCSC
OBJS = testIBM.o testAMMI.o testSCHL.o testSIEMENS.o testBULL.o testGD.o commands.o testA.o testB.o
|