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

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

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 564 by rousseau, Tue Nov 25 23:07:33 2003 UTC revision 578 by rousseau, Fri Dec 19 09:03:49 2003 UTC
# Line 32  EXTRA_DIST = Info.plist reader.conf.in Line 32  EXTRA_DIST = Info.plist reader.conf.in
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)/
# Line 50  install_ccidtwin: libccidtwin.la Line 52  install_ccidtwin: libccidtwin.la
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)

Legend:
Removed from v.564  
changed lines
  Added in v.578

  ViewVC Help
Powered by ViewVC 1.1.5