tools/llvm: Do not build with symbols
[minix3.git] / usr.bin / ldd / Makefile.elf
blob771033f52b680432e9e16cb9909344517a1e20c1
1 #       $NetBSD: Makefile.elf,v 1.5 2013/05/07 13:00:35 christos Exp $
3 # Makefile fragment to build a (32 or 64 bit) libldd_elfxx.a.
4 # Expects CPPFLAGS to have ELFSIZE set, and LIB to be set.
6 SRCS=   ldd_elfxx.c
7 SRCS+=  xmalloc.c debug.c expand.c map_object.c load.c search.c \
8         headers.c paths.c tls.c symver.c
10 .if defined(__MINIX)
11 SRCS+= map_object_fallback.c 
12 .endif # defined(__MINIX)
14 .include "Makefile.common"