TOPDIR = .. !INCLUDE $(TOPDIR)\makefiles\nmake\sub.mk local_all: local_clean: @-erase wolf\*.bak 2>NUL @-erase wolf\*~ 2>NUL @-erase wolf\port\*.bak 2>NUL @-erase wolf\port\*~ 2>NUL @-erase wolf\log\*.bak 2>NUL @-erase wolf\log\*~ 2>NUL @-erase wolf\service\*.bak 2>NUL @-erase wolf\service\*~ 2>NUL @-erase wolf\library\*.bak 2>NUL @-erase wolf\library\*~ 2>NUL local_distclean: local_test: #local_install: # $(INSTALL) -d -m 755 $(includedir)/wolf # $(INSTALL) -m 644 wolf/*.h $(includedir)/wolf # $(INSTALL) -d -m 755 $(includedir)/wolf/daemon # $(INSTALL) -m 644 wolf/daemon/*.h $(includedir)/wolf/daemon # $(INSTALL) -d -m 755 $(includedir)/wolf/port # $(INSTALL) -m 644 wolf/port/*.h $(includedir)/wolf/port # $(INSTALL) -d -m 755 $(includedir)/wolf/library # $(INSTALL) -m 644 wolf/daemon/*.h $(includedir)/wolf/library