21
22 #
23 # Copyright (c) 2006, 2010, Oracle and/or its affiliates. All rights reserved.
24 # Copyright 2013 Saso Kiselkov. All rights reserved.
25 #
26
27 LIBRARY = libmd.a
28 VERS = .1
29
30 OBJECTS = edonr.o md4.o md5.o sha1.o sha2.o \
31 skein.o skein_block.o skein_iv.o
32
33 include $(SRC)/lib/Makefile.lib
34 include $(SRC)/lib/Makefile.rootfs
35 include ../Makefile.com
36
37 .KEEP_STATE:
38
39 all: $(LIBS)
40
41 install: all $(ROOTLIBS) $(ROOTLINKS) $(ROOTLINT)
42
43 lint: lintcheck
44
45 include ../Makefile.targ
|
21
22 #
23 # Copyright (c) 2006, 2010, Oracle and/or its affiliates. All rights reserved.
24 # Copyright 2013 Saso Kiselkov. All rights reserved.
25 #
26
27 LIBRARY = libmd.a
28 VERS = .1
29
30 OBJECTS = edonr.o md4.o md5.o sha1.o sha2.o \
31 skein.o skein_block.o skein_iv.o
32
33 include $(SRC)/lib/Makefile.lib
34 include $(SRC)/lib/Makefile.rootfs
35 include ../Makefile.com
36
37 .KEEP_STATE:
38
39 all: $(LIBS)
40
41 install: all $(ROOTLIBS) $(ROOTLINKS) $(ROOTLINT) $(ROOTCOMPATLINKS)
42
43 lint: lintcheck
44
45 include ../Makefile.targ
|