Makefile.am 706 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
EXTRA_DIST =	ABOUT-NLS AUTHORS BUGS COPYING ChangeLog INSTALL NEWS \
Jordi Mallach's avatar
Jordi Mallach committed
27
28
29
		README THANKS TODO config.rpath install-sh missing \
		mkinstalldirs nano.1 nano.1.html faq.html nanorc.sample \
		nano.spec
Chris Allegretta's avatar
Chris Allegretta committed
30

Jordi Mallach's avatar
Jordi Mallach committed
31
SUBDIRS = po m4
Chris Allegretta's avatar
Chris Allegretta committed
32

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

ACLOCAL_AMFLAGS = -I m4