summaryrefslogtreecommitdiff
path: root/include/Makefile.W32
blob: ff4b18ed69ba714e2c73dcdef195242d86ec72b9 (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
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\daemon\*.bak 2>NUL
	@-erase wolf\daemon\*~ 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