Home | History | Annotate | Line # | Download | only in ldd
Makefile.elf revision 1.5.28.1
      1  1.5.28.1    martin #	$NetBSD: Makefile.elf,v 1.5.28.1 2020/04/13 08:05:43 martin Exp $
      2       1.1       mrg 
      3       1.1       mrg # Makefile fragment to build a (32 or 64 bit) libldd_elfxx.a.
      4       1.1       mrg # Expects CPPFLAGS to have ELFSIZE set, and LIB to be set.
      5       1.1       mrg 
      6       1.1       mrg SRCS=	ldd_elfxx.c
      7       1.1       mrg SRCS+=	xmalloc.c debug.c expand.c map_object.c load.c search.c \
      8       1.5  christos 	headers.c paths.c tls.c symver.c
      9       1.1       mrg 
     10  1.5.28.1    martin CPPFLAGS.tls.c+=	-std=gnu11
     11  1.5.28.1    martin 
     12       1.1       mrg .include "Makefile.common"
     13