Blame Makefile.in

Packit b40e2e
# Makefile.in generated by automake 1.10 from Makefile.am.
Packit b40e2e
# @configure_input@
Packit b40e2e
Packit b40e2e
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
Packit b40e2e
# 2003, 2004, 2005, 2006  Free Software Foundation, Inc.
Packit b40e2e
# This Makefile.in is free software; the Free Software Foundation
Packit b40e2e
# gives unlimited permission to copy and/or distribute it,
Packit b40e2e
# with or without modifications, as long as this notice is preserved.
Packit b40e2e
Packit b40e2e
# This program is distributed in the hope that it will be useful,
Packit b40e2e
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
Packit b40e2e
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
Packit b40e2e
# PARTICULAR PURPOSE.
Packit b40e2e
Packit b40e2e
@SET_MAKE@
Packit b40e2e
VPATH = @srcdir@
Packit b40e2e
pkgdatadir = $(datadir)/@PACKAGE@
Packit b40e2e
pkglibdir = $(libdir)/@PACKAGE@
Packit b40e2e
pkgincludedir = $(includedir)/@PACKAGE@
Packit b40e2e
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
Packit b40e2e
install_sh_DATA = $(install_sh) -c -m 644
Packit b40e2e
install_sh_PROGRAM = $(install_sh) -c
Packit b40e2e
install_sh_SCRIPT = $(install_sh) -c
Packit b40e2e
INSTALL_HEADER = $(INSTALL_DATA)
Packit b40e2e
transform = $(program_transform_name)
Packit b40e2e
NORMAL_INSTALL = :
Packit b40e2e
PRE_INSTALL = :
Packit b40e2e
POST_INSTALL = :
Packit b40e2e
NORMAL_UNINSTALL = :
Packit b40e2e
PRE_UNINSTALL = :
Packit b40e2e
POST_UNINSTALL = :
Packit b40e2e
build_triplet = @build@
Packit b40e2e
host_triplet = @host@
Packit b40e2e
target_triplet = @target@
Packit b40e2e
@REPLACE_CPP_TRUE@am__append_1 = tests .
Packit b40e2e
subdir = .
Packit b40e2e
DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \
Packit b40e2e
	$(srcdir)/Makefile.in $(top_srcdir)/configure ChangeLog \
Packit b40e2e
	INSTALL NEWS config/compile config/config.guess \
Packit b40e2e
	config/config.sub config/depcomp config/install-sh \
Packit b40e2e
	config/ltmain.sh config/missing
Packit b40e2e
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
Packit b40e2e
am__aclocal_m4_deps = $(top_srcdir)/configure.ac
Packit b40e2e
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
Packit b40e2e
	$(ACLOCAL_M4)
Packit b40e2e
am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
Packit b40e2e
 configure.lineno config.status.lineno
Packit b40e2e
mkinstalldirs = $(install_sh) -d
Packit b40e2e
CONFIG_HEADER = $(top_builddir)/src/config.h
Packit b40e2e
CONFIG_CLEAN_FILES =
Packit b40e2e
depcomp =
Packit b40e2e
am__depfiles_maybe =
Packit b40e2e
SOURCES =
Packit b40e2e
DIST_SOURCES =
Packit b40e2e
RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
Packit b40e2e
	html-recursive info-recursive install-data-recursive \
Packit b40e2e
	install-dvi-recursive install-exec-recursive \
Packit b40e2e
	install-html-recursive install-info-recursive \
Packit b40e2e
	install-pdf-recursive install-ps-recursive install-recursive \
Packit b40e2e
	installcheck-recursive installdirs-recursive pdf-recursive \
Packit b40e2e
	ps-recursive uninstall-recursive
Packit b40e2e
man1dir = $(mandir)/man1
Packit b40e2e
am__installdirs = "$(DESTDIR)$(man1dir)"
Packit b40e2e
NROFF = nroff
Packit b40e2e
MANS = $(man1_MANS)
Packit b40e2e
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive	\
Packit b40e2e
  distclean-recursive maintainer-clean-recursive
Packit b40e2e
ETAGS = etags
Packit b40e2e
CTAGS = ctags
Packit b40e2e
DIST_SUBDIRS = src tests .
Packit b40e2e
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
Packit b40e2e
distdir = $(PACKAGE)-$(VERSION)
Packit b40e2e
top_distdir = $(distdir)
Packit b40e2e
am__remove_distdir = \
Packit b40e2e
  { test ! -d $(distdir) \
Packit b40e2e
    || { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \
Packit b40e2e
         && rm -fr $(distdir); }; }
