# Generated by DaoMake: DO NOT EDIT! # Targeting platform linux. DAOMAKE_SOURCE_DIR = /home/web/dao/modules/web/ DAOMAKE_BUILD_DIR = /home/web/dao/modules/web/ INSTALL?=/usr/local INSTALL_BIN?=$(INSTALL)/bin INSTALL_LIB?=$(INSTALL)/lib INSTALL_INC?=$(INSTALL)/include/dao INSTALL_MOD?=$(INSTALL)/lib/dao/modules INSTALL_DOC?=$(INSTALL)/share/dao INSTALL_FINDER?=$(INSTALL)/lib/daomake/packages all: http json cgi html mime .PHONY: test test: http json cgi html mime subtest .PHONY: http json cgi html mime DAOMAKE = /home/web/dao/tools/daomake/bootstrap/daomake http: cd http && $(MAKE) -f Makefile json: cd json && $(MAKE) -f Makefile cgi: cd cgi && $(MAKE) -f Makefile html: cd html && $(MAKE) -f Makefile mime: cd mime && $(MAKE) -f Makefile subtest: cd http && $(MAKE) -f Makefile test cd json && $(MAKE) -f Makefile test cd cgi && $(MAKE) -f Makefile test cd html && $(MAKE) -f Makefile test cd mime && $(MAKE) -f Makefile test .PHONY: subtest TESTSUM =/home/web/dao/daotest_result_summary.txt testsum: cd http && $(MAKE) -f Makefile testsum cd json && $(MAKE) -f Makefile testsum cd cgi && $(MAKE) -f Makefile testsum cd html && $(MAKE) -f Makefile testsum cd mime && $(MAKE) -f Makefile testsum .PHONY: testsum install: cd http && $(MAKE) -f Makefile install cd json && $(MAKE) -f Makefile install cd cgi && $(MAKE) -f Makefile install cd html && $(MAKE) -f Makefile install cd mime && $(MAKE) -f Makefile install uninstall: cd http && $(MAKE) -f Makefile uninstall cd json && $(MAKE) -f Makefile uninstall cd cgi && $(MAKE) -f Makefile uninstall cd html && $(MAKE) -f Makefile uninstall cd mime && $(MAKE) -f Makefile uninstall .PHONY: install uninstall clean: cd http && $(MAKE) -f Makefile clean cd json && $(MAKE) -f Makefile clean cd cgi && $(MAKE) -f Makefile clean cd html && $(MAKE) -f Makefile clean cd mime && $(MAKE) -f Makefile clean .PHONY: clean distclean: cd http && $(MAKE) -f Makefile distclean cd json && $(MAKE) -f Makefile distclean cd cgi && $(MAKE) -f Makefile distclean cd html && $(MAKE) -f Makefile distclean cd mime && $(MAKE) -f Makefile distclean .PHONY: distclean