Makefile.inc revision 1.2
11.2Sjoerg# $NetBSD: Makefile.inc,v 1.2 2013/12/20 12:46:42 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.2SjoergCOPTS.libunwind.cxx+= -funwind-tables -fno-rtti -fno-exceptions -fvisibility=hidden -Wno-old-style-cast 11