added "HOST_CPU", "HOST_32BIT", "HOST_64BIT" built-in variables
[k8jam.git] / defaults / Jambase.clean
blob663369a9827583c790ce7e92b49aa8cb509a869e
1 # This program is free software: you can redistribute it and/or modify
2 # it under the terms of the GNU General Public License as published by
3 # the Free Software Foundation, version 3 of the License ONLY.
5 # This program is distributed in the hope that it will be useful,
6 # but WITHOUT ANY WARRANTY; without even the implied warranty of
7 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
8 # GNU General Public License for more details.
10 # You should have received a copy of the GNU General Public License
11 # along with this program. If not, see <http://www.gnu.org/licenses/>.
13 # /Clean clean : targets ;
15 # Removes existing _targets_ when _clean_ is built. clean is not a dependency
16 # of all, and must be built explicitely for targets to be removed
19 actions piecemeal together existing Clean {
20 $(RM) $(>)
24 rule RmTemps {
25 Temporary $(>) ;
28 actions quietly updated piecemeal together RmTemps {
29 $(RM) $(>)