| | # Build a release of tconfpy using 'make' |
---|
| | # $Id: makefile,v 1.100 2006/04/28 21:24:54 tundra Exp $ |
---|
| | # Build a release of tperimeter using 'make' |
---|
| | # $Id: makefile,v 1.101 2006/04/28 21:46:58 tundra Exp $ |
---|
| | # Requires a modern 'make' like GNU. |
---|
| | |
---|
| | |
---|
| | # Uncomment One Of The Following For Early Releases |
---|
| |
---|
| | ##### |
---|
| | # Definitions Relevant To This Program |
---|
| | ##### |
---|
| | |
---|
| | PROGNAME = tperimiter |
---|
| | PROGNAME = tperimeter |
---|
| | |
---|
| | PORTNAME = ${PROGNAME} |
---|
| | |
---|
| | PROGFILES = ${PROGNAME}.py |
---|
| |
---|
| | |