# This Makefile is automatically generated.  Do NOT edit it here.
all:
	cd include; make all
	cd lib; make all
	cd ph; make all
	cd qi; make all
	cd util; make all

install: all
	cd include; make install
	cd lib; make install
	cd ph; make install
	cd qi; make install
	cd util; make install

depend:
	cd include; make depend
	cd lib; make depend
	cd ph; make depend
	cd qi; make depend
	cd util; make depend

clean:
	rm -f tags
	cd include; make clean
	cd lib; make clean
	cd ph; make clean
	cd qi; make clean
	cd util; make clean

tape:
	cd include; make tape
	cd lib; make tape
	cd ph; make tape
	cd qi; make tape
	cd util; make tape

rcs:
	cd include; make rcs
	cd lib; make rcs
	cd ph; make rcs
	cd qi; make rcs
	cd util; make rcs

tags:
	cd lib; ctags -t -f ../tags ../*/*.[chly]
	ln tags include/tags
	ln tags lib/tags
	ln tags ph/tags
	ln tags qi/tags
	ln tags util/tags
