From 27e8e1d50dafee4f8a8eb4b53d12d961d94ce971 Mon Sep 17 00:00:00 2001 From: Kai Tetzlaff Date: Wed, 1 Aug 2012 09:01:23 +0200 Subject: [PATCH] remove generated files from doxymacs --- doxymacs/Makefile | 691 ------------------------------------- doxymacs/c/doxymacs_parser | Bin 15952 -> 0 bytes 2 files changed, 691 deletions(-) delete mode 100644 doxymacs/Makefile delete mode 100755 doxymacs/c/doxymacs_parser diff --git a/doxymacs/Makefile b/doxymacs/Makefile deleted file mode 100644 index dcac9f2..0000000 --- a/doxymacs/Makefile +++ /dev/null @@ -1,691 +0,0 @@ -# Makefile.in generated by automake 1.11.3 from Makefile.am. -# Makefile. Generated from Makefile.in by configure. - -# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, -# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software -# Foundation, Inc. -# This Makefile.in is free software; the Free Software Foundation -# gives unlimited permission to copy and/or distribute it, -# with or without modifications, as long as this notice is preserved. - -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY, to the extent permitted by law; without -# even the implied warranty of MERCHANTABILITY or FITNESS FOR A -# PARTICULAR PURPOSE. - - - -# $Id: Makefile.am,v 1.2 2003/01/26 01:49:55 ryants Exp $ - -pkgdatadir = $(datadir)/doxymacs -pkgincludedir = $(includedir)/doxymacs -pkglibdir = $(libdir)/doxymacs -pkglibexecdir = $(libexecdir)/doxymacs -am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd -install_sh_DATA = $(install_sh) -c -m 644 -install_sh_PROGRAM = $(install_sh) -c -install_sh_SCRIPT = $(install_sh) -c -INSTALL_HEADER = $(INSTALL_DATA) -transform = $(program_transform_name) -NORMAL_INSTALL = : -PRE_INSTALL = : -POST_INSTALL = : -NORMAL_UNINSTALL = : -PRE_UNINSTALL = : -POST_UNINSTALL = : -subdir = . -DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \ - $(srcdir)/Makefile.in $(top_srcdir)/configure AUTHORS COPYING \ - ChangeLog INSTALL NEWS TODO depcomp elisp-comp install-sh \ - missing -ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 -am__aclocal_m4_deps = $(top_srcdir)/configure.ac -am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ - $(ACLOCAL_M4) -am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \ - configure.lineno config.status.lineno -mkinstalldirs = $(install_sh) -d -CONFIG_CLEAN_FILES = -CONFIG_CLEAN_VPATH_FILES = -SOURCES = -DIST_SOURCES = -RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \ - html-recursive info-recursive install-data-recursive \ - install-dvi-recursive install-exec-recursive \ - install-html-recursive install-info-recursive \ - install-pdf-recursive install-ps-recursive install-recursive \ - installcheck-recursive installdirs-recursive pdf-recursive \ - ps-recursive uninstall-recursive -RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \ - distclean-recursive maintainer-clean-recursive -AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \ - $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \ - distdir dist dist-all distcheck -ETAGS = etags -CTAGS = ctags -DIST_SUBDIRS = $(SUBDIRS) -DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) -distdir = $(PACKAGE)-$(VERSION) -top_distdir = $(distdir) -am__remove_distdir = \ - if test -d "$(distdir)"; then \ - find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \ - && rm -rf "$(distdir)" \ - || { sleep 5 && rm -rf "$(distdir)"; }; \ - else :; fi -am__relativize = \ - dir0=`pwd`; \ - sed_first='s,^\([^/]*\)/.*$$,\1,'; \ - sed_rest='s,^[^/]*/*,,'; \ - sed_last='s,^.*/\([^/]*\)$$,\1,'; \ - sed_butlast='s,/*[^/]*$$,,'; \ - while test -n "$$dir1"; do \ - first=`echo "$$dir1" | sed -e "$$sed_first"`; \ - if test "$$first" != "."; then \ - if test "$$first" = ".."; then \ - dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \ - dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \ - else \ - first2=`echo "$$dir2" | sed -e "$$sed_first"`; \ - if test "$$first2" = "$$first"; then \ - dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \ - else \ - dir2="../$$dir2"; \ - fi; \ - dir0="$$dir0"/"$$first"; \ - fi; \ - fi; \ - dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \ - done; \ - reldir="$$dir2" -DIST_ARCHIVES = $(distdir).tar.gz -GZIP_ENV = --best -distuninstallcheck_listfiles = find . -type f -print -am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \ - | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$' -distcleancheck_listfiles = find . -type f -print -ACLOCAL = ${SHELL} /Users/kai/.emacs.d/elisp-vcs/doxymacs/missing --run aclocal-1.11 -AMTAR = $${TAR-tar} -AUTOCONF = ${SHELL} /Users/kai/.emacs.d/elisp-vcs/doxymacs/missing --run autoconf -AUTOHEADER = ${SHELL} /Users/kai/.emacs.d/elisp-vcs/doxymacs/missing --run autoheader -AUTOMAKE = ${SHELL} /Users/kai/.emacs.d/elisp-vcs/doxymacs/missing --run automake-1.11 -AWK = awk -CC = gcc -CCDEPMODE = depmode=gcc3 -CFLAGS = -g -O2 -CPP = gcc -E -CPPFLAGS = -CYGPATH_W = echo -DEFS = -DPACKAGE_NAME=\"doxymacs\" -DPACKAGE_TARNAME=\"doxymacs\" -DPACKAGE_VERSION=\"1.8.0\" -DPACKAGE_STRING=\"doxymacs\ 1.8.0\" -DPACKAGE_BUGREPORT=\"http://sourceforge.net/projects/doxymacs\" -DPACKAGE_URL=\"\" -DPACKAGE=\"doxymacs\" -DVERSION=\"1.8.0\" -DSTDC_HEADERS=1 -DHAVE_STRDUP=1 -DEPDIR = .deps -DOXYMACS_DEFAULT_STYLE = JavaDoc -DOXYMACS_PARSER = /Users/kai/bin/doxymacs_parser -DOXYMACS_USE_EXTERNAL_XML_PARSER = nil -ECHO_C = \c -ECHO_N = -ECHO_T = -EGREP = /opt/local/bin/grep -E -EMACS = emacs -EMACSLOADPATH = -EXEEXT = -GREP = /opt/local/bin/grep -INSTALL = /opt/local/bin/ginstall -c -INSTALL_DATA = ${INSTALL} -m 644 -INSTALL_PROGRAM = ${INSTALL} -INSTALL_SCRIPT = ${INSTALL} -INSTALL_STRIP_PROGRAM = $(install_sh) -c -s -LDFLAGS = -LIBOBJS = -LIBS = -LTLIBOBJS = -MAKEINFO = ${SHELL} /Users/kai/.emacs.d/elisp-vcs/doxymacs/missing --run makeinfo -MKDIR_P = /opt/local/bin/gmkdir -p -OBJEXT = o -PACKAGE = doxymacs -PACKAGE_BUGREPORT = http://sourceforge.net/projects/doxymacs -PACKAGE_NAME = doxymacs -PACKAGE_STRING = doxymacs 1.8.0 -PACKAGE_TARNAME = doxymacs -PACKAGE_URL = -PACKAGE_VERSION = 1.8.0 -PATH_SEPARATOR = : -SET_MAKE = -SHELL = /bin/sh -STRIP = -VERSION = 1.8.0 -XML2_CONFIG = /opt/local/bin/xml2-config -XML_CPPFLAGS = -I/opt/local/include/libxml2 -XML_LIBS = -L/opt/local/lib -lxml2 -lz -lpthread -liconv -lm -abs_builddir = /Users/kai/.emacs.d/elisp-vcs/doxymacs -abs_srcdir = /Users/kai/.emacs.d/elisp-vcs/doxymacs -abs_top_builddir = /Users/kai/.emacs.d/elisp-vcs/doxymacs -abs_top_srcdir = /Users/kai/.emacs.d/elisp-vcs/doxymacs -ac_ct_CC = gcc -am__include = include -am__leading_dot = . -am__quote = -am__tar = $${TAR-tar} chof - "$$tardir" -am__untar = $${TAR-tar} xf - -bindir = ${exec_prefix}/bin -build_alias = -builddir = . -datadir = ${datarootdir} -datarootdir = ${prefix}/share -docdir = ${datarootdir}/doc/${PACKAGE_TARNAME} -dvidir = ${docdir} -exec_prefix = ${prefix} -host_alias = -htmldir = ${docdir} -includedir = ${prefix}/include -infodir = ${datarootdir}/info -install_sh = ${SHELL} /Users/kai/.emacs.d/elisp-vcs/doxymacs/install-sh -libdir = ${exec_prefix}/lib -libexecdir = ${exec_prefix}/libexec -lispdir = /Users/kai/.emacs.d/lisp/doxymacs -localedir = ${datarootdir}/locale -localstatedir = ${prefix}/var -mandir = ${datarootdir}/man -mkdir_p = /opt/local/bin/gmkdir -p -oldincludedir = /usr/include -pdfdir = ${docdir} -prefix = /Users/kai -program_transform_name = s,x,x, -psdir = ${docdir} -sbindir = ${exec_prefix}/sbin -sharedstatedir = ${prefix}/com -srcdir = . -sysconfdir = ${prefix}/etc -target_alias = -top_build_prefix = -top_builddir = . -top_srcdir = . -SUBDIRS = c lisp no-autoconf -all: all-recursive - -.SUFFIXES: -am--refresh: Makefile - @: -$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) - @for dep in $?; do \ - case '$(am__configure_deps)' in \ - *$$dep*) \ - echo ' cd $(srcdir) && $(AUTOMAKE) --gnu'; \ - $(am__cd) $(srcdir) && $(AUTOMAKE) --gnu \ - && exit 0; \ - exit 1;; \ - esac; \ - done; \ - echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu Makefile'; \ - $(am__cd) $(top_srcdir) && \ - $(AUTOMAKE) --gnu Makefile -.PRECIOUS: Makefile -Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status - @case '$?' in \ - *config.status*) \ - echo ' $(SHELL) ./config.status'; \ - $(SHELL) ./config.status;; \ - *) \ - echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \ - cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \ - esac; - -$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) - $(SHELL) ./config.status --recheck - -$(top_srcdir)/configure: $(am__configure_deps) - $(am__cd) $(srcdir) && $(AUTOCONF) -$(ACLOCAL_M4): $(am__aclocal_m4_deps) - $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS) -$(am__aclocal_m4_deps): - -# This directory's subdirectories are mostly independent; you can cd -# into them and run `make' without going through this Makefile. -# To change the values of `make' variables: instead of editing Makefiles, -# (1) if the variable is set in `config.status', edit `config.status' -# (which will cause the Makefiles to be regenerated when you run `make'); -# (2) otherwise, pass the desired values on the `make' command line. -$(RECURSIVE_TARGETS): - @fail= failcom='exit 1'; \ - for f in x $$MAKEFLAGS; do \ - case $$f in \ - *=* | --[!k]*);; \ - *k*) failcom='fail=yes';; \ - esac; \ - done; \ - dot_seen=no; \ - target=`echo $@ | sed s/-recursive//`; \ - list='$(SUBDIRS)'; for subdir in $$list; do \ - echo "Making $$target in $$subdir"; \ - if test "$$subdir" = "."; then \ - dot_seen=yes; \ - local_target="$$target-am"; \ - else \ - local_target="$$target"; \ - fi; \ - ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ - || eval $$failcom; \ - done; \ - if test "$$dot_seen" = "no"; then \ - $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ - fi; test -z "$$fail" - -$(RECURSIVE_CLEAN_TARGETS): - @fail= failcom='exit 1'; \ - for f in x $$MAKEFLAGS; do \ - case $$f in \ - *=* | --[!k]*);; \ - *k*) failcom='fail=yes';; \ - esac; \ - done; \ - dot_seen=no; \ - case "$@" in \ - distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \ - *) list='$(SUBDIRS)' ;; \ - esac; \ - rev=''; for subdir in $$list; do \ - if test "$$subdir" = "."; then :; else \ - rev="$$subdir $$rev"; \ - fi; \ - done; \ - rev="$$rev ."; \ - target=`echo $@ | sed s/-recursive//`; \ - for subdir in $$rev; do \ - echo "Making $$target in $$subdir"; \ - if test "$$subdir" = "."; then \ - local_target="$$target-am"; \ - else \ - local_target="$$target"; \ - fi; \ - ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ - || eval $$failcom; \ - done && test -z "$$fail" -tags-recursive: - list='$(SUBDIRS)'; for subdir in $$list; do \ - test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \ - done -ctags-recursive: - list='$(SUBDIRS)'; for subdir in $$list; do \ - test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \ - done - -ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) - list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ - unique=`for i in $$list; do \ - if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ - done | \ - $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ - END { if (nonempty) { for (i in files) print i; }; }'`; \ - mkid -fID $$unique -tags: TAGS - -TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ - $(TAGS_FILES) $(LISP) - set x; \ - here=`pwd`; \ - if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \ - include_option=--etags-include; \ - empty_fix=.; \ - else \ - include_option=--include; \ - empty_fix=; \ - fi; \ - list='$(SUBDIRS)'; for subdir in $$list; do \ - if test "$$subdir" = .; then :; else \ - test ! -f $$subdir/TAGS || \ - set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \ - fi; \ - done; \ - list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ - unique=`for i in $$list; do \ - if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ - done | \ - $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ - END { if (nonempty) { for (i in files) print i; }; }'`; \ - shift; \ - if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ - test -n "$$unique" || unique=$$empty_fix; \ - if test $$# -gt 0; then \ - $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ - "$$@" $$unique; \ - else \ - $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ - $$unique; \ - fi; \ - fi -ctags: CTAGS -CTAGS: ctags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ - $(TAGS_FILES) $(LISP) - list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ - unique=`for i in $$list; do \ - if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ - done | \ - $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ - END { if (nonempty) { for (i in files) print i; }; }'`; \ - test -z "$(CTAGS_ARGS)$$unique" \ - || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ - $$unique - -GTAGS: - here=`$(am__cd) $(top_builddir) && pwd` \ - && $(am__cd) $(top_srcdir) \ - && gtags -i $(GTAGS_ARGS) "$$here" - -distclean-tags: - -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags - -distdir: $(DISTFILES) - $(am__remove_distdir) - test -d "$(distdir)" || mkdir "$(distdir)" - @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ - topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ - list='$(DISTFILES)'; \ - dist_files=`for file in $$list; do echo $$file; done | \ - sed -e "s|^$$srcdirstrip/||;t" \ - -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ - case $$dist_files in \ - */*) $(MKDIR_P) `echo "$$dist_files" | \ - sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ - sort -u` ;; \ - esac; \ - for file in $$dist_files; do \ - if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ - if test -d $$d/$$file; then \ - dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ - if test -d "$(distdir)/$$file"; then \ - find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ - fi; \ - if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ - cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ - find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ - fi; \ - cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ - else \ - test -f "$(distdir)/$$file" \ - || cp -p $$d/$$file "$(distdir)/$$file" \ - || exit 1; \ - fi; \ - done - @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ - if test "$$subdir" = .; then :; else \ - test -d "$(distdir)/$$subdir" \ - || $(MKDIR_P) "$(distdir)/$$subdir" \ - || exit 1; \ - fi; \ - done - @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ - if test "$$subdir" = .; then :; else \ - dir1=$$subdir; dir2="$(distdir)/$$subdir"; \ - $(am__relativize); \ - new_distdir=$$reldir; \ - dir1=$$subdir; dir2="$(top_distdir)"; \ - $(am__relativize); \ - new_top_distdir=$$reldir; \ - echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \ - echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \ - ($(am__cd) $$subdir && \ - $(MAKE) $(AM_MAKEFLAGS) \ - top_distdir="$$new_top_distdir" \ - distdir="$$new_distdir" \ - am__remove_distdir=: \ - am__skip_length_check=: \ - am__skip_mode_fix=: \ - distdir) \ - || exit 1; \ - fi; \ - done - -test -n "$(am__skip_mode_fix)" \ - || find "$(distdir)" -type d ! -perm -755 \ - -exec chmod u+rwx,go+rx {} \; -o \ - ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \ - ! -type d ! -perm -400 -exec chmod a+r {} \; -o \ - ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \ - || chmod -R a+r "$(distdir)" -dist-gzip: distdir - tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz - $(am__remove_distdir) - -dist-bzip2: distdir - tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -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) - -dist-lzma: distdir - tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma - $(am__remove_distdir) - -dist-xz: distdir - tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz - $(am__remove_distdir) - -dist-tarZ: distdir - tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z - $(am__remove_distdir) - -dist-shar: distdir - shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz - $(am__remove_distdir) - -dist-zip: distdir - -rm -f $(distdir).zip - zip -rq $(distdir).zip $(distdir) - $(am__remove_distdir) - -dist dist-all: distdir - tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz - $(am__remove_distdir) - -# This target untars the dist file and tries a VPATH configuration. Then -# it guarantees that the distribution is self-contained by making another -# tarfile. -distcheck: dist - case '$(DIST_ARCHIVES)' in \ - *.tar.gz*) \ - GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\ - *.tar.bz2*) \ - bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\ - *.tar.lzma*) \ - lzma -dc $(distdir).tar.lzma | $(am__untar) ;;\ - *.tar.lz*) \ - lzip -dc $(distdir).tar.lz | $(am__untar) ;;\ - *.tar.xz*) \ - xz -dc $(distdir).tar.xz | $(am__untar) ;;\ - *.tar.Z*) \ - uncompress -c $(distdir).tar.Z | $(am__untar) ;;\ - *.shar.gz*) \ - GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\ - *.zip*) \ - unzip $(distdir).zip ;;\ - esac - chmod -R a-w $(distdir); chmod a+w $(distdir) - mkdir $(distdir)/_build - mkdir $(distdir)/_inst - chmod a-w $(distdir) - test -d $(distdir)/_build || exit 0; \ - dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \ - && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \ - && am__cwd=`pwd` \ - && $(am__cd) $(distdir)/_build \ - && ../configure --srcdir=.. --prefix="$$dc_install_base" \ - $(AM_DISTCHECK_CONFIGURE_FLAGS) \ - $(DISTCHECK_CONFIGURE_FLAGS) \ - && $(MAKE) $(AM_MAKEFLAGS) \ - && $(MAKE) $(AM_MAKEFLAGS) dvi \ - && $(MAKE) $(AM_MAKEFLAGS) check \ - && $(MAKE) $(AM_MAKEFLAGS) install \ - && $(MAKE) $(AM_MAKEFLAGS) installcheck \ - && $(MAKE) $(AM_MAKEFLAGS) uninstall \ - && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \ - distuninstallcheck \ - && chmod -R a-w "$$dc_install_base" \ - && ({ \ - (cd ../.. && umask 077 && mkdir "$$dc_destdir") \ - && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \ - && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \ - && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \ - distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \ - } || { rm -rf "$$dc_destdir"; exit 1; }) \ - && rm -rf "$$dc_destdir" \ - && $(MAKE) $(AM_MAKEFLAGS) dist \ - && rm -rf $(DIST_ARCHIVES) \ - && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \ - && cd "$$am__cwd" \ - || exit 1 - $(am__remove_distdir) - @(echo "$(distdir) archives ready for distribution: "; \ - 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' -distuninstallcheck: - @test -n '$(distuninstallcheck_dir)' || { \ - echo 'ERROR: trying to run $@ with an empty' \ - '$$(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:" ; \ - if test -n "$(DESTDIR)"; then \ - echo " (check DESTDIR support)"; \ - fi ; \ - $(distuninstallcheck_listfiles) ; \ - exit 1; } >&2 -distcleancheck: distclean - @if test '$(srcdir)' = . ; then \ - echo "ERROR: distcleancheck can only run from a VPATH build" ; \ - exit 1 ; \ - fi - @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \ - || { echo "ERROR: files left in build directory after distclean:" ; \ - $(distcleancheck_listfiles) ; \ - exit 1; } >&2 -check-am: all-am -check: check-recursive -all-am: Makefile -installdirs: installdirs-recursive -installdirs-am: -install: install-recursive -install-exec: install-exec-recursive -install-data: install-data-recursive -uninstall: uninstall-recursive - -install-am: all-am - @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am - -installcheck: installcheck-recursive -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)" \ - install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ - "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ - fi -mostlyclean-generic: - -clean-generic: - -distclean-generic: - -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) - -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) - -maintainer-clean-generic: - @echo "This command is intended for maintainers to use" - @echo "it deletes files that may require special tools to rebuild." -clean: clean-recursive - -clean-am: clean-generic mostlyclean-am - -distclean: distclean-recursive - -rm -f $(am__CONFIG_DISTCLEAN_FILES) - -rm -f Makefile -distclean-am: clean-am distclean-generic distclean-tags - -dvi: dvi-recursive - -dvi-am: - -html: html-recursive - -html-am: - -info: info-recursive - -info-am: - -install-data-am: - -install-dvi: install-dvi-recursive - -install-dvi-am: - -install-exec-am: - -install-html: install-html-recursive - -install-html-am: - -install-info: install-info-recursive - -install-info-am: - -install-man: - -install-pdf: install-pdf-recursive - -install-pdf-am: - -install-ps: install-ps-recursive - -install-ps-am: - -installcheck-am: - -maintainer-clean: maintainer-clean-recursive - -rm -f $(am__CONFIG_DISTCLEAN_FILES) - -rm -rf $(top_srcdir)/autom4te.cache - -rm -f Makefile -maintainer-clean-am: distclean-am maintainer-clean-generic - -mostlyclean: mostlyclean-recursive - -mostlyclean-am: mostlyclean-generic - -pdf: pdf-recursive - -pdf-am: - -ps: ps-recursive - -ps-am: - -uninstall-am: - -.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) ctags-recursive \ - install-am install-strip tags-recursive - -.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \ - all all-am am--refresh check check-am clean clean-generic \ - ctags ctags-recursive dist dist-all dist-bzip2 dist-gzip \ - dist-lzip dist-lzma dist-shar dist-tarZ dist-xz dist-zip \ - distcheck distclean distclean-generic distclean-tags \ - distcleancheck distdir distuninstallcheck dvi dvi-am html \ - html-am info info-am install install-am install-data \ - install-data-am install-dvi install-dvi-am install-exec \ - install-exec-am install-html install-html-am install-info \ - install-info-am install-man install-pdf install-pdf-am \ - install-ps install-ps-am install-strip installcheck \ - installcheck-am installdirs installdirs-am maintainer-clean \ - maintainer-clean-generic mostlyclean mostlyclean-generic pdf \ - pdf-am ps ps-am tags tags-recursive uninstall uninstall-am - - -# 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. -.NOEXPORT: diff --git a/doxymacs/c/doxymacs_parser b/doxymacs/c/doxymacs_parser deleted file mode 100755 index 2b1e9f8599fcfb559f71b8b733375e24d87d8a39..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 15952 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 MT{I5628vDn-yL4gJpcdz