| | # Build a release of 'tbku' using 'make' |
---|
| | # $Id: makefile,v 1.105 2012/06/09 18:14:29 tundra Exp $ |
---|
| | # $Id: makefile,v 1.106 2013/04/01 22:27:04 tundra Exp $ |
---|
| | # Requires a modern 'make' like GNU. |
---|
| | |
---|
| | # Uncomment One Of The Following For Early Releases |
---|
| | |
---|
| |
---|
| | # Definitions Relevant To This Program |
---|
| | ##### |
---|
| | |
---|
| | PROGNAME = tbku |
---|
| | PROGMAIN = tbku.sh |
---|
| | PROGMAIN = tbku |
---|
| | |
---|
| | PROGFILES = ${PROGMAIN} # setup.py # Uncomment this if desired for python modules |
---|
| | PROGDOCS = ${PROGMAIN}.ps |
---|
| | |
---|
| |
---|
| | |