MethodCall->WvDbusCall and Signal->WvDbusSignal
[versaplex.git] / Makefile
blobf80a15352e417e00d450260c00a36d336894f58c
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 wvdbus-sharp versaplexd wvstreams vxodbc: FORCE
17 wvdbus-sharp: wvdbus-sharp/Makefile
19 nall: wvdotnet wvdbus-sharp 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 wvdbus-sharp
31 ntests: nall wvdotnet/tests wvdbus-sharp/tests versaplexd/tests
33 ntest: nall wvdotnet/test wvdbus-sharp/test versaplexd/test
35 tests: nall ntests vxodbc/tests
37 test: all ntest vxodbc/test
39 nclean: versaplexd/clean wvdotnet/clean wvdbus-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