]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - lib/libelftc/Makefile
Update to ELF Tool Chain r3475
[FreeBSD/FreeBSD.git] / lib / libelftc / Makefile
1 # $FreeBSD$
2 .include <bsd.own.mk>
3
4 PACKAGE=lib${LIB}
5 INTERNALLIB=
6
7 ELFTCDIR=       ${SRCTOP}/contrib/elftoolchain
8
9 .PATH:  ${ELFTCDIR}/libelftc
10
11 LIB=    elftc
12
13 SRCS=   elftc_bfdtarget.c                       \
14         elftc_copyfile.c                        \
15         elftc_demangle.c                        \
16         elftc_reloc_type_str.c                  \
17         elftc_set_timestamps.c                  \
18         elftc_string_table.c                    \
19         elftc_version.c                         \
20         libelftc_bfdtarget.c                    \
21         libelftc_dem_arm.c                      \
22         libelftc_dem_gnu2.c                     \
23         libelftc_dem_gnu3.c                     \
24         libelftc_hash.c                         \
25         libelftc_vstr.c
26
27 INCS=   libelftc.h
28 CFLAGS+=-I${ELFTCDIR}/libelftc -I${ELFTCDIR}/common
29
30 MAN=
31
32 .include <bsd.lib.mk>