# Generated automatically from Makefile.in by configure.
include $(BLDDIR)/Make.conf


.PHONEY: dummy

all: test

test: examples

examples: z

SUBDIRS=z

clean: dummy
	sh -c 'for i in $(SUBDIRS); do \
        cd $$i ; $(MAKE) -f $(SRCDIR)/examples/$$i/Makefile clean ; cd .. ; \
        done ; true'

z: dummy
	$(MKDIR) $(MDFLAGS) $@ ; \
	cd $@ ; $(MAKE) -f $(SRCDIR)/examples/$@/Makefile test

dummy:
