1# Makefile.in generated by automake 1.14.1 from Makefile.am.
2# emacs/Makefile.  Generated from Makefile.in by configure.
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
16
17#
18# Makefile.am - automake configuration file for nana.
19#
20
21am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
22am__make_running_with_option = \
23  case $${target_option-} in \
24      ?) ;; \
25      *) echo "am__make_running_with_option: internal error: invalid" \
26              "target option '$${target_option-}' specified" >&2; \
27         exit 1;; \
28  esac; \
29  has_opt=no; \
30  sane_makeflags=$$MAKEFLAGS; \
31  if $(am__is_gnu_make); then \
32    sane_makeflags=$$MFLAGS; \
33  else \
34    case $$MAKEFLAGS in \
35      *\\[\ \	]*) \
36        bs=\\; \
37        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
38          | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
39    esac; \
40  fi; \
41  skip_next=no; \
42  strip_trailopt () \
43  { \
44    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
45  }; \
46  for flg in $$sane_makeflags; do \
47    test $$skip_next = yes && { skip_next=no; continue; }; \
48    case $$flg in \
49      *=*|--*) continue;; \
50        -*I) strip_trailopt 'I'; skip_next=yes;; \
51      -*I?*) strip_trailopt 'I';; \
52        -*O) strip_trailopt 'O'; skip_next=yes;; \
53      -*O?*) strip_trailopt 'O';; \
54        -*l) strip_trailopt 'l'; skip_next=yes;; \
55      -*l?*) strip_trailopt 'l';; \
56      -[dEDm]) skip_next=yes;; \
57      -[JT]) skip_next=yes;; \
58    esac; \
59    case $$flg in \
60      *$$target_option*) has_opt=yes; break;; \
61    esac; \
62  done; \
63  test $$has_opt = yes
64am__make_dryrun = (target_option=n; $(am__make_running_with_option))
65am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
66pkgdatadir = $(datadir)/nana
67pkgincludedir = $(includedir)/nana
68pkglibdir = $(libdir)/nana
69pkglibexecdir = $(libexecdir)/nana
70am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
71install_sh_DATA = $(install_sh) -c -m 644
72install_sh_PROGRAM = $(install_sh) -c
73install_sh_SCRIPT = $(install_sh) -c
74INSTALL_HEADER = $(INSTALL_DATA)
75transform = $(program_transform_name)
76NORMAL_INSTALL = :
77PRE_INSTALL = :
78POST_INSTALL = :
79NORMAL_UNINSTALL = :
80PRE_UNINSTALL = :
81POST_UNINSTALL = :
82build_triplet = x86_64-pc-linux-gnu
83host_triplet = x86_64-pc-linux-gnu
84target_triplet = x86_64-pc-linux-gnu
85subdir = emacs
86DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
87	$(top_srcdir)/mkinstalldirs README
88ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
89am__aclocal_m4_deps = $(top_srcdir)/configure.ac
90am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
91	$(ACLOCAL_M4)
92mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
93CONFIG_CLEAN_FILES =
94CONFIG_CLEAN_VPATH_FILES =
95AM_V_P = $(am__v_P_$(V))
96am__v_P_ = $(am__v_P_$(AM_DEFAULT_VERBOSITY))
97am__v_P_0 = false
98am__v_P_1 = :
99AM_V_GEN = $(am__v_GEN_$(V))
100am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
101am__v_GEN_0 = @echo "  GEN     " $@;
102am__v_GEN_1 =
103AM_V_at = $(am__v_at_$(V))
104am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
105am__v_at_0 = @
106am__v_at_1 =
107SOURCES =
108DIST_SOURCES =
109am__can_run_installinfo = \
110  case $$AM_UPDATE_INFO_DIR in \
111    n|no|NO) false;; \
112    *) (install-info --version) >/dev/null 2>&1;; \
113  esac
114am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
115DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
116ACLOCAL = aclocal-1.14
117ALWAYS_INCLUDE_MALLOC = #define ALWAYS_INCLUDE_MALLOC/* no arguments */ 0
118AMTAR = $${TAR-tar}
119AM_DEFAULT_VERBOSITY = 1
120AUTOCONF = autoconf
121AUTOHEADER = autoheader
122AUTOMAKE = automake-1.14
123AWK = gawk
124CC = gcc
125CCDEPMODE = depmode=gcc3
126CFLAGS = -g -O2
127CPP = gcc -E
128CPPFLAGS =
129CXX = g++
130CXXCPP = g++ -E
131CXXDEPMODE = depmode=gcc3
132CXXFLAGS = -g -O2
133CYGPATH_W = echo
134DEFS = -DPACKAGE_NAME=\"nana\" -DPACKAGE_TARNAME=\"nana\" -DPACKAGE_VERSION=\"3.0\" -DPACKAGE_STRING=\"nana\ 3.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"nana\" -DVERSION=\"3.0\" -DHAVE_VSPRINTF=1 -DHAVE_VSNPRINTF=1 -DHAVE_GETTIMEOFDAY=1
135DEPDIR = .deps
136DI_MAKE_VALID_BREAKPOINT =
137DL_MAKE_VALID_BREAKPOINT =
138ECHO_C =
139ECHO_N = -n
140ECHO_T =
141EXEEXT =
142FIND = find
143FMT = fmt
144GDB = /usr/bin/gdb
145HAVE_RDTSC = 0
146INSTALL = /usr/bin/install -c
147INSTALL_DATA = ${INSTALL} -m 644
148INSTALL_PROGRAM = ${INSTALL}
149INSTALL_SCRIPT = ${INSTALL}
150INSTALL_STRIP_PROGRAM = $(install_sh) -c -s
151I_DEFAULT_HANDLER =
152LDFLAGS =
153LIBOBJS =
154LIBS =
155LTLIBOBJS =
156MAKEINFO = makeinfo
157MKDIR_P = /bin/mkdir -p
158OBJEXT = o
159PACKAGE = nana
160PACKAGE_BUGREPORT =
161PACKAGE_NAME = nana
162PACKAGE_STRING = nana 3.0
163PACKAGE_TARNAME = nana
164PACKAGE_URL =
165PACKAGE_VERSION = 3.0
166PATH_SEPARATOR = :
167PREV_VERSION = 2.4
168RANLIB = ranlib
169SET_MAKE =
170SHELL = /bin/bash
171STRIP =
172TAR = tar
173VERSION = 3.0
174abs_builddir = /home/pjm/github/nana/emacs
175abs_srcdir = /home/pjm/github/nana/emacs
176abs_top_builddir = /home/pjm/github/nana
177abs_top_srcdir = /home/pjm/github/nana
178ac_ct_CC = gcc
179ac_ct_CXX = g++
180am__include = include
181am__leading_dot = .
182am__quote =
183am__tar = $${TAR-tar} chof - "$$tardir"
184am__untar = $${TAR-tar} xf -
185bindir = ${exec_prefix}/bin
186build = x86_64-pc-linux-gnu
187build_alias =
188build_cpu = x86_64
189build_os = linux-gnu
190build_vendor = pc
191builddir = .
192datadir = ${datarootdir}
193datarootdir = ${prefix}/share
194docdir = ${datarootdir}/doc/${PACKAGE_TARNAME}
195dvidir = ${docdir}
196exec_prefix = ${prefix}
197host = x86_64-pc-linux-gnu
198host_alias =
199host_cpu = x86_64
200host_os = linux-gnu
201host_vendor = pc
202htmldir = ${docdir}
203includedir = ${prefix}/include
204infodir = ${datarootdir}/info
205install_sh = ${SHELL} /home/pjm/github/nana/install-sh
206libdir = ${exec_prefix}/lib
207libexecdir = ${exec_prefix}/libexec
208localedir = ${datarootdir}/locale
209localstatedir = ${prefix}/var
210mandir = ${datarootdir}/man
211mkdir_p = $(MKDIR_P)
212oldincludedir = /usr/include
213pdfdir = ${docdir}
214prefix = /usr/local
215program_transform_name = s,x,x,
216psdir = ${docdir}
217sbindir = ${exec_prefix}/sbin
218sharedstatedir = ${prefix}/com
219srcdir = .
220sysconfdir = ${prefix}/etc
221target = x86_64-pc-linux-gnu
222target_alias =
223target_cpu = x86_64
224target_os = linux-gnu
225target_vendor = pc
226top_build_prefix = ../
227top_builddir = ..
228top_srcdir = ..
229EXTRA_DIST = fess.el
230all: all-am
231
232.SUFFIXES:
233$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
234	@for dep in $?; do \
235	  case '$(am__configure_deps)' in \
236	    *$$dep*) \
237	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
238	        && { if test -f $@; then exit 0; else break; fi; }; \
239	      exit 1;; \
240	  esac; \
241	done; \
242	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu emacs/Makefile'; \
243	$(am__cd) $(top_srcdir) && \
244	  $(AUTOMAKE) --gnu emacs/Makefile
245.PRECIOUS: Makefile
246Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
247	@case '$?' in \
248	  *config.status*) \
249	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
250	  *) \
251	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
252	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
253	esac;
254
255$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
256	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
257
258$(top_srcdir)/configure:  $(am__configure_deps)
259	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
260$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
261	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
262$(am__aclocal_m4_deps):
263tags TAGS:
264
265ctags CTAGS:
266
267cscope cscopelist:
268
269
270distdir: $(DISTFILES)
271	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
272	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
273	list='$(DISTFILES)'; \
274	  dist_files=`for file in $$list; do echo $$file; done | \
275	  sed -e "s|^$$srcdirstrip/||;t" \
276	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
277	case $$dist_files in \
278	  */*) $(MKDIR_P) `echo "$$dist_files" | \
279			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
280			   sort -u` ;; \
281	esac; \
282	for file in $$dist_files; do \
283	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
284	  if test -d $$d/$$file; then \
285	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
286	    if test -d "$(distdir)/$$file"; then \
287	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
288	    fi; \
289	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
290	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
291	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
292	    fi; \
293	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
294	  else \
295	    test -f "$(distdir)/$$file" \
296	    || cp -p $$d/$$file "$(distdir)/$$file" \
297	    || exit 1; \
298	  fi; \
299	done
300check-am: all-am
301check: check-am
302all-am: Makefile
303installdirs:
304install: install-am
305install-exec: install-exec-am
306install-data: install-data-am
307uninstall: uninstall-am
308
309install-am: all-am
310	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
311
312installcheck: installcheck-am
313install-strip:
314	if test -z '$(STRIP)'; then \
315	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
316	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
317	      install; \
318	else \
319	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
320	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
321	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
322	fi
323mostlyclean-generic:
324
325clean-generic:
326
327distclean-generic:
328	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
329	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
330
331maintainer-clean-generic:
332	@echo "This command is intended for maintainers to use"
333	@echo "it deletes files that may require special tools to rebuild."
334clean: clean-am
335
336clean-am: clean-generic mostlyclean-am
337
338distclean: distclean-am
339	-rm -f Makefile
340distclean-am: clean-am distclean-generic
341
342dvi: dvi-am
343
344dvi-am:
345
346html: html-am
347
348html-am:
349
350info: info-am
351
352info-am:
353
354install-data-am:
355
356install-dvi: install-dvi-am
357
358install-dvi-am:
359
360install-exec-am:
361
362install-html: install-html-am
363
364install-html-am:
365
366install-info: install-info-am
367
368install-info-am:
369
370install-man:
371
372install-pdf: install-pdf-am
373
374install-pdf-am:
375
376install-ps: install-ps-am
377
378install-ps-am:
379
380installcheck-am:
381
382maintainer-clean: maintainer-clean-am
383	-rm -f Makefile
384maintainer-clean-am: distclean-am maintainer-clean-generic
385
386mostlyclean: mostlyclean-am
387
388mostlyclean-am: mostlyclean-generic
389
390pdf: pdf-am
391
392pdf-am:
393
394ps: ps-am
395
396ps-am:
397
398uninstall-am:
399
400.MAKE: install-am install-strip
401
402.PHONY: all all-am check check-am clean clean-generic cscopelist-am \
403	ctags-am distclean distclean-generic distdir dvi dvi-am html \
404	html-am info info-am install install-am install-data \
405	install-data-am install-dvi install-dvi-am install-exec \
406	install-exec-am install-html install-html-am install-info \
407	install-info-am install-man install-pdf install-pdf-am \
408	install-ps install-ps-am install-strip installcheck \
409	installcheck-am installdirs maintainer-clean \
410	maintainer-clean-generic mostlyclean mostlyclean-generic pdf \
411	pdf-am ps ps-am tags-am uninstall uninstall-am
412
413
414# Tell versions [3.59,3.63) of GNU make to not export all variables.
415# Otherwise a system limit (for SysV at least) may be exceeded.
416.NOEXPORT:
417