2 WVSTREAMS
:=$(shell pwd
)/..
/wv
/wvstreams
3 include $(WVSTREAMS
)/wvrules.mk
6 $(error Please run the
"configure" or
"configure-mingw32" script in ..
)
10 XPLC
=$(WVPORTS
)/xplc
/build
/xplc
11 OPENSSL
=$(WVPORTS
)/openssl
/build
/openssl
12 DBUS
=$(WVPORTS
)/dbus
/build
/dbus
/dbus
/.libs
13 BOOST
=$(WVPORTS
)/boost
/build
/boost
14 ZLIB
=$(WVPORTS
)/zlib
/build
/zlib
16 -DUNICODE_SUPPORT
-DODBCVER
=0x0351 \
17 -I
$(WVSTREAMS
)/include -I
$(XPLC
)/include -I
$(BOOST
)
54 # Files made by configure
62 rm -f
$(CONFIGUREFILES
)
66 rm -f
*.o
*.so
*~
*.res
*.dll
*.a .
*.d
*.d
69 config.h.in
: configure.ac aclocal.m4
72 configure
: configure.ac config.h.in
75 include $(wildcard .
*.d
)
80 ifeq ($(BUILD_TARGET
),win32
)
81 include Makefile-win32
83 include Makefile-linux