Packit b40e2e
DIST_ARCHIVES = $(distdir).tar.gz
Packit b40e2e
GZIP_ENV = --best
Packit b40e2e
distuninstallcheck_listfiles = find . -type f -print
Packit b40e2e
distcleancheck_listfiles = find . -type f -print
Packit b40e2e
ACLOCAL = @ACLOCAL@
Packit b40e2e
AMTAR = @AMTAR@
Packit b40e2e
AR = @AR@
Packit b40e2e
AS = @AS@
Packit b40e2e
AUTOCONF = @AUTOCONF@
Packit b40e2e
AUTOHEADER = @AUTOHEADER@
Packit b40e2e
AUTOMAKE = @AUTOMAKE@
Packit b40e2e
AWK = @AWK@
Packit b40e2e
CC = @CC@
Packit b40e2e
CFLAGS = @CFLAGS@
Packit b40e2e
CPP = @CPP@
Packit b40e2e
CPPFLAGS = @CPPFLAGS@
Packit b40e2e
CXX = @CXX@
Packit b40e2e
CXXCPP = @CXXCPP@
Packit b40e2e
CXXFLAGS = @CXXFLAGS@
Packit b40e2e
CYGPATH_W = @CYGPATH_W@
Packit b40e2e
DEFS = @DEFS@
Packit b40e2e
DLLTOOL = @DLLTOOL@
Packit b40e2e
ECHO = @ECHO@
Packit b40e2e
ECHO_C = @ECHO_C@
Packit b40e2e
ECHO_N = @ECHO_N@
Packit b40e2e
ECHO_T = @ECHO_T@
Packit b40e2e
EGREP = @EGREP@
Packit b40e2e
EXEEXT = @EXEEXT@
Packit b40e2e
F77 = @F77@
Packit b40e2e
FFLAGS = @FFLAGS@
Packit b40e2e
GREP = @GREP@
Packit b40e2e
INSTALL = @INSTALL@
Packit b40e2e
INSTALL_DATA = @INSTALL_DATA@
Packit b40e2e
INSTALL_PROGRAM = @INSTALL_PROGRAM@
Packit b40e2e
INSTALL_SCRIPT = @INSTALL_SCRIPT@
Packit b40e2e
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
Packit b40e2e
LDFLAGS = @LDFLAGS@
Packit b40e2e
LIBOBJS = @LIBOBJS@
Packit b40e2e
LIBS = @LIBS@
Packit b40e2e
LIBTOOL = @LIBTOOL@
Packit b40e2e
LN_S = @LN_S@
Packit b40e2e
LTLIBOBJS = @LTLIBOBJS@
Packit b40e2e
MAKEINFO = @MAKEINFO@
Packit b40e2e
MKDIR_P = @MKDIR_P@
Packit b40e2e
OBJDUMP = @OBJDUMP@
Packit b40e2e
OBJEXT = @OBJEXT@
Packit b40e2e
PACKAGE = @PACKAGE@
Packit b40e2e
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
Packit b40e2e
PACKAGE_NAME = @PACKAGE_NAME@
Packit b40e2e
PACKAGE_STRING = @PACKAGE_STRING@
Packit b40e2e
PACKAGE_TARNAME = @PACKAGE_TARNAME@
Packit b40e2e
PACKAGE_VERSION = @PACKAGE_VERSION@
Packit b40e2e
PATH_SEPARATOR = @PATH_SEPARATOR@
Packit b40e2e
RANLIB = @RANLIB@
Packit b40e2e
SET_MAKE = @SET_MAKE@
Packit b40e2e
SHELL = @SHELL@
Packit b40e2e
STRIP = @STRIP@
Packit b40e2e
Target_Cpu = @Target_Cpu@
Packit b40e2e
VERSION = @VERSION@
Packit b40e2e
abs_builddir = @abs_builddir@
Packit b40e2e
abs_srcdir = @abs_srcdir@
Packit b40e2e
abs_top_builddir = @abs_top_builddir@
Packit b40e2e
abs_top_srcdir = @abs_top_srcdir@
Packit b40e2e
ac_ct_CC = @ac_ct_CC@
Packit b40e2e
ac_ct_CXX = @ac_ct_CXX@
Packit b40e2e
ac_ct_F77 = @ac_ct_F77@
Packit b40e2e
am__leading_dot = @am__leading_dot@
Packit b40e2e
am__tar = @am__tar@
Packit b40e2e
am__untar = @am__untar@
Packit b40e2e
bindir = @bindir@
Packit b40e2e
build = @build@
Packit b40e2e
build_alias = @build_alias@
Packit b40e2e
build_cpu = @build_cpu@
Packit b40e2e
build_os = @build_os@
Packit b40e2e
build_vendor = @build_vendor@
Packit b40e2e
builddir = @builddir@
Packit b40e2e
cpp_call = @cpp_call@
Packit b40e2e
datadir = @datadir@
Packit b40e2e
datarootdir = @datarootdir@
Packit b40e2e
docdir = @docdir@
Packit b40e2e
dvidir = @dvidir@
Packit b40e2e
exec_prefix = @exec_prefix@
Packit b40e2e
gcc_maj_ver = @gcc_maj_ver@
Packit b40e2e
gcc_min_ver = @gcc_min_ver@
Packit b40e2e
gcc_path = @gcc_path@
Packit b40e2e
gcc_testsuite_dir = @gcc_testsuite_dir@
Packit b40e2e
host = @host@
Packit b40e2e
host_alias = @host_alias@
Packit b40e2e
host_cpu = @host_cpu@
Packit b40e2e
host_os = @host_os@
Packit b40e2e
host_system = @host_system@
Packit b40e2e
host_vendor = @host_vendor@
Packit b40e2e
htmldir = @htmldir@
Packit b40e2e
inc_dir = @inc_dir@
Packit b40e2e
includedir = @includedir@
Packit b40e2e
infodir = @infodir@
Packit b40e2e
install_sh = @install_sh@
Packit b40e2e
libdir = @libdir@
Packit b40e2e
libexecdir = @libexecdir@
Packit b40e2e
localedir = @localedir@
Packit b40e2e
localstatedir = @localstatedir@
Packit b40e2e
mandir = @mandir@
Packit b40e2e
mkdir_p = @mkdir_p@
Packit b40e2e
oldincludedir = @oldincludedir@
Packit b40e2e
pdfdir = @pdfdir@
Packit b40e2e
prefix = @prefix@
Packit b40e2e
program_transform_name = @program_transform_name@
Packit b40e2e
psdir = @psdir@
Packit b40e2e
sbindir = @sbindir@
Packit b40e2e
sharedstatedir = @sharedstatedir@
Packit b40e2e
srcdir = @srcdir@
Packit b40e2e
sysconfdir = @sysconfdir@
Packit b40e2e
target = @target@
Packit b40e2e
target_alias = @target_alias@
Packit b40e2e
target_cc = @target_cc@
Packit b40e2e
target_cpu = @target_cpu@
Packit b40e2e
target_os = @target_os@
Packit b40e2e
target_vendor = @target_vendor@
Packit b40e2e
top_builddir = @top_builddir@
Packit b40e2e
top_srcdir = @top_srcdir@
Packit b40e2e
AUTOMAKE_OPTIONS = foreign
Packit b40e2e
SUBDIRS = src $(am__append_1)
Packit b40e2e
@REPLACE_CPP_FALSE@man_page = mcpp
Packit b40e2e
@REPLACE_CPP_TRUE@man_page = mcpp-gcc
Packit b40e2e
man1_MANS = $(man_page).1
Packit b40e2e
EXTRA_DIST = $(top_srcdir)/LICENSE $(top_srcdir)/INSTALL*   \
Packit b40e2e
  $(top_srcdir)/ChangeLog.old $(top_srcdir)/NEWS    \
