/[pcsclite]/trunk/Drivers/ccid/src/Makefile.am
ViewVC logotype

Log of /trunk/Drivers/ccid/src/Makefile.am

Parent Directory Parent Directory | Revision Log Revision Log


Links to HEAD: (view) (download) (annotate)
Sticky Revision:

Revision 2717 - (view) (download) (annotate) - [select for diffs]
Modified Mon Dec 31 15:09:05 2007 UTC (5 years, 4 months ago) by rousseau
File length: 3356 byte(s)
Diff to previous 2716
force the libccidtwin.so symlink creation to update a previously
existing file

Revision 2716 - (view) (download) (annotate) - [select for diffs]
Modified Mon Dec 31 15:06:41 2007 UTC (5 years, 4 months ago) by rousseau
File length: 3355 byte(s)
Diff to previous 2715
do not include the VERSION number in the created reader.conf file

Revision 2715 - (view) (download) (annotate) - [select for diffs]
Modified Mon Dec 31 14:43:30 2007 UTC (5 years, 4 months ago) by rousseau
File length: 3366 byte(s)
Diff to previous 2609
create a symlink from libccidtwin.so to libccidtwin.so.VERSION so that
the /etc/reader.conf configuration file do not need to edited for each
new driver version

Closes Debian bug #457657

Revision 2609 - (view) (download) (annotate) - [select for diffs]
Modified Fri Aug 3 20:08:18 2007 UTC (5 years, 9 months ago) by rousseau
File length: 3291 byte(s)
Diff to previous 2533
DISTCLEANFILES = Info.plist
so that make distcheck works

Revision 2533 - (view) (download) (annotate) - [select for diffs]
Modified Sat May 19 12:15:10 2007 UTC (6 years ago) by rousseau
File length: 3262 byte(s)
Diff to previous 2329
generate a local Info.plist before trying to install it

Revision 2329 - (view) (download) (annotate) - [select for diffs]
Modified Wed Jan 10 21:01:39 2007 UTC (6 years, 4 months ago) by rousseau
File length: 3155 byte(s)
Diff to previous 2322
do not install the pcscd_ccid.rules file but display a message telling
so. The exact location of this file is Linux distribution dependent.

Thanks to Alon Bar-Lev for the idea.

Revision 2322 - (view) (download) (annotate) - [select for diffs]
Modified Tue Jan 9 19:55:03 2007 UTC (6 years, 4 months ago) by rousseau
File length: 3162 byte(s)
Diff to previous 2318
use 60-pcscd_ccid.rules instead of 50-pcscd_ccid.rules so udev default
> rules will run before are run before this one.

Thanks to Alon Bar-Lev.

Revision 2318 - (view) (download) (annotate) - [select for diffs]
Modified Mon Jan 8 08:01:04 2007 UTC (6 years, 4 months ago) by rousseau
File length: 3162 byte(s)
Diff to previous 2315
add pcscd_ccid.rules in EXTRA_DIST

Thanks to Kjell M. Myksvoll for the bug report

Revision 2315 - (view) (download) (annotate) - [select for diffs]
Modified Sat Jan 6 21:53:22 2007 UTC (6 years, 4 months ago) by rousseau
File length: 3145 byte(s)
Diff to previous 2252
if --enable-udev is used we define IFD_GENERATE_HOTPLUG in
ifdCapabilities and install the pcscd_ccid.rules for udev

Revision 2252 - (view) (download) (annotate) - [select for diffs]
Modified Thu Nov 30 22:37:52 2006 UTC (6 years, 5 months ago) by rousseau
File length: 2833 byte(s)
Diff to previous 2238
use $(srcdir)/convert_version.pl

Revision 2238 - (view) (download) (annotate) - [select for diffs]
Modified Wed Nov 29 10:10:55 2006 UTC (6 years, 5 months ago) by rousseau
File length: 2825 byte(s)
Diff to previous 2186
distribute convert_version.pl

