Deleted Added
full compact
Makefile (298401) Makefile (300311)
1# $FreeBSD: head/lib/libelftc/Makefile 298401 2016-04-21 12:58:29Z emaste $
1# $FreeBSD: head/lib/libelftc/Makefile 300311 2016-05-20 17:24:34Z emaste $
2.include <bsd.own.mk>
3
4PACKAGE=lib${LIB}
5INTERNALLIB=
6
7ELFTCDIR= ${SRCTOP}/contrib/elftoolchain
8
9.PATH: ${ELFTCDIR}/libelftc
10
11LIB= elftc
12
13SRCS= elftc_bfdtarget.c \
14 elftc_copyfile.c \
15 elftc_demangle.c \
2.include <bsd.own.mk>
3
4PACKAGE=lib${LIB}
5INTERNALLIB=
6
7ELFTCDIR= ${SRCTOP}/contrib/elftoolchain
8
9.PATH: ${ELFTCDIR}/libelftc
10
11LIB= elftc
12
13SRCS= elftc_bfdtarget.c \
14 elftc_copyfile.c \
15 elftc_demangle.c \
16 elftc_reloc_type_str.c \
16 elftc_set_timestamps.c \
17 elftc_string_table.c \
18 elftc_version.c \
19 libelftc_bfdtarget.c \
20 libelftc_dem_arm.c \
21 libelftc_dem_gnu2.c \
22 libelftc_dem_gnu3.c \
23 libelftc_hash.c \
24 libelftc_vstr.c
25
26INCS= libelftc.h
27CFLAGS+=-I${ELFTCDIR}/libelftc -I${ELFTCDIR}/common
28
29MAN=
30
31.include <bsd.lib.mk>
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
27INCS= libelftc.h
28CFLAGS+=-I${ELFTCDIR}/libelftc -I${ELFTCDIR}/common
29
30MAN=
31
32.include <bsd.lib.mk>