Page MenuHomeHEPForge

update
No OneTemporary

#! /bin/sh
# update -- generate fresh Makefile.depend etc.
# $Id: Makefile.am 1385 2009-12-09 14:03:04Z ohl $
########################################################################
#
# Copyright (C) 1999-2013 by
# Wolfgang Kilian <kilian@physik.uni-siegen.de>
# Thorsten Ohl <ohl@physik.uni-wuerzburg.de>
# Juergen Reuter <juergen.reuter@desy.de>
# Christian Speckner <cnspeckn@googlemail.com>
#
# WHIZARD 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, or (at your option)
# any later version.
#
# WHIZARD 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., 675 Mass Ave, Cambridge, MA 02139, USA.
#
########################################################################
SUBDIRS="src/omega src/vamp src/circe1 src/circe2 libtool-config"
for d in $SUBDIRS; do
( cd $d && ./update; )
done

File Metadata

Mime Type
text/x-shellscript
Expires
Sat, Dec 21, 1:09 PM (19 h, 38 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
4009323
Default Alt Text
update (1 KB)

Event Timeline