Makefile.inc revision 1.1
11.1Sjoerg# $NetBSD: Makefile.inc,v 1.1 2013/10/14 01:14:57 joerg Exp $ 21.1Sjoerg 31.1Sjoerg.PATH: ${NETBSDSRCDIR}/sys/lib/libunwind 41.1Sjoerg 51.1SjoergSRCS+= libunwind.cxx \ 61.1Sjoerg unwind_registers.S 71.1Sjoerg 81.1SjoergINCS+= unwind.h 91.1Sjoerg 101.1SjoergCOPTS.libuwind.cxx+= -funwind-tables -fno-rtti -fno-exceptions -fvisibility=hidden -Wno-old-style-cast 11