| 32 |
tokenparser_macosx.l: tokenparser.l |
tokenparser_macosx.l: tokenparser.l |
| 33 |
cp -f $^ $@ |
cp -f $^ $@ |
| 34 |
|
|
| 35 |
install: install_ccid install_ccidtwin |
# do not install the serial driver by default |
| 36 |
|
# use explicitely 'make install_ccidtwin' |
| 37 |
|
install: install_ccid |
| 38 |
|
|
| 39 |
install_ccid: libccid.la |
install_ccid: libccid.la |
| 40 |
$(mkinstalldirs) $(DESTDIR)$(usbdropdir)/$(CCID_BUNDLE)/Contents/$(BUNDLE_HOST)/ |
$(mkinstalldirs) $(DESTDIR)$(usbdropdir)/$(CCID_BUNDLE)/Contents/$(BUNDLE_HOST)/ |
| 52 |
perl -ne "s|TARGET|$(ccidtwindir)/$(CCIDTWIN_LIB).$(VERSION)| ; print" $(srcdir)/reader.conf.in > $(DESTDIR)/etc/reader.conf ; \ |
perl -ne "s|TARGET|$(ccidtwindir)/$(CCIDTWIN_LIB).$(VERSION)| ; print" $(srcdir)/reader.conf.in > $(DESTDIR)/etc/reader.conf ; \ |
| 53 |
fi |
fi |
| 54 |
|
|
| 55 |
uninstall: uninstall_ccid uninstall_ccidtwin |
# do not uninstall the serial driver by default |
| 56 |
|
# use explicitely 'make uninstall_ccidtwin' |
| 57 |
|
uninstall: uninstall_ccid |
| 58 |
|
|
| 59 |
uninstall_ccid: |
uninstall_ccid: |
| 60 |
rm -rf $(DESTDIR)$(usbdropdir)/$(CCID_BUNDLE) |
rm -rf $(DESTDIR)$(usbdropdir)/$(CCID_BUNDLE) |