blob: 55e5592dd90b0423b2237827fc9db33cdae4f215 [file] [log] [blame]
Chris Allegretta13415992000-08-08 16:59:04 +00001## $Id$
Chris Allegrettaa2ea1932000-06-06 05:53:49 +00002bin_PROGRAMS = nano
3nano_SOURCES = cut.c \
Chris Allegrettabceb1b22000-06-19 04:22:15 +00004 files.c \
Chris Allegrettaa2ea1932000-06-06 05:53:49 +00005 global.c \
Chris Allegrettabceb1b22000-06-19 04:22:15 +00006 move.c \
Chris Allegrettaa2ea1932000-06-06 05:53:49 +00007 nano.c \
8 nano.h \
9 proto.h \
Chris Allegrettabceb1b22000-06-19 04:22:15 +000010 search.c \
Chris Allegrettaa2ea1932000-06-06 05:53:49 +000011 utils.c \
12 winio.c
13
14man_MANS = nano.1
15nano_LDADD = @INTLLIBS@
16
17EXTRA_DIST = AUTHORS BUGS COPYING ChangeLog INSTALL NEWS README \
Chris Allegrettaedebbe62000-07-23 16:45:20 +000018 TODO install-sh missing mkinstalldirs nano.1 nano.1.html \
19 faq.html
Chris Allegrettaa2ea1932000-06-06 05:53:49 +000020
21SUBDIRS = po intl
22
23localedir = $(datadir)/locale
24INCLUDES = -Iintl -DLOCALEDIR=\"$(localedir)\" -I@includedir@