summaryrefslogtreecommitdiff
path: root/include/Makefile.W32
blob: 61bff47c8f8085879cd73ecdd0c9ba1cf55cfe36 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
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