File: Makefile.PL.stub

package info (click to toggle)
findimagedupes 2.20.1-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 828 kB
  • sloc: perl: 1,067; makefile: 43; sh: 32
file content (10 lines) | stat: -rw-r--r-- 285 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
#! /usr/bin/perl
use Inline::MakeMaker;
use Config;
WriteMakefile(
	'NAME' => 'findimagedupes::C',
	'VERSION_FROM' => 'C.pm',
	'EXE_FILES' => [ 'findimagedupes' ],
	'CCFLAGS' => "$Config{ccflags} $ENV{'CFLAGS'} $ENV{'CPPFLAGS'}",
	'LDFLAGS' => "$Config{lddlflags} $ENV{'LDFLAGS'}",
);