# Generated automatically from Makefile.in by configure.
# $Id: Makefile.in,v 1.39 2001/10/25 06:49:50 vkurland Exp $



SUBDIRS = compiler-framework iptables ipfilter gui filters migration tools
DESTDIR = 

all clean distclean install depend:
	for d in $(SUBDIRS); do \
	  (cd $$d && echo $$d && $(MAKE) DESTDIR="$(DESTDIR)" $@) || exit; \
	done;

