xref: /freebsd/contrib/elftoolchain/libpe/Makefile (revision 715d1396d6233158b94e85414b57520ee3e536cc)
1*715d1396SEd Maste# $Id: Makefile 3594 2018-04-11 18:26:50Z jkoshy $
2839529caSEd Maste
3*715d1396SEd MasteTOP=	..
4839529caSEd Maste
5839529caSEd MasteLIB=	pe
6839529caSEd Maste
7839529caSEd MasteSRCS=	libpe_buffer.c	\
8839529caSEd Maste	libpe_coff.c	\
9839529caSEd Maste	libpe_dos.c	\
10839529caSEd Maste	libpe_init.c	\
11839529caSEd Maste	libpe_rich.c	\
12839529caSEd Maste	libpe_section.c	\
13839529caSEd Maste	libpe_utils.c	\
14839529caSEd Maste	pe_buffer.c	\
15839529caSEd Maste	pe_cntl.c	\
16839529caSEd Maste	pe_coff.c	\
17839529caSEd Maste	pe_dos.c	\
18839529caSEd Maste	pe_flag.c	\
19839529caSEd Maste	pe_init.c	\
20839529caSEd Maste	pe_rich.c	\
21839529caSEd Maste	pe_section.c	\
22839529caSEd Maste	pe_symtab.c	\
23839529caSEd Maste	pe_update.c
24839529caSEd Maste
25839529caSEd MasteINCS=		libpe.h pe.h
26839529caSEd MasteINCSDIR=	/usr/include
27839529caSEd Maste
28839529caSEd MasteSHLIB_MAJOR=	1
29839529caSEd Maste
30839529caSEd MasteWARNS?=	6
31839529caSEd Maste
32839529caSEd Maste.include "${TOP}/mk/elftoolchain.lib.mk"
33