~ubuntu-branches/ubuntu/gutsy/cyrus-sasl2/gutsy-201105300151

« back to all changes in this revision

Viewing changes to mac/libdes/src/Imakefile

  • Committer: Bazaar Package Importer
  • Author(s): Scott James Remnant
  • Date: 2006-11-27 12:59:40 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20061127125940-na3q3g3tkydvyvgl
Tags: 2.1.22.dfsg1-4ubuntu1
* Merge from debian unstable, remaining changes:
  - remove stop links from rc0 and rc6
  - build against db4.3 instead of 4.2
  - build against heimdal-dev instead of libkrb5-dev
  - depend on, don't recommend, modules

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# This Imakefile has not been tested for a while but it should still
 
 
b'# work when placed in the correct directory in the kerberos v 4 distribution'
 
 
b'SRCS=   cbc_cksm.c cbc_enc.c ecb_enc.c pcbc_enc.c \\'
0
2
       qud_cksm.c rand_key.c read_pwd.c set_key.c str2key.c \
1
3
       enc_read.c enc_writ.c fcrypt.c cfb_enc.c \
 
 
b'\tecb3_enc.c ofb_enc.c ofb64enc.c'
 
 
b'OBJS=   cbc_cksm.o cbc_enc.o ecb_enc.o pcbc_enc.o \\'
 
 
b'\tqud_cksm.o rand_key.o read_pwd.o set_key.o str2key.o \\'
 
 
b'\tenc_read.o enc_writ.o fcrypt.o cfb_enc.o \\'
 
 
b'\tecb3_enc.o ofb_enc.o ofb64enc.o'
 
 
b'GENERAL=COPYRIGHT FILES INSTALL Imakefile README VERSION makefile times \\'
 
 
b'\tvms.com KERBEROS'
 
 
b'DES=    des.c des.man'
 
 
b'TESTING=destest.c speed.c rpw.c'
 
 
b'LIBDES= des_crypt.man des.h des_locl.h podd.h sk.h spr.h'
 
 
b'PERL=   des.pl testdes.pl doIP doPC1 doPC2 PC1 PC2 shifts.pl'
 
 
b'CODE=    $(GENERAL) $(DES) $(TESTING) $(SRCS) $(LIBDES) $(PERL)'
 
 
b'SRCDIR=$(SRCTOP)/lib/des'
 
 
b'DBG= -O'
 
 
b'INCLUDE= -I$(SRCDIR)'
 
 
b'CC= cc'
 
 
b'library_obj_rule()'
 
 
b'install_library_target(des,$(OBJS),$(SRCS),)'
 
 
b'test(destest,libdes.a,)'
 
 
b'test(rpw,libdes.a,)'
 
 
b'\\ No newline at end of file'