source: cred_printer/Makefile @ 6cd69a0

abac0-leakabac0-mei
Last change on this file since 6cd69a0 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
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:
13        rm -rf cred_printer-${VERSION}
14        rm -rf *.pyc *.core dist MANIFEST
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.