Home | History | Annotate | Line # | Download | only in csu
Makefile revision 1.16
      1  1.16        tv #	$NetBSD: Makefile,v 1.16 1999/02/27 21:13:50 tv Exp $
      2   1.6       cgd 
      3  1.13  christos .include <bsd.own.mk>
      4  1.13  christos 
      5  1.13  christos .if ${OBJECT_FMT} == "ELF" && exists(${MACHINE_ARCH}_elf) 
      6  1.13  christos SUBDIR=	${MACHINE_ARCH}_elf
      7  1.13  christos .else
      8  1.16        tv SUBDIR=	${MACHINE_ARCH:C/mipse[bl]/mips/}
      9  1.13  christos .endif
     10   1.6       cgd 
     11  1.12   mycroft .if (${MACHINE_ARCH} != "alpha") && (${MACHINE_ARCH} != "powerpc") && \
     12  1.12   mycroft     (${MACHINE_ARCH} != "arm32")
     13   1.6       cgd SUBDIR+= c++
     14   1.6       cgd .endif
     15   1.1       cgd 
     16   1.1       cgd .include <bsd.subdir.mk>
     17