source: cred_printer/Makefile

Last change on this file was 3c30b59, checked in by Mei <mei@…>, 11 years ago

1) add in new refactored regression testing directory
2) undo the abac.hh/ABAC.hh api changes
3) merged with Ted's changes to attribute format/nickname/issuer processing

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