#################################################################### ### ### script name: NightlyBuilds_sub_makefile ### modified by: Ken MacLean ### email: contact@voxforge.org ### Date: 2006.12.28 ### Command: make -f NightlyBuilds_sub_makefile ### Version: 0.1 ### ### Copyright (C) 2006 Ken MacLean ### ### This program is free software; you can redistribute it and/or ### modify it under the terms of the GNU General Public License ### as published by the Free Software Foundation; either version 3 ### of the License, or (at your option) any later version. ### ### This program is distributed in the hope that it will be useful, ### but WITHOUT ANY WARRANTY; without even the implied warranty of ### MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the ### GNU General Public License for more details. ### #################################################################### # Notes on Make command: # cannot use $(release) variable in command section ... it takes the last value assigned *in the script* !!! # make invokes a new subshell for each command line! # To ignore errors in a command line, write a `-' at the beginning of the line's text # must indent commands with a tab # $@ The file name of the target of the rule # $(<) - name of 1st prerequisite; $(