cca5c49bd3
Changes in 1.17.0: * bugfixes * advanced load/store optimisation which hoists loads out of loops * Internal restruturing: Alot of node structures are automatically generated from a specification file now. * Add support for multiple calling conventions * New experimental support for reading and writing programgraphs to disk * Support and optimisations for trampolines * fix PIC support Changes in 1.16.0: * bugfixes
29 lines
652 B
Makefile
29 lines
652 B
Makefile
# $NetBSD: Makefile,v 1.3 2009/08/18 18:57:23 hasso Exp $
|
|
#
|
|
|
|
DISTNAME= libfirm-1.17.0
|
|
CATEGORIES= devel
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=libfirm/}
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://libfirm.sourceforge.net/
|
|
COMMENT= Provides a graph-based SSA representation of programs
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_LIBTOOL= yes
|
|
USE_TOOLS+= pkg-config
|
|
|
|
PKGCONFIG_OVERRIDE+= libfirm.pc.in
|
|
|
|
.if exists(/usr/include/wchar.h)
|
|
CONFIGURE_ARGS+= --enable-wchar-support
|
|
.endif
|
|
|
|
#
|
|
# NOTE: jvm support requires dlopen/dlsym
|
|
#.include "../../mk/dlopen.buildlink3.mk"
|
|
#
|
|
.include "../../mk/bsd.pkg.mk"
|