--- 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
 
 


syntax highlighted by Code2HTML, v. 0.9.1