Packit b40e2e
  $(top_srcdir)/mcpp.1 $(top_srcdir)/mcpp-gcc.1 $(top_srcdir)/config    \
Packit b40e2e
  $(top_srcdir)/src/preproc.c $(top_srcdir)/src/noconfig.H  \
Packit b40e2e
  $(top_srcdir)/src/cc1.c $(top_srcdir)/src/*set_mcpp.sh 	\
Packit b40e2e
  $(top_srcdir)/src/testmain.c $(top_srcdir)/src/mcpp_lib.def	\
Packit b40e2e
  $(top_srcdir)/tests/*_test.sh $(top_srcdir)/noconfig  \
Packit b40e2e
  $(top_srcdir)/cpp-test $(top_srcdir)/test-t    \
Packit b40e2e
  $(top_srcdir)/test-c $(top_srcdir)/test-l $(top_srcdir)/tool  \
Packit b40e2e
  $(top_srcdir)/doc $(top_srcdir)/doc-jp
Packit b40e2e
Packit b40e2e
all: all-recursive
Packit b40e2e
Packit b40e2e
.SUFFIXES:
Packit b40e2e
am--refresh:
Packit b40e2e
	@:
Packit b40e2e
$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
Packit b40e2e
	@for dep in $?; do \
Packit b40e2e
	  case '$(am__configure_deps)' in \
Packit b40e2e
	    *$$dep*) \
Packit b40e2e
	      echo ' cd $(srcdir) && $(AUTOMAKE) --foreign  --ignore-deps'; \
Packit b40e2e
	      cd $(srcdir) && $(AUTOMAKE) --foreign  --ignore-deps \
Packit b40e2e
		&& exit 0; \
Packit b40e2e
	      exit 1;; \
Packit b40e2e
	  esac; \
Packit b40e2e
	done; \
Packit b40e2e
	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  --ignore-deps Makefile'; \
Packit b40e2e
	cd $(top_srcdir) && \
Packit b40e2e
	  $(AUTOMAKE) --foreign  --ignore-deps Makefile
Packit b40e2e
.PRECIOUS: Makefile
Packit b40e2e
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
Packit b40e2e
	@case '$?' in \
Packit b40e2e
	  *config.status*) \
Packit b40e2e
	    echo ' $(SHELL) ./config.status'; \
Packit b40e2e
	    $(SHELL) ./config.status;; \
Packit b40e2e
	  *) \
Packit b40e2e
	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
Packit b40e2e
	    cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
Packit b40e2e
	esac;
Packit b40e2e
Packit b40e2e
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
Packit b40e2e
	$(SHELL) ./config.status --recheck
Packit b40e2e
Packit b40e2e
$(top_srcdir)/configure:  $(am__configure_deps)
Packit b40e2e
	cd $(srcdir) && $(AUTOCONF)
Packit b40e2e
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
Packit b40e2e
	cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
Packit b40e2e
Packit b40e2e
mostlyclean-libtool:
Packit b40e2e
	-rm -f *.lo
Packit b40e2e
Packit b40e2e
clean-libtool:
Packit b40e2e
	-rm -rf .libs _libs
Packit b40e2e
Packit b40e2e
distclean-libtool:
Packit b40e2e
	-rm -f libtool
Packit b40e2e
install-man1: $(man1_MANS) $(man_MANS)
Packit b40e2e
	@$(NORMAL_INSTALL)
Packit b40e2e
	test -z "$(man1dir)" || $(MKDIR_P) "$(DESTDIR)$(man1dir)"
Packit b40e2e
	@list='$(man1_MANS) $(dist_man1_MANS) $(nodist_man1_MANS)'; \
Packit b40e2e
	l2='$(man_MANS) $(dist_man_MANS) $(nodist_man_MANS)'; \
Packit b40e2e
	for i in $$l2; do \
Packit b40e2e
	  case "$$i" in \
Packit b40e2e
	    *.1*) list="$$list $$i" ;; \
Packit b40e2e
	  esac; \
Packit b40e2e
	done; \
Packit b40e2e
	for i in $$list; do \
Packit b40e2e
	  if test -f $(srcdir)/$$i; then file=$(srcdir)/$$i; \
Packit b40e2e
	  else file=$$i; fi; \
Packit b40e2e
	  ext=`echo $$i | sed -e 's/^.*\\.//'`; \
Packit b40e2e
	  case "$$ext" in \
Packit b40e2e
	    1*) ;; \
Packit b40e2e
	    *) ext='1' ;; \
Packit b40e2e
	  esac; \
Packit b40e2e
	  inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
Packit b40e2e
	  inst=`echo $$inst | sed -e 's/^.*\///'`; \
Packit b40e2e
	  inst=`echo $$inst | sed '$(transform)'`.$$ext; \
Packit b40e2e
	  echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man1dir)/$$inst'"; \
Packit b40e2e
	  $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man1dir)/$$inst"; \
Packit b40e2e
	done
Packit b40e2e
uninstall-man1:
Packit b40e2e
	@$(NORMAL_UNINSTALL)
Packit b40e2e
	@list='$(man1_MANS) $(dist_man1_MANS) $(nodist_man1_MANS)'; \
Packit b40e2e
	l2='$(man_MANS) $(dist_man_MANS) $(nodist_man_MANS)'; \
Packit b40e2e
	for i in $$l2; do \
Packit b40e2e
	  case "$$i" in \
Packit b40e2e
	    *.1*) list="$$list $$i" ;; \
Packit b40e2e
	  esac; \
Packit b40e2e
	done; \
Packit b40e2e
	for i in $$list; do \
Packit b40e2e
	  ext=`echo $$i | sed -e 's/^.*\\.//'`; \
Packit b40e2e
	  case "$$ext" in \
Packit b40e2e
	    1*) ;; \
Packit b40e2e
	    *) ext='1' ;; \
Packit b40e2e
	  esac; \
Packit b40e2e
	  inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
Packit b40e2e
	  inst=`echo $$inst | sed -e 's/^.*\///'`; \
Packit b40e2e
	  inst=`echo $$inst | sed '$(transform)'`.$$ext; \
Packit b40e2e
	  echo " rm -f '$(DESTDIR)$(man1dir)/$$inst'"; \
Packit b40e2e
	  rm -f "$(DESTDIR)$(man1dir)/$$inst"; \
Packit b40e2e
	done
Packit b40e2e
Packit b40e2e
# This directory's subdirectories are mostly independent; you can cd
Packit b40e2e
# into them and run `make' without going through this Makefile.
Packit b40e2e
# To change the values of `make' variables: instead of editing Makefiles,
Packit b40e2e
# (1) if the variable is set in `config.status', edit `config.status'
Packit b40e2e
#     (which will cause the Makefiles to be regenerated when you run `make');
Packit b40e2e
# (2) otherwise, pass the desired values on the `make' command line.
Packit b40e2e
$(RECURSIVE_TARGETS):
Packit b40e2e
	@failcom='exit 1'; \
Packit b40e2e
	for f in x $$MAKEFLAGS; do \
Packit b40e2e
	  case $$f in \
Packit b40e2e
	    *=* | --[!k]*);; \
Packit b40e2e
	    *k*) failcom='fail=yes';; \
Packit b40e2e
	  esac; \
Packit b40e2e
	done; \
Packit b40e2e
	dot_seen=no; \
Packit b40e2e
	target=`echo $@ | sed s/-recursive//`; \
Packit b40e2e
	list='$(SUBDIRS)'; for subdir in $$list; do \
Packit b40e2e
	  echo "Making $$target in $$subdir"; \
Packit b40e2e
	  if test "$$subdir" = "."; then \
Packit b40e2e
	    dot_seen=yes; \
Packit b40e2e
	    local_target="$$target-am"; \
Packit b40e2e
	  else \
Packit b40e2e
	    local_target="$$target"; \
Packit b40e2e
	  fi; \
Packit b40e2e
	  (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
Packit b40e2e
	  || eval $$failcom; \
Packit b40e2e
	done; \
Packit b40e2e
	if test "$$dot_seen" = "no"; then \
Packit b40e2e
	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
Packit b40e2e
	fi; test -z "$$fail"
Packit b40e2e
Packit b40e2e
$(RECURSIVE_CLEAN_TARGETS):
Packit b40e2e
	@failcom='exit 1'; \
Packit b40e2e
	for f in x $$MAKEFLAGS; do \
Packit b40e2e
	  case $$f in \
Packit b40e2e
	    *=* | --[!k]*);; \
Packit b40e2e
	    *k*) failcom='fail=yes';; \
Packit b40e2e
	  esac; \
Packit b40e2e
	done; \
Packit b40e2e
	dot_seen=no; \
Packit b40e2e
	case "$@" in \
Packit b40e2e
	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
Packit b40e2e
	  *) list='$(SUBDIRS)' ;; \
Packit b40e2e
	esac; \
Packit b40e2e
	rev=''; for subdir in $$list; do \
Packit b40e2e
	  if test "$$subdir" = "."; then :; else \
Packit b40e2e
	    rev="$$subdir $$rev"; \
Packit b40e2e
	  fi; \
Packit b40e2e
	done; \
Packit b40e2e
	rev="$$rev ."; \
Packit b40e2e
	target=`echo $@ | sed s/-recursive//`; \
Packit b40e2e
	for subdir in $$rev; do \
Packit b40e2e
	  echo "Making $$target in $$subdir"; \
Packit b40e2e
	  if test "$$subdir" = "."; then \
Packit b40e2e
	    local_target="$$target-am"; \
Packit b40e2e
	  else \
Packit b40e2e
	    local_target="$$target"; \
Packit b40e2e
	  fi; \
Packit b40e2e
	  (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
Packit b40e2e
	  || eval $$failcom; \
Packit b40e2e
	done && test -z "$$fail"
Packit b40e2e
tags-recursive:
Packit b40e2e
	list='$(SUBDIRS)'; for subdir in $$list; do \
Packit b40e2e
	  test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
Packit b40e2e
	done
Packit b40e2e
ctags-recursive:
Packit b40e2e
	list='$(SUBDIRS)'; for subdir in $$list; do \
Packit b40e2e
	  test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
Packit b40e2e
	done
Packit b40e2e
Packit b40e2e
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
Packit b40e2e
	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
Packit b40e2e
	unique=`for i in $$list; do \
Packit b40e2e
	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
Packit b40e2e
	  done | \
Packit b40e2e
	  $(AWK) '    { files[$$0] = 1; } \
Packit b40e2e
	       END { for (i in files) print i; }'`; \
Packit b40e2e
	mkid -fID $$unique
Packit b40e2e
tags: TAGS
Packit b40e2e
Packit b40e2e
TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
Packit b40e2e
		$(TAGS_FILES) $(LISP)
Packit b40e2e
	tags=; \
Packit b40e2e
	here=`pwd`; \
Packit b40e2e
	if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
Packit b40e2e
	  include_option=--etags-include; \
Packit b40e2e
	  empty_fix=.; \
Packit b40e2e
	else \
Packit b40e2e
	  include_option=--include; \
Packit b40e2e
	  empty_fix=; \
Packit b40e2e
	fi; \
Packit b40e2e
	list='$(SUBDIRS)'; for subdir in $$list; do \
Packit b40e2e
	  if test "$$subdir" = .; then :; else \
Packit b40e2e
	    test ! -f $$subdir/TAGS || \
Packit b40e2e
	      tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
Packit b40e2e
	  fi; \
Packit b40e2e
	done; \
Packit b40e2e
	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
Packit b40e2e
	unique=`for i in $$list; do \
Packit b40e2e
	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
Packit b40e2e
	  done | \
Packit b40e2e
	  $(AWK) '    { files[$$0] = 1; } \
Packit b40e2e
	       END { for (i in files) print i; }'`; \
Packit b40e2e
	if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
Packit b40e2e
	  test -n "$$unique" || unique=$$empty_fix; \
Packit b40e2e
	  $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
Packit b40e2e
	    $$tags $$unique; \
Packit b40e2e
	fi
Packit b40e2e
ctags: CTAGS
Packit b40e2e
CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
Packit b40e2e
		$(TAGS_FILES) $(LISP)
Packit b40e2e
	tags=; \
Packit b40e2e
	here=`pwd`; \
Packit b40e2e
	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
Packit b40e2e
	unique=`for i in $$list; do \
Packit b40e2e
	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
Packit b40e2e
	  done | \
Packit b40e2e
	  $(AWK) '    { files[$$0] = 1; } \
Packit b40e2e
	       END { for (i in files) print i; }'`; \
Packit b40e2e
	test -z "$(CTAGS_ARGS)$$tags$$unique" \
Packit b40e2e
	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
Packit b40e2e
	     $$tags $$unique
Packit b40e2e
Packit b40e2e
GTAGS:
Packit b40e2e
	here=`$(am__cd) $(top_builddir) && pwd` \
Packit b40e2e
	  && cd $(top_srcdir) \
Packit b40e2e
	  && gtags -i $(GTAGS_ARGS) $$here
Packit b40e2e
Packit b40e2e
distclean-tags:
Packit b40e2e
	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
Packit b40e2e
Packit b40e2e
distdir: $(DISTFILES)
Packit b40e2e
	$(am__remove_distdir)
Packit b40e2e
	test -d $(distdir) || mkdir $(distdir)
Packit b40e2e
	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
Packit b40e2e
	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
Packit b40e2e
	list='$(DISTFILES)'; \
Packit b40e2e
	  dist_files=`for file in $$list; do echo $$file; done | \
Packit b40e2e
	  sed -e "s|^$$srcdirstrip/||;t" \
Packit b40e2e
	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
Packit b40e2e
	case $$dist_files in \
Packit b40e2e
	  */*) $(MKDIR_P) `echo "$$dist_files" | \
Packit b40e2e
			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
Packit b40e2e
			   sort -u` ;; \
