| 30 |
openct/checksum.h \ |
openct/checksum.h \ |
| 31 |
openct/proto-t1.c \ |
openct/proto-t1.c \ |
| 32 |
openct/proto-t1.h |
openct/proto-t1.h |
| 33 |
|
TOKEN_PARSER = tokenparser.l parser.h |
|
# needed when used without pcsc-lite (Solaris) |
|
|
if NEED_PARSER |
|
|
TOKEN_PARSER = tokenparser_fake.l |
|
|
endif |
|
| 34 |
|
|
| 35 |
if WITHOUT_PCSC |
if WITHOUT_PCSC |
| 36 |
PROVIDED_BY_PCSC = debug.c |
PROVIDED_BY_PCSC = debug.c |
| 45 |
libccidtwin_la_CFLAGS = $(PCSC_CFLAGS) $(PTHREAD_CFLAGS) -DTWIN_SERIAL |
libccidtwin_la_CFLAGS = $(PCSC_CFLAGS) $(PTHREAD_CFLAGS) -DTWIN_SERIAL |
| 46 |
libccidtwin_la_LIBADD = $(PTHREAD_LIBS) |
libccidtwin_la_LIBADD = $(PTHREAD_LIBS) |
| 47 |
|
|
| 48 |
parse_SOURCES = tokenparser.l parse.c parser.h debug.c |
parse_SOURCES = parse.c debug.c |
| 49 |
parse_LDADD = libccid.la |
parse_LDADD = libccid.la |
| 50 |
parse_CFLAGS = $(PCSC_CFLAGS) $(LIBUSB_CFLAGS) |
parse_CFLAGS = $(PCSC_CFLAGS) $(LIBUSB_CFLAGS) |
| 51 |
|
|
| 52 |
EXTRA_DIST = Info.plist create_Info_plist.pl reader.conf.in \ |
EXTRA_DIST = Info.plist create_Info_plist.pl reader.conf.in \ |
| 53 |
towitoko/COPYING towitoko/README openct/LICENSE |
towitoko/COPYING towitoko/README openct/LICENSE |
| 54 |
|
|
|
tokenparser_fake.l: tokenparser.l |
|
|
cp -f $^ $@ |
|
|
|
|
| 55 |
# do not install the serial driver by default |
# do not install the serial driver by default |
| 56 |
# use explicitely 'make install_ccidtwin' |
# use explicitely 'make install_ccidtwin' |
| 57 |
install: install_ccid |
install: install_ccid |