# Builds all of the user-visible commands # Copyright 2003 Walter Landry # 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 2 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. # You should have received a copy of the GNU General Public License # along with this program; if not, write to the Free Software # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 # USA Import('arx_env','arx_files') arx_files+=[arx_env.File('add.cpp'), arx_env.File('annotate.cpp'), arx_env.File('archives.cpp'), arx_env.File('archive_cache.cpp'), arx_env.File('break_lock.cpp'), arx_env.File('browse.cpp'), arx_env.File('commit.cpp'), arx_env.File('delete_branch.cpp'), arx_env.File('delete_revision.cpp'), arx_env.File('diff.cpp'), arx_env.File('dopatch.cpp'), arx_env.File('edit.cpp'), arx_env.File('export.cpp'), arx_env.File('file_diff.cpp'), arx_env.File('file_orig.cpp'), arx_env.File('file_undo.cpp'), arx_env.File('fork.cpp'), arx_env.File('get.cpp'), arx_env.File('get_patch.cpp'), arx_env.File('history.cpp'), arx_env.File('ignore.cpp'), arx_env.File('init.cpp'), arx_env.File('log.cpp'), arx_env.File('make_archive.cpp'), arx_env.File('mirror.cpp'), arx_env.File('missing.cpp'), arx_env.File('mkpatch.cpp'), arx_env.File('mv.cpp'), arx_env.File('param.cpp'), arx_env.File('patch_report.cpp'), arx_env.File('property.cpp'), arx_env.File('redo.cpp'), arx_env.File('replay.cpp'), arx_env.File('rm.cpp'), arx_env.File('sig.cpp'), arx_env.File('merge.cpp'), arx_env.File('resolve.cpp'), arx_env.File('tag.cpp'), arx_env.File('tree_cache.cpp'), arx_env.File('tree_lint.cpp'), arx_env.File('tree_root.cpp'), arx_env.File('tree_branch.cpp'), arx_env.File('undo.cpp'), arx_env.File('update_listing.cpp')] SConscript('inventory/SConscript')