Makefile.am 510 Bytes
Newer Older
Chris Allegretta's avatar
Chris Allegretta committed
1
## $Id$
Chris Allegretta's avatar
Chris Allegretta committed
2
3
bin_PROGRAMS = 	nano
nano_SOURCES =	cut.c \
Chris Allegretta's avatar
Chris Allegretta committed
4
		files.c \
Chris Allegretta's avatar
Chris Allegretta committed
5
		global.c \
Chris Allegretta's avatar
Chris Allegretta committed
6
		move.c \
Chris Allegretta's avatar
Chris Allegretta committed
7
8
9
		nano.c \
		nano.h \
		proto.h \
Chris Allegretta's avatar
Chris Allegretta committed
10
		search.c \
Chris Allegretta's avatar
Chris Allegretta committed
11
12
13
14
15
16
		utils.c \
		winio.c 

man_MANS = nano.1
nano_LDADD = @INTLLIBS@

17
18
19
info_TEXINFOS = nano.texi
MAKEINFO = makeinfo --no-split

Chris Allegretta's avatar
Chris Allegretta committed
20
EXTRA_DIST =	AUTHORS BUGS COPYING ChangeLog INSTALL NEWS README \
Chris Allegretta's avatar
Chris Allegretta committed
21
22
		TODO install-sh missing mkinstalldirs nano.1 nano.1.html \
		faq.html
Chris Allegretta's avatar
Chris Allegretta committed
23
24
25
26
27

SUBDIRS = po intl

localedir = $(datadir)/locale
INCLUDES = -Iintl -DLOCALEDIR=\"$(localedir)\" -I@includedir@