Skip to content
Snippets Groups Projects
Commit 7a23fadb authored by Niels Möller's avatar Niels Möller
Browse files

Mark sections depending on non-exportable files.

Rev: src/modules/_Crypto/Makefile.in:1.15
Rev: src/modules/_Crypto/lib/Makefile.in:1.14
parent 2845309c
No related branches found
No related tags found
No related merge requests found
SRCDIR=@srcdir@
VPATH=@srcdir@:@srcdir@/../..:../..
OBJS=crypto.o idea.o des.o cast.o rc4.o invert.o sha.o md5.o pipe.o cbc.o
# BEGIN NATIONAL SECURITY
MASS_DESTRUCTION_OBJS = idea.o des.o cast.o rc4.o
# END NATIONAL SECURITY
OBJS= $(MASS_DESTRUCTION_OBJS) crypto.o invert.o sha.o md5.o pipe.o cbc.o
MODULE_ARCHIVES=lib/algorithms.a
MODULE_SUBDIRS=lib
MODULE_LDFLAGS=@LDFLAGS@
......
......@@ -137,7 +137,11 @@ desQuickCore.c:
### End of rules for desCore
OBJS = idea.o sha.o md5.o rc4.o cast.o $(O)
# BEGIN NATIONAL SECURITY
MASS_DESTRUCTION_OBJS = idea.o rc4.o cast.o $(O)
# END NATIONAL SECURITY
OBJS = $(MASS_DESTRUCTION_OBJS) sha.o md5.o
algorithms.a: $(OBJS)
rm -f algorithms.a
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment