| /[pcsclite]/trunk/pcsc-tools/Makefile |
Parent Directory
|
Revision Log
| Links to HEAD: | (view) (download) (annotate) |
| Sticky Revision: |
cleanup
svn propset svn:keywords Id
use immediate evaluation ":=" instead of deferred evaluation "="
do not use -framework PCSC for CFLAGS on Mac OS X -framework: linker input file unused because linking not done
compile for Linux by default
1 new ATR
install smartcard_list.txt in $(DESTDIR)/share/pcsc instead of $(DESTDIR)/pcsc as it is where ATR_analysis is looking for it
use 'pkg-config libpcsclite [--cflags|--libs]'
some systems do not support the long options of install
add -g debug flag to CFLAGS
add support of PCSC MacOS X framework
use PCSCBASE to set tell where the pcsc-lite includes and lib are stored
remove CC=gcc declaration add /usr/local/include and /usr/local/lib paths add LDLIBS version for xBSD systems (use -lc_r instead of -lpthread)
add support for smartcard_list.txt database
also install scripts
add ATR_analysis ATR_analysis.1p files
remove compressed manpages in clean rule
add automatic rules to compress man pages changed install rule to use install(1) instead of cp(1)
install: also copy scriptor and gscriptor
get the version number from the directory name
added version number
Created directory structure
This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, enter a numeric revision.
| ViewVC Help | |
| Powered by ViewVC 1.1.5 |