Home | History | Annotate | Line # | Download | only in lib
Makefile revision 1.10
      1  1.10  christos #	$NetBSD: Makefile,v 1.10 2024/08/12 20:32:12 christos Exp $
      2   1.1  christos 
      3   1.1  christos .include "../Makefile.inc"
      4   1.1  christos 
      5  1.10  christos SUBDIR+=	libbacktrace libbfd libiberty libopcodes libgdb libgdbsupport
      6  1.10  christos SUBDIR+=	libdecnumber libgnulib libctf libsframe
      7   1.1  christos .if ${USE_LIBEDIT} == no || ${USE_TUI} == yes
      8   1.1  christos SUBDIR+=	libreadline
      9   1.1  christos .endif
     10   1.1  christos 
     11   1.1  christos .if ${MACHINE_ARCH} == powerpc || ${MACHINE_ARCH} == powerpcle || \
     12   1.1  christos     ${MACHINE_ARCH} == powerpc64
     13   1.1  christos SUBDIR+= libsim
     14   1.1  christos .endif
     15   1.1  christos 
     16   1.1  christos 
     17   1.1  christos .include <bsd.subdir.mk>
     18