#	$Id: Makefile.in,v 1.9 2001/07/13 19:18:02 sandro Exp $

subdirs = cdecl chilight cobfusc cundecl cunloop yyextract yyref

all install uninstall clean realclean mostlyclean:
	@for f in $(subdirs); do \
		(cd $$f && $(MAKE) $@); \
	done

distclean:
	@for f in $(subdirs); do \
		(cd $$f && $(MAKE) $@); \
	done
	-rm -f Makefile


syntax highlighted by Code2HTML, v. 0.9.1