6 $(error Please run the
"configure" or
"configure-mingw32" script
)
9 ifeq ($(BUILD_TARGET
),win32
)
10 WVSTREAMS_MAKEFILE
=Makefile-win32
12 WVSTREAMS_MAKEFILE
=Makefile
15 wvdotnet dbus-sharp versaplexd wvstreams vxodbc
: FORCE
17 dbus-sharp
: dbus-sharp
/Makefile
19 nall
: wvdotnet dbus-sharp versaplexd
23 # Note: $(MAKE) -C wv doesn't work, as wv's Makefile needs an accurate $(PWD)
25 cd wv
&& $(MAKE
) wvstreams
29 versaplexd
: wvdotnet dbus-sharp
31 ntests
: nall wvdotnet
/tests dbus-sharp
/tests versaplexd
/tests
33 ntest
: nall wvdotnet
/test dbus-sharp
/test versaplexd
/test
35 tests
: nall ntests vxodbc
/tests
37 test: all ntest vxodbc
/test
39 nclean
: versaplexd
/clean wvdotnet
/clean dbus-sharp
/clean
42 $(MAKE
) -C vxodbc
-fMakefile-common
clean
45 $(MAKE
) -C wv
/wvstreams
-f
$(WVSTREAMS_MAKEFILE
) clean
46 $(MAKE
) -C wv
/wvports
clean