1 INFILES = $(wildcard *.txt)
2 PEMFILES = $(patsubst %.txt, %.pem, $(INFILES))
3 OPENSSHFILES = $(patsubst %.txt, %.openssh, $(INFILES))
4 OUTFILES = $(PEMFILES) $(OPENSSHFILES) moduli.openssh
13 gen_pkcs3 `perl parse.pl $<` > $@
16 sh openssh-modulus.sh $< > $@
18 moduli.openssh: $(OPENSSHFILES)