Revision 2186 - (view) (download) (annotate) - [select for diffs]
Modified Fri Oct 13 17:00:43 2006 UTC (6 years, 7 months ago) by rousseau
File length: 2803 byte(s)
Diff to previous 2166
remove unneeded dependency on dl library

Revision 2166 - (view) (download) (annotate) - [select for diffs]
Modified Wed Sep 20 13:40:19 2006 UTC (6 years, 8 months ago) by rousseau
File length: 2812 byte(s)
Diff to previous 2134
add support for SCARD_ATTR_VENDOR_IFD_VERSION tag used by
SCardGetAttrib()

Revision 2134 - (view) (download) (annotate) - [select for diffs]
Modified Fri Aug 11 17:15:28 2006 UTC (6 years, 9 months ago) by rousseau
File length: 2707 byte(s)
Diff to previous 2022
use ./configure --enable-twinserial to compile and install the the
driver for the GemPC Twin serial

Thanks to Wolfgang Glas for the idea

Revision 2022 - (view) (download) (annotate) - [select for diffs]
Modified Sat Apr 22 16:00:28 2006 UTC (7 years, 1 month ago) by rousseau
File length: 2677 byte(s)
Diff to previous 2021
add $(PROVIDED_BY_PCSC) to libccidtwin_la_SOURCES so that libccidtwin
uses its own log_xxd/log_msg when configured with --disable-pcsclite

Revision 2021 - (view) (download) (annotate) - [select for diffs]
Modified Sat Apr 22 15:54:22 2006 UTC (7 years, 1 month ago) by rousseau
File length: 2654 byte(s)
Diff to previous 2012
add $(TOKEN_PARSER) to libccidtwin_la_SOURCES

Revision 2012 - (view) (download) (annotate) - [select for diffs]
Modified Tue Apr 18 15:03:41 2006 UTC (7 years, 1 month ago) by rousseau
File length: 2638 byte(s)
Diff to previous 2007
add $(SYMBOL_VISIBILITY) to libccid_la_CFLAGS and libccidtwin_la_CFLAGS

Revision 2007 - (view) (download) (annotate) - [select for diffs]
Modified Tue Apr 18 12:29:03 2006 UTC (7 years, 1 month ago) by rousseau
File length: 2590 byte(s)
Diff to previous 2005
use tokenparser.l and parser.h from pcsc-lite (using a symlink in
subversion). So we also need strlcpy.c, strlcpycat.h and misc.h

Revision 2005 - (view) (download) (annotate) - [select for diffs]
Modified Tue Apr 18 12:10:29 2006 UTC (7 years, 1 month ago) by rousseau
File length: 2551 byte(s)
Diff to previous 1845
always use our own tokenparser.l even when pcsc-lite is used (do not use
LTPBundleFindValueWithKey from pcscd)

Revision 1845 - (view) (download) (annotate) - [select for diffs]
Modified Mon Jan 30 14:46:27 2006 UTC (7 years, 3 months ago) by rousseau
File length: 2687 byte(s)
Diff to previous 1803
use $(foo) instead of @foo@ to do not replace the values but the variables

Revision 1803 - (view) (download) (annotate) - [select for diffs]
Modified Tue Jan 17 19:49:49 2006 UTC (7 years, 4 months ago) by rousseau
File length: 2670 byte(s)
Diff to previous 1737
use @PTHREAD_CFLAGS@ and @PTHREAD_LIBS@

Revision 1737 - (view) (download) (annotate) - [select for diffs]
Modified Thu Nov 24 13:50:24 2005 UTC (7 years, 6 months ago) by rousseau
File length: 2582 byte(s)
Diff to previous 1733
tokenparser.l is only needed when pcscd is not used (Solaris). It is not
needed on Mac OS X since LTPBundleFindValueWithKey() is provided by
pcscd

