summaryrefslogtreecommitdiffstats
path: root/contrib/elftoolchain/libpe/Makefile
blob: d02fb5080ef6e649de519fd2145b70214b366e0b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
# $Id: Makefile 3349 2016-01-18 21:09:16Z jkoshy $

TOP=	${.CURDIR}/..

LIB=	pe

SRCS=	libpe_buffer.c	\
	libpe_coff.c	\
	libpe_dos.c	\
	libpe_init.c	\
	libpe_rich.c	\
	libpe_section.c	\
	libpe_utils.c	\
	pe_buffer.c	\
	pe_cntl.c	\
	pe_coff.c	\
	pe_dos.c	\
	pe_flag.c	\
	pe_init.c	\
	pe_rich.c	\
	pe_section.c	\
	pe_symtab.c	\
	pe_update.c

INCS=		libpe.h pe.h
INCSDIR=	/usr/include

SHLIB_MAJOR=	1

WARNS?=	6

.include "${TOP}/mk/elftoolchain.lib.mk"
OpenPOWER on IntegriCloud