blob: 5600fe627b8784a99de3bb120bbf3db7886dd86f [file] [log] [blame]
Chris Allegrettaa2ea1932000-06-06 05:53:49 +00001# Makefile.in generated automatically by automake 1.4 from Makefile.am
2
3# Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc.
4# This Makefile.in is free software; the Free Software Foundation
5# gives unlimited permission to copy and/or distribute it,
6# with or without modifications, as long as this notice is preserved.
7
8# This program is distributed in the hope that it will be useful,
9# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
10# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
11# PARTICULAR PURPOSE.
12
13
14SHELL = @SHELL@
15
16srcdir = @srcdir@
17top_srcdir = @top_srcdir@
18VPATH = @srcdir@
19prefix = @prefix@
20exec_prefix = @exec_prefix@
21
22bindir = @bindir@
23sbindir = @sbindir@
24libexecdir = @libexecdir@
25datadir = @datadir@
26sysconfdir = @sysconfdir@
27sharedstatedir = @sharedstatedir@
28localstatedir = @localstatedir@
29libdir = @libdir@
30infodir = @infodir@
31mandir = @mandir@
32includedir = @includedir@
33oldincludedir = /usr/include
34
35DESTDIR =
36
37pkgdatadir = $(datadir)/@PACKAGE@
38pkglibdir = $(libdir)/@PACKAGE@
39pkgincludedir = $(includedir)/@PACKAGE@
40
41top_builddir = .
42
43ACLOCAL = @ACLOCAL@
44AUTOCONF = @AUTOCONF@
45AUTOMAKE = @AUTOMAKE@
46AUTOHEADER = @AUTOHEADER@
47
48INSTALL = @INSTALL@
49INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
50INSTALL_DATA = @INSTALL_DATA@
51INSTALL_SCRIPT = @INSTALL_SCRIPT@
52transform = @program_transform_name@
53
54NORMAL_INSTALL = :
55PRE_INSTALL = :
56POST_INSTALL = :
57NORMAL_UNINSTALL = :
58PRE_UNINSTALL = :
59POST_UNINSTALL = :
60CATALOGS = @CATALOGS@
61CATOBJEXT = @CATOBJEXT@
62CC = @CC@
63CURSES_LIB = @CURSES_LIB@
64DATADIRNAME = @DATADIRNAME@
65GENCAT = @GENCAT@
66GLIB_CFLAGS = @GLIB_CFLAGS@
67GLIB_CONFIG = @GLIB_CONFIG@
68GLIB_LIBS = @GLIB_LIBS@
69GMOFILES = @GMOFILES@
70GMSGFMT = @GMSGFMT@
71GT_NO = @GT_NO@
72GT_YES = @GT_YES@
73INCLUDE_LOCALE_H = @INCLUDE_LOCALE_H@
74INSTOBJEXT = @INSTOBJEXT@
75INTLDEPS = @INTLDEPS@
76INTLLIBS = @INTLLIBS@
77INTLOBJS = @INTLOBJS@
78MAKEINFO = @MAKEINFO@
79MKINSTALLDIRS = @MKINSTALLDIRS@
80MSGFMT = @MSGFMT@
81PACKAGE = @PACKAGE@
82POFILES = @POFILES@
83POSUB = @POSUB@
84RANLIB = @RANLIB@
85USE_INCLUDED_LIBINTL = @USE_INCLUDED_LIBINTL@
86USE_NLS = @USE_NLS@
87VERSION = @VERSION@
88l = @l@
89
90bin_PROGRAMS = nano
Chris Allegrettabceb1b22000-06-19 04:22:15 +000091nano_SOURCES = cut.c files.c global.c move.c nano.c nano.h proto.h search.c utils.c winio.c
Chris Allegrettaa2ea1932000-06-06 05:53:49 +000092
93
94man_MANS = nano.1
95nano_LDADD = @INTLLIBS@
96
Chris Allegrettaedebbe62000-07-23 16:45:20 +000097EXTRA_DIST = AUTHORS BUGS COPYING ChangeLog INSTALL NEWS README TODO install-sh missing mkinstalldirs nano.1 nano.1.html faq.html
Chris Allegrettaa2ea1932000-06-06 05:53:49 +000098
99
100SUBDIRS = po intl
101
102localedir = $(datadir)/locale
103INCLUDES = -Iintl -DLOCALEDIR=\"$(localedir)\" -I@includedir@
104ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
105mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
106CONFIG_HEADER = config.h
107CONFIG_CLEAN_FILES =
108PROGRAMS = $(bin_PROGRAMS)
109
110
111DEFS = @DEFS@ -I. -I$(srcdir) -I.
112CPPFLAGS = @CPPFLAGS@
113LDFLAGS = @LDFLAGS@
114LIBS = @LIBS@
Chris Allegrettabceb1b22000-06-19 04:22:15 +0000115nano_OBJECTS = cut.o files.o global.o move.o nano.o search.o utils.o \
116winio.o
Chris Allegrettaa2ea1932000-06-06 05:53:49 +0000117nano_DEPENDENCIES =
118nano_LDFLAGS =
119CFLAGS = @CFLAGS@
120COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
121CCLD = $(CC)
122LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@
123man1dir = $(mandir)/man1
124MANS = $(man_MANS)
125
126NROFF = nroff
127DIST_COMMON = README ./stamp-h.in ABOUT-NLS AUTHORS COPYING ChangeLog \
128INSTALL Makefile.am Makefile.in NEWS TODO acconfig.h aclocal.m4 \
129config.h.in configure configure.in install-sh missing mkinstalldirs
130
131
132DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
133
134TAR = tar
135GZIP_ENV = --best
136SOURCES = $(nano_SOURCES)
137OBJECTS = $(nano_OBJECTS)
138
139all: all-redirect
140.SUFFIXES:
141.SUFFIXES: .S .c .o .s
142$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
Chris Allegretta5027a182000-08-04 00:42:16 +0000143 cd $(top_srcdir) && $(AUTOMAKE) --gnu --include-deps Makefile
Chris Allegrettaa2ea1932000-06-06 05:53:49 +0000144
Chris Allegretta5027a182000-08-04 00:42:16 +0000145Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
Chris Allegrettaa2ea1932000-06-06 05:53:49 +0000146 cd $(top_builddir) \
147 && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
148
149$(ACLOCAL_M4): configure.in
150 cd $(srcdir) && $(ACLOCAL)
151
152config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
153 $(SHELL) ./config.status --recheck
154$(srcdir)/configure: $(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
155 cd $(srcdir) && $(AUTOCONF)
156
157config.h: stamp-h
158 @if test ! -f $@; then \
159 rm -f stamp-h; \
160 $(MAKE) stamp-h; \
161 else :; fi
162stamp-h: $(srcdir)/config.h.in $(top_builddir)/config.status
163 cd $(top_builddir) \
164 && CONFIG_FILES= CONFIG_HEADERS=config.h:config.h.in \
165 $(SHELL) ./config.status
166 @echo timestamp > stamp-h 2> /dev/null
167$(srcdir)/config.h.in: $(srcdir)/stamp-h.in
168 @if test ! -f $@; then \
169 rm -f $(srcdir)/stamp-h.in; \
170 $(MAKE) $(srcdir)/stamp-h.in; \
171 else :; fi
172$(srcdir)/stamp-h.in: $(top_srcdir)/configure.in $(ACLOCAL_M4) acconfig.h
173 cd $(top_srcdir) && $(AUTOHEADER)
174 @echo timestamp > $(srcdir)/stamp-h.in 2> /dev/null
175
176mostlyclean-hdr:
177
178clean-hdr:
179
180distclean-hdr:
181 -rm -f config.h
182
183maintainer-clean-hdr:
184
185mostlyclean-binPROGRAMS:
186
187clean-binPROGRAMS:
188 -test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS)
189
190distclean-binPROGRAMS:
191
192maintainer-clean-binPROGRAMS:
193
194install-binPROGRAMS: $(bin_PROGRAMS)
195 @$(NORMAL_INSTALL)
196 $(mkinstalldirs) $(DESTDIR)$(bindir)
197 @list='$(bin_PROGRAMS)'; for p in $$list; do \
198 if test -f $$p; then \
199 echo " $(INSTALL_PROGRAM) $$p $(DESTDIR)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`"; \
200 $(INSTALL_PROGRAM) $$p $(DESTDIR)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`; \
201 else :; fi; \
202 done
203
204uninstall-binPROGRAMS:
205 @$(NORMAL_UNINSTALL)
206 list='$(bin_PROGRAMS)'; for p in $$list; do \
207 rm -f $(DESTDIR)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`; \
208 done
209
Chris Allegretta5027a182000-08-04 00:42:16 +0000210.c.o:
211 $(COMPILE) -c $<
212
Chris Allegrettaa2ea1932000-06-06 05:53:49 +0000213.s.o:
214 $(COMPILE) -c $<
215
216.S.o:
217 $(COMPILE) -c $<
218
219mostlyclean-compile:
220 -rm -f *.o core *.core
221
222clean-compile:
223
224distclean-compile:
225 -rm -f *.tab.c
226
227maintainer-clean-compile:
228
229nano: $(nano_OBJECTS) $(nano_DEPENDENCIES)
230 @rm -f nano
231 $(LINK) $(nano_LDFLAGS) $(nano_OBJECTS) $(nano_LDADD) $(LIBS)
232
233install-man1:
234 $(mkinstalldirs) $(DESTDIR)$(man1dir)
235 @list='$(man1_MANS)'; \
236 l2='$(man_MANS)'; for i in $$l2; do \
237 case "$$i" in \
238 *.1*) list="$$list $$i" ;; \
239 esac; \
240 done; \
241 for i in $$list; do \
242 if test -f $(srcdir)/$$i; then file=$(srcdir)/$$i; \
243 else file=$$i; fi; \
244 ext=`echo $$i | sed -e 's/^.*\\.//'`; \
245 inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
246 inst=`echo $$inst | sed '$(transform)'`.$$ext; \
247 echo " $(INSTALL_DATA) $$file $(DESTDIR)$(man1dir)/$$inst"; \
248 $(INSTALL_DATA) $$file $(DESTDIR)$(man1dir)/$$inst; \
249 done
250
251uninstall-man1:
252 @list='$(man1_MANS)'; \
253 l2='$(man_MANS)'; for i in $$l2; do \
254 case "$$i" in \
255 *.1*) list="$$list $$i" ;; \
256 esac; \
257 done; \
258 for i in $$list; do \
259 ext=`echo $$i | sed -e 's/^.*\\.//'`; \
260 inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
261 inst=`echo $$inst | sed '$(transform)'`.$$ext; \
262 echo " rm -f $(DESTDIR)$(man1dir)/$$inst"; \
263 rm -f $(DESTDIR)$(man1dir)/$$inst; \
264 done
265install-man: $(MANS)
266 @$(NORMAL_INSTALL)
267 $(MAKE) $(AM_MAKEFLAGS) install-man1
268uninstall-man:
269 @$(NORMAL_UNINSTALL)
270 $(MAKE) $(AM_MAKEFLAGS) uninstall-man1
271
272# This directory's subdirectories are mostly independent; you can cd
273# into them and run `make' without going through this Makefile.
274# To change the values of `make' variables: instead of editing Makefiles,
275# (1) if the variable is set in `config.status', edit `config.status'
276# (which will cause the Makefiles to be regenerated when you run `make');
277# (2) otherwise, pass the desired values on the `make' command line.
278
279@SET_MAKE@
280
281all-recursive install-data-recursive install-exec-recursive \
282installdirs-recursive install-recursive uninstall-recursive \
283check-recursive installcheck-recursive info-recursive dvi-recursive:
284 @set fnord $(MAKEFLAGS); amf=$$2; \
285 dot_seen=no; \
286 target=`echo $@ | sed s/-recursive//`; \
287 list='$(SUBDIRS)'; for subdir in $$list; do \
288 echo "Making $$target in $$subdir"; \
289 if test "$$subdir" = "."; then \
290 dot_seen=yes; \
291 local_target="$$target-am"; \
292 else \
293 local_target="$$target"; \
294 fi; \
295 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
296 || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
297 done; \
298 if test "$$dot_seen" = "no"; then \
299 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
300 fi; test -z "$$fail"
301
302mostlyclean-recursive clean-recursive distclean-recursive \
303maintainer-clean-recursive:
304 @set fnord $(MAKEFLAGS); amf=$$2; \
305 dot_seen=no; \
306 rev=''; list='$(SUBDIRS)'; for subdir in $$list; do \
307 rev="$$subdir $$rev"; \
308 test "$$subdir" = "." && dot_seen=yes; \
309 done; \
310 test "$$dot_seen" = "no" && rev=". $$rev"; \
311 target=`echo $@ | sed s/-recursive//`; \
312 for subdir in $$rev; do \
313 echo "Making $$target in $$subdir"; \
314 if test "$$subdir" = "."; then \
315 local_target="$$target-am"; \
316 else \
317 local_target="$$target"; \
318 fi; \
319 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
320 || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
321 done && test -z "$$fail"
322tags-recursive:
323 list='$(SUBDIRS)'; for subdir in $$list; do \
324 test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
325 done
326
327tags: TAGS
328
329ID: $(HEADERS) $(SOURCES) $(LISP)
330 list='$(SOURCES) $(HEADERS)'; \
331 unique=`for i in $$list; do echo $$i; done | \
332 awk ' { files[$$0] = 1; } \
333 END { for (i in files) print i; }'`; \
334 here=`pwd` && cd $(srcdir) \
335 && mkid -f$$here/ID $$unique $(LISP)
336
337TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) $(LISP)
338 tags=; \
339 here=`pwd`; \
340 list='$(SUBDIRS)'; for subdir in $$list; do \
341 if test "$$subdir" = .; then :; else \
342 test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
343 fi; \
344 done; \
345 list='$(SOURCES) $(HEADERS)'; \
346 unique=`for i in $$list; do echo $$i; done | \
347 awk ' { files[$$0] = 1; } \
348 END { for (i in files) print i; }'`; \
349 test -z "$(ETAGS_ARGS)config.h.in$$unique$(LISP)$$tags" \
350 || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags config.h.in $$unique $(LISP) -o $$here/TAGS)
351
352mostlyclean-tags:
353
354clean-tags:
355
356distclean-tags:
357 -rm -f TAGS ID
358
359maintainer-clean-tags:
360
361distdir = $(PACKAGE)-$(VERSION)
362top_distdir = $(distdir)
363
364# This target untars the dist file and tries a VPATH configuration. Then
365# it guarantees that the distribution is self-contained by making another
366# tarfile.
367distcheck: dist
368 -rm -rf $(distdir)
369 GZIP=$(GZIP_ENV) $(TAR) zxf $(distdir).tar.gz
370 mkdir $(distdir)/=build
371 mkdir $(distdir)/=inst
372 dc_install_base=`cd $(distdir)/=inst && pwd`; \
373 cd $(distdir)/=build \
374 && ../configure --with-included-gettext --srcdir=.. --prefix=$$dc_install_base \
375 && $(MAKE) $(AM_MAKEFLAGS) \
376 && $(MAKE) $(AM_MAKEFLAGS) dvi \
377 && $(MAKE) $(AM_MAKEFLAGS) check \
378 && $(MAKE) $(AM_MAKEFLAGS) install \
379 && $(MAKE) $(AM_MAKEFLAGS) installcheck \
380 && $(MAKE) $(AM_MAKEFLAGS) dist
381 -rm -rf $(distdir)
382 @banner="$(distdir).tar.gz is ready for distribution"; \
383 dashes=`echo "$$banner" | sed s/./=/g`; \
384 echo "$$dashes"; \
385 echo "$$banner"; \
386 echo "$$dashes"
387dist: distdir
388 -chmod -R a+r $(distdir)
389 GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
390 -rm -rf $(distdir)
391dist-all: distdir
392 -chmod -R a+r $(distdir)
393 GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
394 -rm -rf $(distdir)
395distdir: $(DISTFILES)
396 -rm -rf $(distdir)
397 mkdir $(distdir)
398 -chmod 777 $(distdir)
399 @for file in $(DISTFILES); do \
400 d=$(srcdir); \
401 if test -d $$d/$$file; then \
Chris Allegrettabceb1b22000-06-19 04:22:15 +0000402 cp -pr $$d/$$file $(distdir)/$$file; \
Chris Allegrettaa2ea1932000-06-06 05:53:49 +0000403 else \
404 test -f $(distdir)/$$file \
405 || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
406 || cp -p $$d/$$file $(distdir)/$$file || :; \
407 fi; \
408 done
409 for subdir in $(SUBDIRS); do \
410 if test "$$subdir" = .; then :; else \
411 test -d $(distdir)/$$subdir \
412 || mkdir $(distdir)/$$subdir \
413 || exit 1; \
414 chmod 777 $(distdir)/$$subdir; \
415 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir=../$(distdir) distdir=../$(distdir)/$$subdir distdir) \
416 || exit 1; \
417 fi; \
418 done
419info-am:
420info: info-recursive
421dvi-am:
422dvi: dvi-recursive
423check-am: all-am
424check: check-recursive
425installcheck-am:
426installcheck: installcheck-recursive
427all-recursive-am: config.h
428 $(MAKE) $(AM_MAKEFLAGS) all-recursive
429
430install-exec-am: install-binPROGRAMS
431install-exec: install-exec-recursive
432
433install-data-am: install-man
434install-data: install-data-recursive
435
436install-am: all-am
437 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
438install: install-recursive
439uninstall-am: uninstall-binPROGRAMS uninstall-man
440uninstall: uninstall-recursive
441all-am: Makefile $(PROGRAMS) $(MANS) config.h
442all-redirect: all-recursive-am
443install-strip:
444 $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
445installdirs: installdirs-recursive
446installdirs-am:
447 $(mkinstalldirs) $(DESTDIR)$(bindir) $(DESTDIR)$(mandir)/man1
448
449
450mostlyclean-generic:
451
452clean-generic:
453
454distclean-generic:
455 -rm -f Makefile $(CONFIG_CLEAN_FILES)
456 -rm -f config.cache config.log stamp-h stamp-h[0-9]*
457
458maintainer-clean-generic:
459mostlyclean-am: mostlyclean-hdr mostlyclean-binPROGRAMS \
Chris Allegretta5027a182000-08-04 00:42:16 +0000460 mostlyclean-compile mostlyclean-tags \
Chris Allegrettaa2ea1932000-06-06 05:53:49 +0000461 mostlyclean-generic
462
463mostlyclean: mostlyclean-recursive
464
465clean-am: clean-hdr clean-binPROGRAMS clean-compile clean-tags \
Chris Allegretta5027a182000-08-04 00:42:16 +0000466 clean-generic mostlyclean-am
Chris Allegrettaa2ea1932000-06-06 05:53:49 +0000467
468clean: clean-recursive
469
470distclean-am: distclean-hdr distclean-binPROGRAMS distclean-compile \
Chris Allegretta5027a182000-08-04 00:42:16 +0000471 distclean-tags distclean-generic clean-am
Chris Allegrettaa2ea1932000-06-06 05:53:49 +0000472
473distclean: distclean-recursive
474 -rm -f config.status
475
476maintainer-clean-am: maintainer-clean-hdr maintainer-clean-binPROGRAMS \
477 maintainer-clean-compile maintainer-clean-tags \
Chris Allegretta5027a182000-08-04 00:42:16 +0000478 maintainer-clean-generic distclean-am
Chris Allegrettaa2ea1932000-06-06 05:53:49 +0000479 @echo "This command is intended for maintainers to use;"
480 @echo "it deletes files that may require special tools to rebuild."
481
482maintainer-clean: maintainer-clean-recursive
483 -rm -f config.status
484
485.PHONY: mostlyclean-hdr distclean-hdr clean-hdr maintainer-clean-hdr \
486mostlyclean-binPROGRAMS distclean-binPROGRAMS clean-binPROGRAMS \
487maintainer-clean-binPROGRAMS uninstall-binPROGRAMS install-binPROGRAMS \
488mostlyclean-compile distclean-compile clean-compile \
489maintainer-clean-compile install-man1 uninstall-man1 install-man \
490uninstall-man install-data-recursive uninstall-data-recursive \
491install-exec-recursive uninstall-exec-recursive installdirs-recursive \
492uninstalldirs-recursive all-recursive check-recursive \
493installcheck-recursive info-recursive dvi-recursive \
494mostlyclean-recursive distclean-recursive clean-recursive \
495maintainer-clean-recursive tags tags-recursive mostlyclean-tags \
Chris Allegretta5027a182000-08-04 00:42:16 +0000496distclean-tags clean-tags maintainer-clean-tags distdir info-am info \
497dvi-am dvi check check-am installcheck-am installcheck all-recursive-am \
498install-exec-am install-exec install-data-am install-data install-am \
499install uninstall-am uninstall all-redirect all-am all installdirs-am \
Chris Allegrettaa2ea1932000-06-06 05:53:49 +0000500installdirs mostlyclean-generic distclean-generic clean-generic \
501maintainer-clean-generic clean mostlyclean distclean maintainer-clean
502
503
504# Tell versions [3.59,3.63) of GNU make to not export all variables.
505# Otherwise a system limit (for SysV at least) may be exceeded.
506.NOEXPORT: