2005-09-13 Cesar Lopez Nataren <cnataren@novell.com>
[mono.git] / mcs / tools / mono-shlib-cop / Makefile
1 thisdir = tools/mono-shlib-cop
2 SUBDIRS = 
3 include ../../build/rules.make
4
5 LOCAL_MCS_FLAGS = -r:Mono.Posix.dll -r:Mono.GetOptions.dll
6
7 PROGRAM = mono-shlib-cop.exe
8
9 include ../../build/executable.make
10
11 test-local: $(PROGRAM)
12
13 run-test-local: run-mono-shlib-cop-test
14
15 run-mono-shlib-cop-test: $(PROGRAM)
16         $(RUNTIME) $< $< | diff - mono-shlib-cop.exe.out
17