|
|
@ -1,9 +1,9 @@
|
|
|
|
# Makefile.in generated by automake 1.11.6 from Makefile.am.
|
|
|
|
# Makefile.in generated by automake 1.11.1 from Makefile.am.
|
|
|
|
# @configure_input@
|
|
|
|
# @configure_input@
|
|
|
|
|
|
|
|
|
|
|
|
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
|
|
|
|
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
|
|
|
|
# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software
|
|
|
|
# 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation,
|
|
|
|
# Foundation, Inc.
|
|
|
|
# Inc.
|
|
|
|
# This Makefile.in is free software; the Free Software Foundation
|
|
|
|
# This Makefile.in is free software; the Free Software Foundation
|
|
|
|
# gives unlimited permission to copy and/or distribute it,
|
|
|
|
# gives unlimited permission to copy and/or distribute it,
|
|
|
|
# with or without modifications, as long as this notice is preserved.
|
|
|
|
# with or without modifications, as long as this notice is preserved.
|
|
|
@ -16,23 +16,6 @@
|
|
|
|
@SET_MAKE@
|
|
|
|
@SET_MAKE@
|
|
|
|
|
|
|
|
|
|
|
|
VPATH = @srcdir@
|
|
|
|
VPATH = @srcdir@
|
|
|
|
am__make_dryrun = \
|
|
|
|
|
|
|
|
{ \
|
|
|
|
|
|
|
|
am__dry=no; \
|
|
|
|
|
|
|
|
case $$MAKEFLAGS in \
|
|
|
|
|
|
|
|
*\\[\ \ ]*) \
|
|
|
|
|
|
|
|
echo 'am--echo: ; @echo "AM" OK' | $(MAKE) -f - 2>/dev/null \
|
|
|
|
|
|
|
|
| grep '^AM OK$$' >/dev/null || am__dry=yes;; \
|
|
|
|
|
|
|
|
*) \
|
|
|
|
|
|
|
|
for am__flg in $$MAKEFLAGS; do \
|
|
|
|
|
|
|
|
case $$am__flg in \
|
|
|
|
|
|
|
|
*=*|--*) ;; \
|
|
|
|
|
|
|
|
*n*) am__dry=yes; break;; \
|
|
|
|
|
|
|
|
esac; \
|
|
|
|
|
|
|
|
done;; \
|
|
|
|
|
|
|
|
esac; \
|
|
|
|
|
|
|
|
test $$am__dry = yes; \
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
pkgdatadir = $(datadir)/@PACKAGE@
|
|
|
|
pkgdatadir = $(datadir)/@PACKAGE@
|
|
|
|
pkgincludedir = $(includedir)/@PACKAGE@
|
|
|
|
pkgincludedir = $(includedir)/@PACKAGE@
|
|
|
|
pkglibdir = $(libdir)/@PACKAGE@
|
|
|
|
pkglibdir = $(libdir)/@PACKAGE@
|
|
|
@ -86,27 +69,18 @@ CCLD = $(CC)
|
|
|
|
LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
|
|
|
|
LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
|
|
|
|
SOURCES = $(begin_SOURCES)
|
|
|
|
SOURCES = $(begin_SOURCES)
|
|
|
|
DIST_SOURCES = $(begin_SOURCES)
|
|
|
|
DIST_SOURCES = $(begin_SOURCES)
|
|
|
|
am__can_run_installinfo = \
|
|
|
|
|
|
|
|
case $$AM_UPDATE_INFO_DIR in \
|
|
|
|
|
|
|
|
n|no|NO) false;; \
|
|
|
|
|
|
|
|
*) (install-info --version) >/dev/null 2>&1;; \
|
|
|
|
|
|
|
|
esac
|
|
|
|
|
|
|
|
ETAGS = etags
|
|
|
|
ETAGS = etags
|
|
|
|
CTAGS = ctags
|
|
|
|
CTAGS = ctags
|
|
|
|
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
|
|
|
|
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
|
|
|
|
distdir = $(PACKAGE)-$(VERSION)
|
|
|
|
distdir = $(PACKAGE)-$(VERSION)
|
|
|
|
top_distdir = $(distdir)
|
|
|
|
top_distdir = $(distdir)
|
|
|
|
am__remove_distdir = \
|
|
|
|
am__remove_distdir = \
|
|
|
|
if test -d "$(distdir)"; then \
|
|
|
|
{ test ! -d "$(distdir)" \
|
|
|
|
find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
|
|
|
|
|| { find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
|
|
|
|
&& rm -rf "$(distdir)" \
|
|
|
|
&& rm -fr "$(distdir)"; }; }
|
|
|
|
|| { sleep 5 && rm -rf "$(distdir)"; }; \
|
|
|
|
|
|
|
|
else :; fi
|
|
|
|
|
|
|
|
DIST_ARCHIVES = $(distdir).tar.gz
|
|
|
|
DIST_ARCHIVES = $(distdir).tar.gz
|
|
|
|
GZIP_ENV = --best
|
|
|
|
GZIP_ENV = --best
|
|
|
|
distuninstallcheck_listfiles = find . -type f -print
|
|
|
|
distuninstallcheck_listfiles = find . -type f -print
|
|
|
|
am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
|
|
|
|
|
|
|
|
| sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
|
|
|
|
|
|
|
|
distcleancheck_listfiles = find . -type f -print
|
|
|
|
distcleancheck_listfiles = find . -type f -print
|
|
|
|
ACLOCAL = @ACLOCAL@
|
|
|
|
ACLOCAL = @ACLOCAL@
|
|
|
|
AMTAR = @AMTAR@
|
|
|
|
AMTAR = @AMTAR@
|
|
|
@ -114,11 +88,11 @@ AUTOCONF = @AUTOCONF@
|
|
|
|
AUTOHEADER = @AUTOHEADER@
|
|
|
|
AUTOHEADER = @AUTOHEADER@
|
|
|
|
AUTOMAKE = @AUTOMAKE@
|
|
|
|
AUTOMAKE = @AUTOMAKE@
|
|
|
|
AWK = @AWK@
|
|
|
|
AWK = @AWK@
|
|
|
|
CPPFLAGS=-D_FORTIFY_SOURCE=2
|
|
|
|
CPPFLAGS = @CPPFLAGS@
|
|
|
|
CXX = @CXX@
|
|
|
|
CXX = @CXX@
|
|
|
|
CXXCPP = @CXXCPP@
|
|
|
|
CXXCPP = @CXXCPP@
|
|
|
|
CXXDEPMODE = @CXXDEPMODE@
|
|
|
|
CXXDEPMODE = @CXXDEPMODE@
|
|
|
|
CXXFLAGS=-g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security
|
|
|
|
CXXFLAGS = @CXXFLAGS@
|
|
|
|
CYGPATH_W = @CYGPATH_W@
|
|
|
|
CYGPATH_W = @CYGPATH_W@
|
|
|
|
DEFS = @DEFS@
|
|
|
|
DEFS = @DEFS@
|
|
|
|
DEPDIR = @DEPDIR@
|
|
|
|
DEPDIR = @DEPDIR@
|
|
|
@ -127,14 +101,13 @@ ECHO_N = @ECHO_N@
|
|
|
|
ECHO_T = @ECHO_T@
|
|
|
|
ECHO_T = @ECHO_T@
|
|
|
|
EGREP = @EGREP@
|
|
|
|
EGREP = @EGREP@
|
|
|
|
EXEEXT = @EXEEXT@
|
|
|
|
EXEEXT = @EXEEXT@
|
|
|
|
FFLAGS=-g -O2
|
|
|
|
|
|
|
|
GREP = @GREP@
|
|
|
|
GREP = @GREP@
|
|
|
|
INSTALL = @INSTALL@
|
|
|
|
INSTALL = @INSTALL@
|
|
|
|
INSTALL_DATA = @INSTALL_DATA@
|
|
|
|
INSTALL_DATA = @INSTALL_DATA@
|
|
|
|
INSTALL_PROGRAM = @INSTALL_PROGRAM@
|
|
|
|
INSTALL_PROGRAM = @INSTALL_PROGRAM@
|
|
|
|
INSTALL_SCRIPT = @INSTALL_SCRIPT@
|
|
|
|
INSTALL_SCRIPT = @INSTALL_SCRIPT@
|
|
|
|
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
|
|
|
|
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
|
|
|
|
LDFLAGS = -Wl,-z,relro
|
|
|
|
LDFLAGS = @LDFLAGS@
|
|
|
|
LIBOBJS = @LIBOBJS@
|
|
|
|
LIBOBJS = @LIBOBJS@
|
|
|
|
LIBS = @LIBS@
|
|
|
|
LIBS = @LIBS@
|
|
|
|
LTLIBOBJS = @LTLIBOBJS@
|
|
|
|
LTLIBOBJS = @LTLIBOBJS@
|
|
|
@ -203,7 +176,7 @@ all: config.h
|
|
|
|
|
|
|
|
|
|
|
|
.SUFFIXES:
|
|
|
|
.SUFFIXES:
|
|
|
|
.SUFFIXES: .cxx .o .obj
|
|
|
|
.SUFFIXES: .cxx .o .obj
|
|
|
|
am--refresh: Makefile
|
|
|
|
am--refresh:
|
|
|
|
@:
|
|
|
|
@:
|
|
|
|
$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
|
|
|
|
$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
|
|
|
|
@for dep in $?; do \
|
|
|
|
@for dep in $?; do \
|
|
|
@ -239,8 +212,10 @@ $(ACLOCAL_M4): $(am__aclocal_m4_deps)
|
|
|
|
$(am__aclocal_m4_deps):
|
|
|
|
$(am__aclocal_m4_deps):
|
|
|
|
|
|
|
|
|
|
|
|
config.h: stamp-h1
|
|
|
|
config.h: stamp-h1
|
|
|
|
@if test ! -f $@; then rm -f stamp-h1; else :; fi
|
|
|
|
@if test ! -f $@; then \
|
|
|
|
@if test ! -f $@; then $(MAKE) $(AM_MAKEFLAGS) stamp-h1; else :; fi
|
|
|
|
rm -f stamp-h1; \
|
|
|
|
|
|
|
|
$(MAKE) $(AM_MAKEFLAGS) stamp-h1; \
|
|
|
|
|
|
|
|
else :; fi
|
|
|
|
|
|
|
|
|
|
|
|
stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
|
|
|
|
stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
|
|
|
|
@rm -f stamp-h1
|
|
|
|
@rm -f stamp-h1
|
|
|
@ -254,11 +229,8 @@ distclean-hdr:
|
|
|
|
-rm -f config.h stamp-h1
|
|
|
|
-rm -f config.h stamp-h1
|
|
|
|
install-binPROGRAMS: $(bin_PROGRAMS)
|
|
|
|
install-binPROGRAMS: $(bin_PROGRAMS)
|
|
|
|
@$(NORMAL_INSTALL)
|
|
|
|
@$(NORMAL_INSTALL)
|
|
|
|
|
|
|
|
test -z "$(bindir)" || $(MKDIR_P) "$(DESTDIR)$(bindir)"
|
|
|
|
@list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
|
|
|
|
@list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
|
|
|
|
if test -n "$$list"; then \
|
|
|
|
|
|
|
|
echo " $(MKDIR_P) '$(DESTDIR)$(bindir)'"; \
|
|
|
|
|
|
|
|
$(MKDIR_P) "$(DESTDIR)$(bindir)" || exit 1; \
|
|
|
|
|
|
|
|
fi; \
|
|
|
|
|
|
|
|
for p in $$list; do echo "$$p $$p"; done | \
|
|
|
|
for p in $$list; do echo "$$p $$p"; done | \
|
|
|
|
sed 's/$(EXEEXT)$$//' | \
|
|
|
|
sed 's/$(EXEEXT)$$//' | \
|
|
|
|
while read p p1; do if test -f $$p; \
|
|
|
|
while read p p1; do if test -f $$p; \
|
|
|
@ -300,7 +272,7 @@ src/$(DEPDIR)/$(am__dirstamp):
|
|
|
|
@: > src/$(DEPDIR)/$(am__dirstamp)
|
|
|
|
@: > src/$(DEPDIR)/$(am__dirstamp)
|
|
|
|
src/begin.$(OBJEXT): src/$(am__dirstamp) src/$(DEPDIR)/$(am__dirstamp)
|
|
|
|
src/begin.$(OBJEXT): src/$(am__dirstamp) src/$(DEPDIR)/$(am__dirstamp)
|
|
|
|
src/main.$(OBJEXT): src/$(am__dirstamp) src/$(DEPDIR)/$(am__dirstamp)
|
|
|
|
src/main.$(OBJEXT): src/$(am__dirstamp) src/$(DEPDIR)/$(am__dirstamp)
|
|
|
|
begin$(EXEEXT): $(begin_OBJECTS) $(begin_DEPENDENCIES) $(EXTRA_begin_DEPENDENCIES)
|
|
|
|
begin$(EXEEXT): $(begin_OBJECTS) $(begin_DEPENDENCIES)
|
|
|
|
@rm -f begin$(EXEEXT)
|
|
|
|
@rm -f begin$(EXEEXT)
|
|
|
|
$(CXXLINK) $(begin_OBJECTS) $(begin_LDADD) $(LIBS)
|
|
|
|
$(CXXLINK) $(begin_OBJECTS) $(begin_LDADD) $(LIBS)
|
|
|
|
|
|
|
|
|
|
|
@ -427,11 +399,7 @@ dist-gzip: distdir
|
|
|
|
$(am__remove_distdir)
|
|
|
|
$(am__remove_distdir)
|
|
|
|
|
|
|
|
|
|
|
|
dist-bzip2: distdir
|
|
|
|
dist-bzip2: distdir
|
|
|
|
tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
|
|
|
|
tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
|
|
|
|
$(am__remove_distdir)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
dist-lzip: distdir
|
|
|
|
|
|
|
|
tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
|
|
|
|
|
|
|
|
$(am__remove_distdir)
|
|
|
|
$(am__remove_distdir)
|
|
|
|
|
|
|
|
|
|
|
|
dist-lzma: distdir
|
|
|
|
dist-lzma: distdir
|
|
|
@ -439,7 +407,7 @@ dist-lzma: distdir
|
|
|
|
$(am__remove_distdir)
|
|
|
|
$(am__remove_distdir)
|
|
|
|
|
|
|
|
|
|
|
|
dist-xz: distdir
|
|
|
|
dist-xz: distdir
|
|
|
|
tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
|
|
|
|
tardir=$(distdir) && $(am__tar) | xz -c >$(distdir).tar.xz
|
|
|
|
$(am__remove_distdir)
|
|
|
|
$(am__remove_distdir)
|
|
|
|
|
|
|
|
|
|
|
|
dist-tarZ: distdir
|
|
|
|
dist-tarZ: distdir
|
|
|
@ -470,8 +438,6 @@ distcheck: dist
|
|
|
|
bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
|
|
|
|
bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
|
|
|
|
*.tar.lzma*) \
|
|
|
|
*.tar.lzma*) \
|
|
|
|
lzma -dc $(distdir).tar.lzma | $(am__untar) ;;\
|
|
|
|
lzma -dc $(distdir).tar.lzma | $(am__untar) ;;\
|
|
|
|
*.tar.lz*) \
|
|
|
|
|
|
|
|
lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
|
|
|
|
|
|
|
|
*.tar.xz*) \
|
|
|
|
*.tar.xz*) \
|
|
|
|
xz -dc $(distdir).tar.xz | $(am__untar) ;;\
|
|
|
|
xz -dc $(distdir).tar.xz | $(am__untar) ;;\
|
|
|
|
*.tar.Z*) \
|
|
|
|
*.tar.Z*) \
|
|
|
@ -481,7 +447,7 @@ distcheck: dist
|
|
|
|
*.zip*) \
|
|
|
|
*.zip*) \
|
|
|
|
unzip $(distdir).zip ;;\
|
|
|
|
unzip $(distdir).zip ;;\
|
|
|
|
esac
|
|
|
|
esac
|
|
|
|
chmod -R a-w $(distdir); chmod u+w $(distdir)
|
|
|
|
chmod -R a-w $(distdir); chmod a+w $(distdir)
|
|
|
|
mkdir $(distdir)/_build
|
|
|
|
mkdir $(distdir)/_build
|
|
|
|
mkdir $(distdir)/_inst
|
|
|
|
mkdir $(distdir)/_inst
|
|
|
|
chmod a-w $(distdir)
|
|
|
|
chmod a-w $(distdir)
|
|
|
@ -491,7 +457,6 @@ distcheck: dist
|
|
|
|
&& am__cwd=`pwd` \
|
|
|
|
&& am__cwd=`pwd` \
|
|
|
|
&& $(am__cd) $(distdir)/_build \
|
|
|
|
&& $(am__cd) $(distdir)/_build \
|
|
|
|
&& ../configure --srcdir=.. --prefix="$$dc_install_base" \
|
|
|
|
&& ../configure --srcdir=.. --prefix="$$dc_install_base" \
|
|
|
|
$(AM_DISTCHECK_CONFIGURE_FLAGS) \
|
|
|
|
|
|
|
|
$(DISTCHECK_CONFIGURE_FLAGS) \
|
|
|
|
$(DISTCHECK_CONFIGURE_FLAGS) \
|
|
|
|
&& $(MAKE) $(AM_MAKEFLAGS) \
|
|
|
|
&& $(MAKE) $(AM_MAKEFLAGS) \
|
|
|
|
&& $(MAKE) $(AM_MAKEFLAGS) dvi \
|
|
|
|
&& $(MAKE) $(AM_MAKEFLAGS) dvi \
|
|
|
@ -520,16 +485,8 @@ distcheck: dist
|
|
|
|
list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
|
|
|
|
list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
|
|
|
|
sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
|
|
|
|
sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
|
|
|
|
distuninstallcheck:
|
|
|
|
distuninstallcheck:
|
|
|
|
@test -n '$(distuninstallcheck_dir)' || { \
|
|
|
|
@$(am__cd) '$(distuninstallcheck_dir)' \
|
|
|
|
echo 'ERROR: trying to run $@ with an empty' \
|
|
|
|
&& test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
|
|
|
|
'$$(distuninstallcheck_dir)' >&2; \
|
|
|
|
|
|
|
|
exit 1; \
|
|
|
|
|
|
|
|
}; \
|
|
|
|
|
|
|
|
$(am__cd) '$(distuninstallcheck_dir)' || { \
|
|
|
|
|
|
|
|
echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \
|
|
|
|
|
|
|
|
exit 1; \
|
|
|
|
|
|
|
|
}; \
|
|
|
|
|
|
|
|
test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
|
|
|
|
|
|
|
|
|| { echo "ERROR: files left after uninstall:" ; \
|
|
|
|
|| { echo "ERROR: files left after uninstall:" ; \
|
|
|
|
if test -n "$(DESTDIR)"; then \
|
|
|
|
if test -n "$(DESTDIR)"; then \
|
|
|
|
echo " (check DESTDIR support)"; \
|
|
|
|
echo " (check DESTDIR support)"; \
|
|
|
@ -562,15 +519,10 @@ install-am: all-am
|
|
|
|
|
|
|
|
|
|
|
|
installcheck: installcheck-am
|
|
|
|
installcheck: installcheck-am
|
|
|
|
install-strip:
|
|
|
|
install-strip:
|
|
|
|
if test -z '$(STRIP)'; then \
|
|
|
|
|
|
|
|
$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
|
|
|
|
|
|
|
|
install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
|
|
|
|
|
|
|
|
install; \
|
|
|
|
|
|
|
|
else \
|
|
|
|
|
|
|
|
$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
|
|
|
|
$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
|
|
|
|
install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
|
|
|
|
install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
|
|
|
|
"INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
|
|
|
|
`test -z '$(STRIP)' || \
|
|
|
|
fi
|
|
|
|
echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
|
|
|
|
mostlyclean-generic:
|
|
|
|
mostlyclean-generic:
|
|
|
|
|
|
|
|
|
|
|
|
clean-generic:
|
|
|
|
clean-generic:
|
|
|
@ -660,11 +612,11 @@ uninstall-am: uninstall-binPROGRAMS
|
|
|
|
|
|
|
|
|
|
|
|
.PHONY: CTAGS GTAGS all all-am am--refresh check check-am clean \
|
|
|
|
.PHONY: CTAGS GTAGS all all-am am--refresh check check-am clean \
|
|
|
|
clean-binPROGRAMS clean-generic ctags dist dist-all dist-bzip2 \
|
|
|
|
clean-binPROGRAMS clean-generic ctags dist dist-all dist-bzip2 \
|
|
|
|
dist-gzip dist-lzip dist-lzma dist-shar dist-tarZ dist-xz \
|
|
|
|
dist-gzip dist-lzma dist-shar dist-tarZ dist-xz dist-zip \
|
|
|
|
dist-zip distcheck distclean distclean-compile \
|
|
|
|
distcheck distclean distclean-compile distclean-generic \
|
|
|
|
distclean-generic distclean-hdr distclean-tags distcleancheck \
|
|
|
|
distclean-hdr distclean-tags distcleancheck distdir \
|
|
|
|
distdir distuninstallcheck dvi dvi-am html html-am info \
|
|
|
|
distuninstallcheck dvi dvi-am html html-am info info-am \
|
|
|
|
info-am install install-am install-binPROGRAMS install-data \
|
|
|
|
install install-am install-binPROGRAMS install-data \
|
|
|
|
install-data-am install-dvi install-dvi-am install-exec \
|
|
|
|
install-data-am install-dvi install-dvi-am install-exec \
|
|
|
|
install-exec-am install-html install-html-am install-info \
|
|
|
|
install-exec-am install-html install-html-am install-info \
|
|
|
|
install-info-am install-man install-pdf install-pdf-am \
|
|
|
|
install-info-am install-man install-pdf install-pdf-am \
|
|
|
@ -680,3 +632,5 @@ uninstall-am: uninstall-binPROGRAMS
|
|
|
|
# Tell versions [3.59,3.63) of GNU make to not export all variables.
|
|
|
|
# Tell versions [3.59,3.63) of GNU make to not export all variables.
|
|
|
|
# Otherwise a system limit (for SysV at least) may be exceeded.
|
|
|
|
# Otherwise a system limit (for SysV at least) may be exceeded.
|
|
|
|
.NOEXPORT:
|
|
|
|
.NOEXPORT:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|