head	1.2;
access;
symbols
	RELENG_3_5_0_RELEASE:1.1.1.2
	RELENG_3_4_0_RELEASE:1.1.1.2
	RELENG_3_3_0_RELEASE:1.1.1.2
	RELENG_3_2_PAO:1.1.1.2.0.6
	RELENG_3_2_PAO_BP:1.1.1.2
	RELENG_3_2_0_RELEASE:1.1.1.2
	RELENG_3_1_0_RELEASE:1.1.1.2
	RELENG_3:1.1.1.2.0.4
	RELENG_3_BP:1.1.1.2
	RELENG_2_2_8_RELEASE:1.1.1.2
	RELENG_3_0_0_RELEASE:1.1.1.2
	RELENG_2_2_7_RELEASE:1.1.1.2
	RELENG_2_2_6_RELEASE:1.1.1.2
	RELENG_2_2_5_RELEASE:1.1.1.2
	RELENG_2_2_2_RELEASE:1.1.1.2
	RELENG_2_2_1_RELEASE:1.1.1.2
	RELENG_2_2_0_RELEASE:1.1.1.2
	RELENG_2_1_7_RELEASE:1.1.1.1
	RELENG_2_1_6_1_RELEASE:1.1.1.1
	RELENG_2_1_6_RELEASE:1.1.1.1
	RELENG_2_2:1.1.1.2.0.2
	RELENG_2_2_BP:1.1.1.2
	ssleay_0_6_3:1.1.1.2
	ssleay_0_6_2:1.1.1.2
	ssleay_0_6_1:1.1.1.2
	RELENG_2_1_5_RELEASE:1.1.1.1
	RELENG_2_1_0:1.1.1.1.0.2
	des_051a:1.1.1.1
	EAY:1.1.1;
locks; strict;
comment	@# @;


1.2
date	99.09.19.18.49.48;	author markm;	state dead;
branches;
next	1.1;

1.1
date	96.02.10.15.32.21;	author markm;	state Exp;
branches
	1.1.1.1;
next	;

1.1.1.1
date	96.02.10.15.32.21;	author markm;	state Exp;
branches;
next	1.1.1.2;

1.1.1.2
date	96.07.28.08.17.18;	author markm;	state Exp;
branches;
next	;


desc
@@


1.2
log
@libdes is bmaked and built from src/crypto/... now.
@
text
@# This was GNUmakefile
# I have changed the library a bit since I was last able to test the
# build so this may require a little tweaking.
# have fun.

ifeq ($(wildcard ../Rules),)
# no glibc
include Makefile.uni
else
# We are part of glibc
default_cflags:= -O2
subdir := des
headers:= des.h rpc_des.h

routines:= $(destest)
	cbc3_enc cbc_cksm cbc_enc  cfb64enc cfb_enc  \
	ecb3_enc ecb_enc  ede_enc  enc_read enc_writ \
	fcrypt   ncbc_enc ofb64enc ofb_enc  pcbc_enc \
	qud_cksm rand_key read_pwd rpc_enc  set_key  \
	str2key  cfb64ede ofb64ede supp
distribute:= ARTISTIC COPYRIGHT FILES INSTALL Imakefile README VERSION \
	GNUmakefile times vms.com KERBEROS MODES.DES \
	des.man des_crypt.man \
	version.h des_locl.h podd.h sk.h spr.h \
	des.pl testdes.pl doIP doPC1 doPC2 PC1 PC2 shifts.pl \
	des.doc makefile.bc

tests:= destest speed
override +gccwarn := -w
others:= des rpw
install:= des

include ../Rules
endif

@


1.1
log
@Initial revision
@
text
@@


1.1.1.1
log
@This is the long-awaited new DES library. Over the next couple of days
will be properly built into the system.
@
text
@@


1.1.1.2
log
@Latest libdes from Eric Young. Mainly code beautification.
@
text
@d24 1
a24 1
	des_ver.h des_locl.h podd.h sk.h spr.h \
@
