XMLSchema should checksum using nvarchar(max) instead of varchar(max).
[versaplex.git] / Makefile
blob4e6e67a7b342e1953c177e8ea57c28eefa58a31f
1 WVDOTNET=wvdotnet
2 include rules.mk
3 include config.mk
5 ifndef BUILD_TARGET
6 $(error Please run the "configure" or "configure-mingw32" script)
7 endif
9 ifeq ($(BUILD_TARGET),win32)
10 WVSTREAMS_MAKEFILE=Makefile-win32
11 else
12 WVSTREAMS_MAKEFILE=Makefile
13 endif
15 wvdotnet dbus-sharp versaplexd wvstreams vxodbc: FORCE
17 dbus-sharp: dbus-sharp/Makefile
19 nall: versaplexd
21 all: nall vxodbc
23 # Note: $(MAKE) -C wv doesn't work, as wv's Makefile needs an accurate $(PWD)
24 wvstreams:
25 cd wv && $(MAKE) wvstreams
27 vxodbc: wvstreams
29 versaplexd: wvdotnet dbus-sharp
31 ntests: nall wvdotnet/tests versaplexd/tests
33 ntest: nall wvdotnet/test versaplexd/test
35 tests: nall ntests vxodbc/tests
37 test: all ntest vxodbc/test
39 nclean: versaplexd/clean wvdotnet/clean dbus-sharp/clean
41 clean: nclean
42 $(MAKE) -C vxodbc -fMakefile-common clean
44 portclean: clean
45 $(MAKE) -C wv/wvstreams -f$(WVSTREAMS_MAKEFILE) clean
46 $(MAKE) -C wv/wvports clean
48 distclean: clean
49 rm -f config.mk