Sophie

Sophie

distrib > Mandriva > 2009.1 > x86_64 > by-pkgid > 0081d03263113a3984cc27f21a12338f > files > 1482

silc-toolkit-1.1.9-1.2mdv2009.1.x86_64.rpm

#
#  Makefile.am
#
#  Author: Pekka Riikonen <priikone@silcnet.org>
#
#  Copyright (C) 2002 Pekka Riikonen
#
#  The contents of this file are subject to one of the Licenses specified 
#  in the COPYING file;  You may not use this file except in compliance 
#  with the License.
#
#  The software distributed under the License is distributed on an "AS IS"
#  basis, in the hope that it will be useful, but WITHOUT WARRANTY OF ANY
#  KIND, either expressed or implied.  See the COPYING file for more
#  information.
#

AUTOMAKE_OPTIONS = 1.0 no-dependencies foreign

SUBDIRS = mybot

all: make-all

clean: make-clean-all

make-all:
	for i in $(SUBDIRS); do cd $$i && $(MAKE) && cd ..; done;
 
make-clean-all:
	for i in $(SUBDIRS); do cd $$i && $(MAKE) clean && cd ..; done;