Blame Makefile.in

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