Packit b40e2e
	esac; \
Packit b40e2e
	for file in $$dist_files; do \
Packit b40e2e
	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
Packit b40e2e
	  if test -d $$d/$$file; then \
Packit b40e2e
	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
Packit b40e2e
	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
Packit b40e2e
	      cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
Packit b40e2e
	    fi; \
Packit b40e2e
	    cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
Packit b40e2e
	  else \
Packit b40e2e
	    test -f $(distdir)/$$file \
Packit b40e2e
	    || cp -p $$d/$$file $(distdir)/$$file \
Packit b40e2e
	    || exit 1; \
Packit b40e2e
	  fi; \
Packit b40e2e
	done
Packit b40e2e
	list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
Packit b40e2e
	  if test "$$subdir" = .; then :; else \
Packit b40e2e
	    test -d "$(distdir)/$$subdir" \
Packit b40e2e
	    || $(MKDIR_P) "$(distdir)/$$subdir" \
Packit b40e2e
	    || exit 1; \
Packit b40e2e
	    distdir=`$(am__cd) $(distdir) && pwd`; \
Packit b40e2e
	    top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
Packit b40e2e
	    (cd $$subdir && \
Packit b40e2e
	      $(MAKE) $(AM_MAKEFLAGS) \
Packit b40e2e
	        top_distdir="$$top_distdir" \
Packit b40e2e
	        distdir="$$distdir/$$subdir" \
Packit b40e2e
		am__remove_distdir=: \
Packit b40e2e
		am__skip_length_check=: \
Packit b40e2e
	        distdir) \
