2013-12-06 12:04:52 +01:00
|
|
|
# $NetBSD: Makefile.elf,v 1.5 2013/05/07 13:00:35 christos Exp $
|
2012-03-31 02:28:03 +02:00
|
|
|
|
|
|
|
# Makefile fragment to build a (32 or 64 bit) libldd_elfxx.a.
|
|
|
|
# Expects CPPFLAGS to have ELFSIZE set, and LIB to be set.
|
|
|
|
|
|
|
|
SRCS= ldd_elfxx.c
|
2013-12-06 12:04:52 +01:00
|
|
|
SRCS+= xmalloc.c debug.c expand.c map_object.c load.c search.c \
|
|
|
|
headers.c paths.c tls.c symver.c
|
2012-03-31 02:28:03 +02:00
|
|
|
|
2013-12-06 12:04:52 +01:00
|
|
|
.if defined(__MINIX)
|
|
|
|
SRCS+= map_object_fallback.c
|
|
|
|
.endif # defined(__MINIX)
|
2013-06-12 07:58:46 +02:00
|
|
|
|
2012-03-31 02:28:03 +02:00
|
|
|
.include "Makefile.common"
|