import cyrus-sasl-2.1.23
[cyrus-sasl.git] / mac / libdes / src / Imakefile
1 # This Imakefile has not been tested for a while but it should still\r# work when placed in the correct directory in the kerberos v 4 distribution\r\rSRCS=   cbc_cksm.c cbc_enc.c ecb_enc.c pcbc_enc.c \\r        qud_cksm.c rand_key.c read_pwd.c set_key.c str2key.c \\r        enc_read.c enc_writ.c fcrypt.c cfb_enc.c \\r       ecb3_enc.c ofb_enc.c ofb64enc.c\r\rOBJS=   cbc_cksm.o cbc_enc.o ecb_enc.o pcbc_enc.o \\r   qud_cksm.o rand_key.o read_pwd.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 ofb64enc.o\r\rGENERAL=COPYRIGHT FILES INSTALL Imakefile README VERSION makefile times \\r     vms.com KERBEROS\rDES=    des.c des.man\rTESTING=destest.c speed.c rpw.c\rLIBDES= des_crypt.man des.h des_locl.h podd.h sk.h spr.h\r\rPERL=   des.pl testdes.pl doIP doPC1 doPC2 PC1 PC2 shifts.pl\r\rCODE=    $(GENERAL) $(DES) $(TESTING) $(SRCS) $(LIBDES) $(PERL)\r\rSRCDIR=$(SRCTOP)/lib/des\r\rDBG= -O\rINCLUDE= -I$(SRCDIR)\rCC= cc\r\rlibrary_obj_rule()\r\rinstall_library_target(des,$(OBJS),$(SRCS),)\r\rtest(destest,libdes.a,)\rtest(rpw,libdes.a,)\r