Packit b40e2e
	      || exit 1; \
Packit b40e2e
	  fi; \
Packit b40e2e
	done
Packit b40e2e
	-find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
Packit b40e2e
	  ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
Packit b40e2e
	  ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
Packit b40e2e
	  ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
Packit b40e2e
	|| chmod -R a+r $(distdir)
Packit b40e2e
dist-gzip: distdir
Packit b40e2e
	tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
Packit b40e2e
	$(am__remove_distdir)
Packit b40e2e
Packit b40e2e
dist-bzip2: distdir
Packit b40e2e
	tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
Packit b40e2e
	$(am__remove_distdir)
Packit b40e2e
Packit b40e2e
dist-tarZ: distdir
Packit b40e2e
	tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
Packit b40e2e
	$(am__remove_distdir)
Packit b40e2e
Packit b40e2e
dist-shar: distdir
Packit b40e2e
	shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
Packit b40e2e
	$(am__remove_distdir)
Packit b40e2e
Packit b40e2e
dist-zip: distdir
Packit b40e2e
	-rm -f $(distdir).zip
Packit b40e2e
	zip -rq $(distdir).zip $(distdir)
Packit b40e2e
	$(am__remove_distdir)
Packit b40e2e
Packit b40e2e
dist dist-all: distdir
Packit b40e2e
	tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
