DOCUMENTROOT=$(DESTDIR)/www/pagesOWN=-o root -g rootINSTDOCS= 0644INSTALL=installDOCS= hwmon.html \ hwmon.jsPHP_SCRIPTS= hwmon.phpall:@echo"make all in src"install:@echo"make install in src"# below depends on Yocto and the corresponding recipe (meta-core/init/init.bb)$(INSTALL)$(OWN)-d$(DOCUMENTROOT)$(INSTALL)$(OWN)-m$(INSTDOCS)$(DOCS)$(DOCUMENTROOT)$(INSTALL)$(OWN)-m$(INSTDOCS)$(PHP_SCRIPTS)$(DOCUMENTROOT)clean:@echo"make clean in src"