~ubuntu-branches/ubuntu/karmic/opensc/karmic-updates

« back to all changes in this revision

Viewing changes to solaris/Makefile

  • Committer: Bazaar Package Importer
  • Author(s): Eric Dorland
  • Date: 2009-03-29 03:56:10 UTC
  • mto: (8.2.1 squeeze)
  • mto: This revision was merged to the branch mainline in revision 17.
  • Revision ID: james.westby@ubuntu.com-20090329035610-y7v5a3f0852p4da8
Tags: upstream-0.11.7
ImportĀ upstreamĀ versionĀ 0.11.7

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
PWD=pwd
5
5
CONFIGURE_PREFIX=$(PWD:sh)/..
6
6
CONFIGURE=${CONFIGURE_PREFIX}/configure
7
 
CONFIGURE_ARGS=--prefix=/usr --sysconfdir=/etc/opensc --mandir=/usr/share/man
 
7
CONFIGURE_ARGS=--prefix=/usr --sysconfdir=/etc/opensc --mandir=/usr/share/man --enable-pcsc --enable-openct
8
8
CONFIG_GUESS=${CONFIGURE_PREFIX}/config.guess
9
9
UNAME_ARCH=/sbin/uname -p
10
10
PLATFORM = $(CONFIG_GUESS:sh)