Packit b40e2e
	$(am__remove_distdir)
Packit b40e2e
Packit b40e2e
# This target untars the dist file and tries a VPATH configuration.  Then
Packit b40e2e
# it guarantees that the distribution is self-contained by making another
Packit b40e2e
# tarfile.
Packit b40e2e
distcheck: dist
Packit b40e2e
	case '$(DIST_ARCHIVES)' in \
Packit b40e2e
	*.tar.gz*) \
Packit b40e2e
	  GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(am__untar) ;;\
Packit b40e2e
	*.tar.bz2*) \
Packit b40e2e
	  bunzip2 -c $(distdir).tar.bz2 | $(am__untar) ;;\
Packit b40e2e
	*.tar.Z*) \
Packit b40e2e
	  uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
Packit b40e2e
	*.shar.gz*) \
Packit b40e2e
	  GZIP=$(GZIP_ENV) gunzip -c $(distdir).shar.gz | unshar ;;\
Packit b40e2e
	*.zip*) \
Packit b40e2e
	  unzip $(distdir).zip ;;\
Packit b40e2e
	esac
Packit b40e2e
	chmod -R a-w $(distdir); chmod a+w $(distdir)
Packit b40e2e
	mkdir $(distdir)/_build
Packit b40e2e
	mkdir $(distdir)/_inst
Packit b40e2e
	chmod a-w $(distdir)
Packit b40e2e
	dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
Packit b40e2e
	  && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
Packit b40e2e
	  && cd $(distdir)/_build \
