1# Makefile.in generated by automake 1.14.1 from Makefile.am.
2# @configure_input@
3
4# Copyright (C) 1994-2013 Free Software Foundation, Inc.
5
6# This Makefile.in is free software; the Free Software Foundation
7# gives unlimited permission to copy and/or distribute it,
8# with or without modifications, as long as this notice is preserved.
9
10# This program is distributed in the hope that it will be useful,
11# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
12# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
13# PARTICULAR PURPOSE.
14
15@SET_MAKE@
16
17#
18# Makefile.am - automake configuration file for the shortform generator
19#
20
21VPATH = @srcdir@
22am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
23am__make_running_with_option = \
24  case $${target_option-} in \
25      ?) ;; \
26      *) echo "am__make_running_with_option: internal error: invalid" \
27              "target option '$${target_option-}' specified" >&2; \
28         exit 1;; \
29  esac; \
30  has_opt=no; \
31  sane_makeflags=$$MAKEFLAGS; \
32  if $(am__is_gnu_make); then \
33    sane_makeflags=$$MFLAGS; \
34  else \
35    case $$MAKEFLAGS in \
36      *\\[\ \	]*) \
37        bs=\\; \
38        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
39          | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
40    esac; \
41  fi; \
42  skip_next=no; \
43  strip_trailopt () \
44  { \
45    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
46  }; \
47  for flg in $$sane_makeflags; do \
48    test $$skip_next = yes && { skip_next=no; continue; }; \
49    case $$flg in \
50      *=*|--*) continue;; \
51        -*I) strip_trailopt 'I'; skip_next=yes;; \
52      -*I?*) strip_trailopt 'I';; \
53        -*O) strip_trailopt 'O'; skip_next=yes;; \
54      -*O?*) strip_trailopt 'O';; \
55        -*l) strip_trailopt 'l'; skip_next=yes;; \
56      -*l?*) strip_trailopt 'l';; \
57      -[dEDm]) skip_next=yes;; \
58      -[JT]) skip_next=yes;; \
59    esac; \
60    case $$flg in \
61      *$$target_option*) has_opt=yes; break;; \
62    esac; \
63  done; \
64  test $$has_opt = yes
65am__make_dryrun = (target_option=n; $(am__make_running_with_option))
66am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
67pkgdatadir = $(datadir)/@PACKAGE@
68pkgincludedir = $(includedir)/@PACKAGE@
69pkglibdir = $(libdir)/@PACKAGE@
70pkglibexecdir = $(libexecdir)/@PACKAGE@
71am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
72install_sh_DATA = $(install_sh) -c -m 644
73install_sh_PROGRAM = $(install_sh) -c
74install_sh_SCRIPT = $(install_sh) -c
75INSTALL_HEADER = $(INSTALL_DATA)
76transform = $(program_transform_name)
77NORMAL_INSTALL = :
78PRE_INSTALL = :
79POST_INSTALL = :
80NORMAL_UNINSTALL = :
81PRE_UNINSTALL = :
82POST_UNINSTALL = :
83build_triplet = @build@
84host_triplet = @host@
85target_triplet = @target@
86subdir = shortform
87DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
88	$(top_srcdir)/mkinstalldirs $(srcdir)/nana-sfg.in \
89	$(srcdir)/nana-sfdir.in README
90ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
91am__aclocal_m4_deps = $(top_srcdir)/configure.ac
92am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
93	$(ACLOCAL_M4)
94mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
95CONFIG_CLEAN_FILES = nana-sfg nana-sfdir
96CONFIG_CLEAN_VPATH_FILES =
97am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
98am__vpath_adj = case $$p in \
99    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
100    *) f=$$p;; \
101  esac;
102am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
103am__install_max = 40
104am__nobase_strip_setup = \
105  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
106am__nobase_strip = \
107  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
108am__nobase_list = $(am__nobase_strip_setup); \
109  for p in $$list; do echo "$$p $$p"; done | \
110  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
111  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
112    if (++n[$$2] == $(am__install_max)) \
113      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
114    END { for (dir in files) print dir, files[dir] }'
115am__base_list = \
116  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
117  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
118am__uninstall_files_from_dir = { \
119  test -z "$$files" \
120    || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
121    || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
122         $(am__cd) "$$dir" && rm -f $$files; }; \
123  }
124am__installdirs = "$(DESTDIR)$(bindir)"
125SCRIPTS = $(bin_SCRIPTS)
126AM_V_P = $(am__v_P_@AM_V@)
127am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
128am__v_P_0 = false
129am__v_P_1 = :
130AM_V_GEN = $(am__v_GEN_@AM_V@)
131am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
132am__v_GEN_0 = @echo "  GEN     " $@;
133am__v_GEN_1 =
134AM_V_at = $(am__v_at_@AM_V@)
135am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
136am__v_at_0 = @
137am__v_at_1 =
138SOURCES =
139DIST_SOURCES =
140am__can_run_installinfo = \
141  case $$AM_UPDATE_INFO_DIR in \
142    n|no|NO) false;; \
143    *) (install-info --version) >/dev/null 2>&1;; \
144  esac
145am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
146DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
147ACLOCAL = @ACLOCAL@
148ALWAYS_INCLUDE_MALLOC = @ALWAYS_INCLUDE_MALLOC@
149AMTAR = @AMTAR@
150AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
151AUTOCONF = @AUTOCONF@
152AUTOHEADER = @AUTOHEADER@
153AUTOMAKE = @AUTOMAKE@
154AWK = @AWK@
155CC = @CC@
156CCDEPMODE = @CCDEPMODE@
157CFLAGS = @CFLAGS@
158CPP = @CPP@
159CPPFLAGS = @CPPFLAGS@
160CXX = @CXX@
161CXXCPP = @CXXCPP@
162CXXDEPMODE = @CXXDEPMODE@
163CXXFLAGS = @CXXFLAGS@
164CYGPATH_W = @CYGPATH_W@
165DEFS = @DEFS@
166DEPDIR = @DEPDIR@
167DI_MAKE_VALID_BREAKPOINT = @DI_MAKE_VALID_BREAKPOINT@
168DL_MAKE_VALID_BREAKPOINT = @DL_MAKE_VALID_BREAKPOINT@
169ECHO_C = @ECHO_C@
170ECHO_N = @ECHO_N@
171ECHO_T = @ECHO_T@
172EXEEXT = @EXEEXT@
173FIND = @FIND@
174FMT = @FMT@
175GDB = @GDB@
176HAVE_RDTSC = @HAVE_RDTSC@
177INSTALL = @INSTALL@
178INSTALL_DATA = @INSTALL_DATA@
179INSTALL_PROGRAM = @INSTALL_PROGRAM@
180INSTALL_SCRIPT = @INSTALL_SCRIPT@
181INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
182I_DEFAULT_HANDLER = @I_DEFAULT_HANDLER@
183LDFLAGS = @LDFLAGS@
184LIBOBJS = @LIBOBJS@
185LIBS = @LIBS@
186LTLIBOBJS = @LTLIBOBJS@
187MAKEINFO = @MAKEINFO@
188MKDIR_P = @MKDIR_P@
189OBJEXT = @OBJEXT@
190PACKAGE = @PACKAGE@
191PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
192PACKAGE_NAME = @PACKAGE_NAME@
193PACKAGE_STRING = @PACKAGE_STRING@
194PACKAGE_TARNAME = @PACKAGE_TARNAME@
195PACKAGE_URL = @PACKAGE_URL@
196PACKAGE_VERSION = @PACKAGE_VERSION@
197PATH_SEPARATOR = @PATH_SEPARATOR@
198PREV_VERSION = @PREV_VERSION@
199RANLIB = @RANLIB@
200SET_MAKE = @SET_MAKE@
201SHELL = @SHELL@
202STRIP = @STRIP@
203TAR = @TAR@
204VERSION = @VERSION@
205abs_builddir = @abs_builddir@
206abs_srcdir = @abs_srcdir@
207abs_top_builddir = @abs_top_builddir@
208abs_top_srcdir = @abs_top_srcdir@
209ac_ct_CC = @ac_ct_CC@
210ac_ct_CXX = @ac_ct_CXX@
211am__include = @am__include@
212am__leading_dot = @am__leading_dot@
213am__quote = @am__quote@
214am__tar = @am__tar@
215am__untar = @am__untar@
216bindir = @bindir@
217build = @build@
218build_alias = @build_alias@
219build_cpu = @build_cpu@
220build_os = @build_os@
221build_vendor = @build_vendor@
222builddir = @builddir@
223datadir = @datadir@
224datarootdir = @datarootdir@
225docdir = @docdir@
226dvidir = @dvidir@
227exec_prefix = @exec_prefix@
228host = @host@
229host_alias = @host_alias@
230host_cpu = @host_cpu@
231host_os = @host_os@
232host_vendor = @host_vendor@
233htmldir = @htmldir@
234includedir = @includedir@
235infodir = @infodir@
236install_sh = @install_sh@
237libdir = @libdir@
238libexecdir = @libexecdir@
239localedir = @localedir@
240localstatedir = @localstatedir@
241mandir = @mandir@
242mkdir_p = @mkdir_p@
243oldincludedir = @oldincludedir@
244pdfdir = @pdfdir@
245prefix = @prefix@
246program_transform_name = @program_transform_name@
247psdir = @psdir@
248sbindir = @sbindir@
249sharedstatedir = @sharedstatedir@
250srcdir = @srcdir@
251sysconfdir = @sysconfdir@
252target = @target@
253target_alias = @target_alias@
254target_cpu = @target_cpu@
255target_os = @target_os@
256target_vendor = @target_vendor@
257top_build_prefix = @top_build_prefix@
258top_builddir = @top_builddir@
259top_srcdir = @top_srcdir@
260EXTRA_DIST = example.c smallex.c
261bin_SCRIPTS = nana-sfg nana-sfdir
262
263#
264# example - build a Nana shortform version of the current directory
265#
266# Note: you need to install the GLOBAL source code to HTML package
267#    which is available from:
268#
269#      Shigio Yamaguchi at http://wafu.netgate.net/tama/unix/global.html
270#
271#      or at the FreeBSD archives (it is installed by default on FreeBSD)
272#
273#      or at the nana archive ftp://ftp.cs.ntu.edu.au/pub/nana
274#
275# Alternatively install your own source to HTML package such as DOC++
276# and modify MKHTML
277#
278MKHTML = cd NANASF; (gtags ; htags) || echo install global
279all: all-am
280
281.SUFFIXES:
282$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
283	@for dep in $?; do \
284	  case '$(am__configure_deps)' in \
285	    *$$dep*) \
286	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
287	        && { if test -f $@; then exit 0; else break; fi; }; \
288	      exit 1;; \
289	  esac; \
290	done; \
291	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu shortform/Makefile'; \
292	$(am__cd) $(top_srcdir) && \
293	  $(AUTOMAKE) --gnu shortform/Makefile
294.PRECIOUS: Makefile
295Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
296	@case '$?' in \
297	  *config.status*) \
298	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
299	  *) \
300	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
301	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
302	esac;
303
304$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
305	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
306
307$(top_srcdir)/configure:  $(am__configure_deps)
308	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
309$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
310	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
311$(am__aclocal_m4_deps):
312nana-sfg: $(top_builddir)/config.status $(srcdir)/nana-sfg.in
313	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
314nana-sfdir: $(top_builddir)/config.status $(srcdir)/nana-sfdir.in
315	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
316install-binSCRIPTS: $(bin_SCRIPTS)
317	@$(NORMAL_INSTALL)
318	@list='$(bin_SCRIPTS)'; test -n "$(bindir)" || list=; \
319	if test -n "$$list"; then \
320	  echo " $(MKDIR_P) '$(DESTDIR)$(bindir)'"; \
321	  $(MKDIR_P) "$(DESTDIR)$(bindir)" || exit 1; \
322	fi; \
323	for p in $$list; do \
324	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
325	  if test -f "$$d$$p"; then echo "$$d$$p"; echo "$$p"; else :; fi; \
326	done | \
327	sed -e 'p;s,.*/,,;n' \
328	    -e 'h;s|.*|.|' \
329	    -e 'p;x;s,.*/,,;$(transform)' | sed 'N;N;N;s,\n, ,g' | \
330	$(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1; } \
331	  { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
332	    if ($$2 == $$4) { files[d] = files[d] " " $$1; \
333	      if (++n[d] == $(am__install_max)) { \
334		print "f", d, files[d]; n[d] = 0; files[d] = "" } } \
335	    else { print "f", d "/" $$4, $$1 } } \
336	  END { for (d in files) print "f", d, files[d] }' | \
337	while read type dir files; do \
338	     if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
339	     test -z "$$files" || { \
340	       echo " $(INSTALL_SCRIPT) $$files '$(DESTDIR)$(bindir)$$dir'"; \
341	       $(INSTALL_SCRIPT) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \
342	     } \
343	; done
344
345uninstall-binSCRIPTS:
346	@$(NORMAL_UNINSTALL)
347	@list='$(bin_SCRIPTS)'; test -n "$(bindir)" || exit 0; \
348	files=`for p in $$list; do echo "$$p"; done | \
349	       sed -e 's,.*/,,;$(transform)'`; \
350	dir='$(DESTDIR)$(bindir)'; $(am__uninstall_files_from_dir)
351tags TAGS:
352
353ctags CTAGS:
354
355cscope cscopelist:
356
357
358distdir: $(DISTFILES)
359	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
360	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
361	list='$(DISTFILES)'; \
362	  dist_files=`for file in $$list; do echo $$file; done | \
363	  sed -e "s|^$$srcdirstrip/||;t" \
364	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
365	case $$dist_files in \
366	  */*) $(MKDIR_P) `echo "$$dist_files" | \
367			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
368			   sort -u` ;; \
369	esac; \
370	for file in $$dist_files; do \
371	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
372	  if test -d $$d/$$file; then \
373	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
374	    if test -d "$(distdir)/$$file"; then \
375	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
376	    fi; \
377	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
378	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
379	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
380	    fi; \
381	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
382	  else \
383	    test -f "$(distdir)/$$file" \
384	    || cp -p $$d/$$file "$(distdir)/$$file" \
385	    || exit 1; \
386	  fi; \
387	done
388check-am: all-am
389check: check-am
390all-am: Makefile $(SCRIPTS)
391installdirs:
392	for dir in "$(DESTDIR)$(bindir)"; do \
393	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
394	done
395install: install-am
396install-exec: install-exec-am
397install-data: install-data-am
398uninstall: uninstall-am
399
400install-am: all-am
401	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
402
403installcheck: installcheck-am
404install-strip:
405	if test -z '$(STRIP)'; then \
406	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
407	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
408	      install; \
409	else \
410	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
411	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
412	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
413	fi
414mostlyclean-generic:
415
416clean-generic:
417
418distclean-generic:
419	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
420	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
421
422maintainer-clean-generic:
423	@echo "This command is intended for maintainers to use"
424	@echo "it deletes files that may require special tools to rebuild."
425clean: clean-am
426
427clean-am: clean-generic mostlyclean-am
428
429distclean: distclean-am
430	-rm -f Makefile
431distclean-am: clean-am distclean-generic
432
433dvi: dvi-am
434
435dvi-am:
436
437html: html-am
438
439html-am:
440
441info: info-am
442
443info-am:
444
445install-data-am:
446
447install-dvi: install-dvi-am
448
449install-dvi-am:
450
451install-exec-am: install-binSCRIPTS
452
453install-html: install-html-am
454
455install-html-am:
456
457install-info: install-info-am
458
459install-info-am:
460
461install-man:
462
463install-pdf: install-pdf-am
464
465install-pdf-am:
466
467install-ps: install-ps-am
468
469install-ps-am:
470
471installcheck-am:
472
473maintainer-clean: maintainer-clean-am
474	-rm -f Makefile
475maintainer-clean-am: distclean-am maintainer-clean-generic
476
477mostlyclean: mostlyclean-am
478
479mostlyclean-am: mostlyclean-generic
480
481pdf: pdf-am
482
483pdf-am:
484
485ps: ps-am
486
487ps-am:
488
489uninstall-am: uninstall-binSCRIPTS
490
491.MAKE: install-am install-strip
492
493.PHONY: all all-am check check-am clean clean-generic cscopelist-am \
494	ctags-am distclean distclean-generic distdir dvi dvi-am html \
495	html-am info info-am install install-am install-binSCRIPTS \
496	install-data install-data-am install-dvi install-dvi-am \
497	install-exec install-exec-am install-html install-html-am \
498	install-info install-info-am install-man install-pdf \
499	install-pdf-am install-ps install-ps-am install-strip \
500	installcheck installcheck-am installdirs maintainer-clean \
501	maintainer-clean-generic mostlyclean mostlyclean-generic pdf \
502	pdf-am ps ps-am tags-am uninstall uninstall-am \
503	uninstall-binSCRIPTS
504
505
506example:
507	nana-sfdir
508	$(MKHTML)
509	@echo see NANASF/HTML/index.html
510
511# Tell versions [3.59,3.63) of GNU make to not export all variables.
512# Otherwise a system limit (for SysV at least) may be exceeded.
513.NOEXPORT:
514