summaryrefslogtreecommitdiffstats
path: root/secure/lib/libdes/GNUmakefile
blob: 5863b9063fe922f52c8b99c52f5fc85ba3451fa3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
# 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 \
	des_ver.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

OpenPOWER on IntegriCloud