Packit b40e2e
	  && ../configure --srcdir=.. --prefix="$$dc_install_base" \
Packit b40e2e
	    $(DISTCHECK_CONFIGURE_FLAGS) \
Packit b40e2e
	  && $(MAKE) $(AM_MAKEFLAGS) \
Packit b40e2e
	  && $(MAKE) $(AM_MAKEFLAGS) dvi \
Packit b40e2e
	  && $(MAKE) $(AM_MAKEFLAGS) check \
Packit b40e2e
	  && $(MAKE) $(AM_MAKEFLAGS) install \
Packit b40e2e
	  && $(MAKE) $(AM_MAKEFLAGS) installcheck \
Packit b40e2e
	  && $(MAKE) $(AM_MAKEFLAGS) uninstall \
Packit b40e2e
	  && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
Packit b40e2e
	        distuninstallcheck \
Packit b40e2e
	  && chmod -R a-w "$$dc_install_base" \
Packit b40e2e
	  && ({ \
Packit b40e2e
	       (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
Packit b40e2e
	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
Packit b40e2e
	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
Packit b40e2e
	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
Packit b40e2e
	            distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
Packit b40e2e
	      } || { rm -rf "$$dc_destdir"; exit 1; }) \
Packit b40e2e
	  && rm -rf "$$dc_destdir" \
Packit b40e2e
	  && $(MAKE) $(AM_MAKEFLAGS) dist \
Packit b40e2e
	  && rm -rf $(DIST_ARCHIVES) \
Packit b40e2e
	  && $(MAKE) $(AM_MAKEFLAGS) distcleancheck
Packit b40e2e
	$(am__remove_distdir)
Packit b40e2e
	@(echo "$(distdir) archives ready for distribution: "; \
Packit b40e2e
	  list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
Packit b40e2e
	  sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
Packit b40e2e
distuninstallcheck:
Packit b40e2e
	@cd $(distuninstallcheck_dir) \
Packit b40e2e
	&& test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
Packit b40e2e
	   || { echo "ERROR: files left after uninstall:" ; \
Packit b40e2e
	        if test -n "$(DESTDIR)"; then \
Packit b40e2e
	          echo "  (check DESTDIR support)"; \
Packit b40e2e
	        fi ; \
Packit b40e2e
	        $(distuninstallcheck_listfiles) ; \
Packit b40e2e
	        exit 1; } >&2
Packit b40e2e
distcleancheck: distclean
Packit b40e2e
	@if test '$(srcdir)' = . ; then \
Packit b40e2e
	  echo "ERROR: distcleancheck can only run from a VPATH build" ; \
Packit b40e2e
	  exit 1 ; \
Packit b40e2e
	fi
Packit b40e2e
	@test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
Packit b40e2e
	  || { echo "ERROR: files left in build directory after distclean:" ; \
Packit b40e2e
	       $(distcleancheck_listfiles) ; \
Packit b40e2e
	       exit 1; } >&2
Packit b40e2e
check-am: all-am
Packit b40e2e
check: check-recursive
Packit b40e2e
all-am: Makefile $(MANS)
Packit b40e2e
installdirs: installdirs-recursive
Packit b40e2e
installdirs-am:
Packit b40e2e
	for dir in "$(DESTDIR)$(man1dir)"; do \
Packit b40e2e
	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
Packit b40e2e
	done
Packit b40e2e
install: install-recursive
Packit b40e2e
install-exec: install-exec-recursive
Packit b40e2e
install-data: install-data-recursive
Packit b40e2e
uninstall: uninstall-recursive
Packit b40e2e
Packit b40e2e
install-am: all-am
Packit b40e2e
	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
Packit b40e2e
Packit b40e2e
installcheck: installcheck-recursive
Packit b40e2e
install-strip:
Packit b40e2e
	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
Packit b40e2e
	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
Packit b40e2e
	  `test -z '$(STRIP)' || \
Packit b40e2e
	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
Packit b40e2e
mostlyclean-generic:
Packit b40e2e
Packit b40e2e
clean-generic:
Packit b40e2e
Packit b40e2e
distclean-generic:
Packit b40e2e
	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
Packit b40e2e
Packit b40e2e
maintainer-clean-generic:
Packit b40e2e
	@echo "This command is intended for maintainers to use"
Packit b40e2e
	@echo "it deletes files that may require special tools to rebuild."
Packit b40e2e
@REPLACE_CPP_TRUE@install-exec-hook:
Packit b40e2e
@REPLACE_CPP_TRUE@uninstall-hook:
Packit b40e2e
clean: clean-recursive
Packit b40e2e
Packit b40e2e
clean-am: clean-generic clean-libtool mostlyclean-am
Packit b40e2e
Packit b40e2e
distclean: distclean-recursive
Packit b40e2e
	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
Packit b40e2e
	-rm -f Makefile
Packit b40e2e
distclean-am: clean-am distclean-generic distclean-libtool \
Packit b40e2e
	distclean-tags
Packit b40e2e
Packit b40e2e
dvi: dvi-recursive
Packit b40e2e
Packit b40e2e
dvi-am:
Packit b40e2e
Packit b40e2e
html: html-recursive
Packit b40e2e
Packit b40e2e
info: info-recursive
Packit b40e2e
Packit b40e2e
info-am:
Packit b40e2e
Packit b40e2e
install-data-am: install-man
Packit b40e2e
Packit b40e2e
install-dvi: install-dvi-recursive
Packit b40e2e
Packit b40e2e
install-exec-am:
Packit b40e2e
	@$(NORMAL_INSTALL)
Packit b40e2e
	$(MAKE) $(AM_MAKEFLAGS) install-exec-hook
Packit b40e2e
Packit b40e2e
install-html: install-html-recursive
Packit b40e2e
Packit b40e2e
install-info: install-info-recursive
Packit b40e2e
Packit b40e2e
install-man: install-man1
Packit b40e2e
Packit b40e2e
install-pdf: install-pdf-recursive
Packit b40e2e
Packit b40e2e
install-ps: install-ps-recursive
Packit b40e2e
Packit b40e2e
installcheck-am:
Packit b40e2e
Packit b40e2e
maintainer-clean: maintainer-clean-recursive
Packit b40e2e
	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
Packit b40e2e
	-rm -rf $(top_srcdir)/autom4te.cache
Packit b40e2e
	-rm -f Makefile
Packit b40e2e
maintainer-clean-am: distclean-am maintainer-clean-generic
Packit b40e2e
Packit b40e2e
mostlyclean: mostlyclean-recursive
Packit b40e2e
Packit b40e2e
mostlyclean-am: mostlyclean-generic mostlyclean-libtool
Packit b40e2e
Packit b40e2e
pdf: pdf-recursive
Packit b40e2e
Packit b40e2e
pdf-am:
Packit b40e2e
Packit b40e2e
ps: ps-recursive
Packit b40e2e
Packit b40e2e
ps-am:
Packit b40e2e
Packit b40e2e
uninstall-am: uninstall-man
Packit b40e2e
	@$(NORMAL_INSTALL)
Packit b40e2e
	$(MAKE) $(AM_MAKEFLAGS) uninstall-hook
Packit b40e2e
Packit b40e2e
uninstall-man: uninstall-man1
Packit b40e2e
Packit b40e2e
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) install-am \
Packit b40e2e
	install-exec-am install-strip uninstall-am
Packit b40e2e
Packit b40e2e
.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
Packit b40e2e
	all all-am am--refresh check check-am clean clean-generic \
Packit b40e2e
	clean-libtool ctags ctags-recursive dist dist-all dist-bzip2 \
Packit b40e2e
	dist-gzip dist-shar dist-tarZ dist-zip distcheck distclean \
Packit b40e2e
	distclean-generic distclean-libtool distclean-tags \
Packit b40e2e
	distcleancheck distdir distuninstallcheck dvi dvi-am html \
Packit b40e2e
	html-am info info-am install install-am install-data \
Packit b40e2e
	install-data-am install-dvi install-dvi-am install-exec \
Packit b40e2e
	install-exec-am install-exec-hook install-html install-html-am \
Packit b40e2e
	install-info install-info-am install-man install-man1 \
Packit b40e2e
	install-pdf install-pdf-am install-ps install-ps-am \
Packit b40e2e
	install-strip installcheck installcheck-am installdirs \
Packit b40e2e
	installdirs-am maintainer-clean maintainer-clean-generic \
Packit b40e2e
	mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
Packit b40e2e
	ps ps-am tags tags-recursive uninstall uninstall-am \
Packit b40e2e
	uninstall-hook uninstall-man uninstall-man1
Packit b40e2e
Packit b40e2e
Packit b40e2e
@REPLACE_CPP_FALSE@install-exec-hook:
Packit b40e2e
@REPLACE_CPP_FALSE@	$(top_srcdir)/config/install-sh -d "$(DESTDIR)$(prefix)/share/doc/mcpp"
Packit b40e2e
@REPLACE_CPP_FALSE@	cp -pf $(top_srcdir)/LICENSE $(top_srcdir)/README $(top_srcdir)/NEWS \
Packit b40e2e
@REPLACE_CPP_FALSE@            $(DESTDIR)$(prefix)/share/doc/mcpp
Packit b40e2e
@REPLACE_CPP_FALSE@	cp -pf $(top_srcdir)/doc/mcpp-manual.html   \
Packit b40e2e
@REPLACE_CPP_FALSE@            $(DESTDIR)$(prefix)/share/doc/mcpp
Packit b40e2e
@REPLACE_CPP_FALSE@	cp -pf $(top_srcdir)/doc-jp/mcpp-manual.html   \
Packit b40e2e
@REPLACE_CPP_FALSE@            $(DESTDIR)$(prefix)/share/doc/mcpp/mcpp-manual-jp.html
Packit b40e2e
@REPLACE_CPP_FALSE@uninstall-hook:
Packit b40e2e
@REPLACE_CPP_FALSE@	rm -rf $(DESTDIR)$(prefix)/share/doc/mcpp
Packit b40e2e
# Tell versions [3.59,3.63) of GNU make to not export all variables.
Packit b40e2e
# Otherwise a system limit (for SysV at least) may be exceeded.
Packit b40e2e
.NOEXPORT: