File: Makefile_OSX.PL

package info (click to toggle)
pcsc-perl 1.4.2-1
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 296 kB
  • ctags: 74
  • sloc: perl: 887; ansic: 109; makefile: 50; sh: 44
file content (12 lines) | stat: -rw-r--r-- 544 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
use ExtUtils::MakeMaker;
# See lib/ExtUtils/MakeMaker.pm for details of how to influence
# the contents of the Makefile that is written.
WriteMakefile(
    'NAME'      => 'Chipcard::PCSC',
    'VERSION_FROM' => 'PCSC.pm', # finds $VERSION
    'LIBS'      => ['-lCoreFoundation'],   # e.g., '-lm'
    'DEFINE'    => '',     # e.g., '-DHAVE_SOMETHING'
    'INC'       => '-I/System/Library/Frameworks/PCSC.framework/Headers/ -I/System/Library/Frameworks/PCSC.framework/PrivateHeaders/',     # e.g., '-I/usr/include/other'
	'PL_FILES'  => {},
);