Makefile.am 669 Bytes
Newer Older
Chris Allegretta's avatar
Chris Allegretta committed
1
## $Id$
2
3
AUTOMAKE_OPTIONS = gnu no-dependencies

4
5
DEFS= -DSYSCONFDIR=\"$(sysconfdir)\"

Chris Allegretta's avatar
Chris Allegretta committed
6
bin_PROGRAMS = 	nano
7
8
nano_SOURCES =	color.c \
		cut.c \
Chris Allegretta's avatar
Chris Allegretta committed
9
		files.c \
Chris Allegretta's avatar
Chris Allegretta committed
10
		global.c \
Chris Allegretta's avatar
Chris Allegretta committed
11
		move.c \
Chris Allegretta's avatar
Chris Allegretta committed
12
13
14
		nano.c \
		nano.h \
		proto.h \
15
		rcfile.c \
Chris Allegretta's avatar
Chris Allegretta committed
16
		search.c \
Chris Allegretta's avatar
Chris Allegretta committed
17
18
19
20
		utils.c \
		winio.c 

man_MANS = nano.1
21
nano_LDADD = @GLIB_LIBS@ @INTLLIBS@
Chris Allegretta's avatar
Chris Allegretta committed
22

23
24
25
info_TEXINFOS = nano.texi
MAKEINFO = makeinfo --no-split

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

30
SUBDIRS = po intl m4
Chris Allegretta's avatar
Chris Allegretta committed
31

32
localedir = $(datadir)/locale
Chris Allegretta's avatar
Chris Allegretta committed
33
INCLUDES = -Iintl -DLOCALEDIR=\"$(localedir)\" -I@includedir@