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

man_MANS = nano.1
nano_LDADD = @INTLLIBS@

19
20
21
info_TEXINFOS = nano.texi
MAKEINFO = makeinfo --no-split

22
23
24
EXTRA_DIST =	ABOUT-NLS AUTHORS BUGS COPYING ChangeLog INSTALL NEWS \
		README THANKS TODO install-sh missing mkinstalldirs \
		nano.1 nano.1.html faq.html nanorc.sample
Chris Allegretta's avatar
Chris Allegretta committed
25
26
27
28
29

SUBDIRS = po intl

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