2007-03-17 05:49:57 +00:00
|
|
|
|
2006-09-12 13:03:23 +00:00
|
|
|
VERSION = mono-1.1.13.8
|
|
|
|
TARBALL = mono-1.1.13.8.tar.gz
|
2006-09-14 14:48:26 +00:00
|
|
|
GLIB_TARBALL = glib-2.12.3.tar.gz
|
|
|
|
GETTEXT_TARBALL = gettext-0.15.tar.gz
|
|
|
|
PKGCONFIG_TARBALL = pkg-config-0.21.tar.gz
|
2006-09-12 13:03:23 +00:00
|
|
|
|
2007-03-12 04:21:54 +00:00
|
|
|
LOCAL_CFLAGS=`$(PREFIX)/bin/pkg-config --cflags mono`
|
|
|
|
LOCAL_LDFLAGS=`$(PREFIX)/bin/pkg-config --libs mono`
|
2007-03-13 18:23:49 +00:00
|
|
|
include ../../../../build/modmake.rules
|
2006-09-12 13:03:23 +00:00
|
|
|
|
2007-03-12 04:21:54 +00:00
|
|
|
local_depend:
|
2007-03-11 14:03:58 +00:00
|
|
|
MAKE=$(MAKE) $(BASE)/build/buildlib.sh $(BASE) configure install $(GETTEXT_TARBALL) --prefix=$(PREFIX) --with-pic
|
|
|
|
MAKE=$(MAKE) $(BASE)/build/buildlib.sh $(BASE) configure install $(PKGCONFIG_TARBALL) --prefix=$(PREFIX) --with-pic
|
|
|
|
export PKG_CONFIG=$(PREFIX)/bin/pkg-config; export MSGFMT=$(PREFIX)/bin/; MAKE=$(MAKE) $(BASE)/build/buildlib.sh $(BASE) configure install $(GLIB_TARBALL) --prefix=$(PREFIX) --with-pic
|
|
|
|
export PATH=$(PATH):$(PREFIX)/bin/; MAKE=$(MAKE) $(BASE)/build/buildlib.sh $(BASE) configure install $(TARBALL) --prefix=$(PREFIX) --with-pic --with-gc=boehm --with-preview=yes --without-sigaltstack
|
2006-09-12 13:03:23 +00:00
|
|
|
|