Cross Reference: Makefile
xref: /src/lib/libarch/Makefile
  • Home
  • History
  • AnnotateAnnotate
  • Line#
  • Navigate
  • Raw
  • Download
  • only in /src/lib/libarch/
Makefile revision 1.13
11.13Ssimonb#	$NetBSD: Makefile,v 1.13 1999/08/31 13:50:47 simonb Exp $
21.1Sbrezak
31.12SsimonbARCHDIRS= arm32 i386 m68k
41.11Sdrochner
51.12Ssimonb.for arch in ${ARCHDIRS}
61.12Ssimonb.include "${.CURDIR}/${arch:C/mipse[bl]/mips/}/Makefile.inc"
71.12Ssimonb.PATH:	${.CURDIR}/${arch:C/mipse[bl]/mips/}
81.12Ssimonb.endfor
91.12Ssimonb
101.12SsimonbOBJS+= ${ASM}
111.12SsimonbPOBJS+=	${ASM:.o=.po}
121.12SsimonbCLEANFILES+= ${ASM} ${POBJS}
131.12Ssimonb
141.12Ssimonb# Build the library if SRCS is now defined ...
151.12Ssimonb.if defined(SRCS)
161.12SsimonbLIB=    ${MACHINE_ARCH:C/mipse[bl]/mips/}
171.13SsimonbSHLIB_VERSION_FILE= ${.CURDIR}/${MACHINE_ARCH:C/mipse[bl]/mips/}/shlib_version
181.12Ssimonb
191.12Ssimonb.include <bsd.lib.mk>
201.12Ssimonb.else
211.12Ssimonb# ... otherwise just build the manpages
221.12Ssimonb.include <bsd.man.mk>
231.1Sbrezak.endif
24

Indexes created Thu Jan 15 09:09:32 GMT 2026