Revision 1733 - (view) (download) (annotate) - [select for diffs]
Modified Thu Nov 24 10:06:04 2005 UTC (7 years, 6 months ago) by rousseau
File length: 2597 byte(s)
Diff to previous 1342
use LIBUSB_CFLAGS/LIBUSB_LIBS instead of LDFLAGS/CPPFLAGS for libusb
configuration

Revision 1342 - (view) (download) (annotate) - [select for diffs]
Modified Wed Feb 23 12:08:51 2005 UTC (8 years, 3 months ago) by rousseau
File length: 2560 byte(s)
Diff to previous 1329
if --disable-pcsclite is used we must link the library with debug.c
to provide debug_msg()

Revision 1329 - (view) (download) (annotate) - [select for diffs]
Modified Mon Feb 21 12:29:53 2005 UTC (8 years, 3 months ago) by rousseau
File length: 2490 byte(s)
Diff to previous 1254
use @PCSC_CFLAGS@

Revision 1254 - (view) (download) (annotate) - [select for diffs]
Modified Wed Sep 29 08:08:39 2004 UTC (8 years, 7 months ago) by rousseau
File length: 2442 byte(s)
Diff to previous 1252
use @AM_CPPFLAGS@ (defined by configure.in) instead of `pkg-config
libpcsclite --cflags` since PKG_CONFIG_PATH may not be correct here

Revision 1252 - (view) (download) (annotate) - [select for diffs]
Modified Wed Sep 29 07:13:14 2004 UTC (8 years, 7 months ago) by rousseau
File length: 2462 byte(s)
Diff to previous 1185
do not define parse_CFLAGS since AM_CPPFLAGS is already defined with the
same value

Revision 1185 - (view) (download) (annotate) - [select for diffs]
Modified Sun Aug 15 19:08:51 2004 UTC (8 years, 9 months ago) by rousseau
File length: 2511 byte(s)
Diff to previous 1145
use AM_CPPFLAGS = `pkg-config libpcsclite --cflags`

Revision 1145 - (view) (download) (annotate) - [select for diffs]
Modified Wed Aug 4 19:56:02 2004 UTC (8 years, 9 months ago) by rousseau
File length: 2462 byte(s)
Diff to previous 988
add "parse_CFLAGS = `pkg-config libpcsclite --cflags`" so that parse.c
can find and use <ifdhandler.h>

Revision 988 - (view) (download) (annotate) - [select for diffs]
Modified Wed Jun 30 09:42:26 2004 UTC (8 years, 10 months ago) by rousseau
File length: 2413 byte(s)
Diff to previous 894
- rename protocol_t1/ in towitoko/ to reflect the project the code comes from
- remove the now useless files from towitoko/ and add the files from openct/

Revision 894 - (view) (download) (annotate) - [select for diffs]
Modified Tue May 25 06:52:05 2004 UTC (9 years ago) by rousseau
File length: 2387 byte(s)
Diff to previous 893
install Info.plist before the lib. This is for my convenience only
because of my debug setup.

Revision 893 - (view) (download) (annotate) - [select for diffs]
Modified Tue May 25 06:50:24 2004 UTC (9 years ago) by rousseau
File length: 2387 byte(s)
Diff to previous 877
rename tokenparser_macosx.l into tokenparser_fake.l since it is not
MacOSX specific.

Revision 877 - (view) (download) (annotate) - [select for diffs]
Modified Mon May 17 14:35:51 2004 UTC (9 years ago) by rousseau
File length: 2350 byte(s)
Diff to previous 808
reorganize header files

Revision 808 - (view) (download) (annotate) - [select for diffs]
Modified Mon Apr 19 16:21:53 2004 UTC (9 years, 1 month ago) by rousseau
File length: 2376 byte(s)
Diff to previous 771
add winsmcrd.h in COMMON

