]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - contrib/elftoolchain/libpe/Makefile
MFC r333063: Update ELF Tool Chain to r3614
[FreeBSD/FreeBSD.git] / contrib / elftoolchain / libpe / Makefile
1 # $Id: Makefile 3594 2018-04-11 18:26:50Z jkoshy $
2
3 TOP=    ..
4
5 LIB=    pe
6
7 SRCS=   libpe_buffer.c  \
8         libpe_coff.c    \
9         libpe_dos.c     \
10         libpe_init.c    \
11         libpe_rich.c    \
12         libpe_section.c \
13         libpe_utils.c   \
14         pe_buffer.c     \
15         pe_cntl.c       \
16         pe_coff.c       \
17         pe_dos.c        \
18         pe_flag.c       \
19         pe_init.c       \
20         pe_rich.c       \
21         pe_section.c    \
22         pe_symtab.c     \
23         pe_update.c
24
25 INCS=           libpe.h pe.h
26 INCSDIR=        /usr/include
27
28 SHLIB_MAJOR=    1
29
30 WARNS?= 6
31
32 .include "${TOP}/mk/elftoolchain.lib.mk"