#! /bin/sh # update -- generate fresh Makefile.depend etc. # $Id: Makefile.am 1385 2009-12-09 14:03:04Z ohl $ ######################################################################## # # Copyright (C) 1999-2012 by # Wolfgang Kilian # Thorsten Ohl # Juergen Reuter # Christian Speckner # # 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