############################################################################## # This file is part of a software distribution, which is furnished under the # # terms of a license. Use of this software by any means is subject to this # # license and signifies the acceptance of the licensing terms stated # # therein. Please see the file LICENSE in the top-level directory of this # # software distribution for detailed copyright disclaimers and licensing # # terms. # ############################################################################## # Copryight (c) by Andreas S. Wetzel - All rights reserved. # ############################################################################## # $Id: Makefile.in,v 1.3 2001/03/21 01:23:13 mickey Exp $ SHELL = @SHELL@ prefix = @prefix@ exec_prefix = @exec_prefix@ srcdir = @srcdir@ SUBDIRS = common vchat vchatd SUBTARGS = all depend install uninstall clean .NOTPARALLEL: ${SUBTARGS}: @for i in ${SUBDIRS}; do \ if [ -d $$i ]; then \ cd $$i ; \ echo "making $@ in src/$$i" ; \ $(MAKE) $@ ; \ cd .. ; \ fi \ done Makefile: Makefile.in ../config.status (cd .. ; ./config.status)