summaryrefslogtreecommitdiffstats
path: root/secure/lib/libdes/Makefile.PL
blob: 41a7e0fbba104f9564ae5e25d6c76e1d9fd7805a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
use ExtUtils::MakeMaker;
# See lib/ExtUtils/MakeMaker.pm for details of how to influence
# the contents of the Makefile being created.
&writeMakefile(
	'potential_libs' => '',   # e.g., '-lm' 
	'INC' => '',     # e.g., '-I/usr/include/other' 
	'DISTNAME' => 'DES',
	'VERSION' => '0.1',
	'DEFINE' => '-DPERL5',
	'OBJECT' => 'DES.o cbc_cksm.o cbc_enc.o ecb_enc.o pcbc_enc.o \
	rand_key.o set_key.o str2key.o \
	enc_read.o enc_writ.o fcrypt.o cfb_enc.o \
	ecb3_enc.o ofb_enc.o cbc3_enc.o',
	);
OpenPOWER on IntegriCloud