universe@49: # Makefile.in generated by automake 1.13.4 from Makefile.am. universe@49: # @configure_input@ universe@49: universe@49: # Copyright (C) 1994-2013 Free Software Foundation, Inc. universe@49: universe@49: # This Makefile.in is free software; the Free Software Foundation universe@49: # gives unlimited permission to copy and/or distribute it, universe@49: # with or without modifications, as long as this notice is preserved. universe@49: universe@49: # This program is distributed in the hope that it will be useful, universe@49: # but WITHOUT ANY WARRANTY, to the extent permitted by law; without universe@49: # even the implied warranty of MERCHANTABILITY or FITNESS FOR A universe@49: # PARTICULAR PURPOSE. universe@49: universe@49: @SET_MAKE@ universe@49: universe@49: # Copyright 2017 Mike Becker. All rights reserved. universe@49: # universe@49: # Redistribution and use in source and binary forms, with or without universe@49: # modification, are permitted provided that the following conditions are met: universe@49: # universe@49: # 1. Redistributions of source code must retain the above copyright universe@49: # notice, this list of conditions and the following disclaimer. universe@49: # universe@49: # 2. Redistributions in binary form must reproduce the above copyright universe@49: # notice, this list of conditions and the following disclaimer in the universe@49: # documentation and/or other materials provided with the distribution. universe@49: # universe@49: # THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" universe@49: # AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE universe@49: # IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE universe@49: # DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE universe@49: # FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL universe@49: # DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR universe@49: # SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER universe@49: # CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, universe@49: # OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE universe@49: # OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. universe@49: universe@49: VPATH = @srcdir@ universe@49: am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)' universe@49: am__make_running_with_option = \ universe@49: case $${target_option-} in \ universe@49: ?) ;; \ universe@49: *) echo "am__make_running_with_option: internal error: invalid" \ universe@49: "target option '$${target_option-}' specified" >&2; \ universe@49: exit 1;; \ universe@49: esac; \ universe@49: has_opt=no; \ universe@49: sane_makeflags=$$MAKEFLAGS; \ universe@49: if $(am__is_gnu_make); then \ universe@49: sane_makeflags=$$MFLAGS; \ universe@49: else \ universe@49: case $$MAKEFLAGS in \ universe@49: *\\[\ \ ]*) \ universe@49: bs=\\; \ universe@49: sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ universe@49: | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ universe@49: esac; \ universe@49: fi; \ universe@49: skip_next=no; \ universe@49: strip_trailopt () \ universe@49: { \ universe@49: flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ universe@49: }; \ universe@49: for flg in $$sane_makeflags; do \ universe@49: test $$skip_next = yes && { skip_next=no; continue; }; \ universe@49: case $$flg in \ universe@49: *=*|--*) continue;; \ universe@49: -*I) strip_trailopt 'I'; skip_next=yes;; \ universe@49: -*I?*) strip_trailopt 'I';; \ universe@49: -*O) strip_trailopt 'O'; skip_next=yes;; \ universe@49: -*O?*) strip_trailopt 'O';; \ universe@49: -*l) strip_trailopt 'l'; skip_next=yes;; \ universe@49: -*l?*) strip_trailopt 'l';; \ universe@49: -[dEDm]) skip_next=yes;; \ universe@49: -[JT]) skip_next=yes;; \ universe@49: esac; \ universe@49: case $$flg in \ universe@49: *$$target_option*) has_opt=yes; break;; \ universe@49: esac; \ universe@49: done; \ universe@49: test $$has_opt = yes universe@49: am__make_dryrun = (target_option=n; $(am__make_running_with_option)) universe@49: am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) universe@49: pkgdatadir = $(datadir)/@PACKAGE@ universe@49: pkgincludedir = $(includedir)/@PACKAGE@ universe@49: pkglibdir = $(libdir)/@PACKAGE@ universe@49: pkglibexecdir = $(libexecdir)/@PACKAGE@ universe@49: am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd universe@49: install_sh_DATA = $(install_sh) -c -m 644 universe@49: install_sh_PROGRAM = $(install_sh) -c universe@49: install_sh_SCRIPT = $(install_sh) -c universe@49: INSTALL_HEADER = $(INSTALL_DATA) universe@49: transform = $(program_transform_name) universe@49: NORMAL_INSTALL = : universe@49: PRE_INSTALL = : universe@49: POST_INSTALL = : universe@49: NORMAL_UNINSTALL = : universe@49: PRE_UNINSTALL = : universe@49: POST_UNINSTALL = : universe@49: bin_PROGRAMS = cline$(EXEEXT) universe@49: subdir = src universe@49: DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \ universe@49: $(top_srcdir)/depcomp universe@49: ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 universe@49: am__aclocal_m4_deps = $(top_srcdir)/configure.ac universe@49: am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ universe@49: $(ACLOCAL_M4) universe@49: mkinstalldirs = $(install_sh) -d universe@49: CONFIG_HEADER = $(top_builddir)/config.h universe@49: CONFIG_CLEAN_FILES = universe@49: CONFIG_CLEAN_VPATH_FILES = universe@49: am__installdirs = "$(DESTDIR)$(bindir)" universe@49: PROGRAMS = $(bin_PROGRAMS) universe@49: am_cline_OBJECTS = arguments.$(OBJEXT) bfile_heuristics.$(OBJEXT) \ universe@49: cline.$(OBJEXT) regex_parser.$(OBJEXT) scanner.$(OBJEXT) \ universe@49: settings.$(OBJEXT) string_list.$(OBJEXT) suffix_fnc.$(OBJEXT) universe@49: cline_OBJECTS = $(am_cline_OBJECTS) universe@49: cline_LDADD = $(LDADD) universe@49: AM_V_P = $(am__v_P_@AM_V@) universe@49: am__v_P_ = $(am__v_P_@AM_DEFAULT_V@) universe@49: am__v_P_0 = false universe@49: am__v_P_1 = : universe@49: AM_V_GEN = $(am__v_GEN_@AM_V@) universe@49: am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) universe@49: am__v_GEN_0 = @echo " GEN " $@; universe@49: am__v_GEN_1 = universe@49: AM_V_at = $(am__v_at_@AM_V@) universe@49: am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) universe@49: am__v_at_0 = @ universe@49: am__v_at_1 = universe@49: DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) universe@49: depcomp = $(SHELL) $(top_srcdir)/depcomp universe@49: am__depfiles_maybe = depfiles universe@49: am__mv = mv -f universe@49: COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ universe@49: $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) universe@49: AM_V_CC = $(am__v_CC_@AM_V@) universe@49: am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@) universe@49: am__v_CC_0 = @echo " CC " $@; universe@49: am__v_CC_1 = universe@49: CCLD = $(CC) universe@49: LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@ universe@49: AM_V_CCLD = $(am__v_CCLD_@AM_V@) universe@49: am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@) universe@49: am__v_CCLD_0 = @echo " CCLD " $@; universe@49: am__v_CCLD_1 = universe@49: SOURCES = $(cline_SOURCES) universe@49: DIST_SOURCES = $(cline_SOURCES) universe@49: am__can_run_installinfo = \ universe@49: case $$AM_UPDATE_INFO_DIR in \ universe@49: n|no|NO) false;; \ universe@49: *) (install-info --version) >/dev/null 2>&1;; \ universe@49: esac universe@49: am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) universe@49: # Read a list of newline-separated strings from the standard input, universe@49: # and print each of them once, without duplicates. Input order is universe@49: # *not* preserved. universe@49: am__uniquify_input = $(AWK) '\ universe@49: BEGIN { nonempty = 0; } \ universe@49: { items[$$0] = 1; nonempty = 1; } \ universe@49: END { if (nonempty) { for (i in items) print i; }; } \ universe@49: ' universe@49: # Make sure the list of sources is unique. This is necessary because, universe@49: # e.g., the same source file might be shared among _SOURCES variables universe@49: # for different programs/libraries. universe@49: am__define_uniq_tagged_files = \ universe@49: list='$(am__tagged_files)'; \ universe@49: unique=`for i in $$list; do \ universe@49: if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ universe@49: done | $(am__uniquify_input)` universe@49: ETAGS = etags universe@49: CTAGS = ctags universe@49: DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) universe@49: ACLOCAL = @ACLOCAL@ universe@49: AMTAR = @AMTAR@ universe@49: AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ universe@49: AUTOCONF = @AUTOCONF@ universe@49: AUTOHEADER = @AUTOHEADER@ universe@49: AUTOMAKE = @AUTOMAKE@ universe@49: AWK = @AWK@ universe@49: CC = @CC@ universe@49: CCDEPMODE = @CCDEPMODE@ universe@49: CFLAGS = @CFLAGS@ universe@49: CPP = @CPP@ universe@49: CPPFLAGS = @CPPFLAGS@ universe@49: CYGPATH_W = @CYGPATH_W@ universe@49: DEFS = @DEFS@ universe@49: DEPDIR = @DEPDIR@ universe@49: ECHO_C = @ECHO_C@ universe@49: ECHO_N = @ECHO_N@ universe@49: ECHO_T = @ECHO_T@ universe@49: EGREP = @EGREP@ universe@49: EXEEXT = @EXEEXT@ universe@49: GREP = @GREP@ universe@49: INSTALL = @INSTALL@ universe@49: INSTALL_DATA = @INSTALL_DATA@ universe@49: INSTALL_PROGRAM = @INSTALL_PROGRAM@ universe@49: INSTALL_SCRIPT = @INSTALL_SCRIPT@ universe@49: INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ universe@49: LDFLAGS = @LDFLAGS@ universe@49: LIBOBJS = @LIBOBJS@ universe@49: LIBS = @LIBS@ universe@49: LTLIBOBJS = @LTLIBOBJS@ universe@49: MAKEINFO = @MAKEINFO@ universe@49: MKDIR_P = @MKDIR_P@ universe@49: OBJEXT = @OBJEXT@ universe@49: PACKAGE = @PACKAGE@ universe@49: PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ universe@49: PACKAGE_NAME = @PACKAGE_NAME@ universe@49: PACKAGE_STRING = @PACKAGE_STRING@ universe@49: PACKAGE_TARNAME = @PACKAGE_TARNAME@ universe@49: PACKAGE_URL = @PACKAGE_URL@ universe@49: PACKAGE_VERSION = @PACKAGE_VERSION@ universe@49: PATH_SEPARATOR = @PATH_SEPARATOR@ universe@49: SET_MAKE = @SET_MAKE@ universe@49: SHELL = @SHELL@ universe@49: STRIP = @STRIP@ universe@49: VERSION = @VERSION@ universe@49: abs_builddir = @abs_builddir@ universe@49: abs_srcdir = @abs_srcdir@ universe@49: abs_top_builddir = @abs_top_builddir@ universe@49: abs_top_srcdir = @abs_top_srcdir@ universe@49: ac_ct_CC = @ac_ct_CC@ universe@49: am__include = @am__include@ universe@49: am__leading_dot = @am__leading_dot@ universe@49: am__quote = @am__quote@ universe@49: am__tar = @am__tar@ universe@49: am__untar = @am__untar@ universe@49: bindir = @bindir@ universe@49: build_alias = @build_alias@ universe@49: builddir = @builddir@ universe@49: datadir = @datadir@ universe@49: datarootdir = @datarootdir@ universe@49: docdir = @docdir@ universe@49: dvidir = @dvidir@ universe@49: exec_prefix = @exec_prefix@ universe@49: host_alias = @host_alias@ universe@49: htmldir = @htmldir@ universe@49: includedir = @includedir@ universe@49: infodir = @infodir@ universe@49: install_sh = @install_sh@ universe@49: libdir = @libdir@ universe@49: libexecdir = @libexecdir@ universe@49: localedir = @localedir@ universe@49: localstatedir = @localstatedir@ universe@49: mandir = @mandir@ universe@49: mkdir_p = @mkdir_p@ universe@49: oldincludedir = @oldincludedir@ universe@49: pdfdir = @pdfdir@ universe@49: prefix = @prefix@ universe@49: program_transform_name = @program_transform_name@ universe@49: psdir = @psdir@ universe@49: sbindir = @sbindir@ universe@49: sharedstatedir = @sharedstatedir@ universe@49: srcdir = @srcdir@ universe@49: sysconfdir = @sysconfdir@ universe@49: target_alias = @target_alias@ universe@49: top_build_prefix = @top_build_prefix@ universe@49: top_builddir = @top_builddir@ universe@49: top_srcdir = @top_srcdir@ universe@51: @DEBUG_FALSE@AM_CFLAGS = -O2 universe@51: @DEBUG_TRUE@AM_CFLAGS = -g -O0 -Wall universe@50: cline_SOURCES = arguments.c bfile_heuristics.c cline.c regex_parser.c \ universe@50: scanner.c settings.c string_list.c suffix_fnc.c universe@50: universe@50: EXTRA_DIST = arguments.h bfile_heuristics.h cline.h regex_parser.h scanner.h \ universe@50: settings.h stdinc.h string_list.h suffix_fnc.h universe@50: universe@49: all: all-am universe@49: universe@49: .SUFFIXES: universe@49: .SUFFIXES: .c .o .obj universe@49: $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) universe@49: @for dep in $?; do \ universe@49: case '$(am__configure_deps)' in \ universe@49: *$$dep*) \ universe@49: ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ universe@49: && { if test -f $@; then exit 0; else break; fi; }; \ universe@49: exit 1;; \ universe@49: esac; \ universe@49: done; \ universe@49: echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu src/Makefile'; \ universe@49: $(am__cd) $(top_srcdir) && \ universe@49: $(AUTOMAKE) --gnu src/Makefile universe@49: .PRECIOUS: Makefile universe@49: Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status universe@49: @case '$?' in \ universe@49: *config.status*) \ universe@49: cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ universe@49: *) \ universe@49: echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ universe@49: cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ universe@49: esac; universe@49: universe@49: $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) universe@49: cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh universe@49: universe@49: $(top_srcdir)/configure: $(am__configure_deps) universe@49: cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh universe@49: $(ACLOCAL_M4): $(am__aclocal_m4_deps) universe@49: cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh universe@49: $(am__aclocal_m4_deps): universe@49: install-binPROGRAMS: $(bin_PROGRAMS) universe@49: @$(NORMAL_INSTALL) universe@49: @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \ universe@49: if test -n "$$list"; then \ universe@49: echo " $(MKDIR_P) '$(DESTDIR)$(bindir)'"; \ universe@49: $(MKDIR_P) "$(DESTDIR)$(bindir)" || exit 1; \ universe@49: fi; \ universe@49: for p in $$list; do echo "$$p $$p"; done | \ universe@49: sed 's/$(EXEEXT)$$//' | \ universe@49: while read p p1; do if test -f $$p \ universe@49: ; then echo "$$p"; echo "$$p"; else :; fi; \ universe@49: done | \ universe@49: sed -e 'p;s,.*/,,;n;h' \ universe@49: -e 's|.*|.|' \ universe@49: -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \ universe@49: sed 'N;N;N;s,\n, ,g' | \ universe@49: $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \ universe@49: { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \ universe@49: if ($$2 == $$4) files[d] = files[d] " " $$1; \ universe@49: else { print "f", $$3 "/" $$4, $$1; } } \ universe@49: END { for (d in files) print "f", d, files[d] }' | \ universe@49: while read type dir files; do \ universe@49: if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \ universe@49: test -z "$$files" || { \ universe@49: echo " $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(bindir)$$dir'"; \ universe@49: $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \ universe@49: } \ universe@49: ; done universe@49: universe@49: uninstall-binPROGRAMS: universe@49: @$(NORMAL_UNINSTALL) universe@49: @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \ universe@49: files=`for p in $$list; do echo "$$p"; done | \ universe@49: sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \ universe@49: -e 's/$$/$(EXEEXT)/' \ universe@49: `; \ universe@49: test -n "$$list" || exit 0; \ universe@49: echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \ universe@49: cd "$(DESTDIR)$(bindir)" && rm -f $$files universe@49: universe@49: clean-binPROGRAMS: universe@49: -test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS) universe@49: universe@49: cline$(EXEEXT): $(cline_OBJECTS) $(cline_DEPENDENCIES) $(EXTRA_cline_DEPENDENCIES) universe@49: @rm -f cline$(EXEEXT) universe@49: $(AM_V_CCLD)$(LINK) $(cline_OBJECTS) $(cline_LDADD) $(LIBS) universe@49: universe@49: mostlyclean-compile: universe@49: -rm -f *.$(OBJEXT) universe@49: universe@49: distclean-compile: universe@49: -rm -f *.tab.c universe@49: universe@49: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/arguments.Po@am__quote@ universe@49: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/bfile_heuristics.Po@am__quote@ universe@49: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cline.Po@am__quote@ universe@49: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/regex_parser.Po@am__quote@ universe@49: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/scanner.Po@am__quote@ universe@49: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/settings.Po@am__quote@ universe@49: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/string_list.Po@am__quote@ universe@49: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/suffix_fnc.Po@am__quote@ universe@49: universe@49: .c.o: universe@49: @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< universe@49: @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po universe@49: @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ universe@49: @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ universe@49: @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c $< universe@49: universe@49: .c.obj: universe@49: @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'` universe@49: @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po universe@49: @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ universe@49: @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ universe@49: @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c `$(CYGPATH_W) '$<'` universe@49: universe@49: ID: $(am__tagged_files) universe@49: $(am__define_uniq_tagged_files); mkid -fID $$unique universe@49: tags: tags-am universe@49: TAGS: tags universe@49: universe@49: tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) universe@49: set x; \ universe@49: here=`pwd`; \ universe@49: $(am__define_uniq_tagged_files); \ universe@49: shift; \ universe@49: if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ universe@49: test -n "$$unique" || unique=$$empty_fix; \ universe@49: if test $$# -gt 0; then \ universe@49: $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ universe@49: "$$@" $$unique; \ universe@49: else \ universe@49: $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ universe@49: $$unique; \ universe@49: fi; \ universe@49: fi universe@49: ctags: ctags-am universe@49: universe@49: CTAGS: ctags universe@49: ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) universe@49: $(am__define_uniq_tagged_files); \ universe@49: test -z "$(CTAGS_ARGS)$$unique" \ universe@49: || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ universe@49: $$unique universe@49: universe@49: GTAGS: universe@49: here=`$(am__cd) $(top_builddir) && pwd` \ universe@49: && $(am__cd) $(top_srcdir) \ universe@49: && gtags -i $(GTAGS_ARGS) "$$here" universe@49: cscopelist: cscopelist-am universe@49: universe@49: cscopelist-am: $(am__tagged_files) universe@49: list='$(am__tagged_files)'; \ universe@49: case "$(srcdir)" in \ universe@49: [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ universe@49: *) sdir=$(subdir)/$(srcdir) ;; \ universe@49: esac; \ universe@49: for i in $$list; do \ universe@49: if test -f "$$i"; then \ universe@49: echo "$(subdir)/$$i"; \ universe@49: else \ universe@49: echo "$$sdir/$$i"; \ universe@49: fi; \ universe@49: done >> $(top_builddir)/cscope.files universe@49: universe@49: distclean-tags: universe@49: -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags universe@49: universe@49: distdir: $(DISTFILES) universe@49: @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ universe@49: topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ universe@49: list='$(DISTFILES)'; \ universe@49: dist_files=`for file in $$list; do echo $$file; done | \ universe@49: sed -e "s|^$$srcdirstrip/||;t" \ universe@49: -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ universe@49: case $$dist_files in \ universe@49: */*) $(MKDIR_P) `echo "$$dist_files" | \ universe@49: sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ universe@49: sort -u` ;; \ universe@49: esac; \ universe@49: for file in $$dist_files; do \ universe@49: if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ universe@49: if test -d $$d/$$file; then \ universe@49: dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ universe@49: if test -d "$(distdir)/$$file"; then \ universe@49: find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ universe@49: fi; \ universe@49: if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ universe@49: cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ universe@49: find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ universe@49: fi; \ universe@49: cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ universe@49: else \ universe@49: test -f "$(distdir)/$$file" \ universe@49: || cp -p $$d/$$file "$(distdir)/$$file" \ universe@49: || exit 1; \ universe@49: fi; \ universe@49: done universe@49: check-am: all-am universe@49: check: check-am universe@49: all-am: Makefile $(PROGRAMS) universe@49: installdirs: universe@49: for dir in "$(DESTDIR)$(bindir)"; do \ universe@49: test -z "$$dir" || $(MKDIR_P) "$$dir"; \ universe@49: done universe@49: install: install-am universe@49: install-exec: install-exec-am universe@49: install-data: install-data-am universe@49: uninstall: uninstall-am universe@49: universe@49: install-am: all-am universe@49: @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am universe@49: universe@49: installcheck: installcheck-am universe@49: install-strip: universe@49: if test -z '$(STRIP)'; then \ universe@49: $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ universe@49: install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ universe@49: install; \ universe@49: else \ universe@49: $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ universe@49: install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ universe@49: "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ universe@49: fi universe@49: mostlyclean-generic: universe@49: universe@49: clean-generic: universe@49: universe@49: distclean-generic: universe@49: -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) universe@49: -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) universe@49: universe@49: maintainer-clean-generic: universe@49: @echo "This command is intended for maintainers to use" universe@49: @echo "it deletes files that may require special tools to rebuild." universe@49: clean: clean-am universe@49: universe@49: clean-am: clean-binPROGRAMS clean-generic mostlyclean-am universe@49: universe@49: distclean: distclean-am universe@49: -rm -rf ./$(DEPDIR) universe@49: -rm -f Makefile universe@49: distclean-am: clean-am distclean-compile distclean-generic \ universe@49: distclean-tags universe@49: universe@49: dvi: dvi-am universe@49: universe@49: dvi-am: universe@49: universe@49: html: html-am universe@49: universe@49: html-am: universe@49: universe@49: info: info-am universe@49: universe@49: info-am: universe@49: universe@49: install-data-am: universe@49: universe@49: install-dvi: install-dvi-am universe@49: universe@49: install-dvi-am: universe@49: universe@49: install-exec-am: install-binPROGRAMS universe@49: universe@49: install-html: install-html-am universe@49: universe@49: install-html-am: universe@49: universe@49: install-info: install-info-am universe@49: universe@49: install-info-am: universe@49: universe@49: install-man: universe@49: universe@49: install-pdf: install-pdf-am universe@49: universe@49: install-pdf-am: universe@49: universe@49: install-ps: install-ps-am universe@49: universe@49: install-ps-am: universe@49: universe@49: installcheck-am: universe@49: universe@49: maintainer-clean: maintainer-clean-am universe@49: -rm -rf ./$(DEPDIR) universe@49: -rm -f Makefile universe@49: maintainer-clean-am: distclean-am maintainer-clean-generic universe@49: universe@49: mostlyclean: mostlyclean-am universe@49: universe@49: mostlyclean-am: mostlyclean-compile mostlyclean-generic universe@49: universe@49: pdf: pdf-am universe@49: universe@49: pdf-am: universe@49: universe@49: ps: ps-am universe@49: universe@49: ps-am: universe@49: universe@49: uninstall-am: uninstall-binPROGRAMS universe@49: universe@49: .MAKE: install-am install-strip universe@49: universe@49: .PHONY: CTAGS GTAGS TAGS all all-am check check-am clean \ universe@49: clean-binPROGRAMS clean-generic cscopelist-am ctags ctags-am \ universe@49: distclean distclean-compile distclean-generic distclean-tags \ universe@49: distdir dvi dvi-am html html-am info info-am install \ universe@49: install-am install-binPROGRAMS install-data install-data-am \ universe@49: install-dvi install-dvi-am install-exec install-exec-am \ universe@49: install-html install-html-am install-info install-info-am \ universe@49: install-man install-pdf install-pdf-am install-ps \ universe@49: install-ps-am install-strip installcheck installcheck-am \ universe@49: installdirs maintainer-clean maintainer-clean-generic \ universe@49: mostlyclean mostlyclean-compile mostlyclean-generic pdf pdf-am \ universe@49: ps ps-am tags tags-am uninstall uninstall-am \ universe@49: uninstall-binPROGRAMS universe@49: universe@49: universe@49: # Tell versions [3.59,3.63) of GNU make to not export all variables. universe@49: # Otherwise a system limit (for SysV at least) may be exceeded. universe@49: .NOEXPORT: