| 8 #include optional $(PIDGIN_TREE_TOP)/local.mak to allow overriding of any definitions |
8 #include optional $(PIDGIN_TREE_TOP)/local.mak to allow overriding of any definitions |
| 9 -include $(PIDGIN_TREE_TOP)/local.mak |
9 -include $(PIDGIN_TREE_TOP)/local.mak |
| 10 |
10 |
| 11 # Locations of our various dependencies |
11 # Locations of our various dependencies |
| 12 WIN32_DEV_TOP ?= $(PIDGIN_TREE_TOP)/../win32-dev |
12 WIN32_DEV_TOP ?= $(PIDGIN_TREE_TOP)/../win32-dev |
| 13 GTKSPELL_TOP ?= $(WIN32_DEV_TOP)/gtkspell-2.0.16 |
13 GTKSPELL_TOP ?= $(WIN32_DEV_TOP)/gtkspell-2.0 |
| 14 ENCHANT_TOP ?= $(WIN32_DEV_TOP)/enchant_1.6.0_win32 |
14 ENCHANT_TOP ?= $(WIN32_DEV_TOP)/enchant-1.6 |
| 15 GTK_TOP ?= $(WIN32_DEV_TOP)/gtk_2_0-2.24 |
15 GTK_TOP ?= $(WIN32_DEV_TOP)/gtk_2_0-2.24 |
| 16 GTK_BIN ?= $(GTK_TOP)/bin |
16 GTK_BIN ?= $(GTK_TOP)/bin |
| 17 BONJOUR_TOP ?= $(WIN32_DEV_TOP)/Bonjour_SDK |
17 BONJOUR_TOP ?= $(WIN32_DEV_TOP)/Bonjour_SDK |
| 18 JSON_GLIB_TOP ?= $(WIN32_DEV_TOP)/json-glib-0.14 |
18 JSON_GLIB_TOP ?= $(WIN32_DEV_TOP)/json-glib-0.14 |
| 19 LIBXML2_TOP ?= $(WIN32_DEV_TOP)/libxml2-2.8.0 |
19 LIBXML2_TOP ?= $(WIN32_DEV_TOP)/libxml2-2.8.0 |
| 20 MEANWHILE_TOP ?= $(WIN32_DEV_TOP)/meanwhile-1.0.2_daa3 |
20 MEANWHILE_TOP ?= $(WIN32_DEV_TOP)/meanwhile-1.0 |
| 21 NSS_TOP ?= $(WIN32_DEV_TOP)/nss-3.14.3-nspr-4.9.5 |
21 NSS_TOP ?= $(WIN32_DEV_TOP)/nss-3.14.3-nspr-4.9.5 |
| 22 PERL_LIB_TOP ?= $(WIN32_DEV_TOP)/perl-5.10.0 |
22 PERL_LIB_TOP ?= $(WIN32_DEV_TOP)/perl-5.10.0 |
| 23 SILC_TOOLKIT ?= $(WIN32_DEV_TOP)/silc-toolkit-1.1.10 |
23 SILC_TOOLKIT ?= $(WIN32_DEV_TOP)/silc-toolkit-1.1.10 |
| 24 TCL_LIB_TOP ?= $(WIN32_DEV_TOP)/tcl-8.4.5 |
24 TCL_LIB_TOP ?= $(WIN32_DEV_TOP)/tcl-8.5 |
| 25 GSTREAMER_TOP ?= $(WIN32_DEV_TOP)/gstreamer-0.10.13 |
25 GSTREAMER_TOP ?= $(WIN32_DEV_TOP)/gstreamer-0.10.13 |
| 26 GCC_SSP_TOP ?= $(shell dirname $(shell which $(CC))) |
26 GCC_SSP_TOP ?= $(shell dirname $(shell which $(CC))) |
| 27 CYRUS_SASL_TOP ?= $(WIN32_DEV_TOP)/cyrus-sasl-2.1.25 |
27 CYRUS_SASL_TOP ?= $(WIN32_DEV_TOP)/cyrus-sasl-2.1.25 |
| 28 WEBKITGTK_TOP ?= $(WIN32_DEV_TOP)/libwebkitgtk-1.10 |
28 WEBKITGTK_TOP ?= $(WIN32_DEV_TOP)/libwebkitgtk-1.10 |
| 29 LIBSOUP_TOP ?= $(WIN32_DEV_TOP)/libsoup-2.36 |
29 LIBSOUP_TOP ?= $(WIN32_DEV_TOP)/libsoup-2.36 |