| 30 |
protocol_t1/t1_block.c \ |
protocol_t1/t1_block.c \ |
| 31 |
protocol_t1/t1_block.h |
protocol_t1/t1_block.h |
| 32 |
|
|
| 33 |
# needed for MacOS X |
# needed for MacOS X or when used without pcsc-lite (Solaris) |
| 34 |
if NEED_PARSER |
if NEED_PARSER |
| 35 |
TOKEN_PARSER = tokenparser_macosx.l |
TOKEN_PARSER = tokenparser_fake.l |
| 36 |
endif |
endif |
| 37 |
|
|
| 38 |
libccid_la_SOURCES = $(COMMON) $(USB) $(TOKEN_PARSER) $(T1) |
libccid_la_SOURCES = $(COMMON) $(USB) $(TOKEN_PARSER) $(T1) |
| 46 |
|
|
| 47 |
EXTRA_DIST = Info.plist create_Info_plist.pl reader.conf.in |
EXTRA_DIST = Info.plist create_Info_plist.pl reader.conf.in |
| 48 |
|
|
| 49 |
tokenparser_macosx.l: tokenparser.l |
tokenparser_fake.l: tokenparser.l |
| 50 |
cp -f $^ $@ |
cp -f $^ $@ |
| 51 |
|
|
| 52 |
# do not install the serial driver by default |
# do not install the serial driver by default |