| | # Build a release of tperimeter using 'make' |
---|
| | # $Id: makefile,v 1.117 2012/06/09 20:54:41 tundra Exp $ |
---|
| | # $Id: makefile,v 1.118 2012/06/09 20:57:22 tundra Exp $ |
---|
| | # Requires a modern 'make' like GNU. |
---|
| | |
---|
| | |
---|
| | # Uncomment One Of The Following For Early Releases |
---|
| |
---|
| | ${PROGNAME}.txt \ |
---|
| | rebuild-hosts.allow.sh.ps \ |
---|
| | ${PROGNAME}-ui.html.ps \ |
---|
| | CHANGELOG.txt \ |
---|
| | Makefile \ |
---|
| | |
---|
| | SAMPLE = ${PROGNAME}-sample.tar.gz |
---|
| | |
---|
| | |
---|
| |
---|
| | ### |
---|
| | # Pretty Print Programs & Scripts |
---|
| | ### |
---|
| | |
---|
| | %.html.ps: %.html |
---|
| | @enscript -Ehtml --color -fCourier8 -i2 -L77 -C --mark-wrapped-lines=arrow -p$@ $< |
---|
| | |
---|
| | %.pl.ps: %.pl |
---|
| | @enscript -Eperl --color -fCourier8 -i2 -L77 -C --mark-wrapped-lines=arrow -p$@ $< |
---|
| | |
---|
| | %.py.ps: %.py |
---|
| |
---|
| | |