Cross Reference: Makefile
xref: /src/sys/arch/powerpc/stand/mkbootimage/Makefile
  • Home
  • History
  • AnnotateAnnotate
  • Line#
  • Navigate
  • Raw
  • Download
  • only in /src/sys/arch/powerpc/stand/mkbootimage/
Makefile revision 1.3
11.3Sskrll#	$NetBSD: Makefile,v 1.3 2009/11/07 17:56:14 skrll Exp $
21.1Sgarbled
31.2SgarbledBINDIR=	/usr/mdec
41.1SgarbledPROG=	mkbootimage
51.1SgarbledSRCS=	mkbootimage.c byteorder.c
61.1SgarbledNOMAN=	# defined
71.1Sgarbled
81.1Sgarbled# We don't use libbfd, but we do use the BFD ELF header files because
91.1Sgarbled# they are somewhat more portable than NetBSD's own elf.h.
101.3SskrllBFDTOP=	${NETBSDSRCDIR}/external/gpl3/binutils/dist
111.1Sgarbled
121.1SgarbledLIBSA=${.CURDIR}/../../../../lib/libsa
131.1Sgarbled
141.1Sgarbled.PATH.c: ${LIBSA}
151.1Sgarbled
161.1SgarbledCPPFLAGS= -I${LIBSA} -I${.CURDIR} -I${BFDTOP}/include
171.3SskrllCPPFLAGS+=	-DATTRIBUTE_PACKED=
181.1SgarbledDPADD=	${LIBZ}
191.1SgarbledLDADD=	-lz
201.1Sgarbled
211.1Sgarbled.include <bsd.prog.mk>
22

Indexes created Thu Dec 04 19:09:36 GMT 2025