import cyrus-sasl-2.1.23
[cyrus-sasl.git] / mac / libdes / src / Makefile.PL
1 use ExtUtils::MakeMaker;\r# See lib/ExtUtils/MakeMaker.pm for details of how to influence\r# the contents of the Makefile being created.\r&writeMakefile(\r 'potential_libs' => '',   # e.g., '-lm' \r       'INC' => '',     # e.g., '-I/usr/include/other' \r       'DISTNAME' => 'DES',\r   'VERSION' => '0.1',\r    'DEFINE' => '-DPERL5',\r 'OBJECT' => 'DES.o cbc_cksm.o cbc_enc.o ecb_enc.o pcbc_enc.o \\r rand_key.o set_key.o str2key.o \\r       enc_read.o enc_writ.o fcrypt.o cfb_enc.o \\r     ecb3_enc.o ofb_enc.o cbc3_enc.o des_enc.o',\r    );\r