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 wvdbus-sharp versaplexd wvstreams vxodbc
: FORCE
17 wvdbus-sharp
: wvdbus-sharp
/Makefile
19 nall
: wvdotnet wvdbus-sharp versaplexd
23 # Note: $(MAKE) -C wv doesn't work, as wv's Makefile needs an accurate $(PWD)
25 # We tell the autobuilder to ignore all warnings produced in the 'wv'
26 # directory, since that project isn't really this project and it should
27 # have its own autobuilder.
29 @echo
--START-IGNORE-WARNINGS
30 cd wv
&& $(MAKE
) wvstreams
31 @echo
--STOP-IGNORE-WARNINGS
35 versaplexd
: wvdotnet wvdbus-sharp
37 ntests
: nall wvdotnet
/tests wvdbus-sharp
/tests versaplexd
/tests
39 ntest
: nall wvdotnet
/test wvdbus-sharp
/test versaplexd
/test
41 tests
: nall ntests vxodbc
/tests
43 test: all ntest vxodbc
/test
45 nclean
: versaplexd
/clean wvdotnet
/clean wvdbus-sharp
/clean
48 $(MAKE
) -C vxodbc
-fMakefile-common
clean
51 $(MAKE
) -C wv
/wvstreams
-f
$(WVSTREAMS_MAKEFILE
) clean
52 $(MAKE
) -C wv
/wvports
clean