blob: 7d00ca44e56cbce7b524f9bca9ad41cc27312920 [file] [log] [blame]
Chris Allegretta13415992000-08-08 16:59:04 +00001## $Id$
Chris Allegrettaef8f98d2001-07-19 12:24:17 +00002AUTOMAKE_OPTIONS = gnu no-dependencies
Chris Allegrettaef8f98d2001-07-19 12:24:17 +00003
Chris Allegretta8dbfb5c2002-01-28 15:56:15 +00004DEFS= -DSYSCONFDIR=\"$(sysconfdir)\"
5
Chris Allegrettaa2ea1932000-06-06 05:53:49 +00006bin_PROGRAMS = nano
Chris Allegretta8ce24132001-04-30 11:28:46 +00007nano_SOURCES = color.c \
8 cut.c \
Chris Allegrettabceb1b22000-06-19 04:22:15 +00009 files.c \
Chris Allegrettaa2ea1932000-06-06 05:53:49 +000010 global.c \
Chris Allegrettabceb1b22000-06-19 04:22:15 +000011 move.c \
Chris Allegrettaa2ea1932000-06-06 05:53:49 +000012 nano.c \
13 nano.h \
14 proto.h \
Chris Allegretta8d8e0122001-04-18 04:28:54 +000015 rcfile.c \
Chris Allegrettabceb1b22000-06-19 04:22:15 +000016 search.c \
Chris Allegrettaa2ea1932000-06-06 05:53:49 +000017 utils.c \
18 winio.c
19
20man_MANS = nano.1
Chris Allegrettaef8f98d2001-07-19 12:24:17 +000021nano_LDADD = @GLIB_LIBS@ @INTLLIBS@
Chris Allegrettaa2ea1932000-06-06 05:53:49 +000022
Chris Allegretta1bf501c2001-02-12 03:24:46 +000023info_TEXINFOS = nano.texi
24MAKEINFO = makeinfo --no-split
25
Jordi Mallach7fde37f2001-06-22 23:26:19 +000026EXTRA_DIST = ABOUT-NLS AUTHORS BUGS COPYING ChangeLog INSTALL NEWS \
Jordi Mallachbd338652002-06-03 12:32:28 +000027 README THANKS TODO config.rpath install-sh missing \
28 mkinstalldirs nano.1 nano.1.html faq.html nanorc.sample \
29 nano.spec
Chris Allegrettaa2ea1932000-06-06 05:53:49 +000030
Jordi Mallachbd338652002-06-03 12:32:28 +000031SUBDIRS = po m4
Chris Allegrettaa2ea1932000-06-06 05:53:49 +000032
Chris Allegretta40b85e72002-02-09 21:56:09 +000033localedir = $(datadir)/locale
Chris Allegrettaa2ea1932000-06-06 05:53:49 +000034INCLUDES = -Iintl -DLOCALEDIR=\"$(localedir)\" -I@includedir@
Jordi Mallachbd338652002-06-03 12:32:28 +000035
36ACLOCAL_AMFLAGS = -I m4