File:  [Research Unix] / researchv10no / cmd / descrypt / Makefile
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs
Tue Apr 24 17:21:35 2018 UTC (8 years, 1 month ago) by root
Branches: belllabs, MAIN
CVS tags: researchv10, HEAD
researchv10 Norman

SRC= SP.c io.c keysetup.c crunch.c des.c permute.c randblock.c setup.c getpass.c alpha.c
OBJS= SP.o io.o keysetup.o crunch.o des.o permute.o randblock.o setup.o getpass.o alpha.o
CFLAGS= -O

encrypt:	$(OBJS) encrypt.o decrypt.o
	cc -o encrypt encrypt.o $(OBJS)
	cc -o decrypt decrypt.o $(OBJS)

$(OBJS) encrypt.o decrypt.o:	crypt.h

install:	encrypt
	cp encrypt decrypt /usr/bin
	strip /usr/bin/encrypt /usr/bin/decrypt

clean:
	rm -f *.o encrypt decrypt

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.