xref: /freebsd/lib/libpe/Makefile (revision d0b2dbfa0ecf2bbc9709efc5e20baf8e4b44bbbf)
1c1da2974SEd Maste.include <bsd.own.mk>
2c1da2974SEd Maste
3c1da2974SEd MasteINTERNALLIB=
4c1da2974SEd Maste
5*6bc07fa1SEnji CooperELFTCDIR=	${SRCTOP}/contrib/elftoolchain
6c1da2974SEd Maste
7c1da2974SEd Maste.PATH:	${ELFTCDIR}/libpe
8c1da2974SEd Maste
9c1da2974SEd MasteLIB=	pe
10c1da2974SEd Maste
11c1da2974SEd MasteSRCS=	libpe_buffer.c \
12c1da2974SEd Maste	libpe_coff.c \
13c1da2974SEd Maste	libpe_dos.c \
14c1da2974SEd Maste	libpe_init.c \
15c1da2974SEd Maste	libpe_rich.c \
16c1da2974SEd Maste	libpe_section.c \
17c1da2974SEd Maste	libpe_utils.c \
18c1da2974SEd Maste	pe_buffer.c \
19c1da2974SEd Maste	pe_cntl.c \
20c1da2974SEd Maste	pe_coff.c \
21c1da2974SEd Maste	pe_dos.c \
22c1da2974SEd Maste	pe_flag.c \
23c1da2974SEd Maste	pe_init.c \
24c1da2974SEd Maste	pe_rich.c \
25c1da2974SEd Maste	pe_section.c \
26c1da2974SEd Maste	pe_symtab.c \
27c1da2974SEd Maste	pe_update.c
28c1da2974SEd Maste
29c1da2974SEd MasteCFLAGS+=-I${ELFTCDIR}/libpe -I${ELFTCDIR}/common
30c1da2974SEd Maste
31c1da2974SEd MasteMAN=
32c1da2974SEd Maste
33c1da2974SEd Maste.include <bsd.lib.mk>
34