Revision 771 - (view) (download) (annotate) - [select for diffs]
Modified Tue Apr 6 13:07:45 2004 UTC (9 years, 1 month ago) by rousseau
File length: 2362 byte(s)
Diff to previous 755
debug.c is only needed by parse_SOURCES not COMMON

Revision 755 - (view) (download) (annotate) - [select for diffs]
Modified Wed Mar 31 14:58:43 2004 UTC (9 years, 1 month ago) by rousseau
File length: 2365 byte(s)
Diff to previous 700
use $(srcdir) instead of ".". Thanks to Dr Russel Winder for the patch.

Revision 700 - (view) (download) (annotate) - [select for diffs]
Modified Sat Feb 14 12:26:09 2004 UTC (9 years, 3 months ago) by rousseau
File length: 2337 byte(s)
Diff to previous 665
disribute create_Info_plist.pl

Revision 665 - (view) (download) (annotate) - [select for diffs]
Modified Mon Feb 2 10:05:34 2004 UTC (9 years, 3 months ago) by rousseau
File length: 2316 byte(s)
Diff to previous 641
use create_Info_plist.pl to generate the installed Info.plist from an
Info.plist template and a list of supported readers.

Revision 641 - (view) (download) (annotate) - [select for diffs]
Modified Thu Jan 22 14:00:38 2004 UTC (9 years, 4 months ago) by rousseau
File length: 2268 byte(s)
Diff to previous 618
move rules for src/protocol_t1/ files in src/Makefile.am to avoid
building a (problematic) static library

Revision 618 - (view) (download) (annotate) - [select for diffs]
Modified Thu Jan 15 14:23:41 2004 UTC (9 years, 4 months ago) by rousseau
File length: 2052 byte(s)
Diff to previous 578
build protocol_t1 library

Revision 578 - (view) (download) (annotate) - [select for diffs]
Modified Fri Dec 19 09:03:49 2003 UTC (9 years, 5 months ago) by rousseau
File length: 1986 byte(s)
Diff to previous 564
build but do not install the serial ccidtwin driver by default since it
is useless on computers without a serial port or without this reader for
example.

Revision 564 - (view) (download) (annotate) - [select for diffs]
Modified Tue Nov 25 23:07:33 2003 UTC (9 years, 5 months ago) by rousseau
File length: 1842 byte(s)
Diff to previous 544
add a --enable-ccidtwindir argument to ./configure to specify the
serial GemPC Twin installation directory

Revision 544 - (view) (download) (annotate) - [select for diffs]
Modified Sat Nov 1 00:39:42 2003 UTC (9 years, 6 months ago) by rousseau
File length: 1901 byte(s)
Diff to previous 543
$(CCID_BUNDLE) is a directory so use 'rm -r' in uninstall_ccid: target

Revision 543 - (view) (download) (annotate) - [select for diffs]
Modified Fri Oct 31 23:55:18 2003 UTC (9 years, 6 months ago) by rousseau
File length: 1900 byte(s)
Diff to previous 461
modify the hack to compile under MacOSX.

Revision 461 - (view) (download) (annotate) - [select for diffs]
Modified Mon Sep 22 14:22:51 2003 UTC (9 years, 8 months ago) by rousseau
File length: 1877 byte(s)
Diff to previous 444
modify install rules so that root can use them even over NFS where root is
nobody

Revision 444 - (view) (download) (annotate) - [select for diffs]
Modified Tue Sep 16 14:18:42 2003 UTC (9 years, 8 months ago) by rousseau
File length: 1903 byte(s)
Diff to previous 402
honor DESTDIR in install rules (closes [ #300110 ])

Revision 402 - (view) (download) (annotate) - [select for diffs]
Added Wed Sep 10 08:47:41 2003 UTC (9 years, 8 months ago) by rousseau
File length: 1805 byte(s)
new build process using autoconf/automake

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.

  Diffs between and
  Type of Diff should be a

  ViewVC Help
Powered by ViewVC 1.1.5