aeac8f5107
top-level Makefile.
18 lines
483 B
Makefile
18 lines
483 B
Makefile
# $NetBSD: Makefile.inc,v 1.1 2009/01/16 19:39:52 pooka Exp $
|
|
#
|
|
|
|
.PATH: ${.CURDIR}/cd9660 ${NETBSDSRCDIR}/sys/fs/cd9660
|
|
|
|
CPPFLAGS+=-I${NETBSDSRCDIR}/sys/fs/cd9660
|
|
|
|
SRCS+= cd9660_strings.c cd9660_debug.c cd9660_eltorito.c
|
|
SRCS+= cd9660_write.c cd9660_conversion.c iso9660_rrip.c cd9660_archimedes.c
|
|
|
|
.if !defined(HOSTPROGNAME)
|
|
.if (defined(HAVE_GCC) && ${HAVE_GCC} == 4) || defined(HAVE_PCC)
|
|
.for f in cd9660_debug cd9660_write
|
|
COPTS.${f}.c+= -Wno-pointer-sign
|
|
.endfor
|
|
.endif
|
|
.endif
|