source: cred_printer/Makefile @ ec550f7

abac0-leakabac0-meimei-idtvf-new-xml
Last change on this file since ec550f7 was ec550f7, checked in by Mei <mei@…>, 11 years ago

1) reworked how API doc is generated
2) tweak top level Makefile.am
3) loading issuer principal as side-effect of loading

an attribute credentials

4) add examples of GENI specific attribute credentials

and principal certificates into the regression testing

5) rename examples to tests

  • Property mode set to 100644
File size: 244 bytes
Line 
1
2# cred_printer
3#
4VERSION=1.10
5DISTFILES=dist/cred_printer-${VERSION}.tar.gz
6
7all:    ${DISTFILES}
8
9dist/cred_printer-${VERSION}.tar.gz:
10        python ./setup.py sdist
11
12distclean clean:
13        rm -rf cred_printer-${VERSION}
14        rm -rf *.pyc *.core dist MANIFEST
Note: See TracBrowser for help on using the repository browser.