source: examples/example_scripts/perl/Makefile @ 163aadf

abac0-leakabac0-meimei-idmei-rt0-nmei_rt0tvf-new-xml
Last change on this file since 163aadf was 4721618, checked in by Mei <mei@…>, 11 years ago

1) tested out python and perl test scripts along with

abac_chunk_t calls in libabac's abac.hh

  • Property mode set to 100644
File size: 411 bytes
Line 
1all: run bad prove
2
3clean:
4        @rm -rf *.pem *.xml *.log
5
6setup: 
7        creddy --generate --cn IceCream
8        creddy --generate --cn Chocolate
9       
10run: 
11        make clean
12        make setup
13        ./abac_keyid.pl IceCream_ID.pem 1>id.log 2>&1 
14
15bad: 
16        make clean
17        make setup
18        ./abac_keyid.pl IceCream_private.pem 1>id2.log 2>&1 
19
20attr: 
21        make clean
22        make setup
23        ./run_attr 1 >attr.log 2>&1
24
25prove: 
26        make attr
27        ./run_prover 1 >prover.log 2>&1
28
Note: See TracBrowser for help on using the repository browser.