[BACK]Return to Makefile CVS log [TXT][DIR] Up to [local] / OpenXM / src / ox_ntl / crypt

File: [local] / OpenXM / src / ox_ntl / crypt / Makefile (download)

Revision 1.2, Mon May 17 14:53:39 2004 UTC (20 years ago) by iwane
Branch: MAIN
Changes since 1.1: +1 -1 lines

added OpenXM tag

# $OpenXM: OpenXM/src/ox_ntl/crypt/Makefile,v 1.2 2004/05/17 14:53:39 iwane Exp $


all:
	@echo "'make compile': compile"
	@echo "'make clean'  : delete object file"

xxx:
	(cd radix; make $(OPT))
	(cd sha1; make $(OPT))
	(cd rsa; make $(OPT))


compile:
	make xxx OPT= OpenXM_HOME=${PWD}/../../..

clean:
	make xxx OPT=clean