File: win32.mak

package info (click to toggle)
svn-workbench 1.5.0-1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 2,400 kB
  • ctags: 1,585
  • sloc: python: 12,163; sh: 74; makefile: 46; ansic: 9
file content (16 lines) | stat: -rw-r--r-- 286 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
build: all test kit

all:
	cd ..\Source && $(MAKE) -f win32.mak all

clean:
	cd ..\Source && $(MAKE) -f win32.mak clean
	cd ..\kit\Win32 && $(MAKE) -f win32.mak clean

kit:
	cd ..\kit\Win32 && $(MAKE) -f win32.mak all

install:
	..\kit\Win32\tmp\output\setup.exe

test: