Initial import of binutils 2.22 on the new vendor branch
[dragonfly.git] / gnu / usr.bin / texinfo / info / Makefile
1 .include "../Makefile.inc0"
2 .PATH: ${SRCDIR}/info ${SRCDIR}/doc
3
4 PROG=           info
5 MAN=            info.1 info.5 texinfo.5
6
7 LDADD+=         -lncurses
8 DPADD+=         ${LIBNCURSES}
9 CFLAGS+=        -I${SRCDIR} -I${SRCDIR}/lib -I${SRCDIR}/gnulib/lib
10 CFLAGS+=        -I${SRCDIR}/info -I${.CURDIR}/../libgnu
11 CFLAGS+=        -DHAVE_CONFIG_H
12
13 SRCS=   dir.c \
14         display.c \
15         dribble.c \
16         echo-area.c \
17         filesys.c \
18         footnotes.c \
19         gc.c \
20         indices.c \
21         info-utils.c \
22         info.c \
23         infodoc.c \
24         infomap.c \
25         m-x.c \
26         man.c \
27         nodemenu.c \
28         nodes.c \
29         search.c \
30         session.c \
31         signals.c \
32         terminal.c \
33         tilde.c \
34         variables.c \
35         window.c \
36         doc.c
37
38 .include <bsd.prog.mk>