| pkanwar | 8ba9c0c | 2017-02-08 19:05:01 -0800 | [diff] [blame] | 1 | # Makefile.in generated by automake 1.11.6 from Makefile.am. | 
|  | 2 | # @configure_input@ | 
|  | 3 |  | 
|  | 4 | # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, | 
|  | 5 | # 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software | 
|  | 6 | # Foundation, Inc. | 
|  | 7 | # This Makefile.in is free software; the Free Software Foundation | 
|  | 8 | # gives unlimited permission to copy and/or distribute it, | 
|  | 9 | # with or without modifications, as long as this notice is preserved. | 
|  | 10 |  | 
|  | 11 | # This program is distributed in the hope that it will be useful, | 
|  | 12 | # but WITHOUT ANY WARRANTY, to the extent permitted by law; without | 
|  | 13 | # even the implied warranty of MERCHANTABILITY or FITNESS FOR A | 
|  | 14 | # PARTICULAR PURPOSE. | 
|  | 15 |  | 
|  | 16 | @SET_MAKE@ | 
|  | 17 |  | 
|  | 18 | VPATH = @srcdir@ | 
|  | 19 | am__make_dryrun = \ | 
|  | 20 | { \ | 
|  | 21 | am__dry=no; \ | 
|  | 22 | case $$MAKEFLAGS in \ | 
|  | 23 | *\\[\ \	]*) \ | 
|  | 24 | echo 'am--echo: ; @echo "AM"  OK' | $(MAKE) -f - 2>/dev/null \ | 
|  | 25 | | grep '^AM OK$$' >/dev/null || am__dry=yes;; \ | 
|  | 26 | *) \ | 
|  | 27 | for am__flg in $$MAKEFLAGS; do \ | 
|  | 28 | case $$am__flg in \ | 
|  | 29 | *=*|--*) ;; \ | 
|  | 30 | *n*) am__dry=yes; break;; \ | 
|  | 31 | esac; \ | 
|  | 32 | done;; \ | 
|  | 33 | esac; \ | 
|  | 34 | test $$am__dry = yes; \ | 
|  | 35 | } | 
|  | 36 | pkgdatadir = $(datadir)/@PACKAGE@ | 
|  | 37 | pkgincludedir = $(includedir)/@PACKAGE@ | 
|  | 38 | pkglibdir = $(libdir)/@PACKAGE@ | 
|  | 39 | pkglibexecdir = $(libexecdir)/@PACKAGE@ | 
|  | 40 | am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd | 
|  | 41 | install_sh_DATA = $(install_sh) -c -m 644 | 
|  | 42 | install_sh_PROGRAM = $(install_sh) -c | 
|  | 43 | install_sh_SCRIPT = $(install_sh) -c | 
|  | 44 | INSTALL_HEADER = $(INSTALL_DATA) | 
|  | 45 | transform = $(program_transform_name) | 
|  | 46 | NORMAL_INSTALL = : | 
|  | 47 | PRE_INSTALL = : | 
|  | 48 | POST_INSTALL = : | 
|  | 49 | NORMAL_UNINSTALL = : | 
|  | 50 | PRE_UNINSTALL = : | 
|  | 51 | POST_UNINSTALL = : | 
|  | 52 | build_triplet = @build@ | 
|  | 53 | host_triplet = @host@ | 
|  | 54 | DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \ | 
|  | 55 | $(srcdir)/Makefile.in $(srcdir)/libnfnetlink.pc.in \ | 
|  | 56 | $(top_srcdir)/Make_global.am $(top_srcdir)/configure COPYING \ | 
|  | 57 | build-aux/compile build-aux/config.guess build-aux/config.sub \ | 
|  | 58 | build-aux/depcomp build-aux/install-sh build-aux/ltmain.sh \ | 
|  | 59 | build-aux/missing config.guess config.sub depcomp install-sh \ | 
|  | 60 | ltmain.sh missing | 
|  | 61 | subdir = . | 
|  | 62 | ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 | 
|  | 63 | am__aclocal_m4_deps = $(top_srcdir)/m4/libtool.m4 \ | 
|  | 64 | $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \ | 
|  | 65 | $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \ | 
|  | 66 | $(top_srcdir)/configure.ac | 
|  | 67 | am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ | 
|  | 68 | $(ACLOCAL_M4) | 
|  | 69 | am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \ | 
|  | 70 | configure.lineno config.status.lineno | 
|  | 71 | mkinstalldirs = $(install_sh) -d | 
|  | 72 | CONFIG_CLEAN_FILES = libnfnetlink.pc | 
|  | 73 | CONFIG_CLEAN_VPATH_FILES = | 
|  | 74 | AM_V_GEN = $(am__v_GEN_@AM_V@) | 
|  | 75 | am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) | 
|  | 76 | am__v_GEN_0 = @echo "  GEN   " $@; | 
|  | 77 | AM_V_at = $(am__v_at_@AM_V@) | 
|  | 78 | am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) | 
|  | 79 | am__v_at_0 = @ | 
|  | 80 | SOURCES = | 
|  | 81 | DIST_SOURCES = | 
|  | 82 | RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \ | 
|  | 83 | html-recursive info-recursive install-data-recursive \ | 
|  | 84 | install-dvi-recursive install-exec-recursive \ | 
|  | 85 | install-html-recursive install-info-recursive \ | 
|  | 86 | install-pdf-recursive install-ps-recursive install-recursive \ | 
|  | 87 | installcheck-recursive installdirs-recursive pdf-recursive \ | 
|  | 88 | ps-recursive uninstall-recursive | 
|  | 89 | am__can_run_installinfo = \ | 
|  | 90 | case $$AM_UPDATE_INFO_DIR in \ | 
|  | 91 | n|no|NO) false;; \ | 
|  | 92 | *) (install-info --version) >/dev/null 2>&1;; \ | 
|  | 93 | esac | 
|  | 94 | am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; | 
|  | 95 | am__vpath_adj = case $$p in \ | 
|  | 96 | $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ | 
|  | 97 | *) f=$$p;; \ | 
|  | 98 | esac; | 
|  | 99 | am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; | 
|  | 100 | am__install_max = 40 | 
|  | 101 | am__nobase_strip_setup = \ | 
|  | 102 | srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` | 
|  | 103 | am__nobase_strip = \ | 
|  | 104 | for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||" | 
|  | 105 | am__nobase_list = $(am__nobase_strip_setup); \ | 
|  | 106 | for p in $$list; do echo "$$p $$p"; done | \ | 
|  | 107 | sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \ | 
|  | 108 | $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \ | 
|  | 109 | if (++n[$$2] == $(am__install_max)) \ | 
|  | 110 | { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \ | 
|  | 111 | END { for (dir in files) print dir, files[dir] }' | 
|  | 112 | am__base_list = \ | 
|  | 113 | sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ | 
|  | 114 | sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | 
|  | 115 | am__uninstall_files_from_dir = { \ | 
|  | 116 | test -z "$$files" \ | 
|  | 117 | || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \ | 
|  | 118 | || { echo " ( cd '$$dir' && rm -f" $$files ")"; \ | 
|  | 119 | $(am__cd) "$$dir" && rm -f $$files; }; \ | 
|  | 120 | } | 
|  | 121 | am__installdirs = "$(DESTDIR)$(pkgconfigdir)" | 
|  | 122 | DATA = $(pkgconfig_DATA) | 
|  | 123 | RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive	\ | 
|  | 124 | distclean-recursive maintainer-clean-recursive | 
|  | 125 | AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \ | 
|  | 126 | $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \ | 
|  | 127 | distdir dist dist-all distcheck | 
|  | 128 | ETAGS = etags | 
|  | 129 | CTAGS = ctags | 
|  | 130 | DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) | 
|  | 131 | distdir = $(PACKAGE)-$(VERSION) | 
|  | 132 | top_distdir = $(distdir) | 
|  | 133 | am__remove_distdir = \ | 
|  | 134 | if test -d "$(distdir)"; then \ | 
|  | 135 | find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \ | 
|  | 136 | && rm -rf "$(distdir)" \ | 
|  | 137 | || { sleep 5 && rm -rf "$(distdir)"; }; \ | 
|  | 138 | else :; fi | 
|  | 139 | am__relativize = \ | 
|  | 140 | dir0=`pwd`; \ | 
|  | 141 | sed_first='s,^\([^/]*\)/.*$$,\1,'; \ | 
|  | 142 | sed_rest='s,^[^/]*/*,,'; \ | 
|  | 143 | sed_last='s,^.*/\([^/]*\)$$,\1,'; \ | 
|  | 144 | sed_butlast='s,/*[^/]*$$,,'; \ | 
|  | 145 | while test -n "$$dir1"; do \ | 
|  | 146 | first=`echo "$$dir1" | sed -e "$$sed_first"`; \ | 
|  | 147 | if test "$$first" != "."; then \ | 
|  | 148 | if test "$$first" = ".."; then \ | 
|  | 149 | dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \ | 
|  | 150 | dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \ | 
|  | 151 | else \ | 
|  | 152 | first2=`echo "$$dir2" | sed -e "$$sed_first"`; \ | 
|  | 153 | if test "$$first2" = "$$first"; then \ | 
|  | 154 | dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \ | 
|  | 155 | else \ | 
|  | 156 | dir2="../$$dir2"; \ | 
|  | 157 | fi; \ | 
|  | 158 | dir0="$$dir0"/"$$first"; \ | 
|  | 159 | fi; \ | 
|  | 160 | fi; \ | 
|  | 161 | dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \ | 
|  | 162 | done; \ | 
|  | 163 | reldir="$$dir2" | 
|  | 164 | GZIP_ENV = --best | 
|  | 165 | DIST_ARCHIVES = $(distdir).tar.bz2 | 
|  | 166 | distuninstallcheck_listfiles = find . -type f -print | 
|  | 167 | am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \ | 
|  | 168 | | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$' | 
|  | 169 | distcleancheck_listfiles = find . -type f -print | 
|  | 170 | ACLOCAL = @ACLOCAL@ | 
|  | 171 | AMTAR = @AMTAR@ | 
|  | 172 | AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ | 
|  | 173 | AR = @AR@ | 
|  | 174 | AUTOCONF = @AUTOCONF@ | 
|  | 175 | AUTOHEADER = @AUTOHEADER@ | 
|  | 176 | AUTOMAKE = @AUTOMAKE@ | 
|  | 177 | AWK = @AWK@ | 
|  | 178 | CC = @CC@ | 
|  | 179 | CCDEPMODE = @CCDEPMODE@ | 
|  | 180 | CFLAGS = @CFLAGS@ | 
|  | 181 | CPP = @CPP@ | 
|  | 182 | CPPFLAGS = @CPPFLAGS@ | 
|  | 183 | CYGPATH_W = @CYGPATH_W@ | 
|  | 184 | DEFS = @DEFS@ | 
|  | 185 | DEPDIR = @DEPDIR@ | 
|  | 186 | DLLTOOL = @DLLTOOL@ | 
|  | 187 | DSYMUTIL = @DSYMUTIL@ | 
|  | 188 | DUMPBIN = @DUMPBIN@ | 
|  | 189 | ECHO_C = @ECHO_C@ | 
|  | 190 | ECHO_N = @ECHO_N@ | 
|  | 191 | ECHO_T = @ECHO_T@ | 
|  | 192 | EGREP = @EGREP@ | 
|  | 193 | EXEEXT = @EXEEXT@ | 
|  | 194 | FGREP = @FGREP@ | 
|  | 195 | GREP = @GREP@ | 
|  | 196 | INSTALL = @INSTALL@ | 
|  | 197 | INSTALL_DATA = @INSTALL_DATA@ | 
|  | 198 | INSTALL_PROGRAM = @INSTALL_PROGRAM@ | 
|  | 199 | INSTALL_SCRIPT = @INSTALL_SCRIPT@ | 
|  | 200 | INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ | 
|  | 201 | LD = @LD@ | 
|  | 202 | LDFLAGS = @LDFLAGS@ | 
|  | 203 | LIBOBJS = @LIBOBJS@ | 
|  | 204 | LIBS = @LIBS@ | 
|  | 205 | LIBTOOL = @LIBTOOL@ | 
|  | 206 | LIPO = @LIPO@ | 
|  | 207 | LN_S = @LN_S@ | 
|  | 208 | LTLIBOBJS = @LTLIBOBJS@ | 
|  | 209 | MAKEINFO = @MAKEINFO@ | 
|  | 210 | MANIFEST_TOOL = @MANIFEST_TOOL@ | 
|  | 211 | MKDIR_P = @MKDIR_P@ | 
|  | 212 | NM = @NM@ | 
|  | 213 | NMEDIT = @NMEDIT@ | 
|  | 214 | OBJDUMP = @OBJDUMP@ | 
|  | 215 | OBJEXT = @OBJEXT@ | 
|  | 216 | OTOOL = @OTOOL@ | 
|  | 217 | OTOOL64 = @OTOOL64@ | 
|  | 218 | PACKAGE = @PACKAGE@ | 
|  | 219 | PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ | 
|  | 220 | PACKAGE_NAME = @PACKAGE_NAME@ | 
|  | 221 | PACKAGE_STRING = @PACKAGE_STRING@ | 
|  | 222 | PACKAGE_TARNAME = @PACKAGE_TARNAME@ | 
|  | 223 | PACKAGE_URL = @PACKAGE_URL@ | 
|  | 224 | PACKAGE_VERSION = @PACKAGE_VERSION@ | 
|  | 225 | PATH_SEPARATOR = @PATH_SEPARATOR@ | 
|  | 226 | RANLIB = @RANLIB@ | 
|  | 227 | SED = @SED@ | 
|  | 228 | SET_MAKE = @SET_MAKE@ | 
|  | 229 | SHELL = @SHELL@ | 
|  | 230 | STRIP = @STRIP@ | 
|  | 231 | VERSION = @VERSION@ | 
|  | 232 | abs_builddir = @abs_builddir@ | 
|  | 233 | abs_srcdir = @abs_srcdir@ | 
|  | 234 | abs_top_builddir = @abs_top_builddir@ | 
|  | 235 | abs_top_srcdir = @abs_top_srcdir@ | 
|  | 236 | ac_ct_AR = @ac_ct_AR@ | 
|  | 237 | ac_ct_CC = @ac_ct_CC@ | 
|  | 238 | ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ | 
|  | 239 | am__include = @am__include@ | 
|  | 240 | am__leading_dot = @am__leading_dot@ | 
|  | 241 | am__quote = @am__quote@ | 
|  | 242 | am__tar = @am__tar@ | 
|  | 243 | am__untar = @am__untar@ | 
|  | 244 | bindir = @bindir@ | 
|  | 245 | build = @build@ | 
|  | 246 | build_alias = @build_alias@ | 
|  | 247 | build_cpu = @build_cpu@ | 
|  | 248 | build_os = @build_os@ | 
|  | 249 | build_vendor = @build_vendor@ | 
|  | 250 | builddir = @builddir@ | 
|  | 251 | datadir = @datadir@ | 
|  | 252 | datarootdir = @datarootdir@ | 
|  | 253 | docdir = @docdir@ | 
|  | 254 | dvidir = @dvidir@ | 
|  | 255 | exec_prefix = @exec_prefix@ | 
|  | 256 | host = @host@ | 
|  | 257 | host_alias = @host_alias@ | 
|  | 258 | host_cpu = @host_cpu@ | 
|  | 259 | host_os = @host_os@ | 
|  | 260 | host_vendor = @host_vendor@ | 
|  | 261 | htmldir = @htmldir@ | 
|  | 262 | includedir = @includedir@ | 
|  | 263 | infodir = @infodir@ | 
|  | 264 | install_sh = @install_sh@ | 
|  | 265 | libdir = @libdir@ | 
|  | 266 | libexecdir = @libexecdir@ | 
|  | 267 | localedir = @localedir@ | 
|  | 268 | localstatedir = @localstatedir@ | 
|  | 269 | mandir = @mandir@ | 
|  | 270 | mkdir_p = @mkdir_p@ | 
|  | 271 | oldincludedir = @oldincludedir@ | 
|  | 272 | pdfdir = @pdfdir@ | 
|  | 273 | prefix = @prefix@ | 
|  | 274 | program_transform_name = @program_transform_name@ | 
|  | 275 | psdir = @psdir@ | 
|  | 276 | sbindir = @sbindir@ | 
|  | 277 | sharedstatedir = @sharedstatedir@ | 
|  | 278 | srcdir = @srcdir@ | 
|  | 279 | sysconfdir = @sysconfdir@ | 
|  | 280 | target_alias = @target_alias@ | 
|  | 281 | top_build_prefix = @top_build_prefix@ | 
|  | 282 | top_builddir = @top_builddir@ | 
|  | 283 | top_srcdir = @top_srcdir@ | 
|  | 284 |  | 
|  | 285 | # This is _NOT_ the library release version, it's an API version. | 
|  | 286 | # Please read Chapter 6 "Library interface versions" of the libtool | 
|  | 287 | # documentation before making any modification | 
|  | 288 | # http://sources.redhat.com/autobook/autobook/autobook_91.html | 
|  | 289 | LIBVERSION = 2:0:2 | 
|  | 290 | AM_CPPFLAGS = -I$(top_srcdir)/include | 
|  | 291 | AM_CFLAGS = -Wall | 
|  | 292 | ACLOCAL_AMFLAGS = -I m4 | 
|  | 293 | EXTRA_DIST = $(man_MANS) | 
|  | 294 | SUBDIRS = src include utils | 
|  | 295 | DIST_SUBDIRS = src include utils | 
|  | 296 | man_MANS = #nfnetlink.3 | 
|  | 297 | pkgconfigdir = $(libdir)/pkgconfig | 
|  | 298 | pkgconfig_DATA = libnfnetlink.pc | 
|  | 299 | all: all-recursive | 
|  | 300 |  | 
|  | 301 | .SUFFIXES: | 
|  | 302 | am--refresh: Makefile | 
|  | 303 | @: | 
|  | 304 | $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am $(top_srcdir)/Make_global.am $(am__configure_deps) | 
|  | 305 | @for dep in $?; do \ | 
|  | 306 | case '$(am__configure_deps)' in \ | 
|  | 307 | *$$dep*) \ | 
|  | 308 | echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \ | 
|  | 309 | $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \ | 
|  | 310 | && exit 0; \ | 
|  | 311 | exit 1;; \ | 
|  | 312 | esac; \ | 
|  | 313 | done; \ | 
|  | 314 | echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \ | 
|  | 315 | $(am__cd) $(top_srcdir) && \ | 
|  | 316 | $(AUTOMAKE) --foreign Makefile | 
|  | 317 | .PRECIOUS: Makefile | 
|  | 318 | Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status | 
|  | 319 | @case '$?' in \ | 
|  | 320 | *config.status*) \ | 
|  | 321 | echo ' $(SHELL) ./config.status'; \ | 
|  | 322 | $(SHELL) ./config.status;; \ | 
|  | 323 | *) \ | 
|  | 324 | echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \ | 
|  | 325 | cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \ | 
|  | 326 | esac; | 
|  | 327 | $(top_srcdir)/Make_global.am: | 
|  | 328 |  | 
|  | 329 | $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) | 
|  | 330 | $(SHELL) ./config.status --recheck | 
|  | 331 |  | 
|  | 332 | $(top_srcdir)/configure:  $(am__configure_deps) | 
|  | 333 | $(am__cd) $(srcdir) && $(AUTOCONF) | 
|  | 334 | $(ACLOCAL_M4):  $(am__aclocal_m4_deps) | 
|  | 335 | $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS) | 
|  | 336 | $(am__aclocal_m4_deps): | 
|  | 337 | libnfnetlink.pc: $(top_builddir)/config.status $(srcdir)/libnfnetlink.pc.in | 
|  | 338 | cd $(top_builddir) && $(SHELL) ./config.status $@ | 
|  | 339 |  | 
|  | 340 | mostlyclean-libtool: | 
|  | 341 | -rm -f *.lo | 
|  | 342 |  | 
|  | 343 | clean-libtool: | 
|  | 344 | -rm -rf .libs _libs | 
|  | 345 |  | 
|  | 346 | distclean-libtool: | 
|  | 347 | -rm -f libtool config.lt | 
|  | 348 | install-pkgconfigDATA: $(pkgconfig_DATA) | 
|  | 349 | @$(NORMAL_INSTALL) | 
|  | 350 | @list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \ | 
|  | 351 | if test -n "$$list"; then \ | 
|  | 352 | echo " $(MKDIR_P) '$(DESTDIR)$(pkgconfigdir)'"; \ | 
|  | 353 | $(MKDIR_P) "$(DESTDIR)$(pkgconfigdir)" || exit 1; \ | 
|  | 354 | fi; \ | 
|  | 355 | for p in $$list; do \ | 
|  | 356 | if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ | 
|  | 357 | echo "$$d$$p"; \ | 
|  | 358 | done | $(am__base_list) | \ | 
|  | 359 | while read files; do \ | 
|  | 360 | echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgconfigdir)'"; \ | 
|  | 361 | $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgconfigdir)" || exit $$?; \ | 
|  | 362 | done | 
|  | 363 |  | 
|  | 364 | uninstall-pkgconfigDATA: | 
|  | 365 | @$(NORMAL_UNINSTALL) | 
|  | 366 | @list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \ | 
|  | 367 | files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ | 
|  | 368 | dir='$(DESTDIR)$(pkgconfigdir)'; $(am__uninstall_files_from_dir) | 
|  | 369 |  | 
|  | 370 | # This directory's subdirectories are mostly independent; you can cd | 
|  | 371 | # into them and run `make' without going through this Makefile. | 
|  | 372 | # To change the values of `make' variables: instead of editing Makefiles, | 
|  | 373 | # (1) if the variable is set in `config.status', edit `config.status' | 
|  | 374 | #     (which will cause the Makefiles to be regenerated when you run `make'); | 
|  | 375 | # (2) otherwise, pass the desired values on the `make' command line. | 
|  | 376 | $(RECURSIVE_TARGETS): | 
|  | 377 | @fail= failcom='exit 1'; \ | 
|  | 378 | for f in x $$MAKEFLAGS; do \ | 
|  | 379 | case $$f in \ | 
|  | 380 | *=* | --[!k]*);; \ | 
|  | 381 | *k*) failcom='fail=yes';; \ | 
|  | 382 | esac; \ | 
|  | 383 | done; \ | 
|  | 384 | dot_seen=no; \ | 
|  | 385 | target=`echo $@ | sed s/-recursive//`; \ | 
|  | 386 | list='$(SUBDIRS)'; for subdir in $$list; do \ | 
|  | 387 | echo "Making $$target in $$subdir"; \ | 
|  | 388 | if test "$$subdir" = "."; then \ | 
|  | 389 | dot_seen=yes; \ | 
|  | 390 | local_target="$$target-am"; \ | 
|  | 391 | else \ | 
|  | 392 | local_target="$$target"; \ | 
|  | 393 | fi; \ | 
|  | 394 | ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ | 
|  | 395 | || eval $$failcom; \ | 
|  | 396 | done; \ | 
|  | 397 | if test "$$dot_seen" = "no"; then \ | 
|  | 398 | $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ | 
|  | 399 | fi; test -z "$$fail" | 
|  | 400 |  | 
|  | 401 | $(RECURSIVE_CLEAN_TARGETS): | 
|  | 402 | @fail= failcom='exit 1'; \ | 
|  | 403 | for f in x $$MAKEFLAGS; do \ | 
|  | 404 | case $$f in \ | 
|  | 405 | *=* | --[!k]*);; \ | 
|  | 406 | *k*) failcom='fail=yes';; \ | 
|  | 407 | esac; \ | 
|  | 408 | done; \ | 
|  | 409 | dot_seen=no; \ | 
|  | 410 | case "$@" in \ | 
|  | 411 | distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \ | 
|  | 412 | *) list='$(SUBDIRS)' ;; \ | 
|  | 413 | esac; \ | 
|  | 414 | rev=''; for subdir in $$list; do \ | 
|  | 415 | if test "$$subdir" = "."; then :; else \ | 
|  | 416 | rev="$$subdir $$rev"; \ | 
|  | 417 | fi; \ | 
|  | 418 | done; \ | 
|  | 419 | rev="$$rev ."; \ | 
|  | 420 | target=`echo $@ | sed s/-recursive//`; \ | 
|  | 421 | for subdir in $$rev; do \ | 
|  | 422 | echo "Making $$target in $$subdir"; \ | 
|  | 423 | if test "$$subdir" = "."; then \ | 
|  | 424 | local_target="$$target-am"; \ | 
|  | 425 | else \ | 
|  | 426 | local_target="$$target"; \ | 
|  | 427 | fi; \ | 
|  | 428 | ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ | 
|  | 429 | || eval $$failcom; \ | 
|  | 430 | done && test -z "$$fail" | 
|  | 431 | tags-recursive: | 
|  | 432 | list='$(SUBDIRS)'; for subdir in $$list; do \ | 
|  | 433 | test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \ | 
|  | 434 | done | 
|  | 435 | ctags-recursive: | 
|  | 436 | list='$(SUBDIRS)'; for subdir in $$list; do \ | 
|  | 437 | test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \ | 
|  | 438 | done | 
|  | 439 |  | 
|  | 440 | ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) | 
|  | 441 | list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ | 
|  | 442 | unique=`for i in $$list; do \ | 
|  | 443 | if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ | 
|  | 444 | done | \ | 
|  | 445 | $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ | 
|  | 446 | END { if (nonempty) { for (i in files) print i; }; }'`; \ | 
|  | 447 | mkid -fID $$unique | 
|  | 448 | tags: TAGS | 
|  | 449 |  | 
|  | 450 | TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \ | 
|  | 451 | $(TAGS_FILES) $(LISP) | 
|  | 452 | set x; \ | 
|  | 453 | here=`pwd`; \ | 
|  | 454 | if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \ | 
|  | 455 | include_option=--etags-include; \ | 
|  | 456 | empty_fix=.; \ | 
|  | 457 | else \ | 
|  | 458 | include_option=--include; \ | 
|  | 459 | empty_fix=; \ | 
|  | 460 | fi; \ | 
|  | 461 | list='$(SUBDIRS)'; for subdir in $$list; do \ | 
|  | 462 | if test "$$subdir" = .; then :; else \ | 
|  | 463 | test ! -f $$subdir/TAGS || \ | 
|  | 464 | set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \ | 
|  | 465 | fi; \ | 
|  | 466 | done; \ | 
|  | 467 | list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \ | 
|  | 468 | unique=`for i in $$list; do \ | 
|  | 469 | if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ | 
|  | 470 | done | \ | 
|  | 471 | $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ | 
|  | 472 | END { if (nonempty) { for (i in files) print i; }; }'`; \ | 
|  | 473 | shift; \ | 
|  | 474 | if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ | 
|  | 475 | test -n "$$unique" || unique=$$empty_fix; \ | 
|  | 476 | if test $$# -gt 0; then \ | 
|  | 477 | $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ | 
|  | 478 | "$$@" $$unique; \ | 
|  | 479 | else \ | 
|  | 480 | $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ | 
|  | 481 | $$unique; \ | 
|  | 482 | fi; \ | 
|  | 483 | fi | 
|  | 484 | ctags: CTAGS | 
|  | 485 | CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \ | 
|  | 486 | $(TAGS_FILES) $(LISP) | 
|  | 487 | list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \ | 
|  | 488 | unique=`for i in $$list; do \ | 
|  | 489 | if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ | 
|  | 490 | done | \ | 
|  | 491 | $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ | 
|  | 492 | END { if (nonempty) { for (i in files) print i; }; }'`; \ | 
|  | 493 | test -z "$(CTAGS_ARGS)$$unique" \ | 
|  | 494 | || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ | 
|  | 495 | $$unique | 
|  | 496 |  | 
|  | 497 | GTAGS: | 
|  | 498 | here=`$(am__cd) $(top_builddir) && pwd` \ | 
|  | 499 | && $(am__cd) $(top_srcdir) \ | 
|  | 500 | && gtags -i $(GTAGS_ARGS) "$$here" | 
|  | 501 |  | 
|  | 502 | distclean-tags: | 
|  | 503 | -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags | 
|  | 504 |  | 
|  | 505 | distdir: $(DISTFILES) | 
|  | 506 | $(am__remove_distdir) | 
|  | 507 | test -d "$(distdir)" || mkdir "$(distdir)" | 
|  | 508 | @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ | 
|  | 509 | topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ | 
|  | 510 | list='$(DISTFILES)'; \ | 
|  | 511 | dist_files=`for file in $$list; do echo $$file; done | \ | 
|  | 512 | sed -e "s|^$$srcdirstrip/||;t" \ | 
|  | 513 | -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ | 
|  | 514 | case $$dist_files in \ | 
|  | 515 | */*) $(MKDIR_P) `echo "$$dist_files" | \ | 
|  | 516 | sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ | 
|  | 517 | sort -u` ;; \ | 
|  | 518 | esac; \ | 
|  | 519 | for file in $$dist_files; do \ | 
|  | 520 | if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ | 
|  | 521 | if test -d $$d/$$file; then \ | 
|  | 522 | dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ | 
|  | 523 | if test -d "$(distdir)/$$file"; then \ | 
|  | 524 | find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ | 
|  | 525 | fi; \ | 
|  | 526 | if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ | 
|  | 527 | cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ | 
|  | 528 | find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ | 
|  | 529 | fi; \ | 
|  | 530 | cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ | 
|  | 531 | else \ | 
|  | 532 | test -f "$(distdir)/$$file" \ | 
|  | 533 | || cp -p $$d/$$file "$(distdir)/$$file" \ | 
|  | 534 | || exit 1; \ | 
|  | 535 | fi; \ | 
|  | 536 | done | 
|  | 537 | @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ | 
|  | 538 | if test "$$subdir" = .; then :; else \ | 
|  | 539 | $(am__make_dryrun) \ | 
|  | 540 | || test -d "$(distdir)/$$subdir" \ | 
|  | 541 | || $(MKDIR_P) "$(distdir)/$$subdir" \ | 
|  | 542 | || exit 1; \ | 
|  | 543 | dir1=$$subdir; dir2="$(distdir)/$$subdir"; \ | 
|  | 544 | $(am__relativize); \ | 
|  | 545 | new_distdir=$$reldir; \ | 
|  | 546 | dir1=$$subdir; dir2="$(top_distdir)"; \ | 
|  | 547 | $(am__relativize); \ | 
|  | 548 | new_top_distdir=$$reldir; \ | 
|  | 549 | echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \ | 
|  | 550 | echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \ | 
|  | 551 | ($(am__cd) $$subdir && \ | 
|  | 552 | $(MAKE) $(AM_MAKEFLAGS) \ | 
|  | 553 | top_distdir="$$new_top_distdir" \ | 
|  | 554 | distdir="$$new_distdir" \ | 
|  | 555 | am__remove_distdir=: \ | 
|  | 556 | am__skip_length_check=: \ | 
|  | 557 | am__skip_mode_fix=: \ | 
|  | 558 | distdir) \ | 
|  | 559 | || exit 1; \ | 
|  | 560 | fi; \ | 
|  | 561 | done | 
|  | 562 | $(MAKE) $(AM_MAKEFLAGS) \ | 
|  | 563 | top_distdir="$(top_distdir)" distdir="$(distdir)" \ | 
|  | 564 | dist-hook | 
|  | 565 | -test -n "$(am__skip_mode_fix)" \ | 
|  | 566 | || find "$(distdir)" -type d ! -perm -755 \ | 
|  | 567 | -exec chmod u+rwx,go+rx {} \; -o \ | 
|  | 568 | ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \ | 
|  | 569 | ! -type d ! -perm -400 -exec chmod a+r {} \; -o \ | 
|  | 570 | ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \ | 
|  | 571 | || chmod -R a+r "$(distdir)" | 
|  | 572 | dist-gzip: distdir | 
|  | 573 | tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz | 
|  | 574 | $(am__remove_distdir) | 
|  | 575 | dist-bzip2: distdir | 
|  | 576 | tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2 | 
|  | 577 | $(am__remove_distdir) | 
|  | 578 |  | 
|  | 579 | dist-lzip: distdir | 
|  | 580 | tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz | 
|  | 581 | $(am__remove_distdir) | 
|  | 582 |  | 
|  | 583 | dist-lzma: distdir | 
|  | 584 | tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma | 
|  | 585 | $(am__remove_distdir) | 
|  | 586 |  | 
|  | 587 | dist-xz: distdir | 
|  | 588 | tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz | 
|  | 589 | $(am__remove_distdir) | 
|  | 590 |  | 
|  | 591 | dist-tarZ: distdir | 
|  | 592 | tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z | 
|  | 593 | $(am__remove_distdir) | 
|  | 594 |  | 
|  | 595 | dist-shar: distdir | 
|  | 596 | shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz | 
|  | 597 | $(am__remove_distdir) | 
|  | 598 |  | 
|  | 599 | dist-zip: distdir | 
|  | 600 | -rm -f $(distdir).zip | 
|  | 601 | zip -rq $(distdir).zip $(distdir) | 
|  | 602 | $(am__remove_distdir) | 
|  | 603 |  | 
|  | 604 | dist dist-all: distdir | 
|  | 605 | tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2 | 
|  | 606 | $(am__remove_distdir) | 
|  | 607 |  | 
|  | 608 | # This target untars the dist file and tries a VPATH configuration.  Then | 
|  | 609 | # it guarantees that the distribution is self-contained by making another | 
|  | 610 | # tarfile. | 
|  | 611 | distcheck: dist | 
|  | 612 | case '$(DIST_ARCHIVES)' in \ | 
|  | 613 | *.tar.gz*) \ | 
|  | 614 | GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\ | 
|  | 615 | *.tar.bz2*) \ | 
|  | 616 | bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\ | 
|  | 617 | *.tar.lzma*) \ | 
|  | 618 | lzma -dc $(distdir).tar.lzma | $(am__untar) ;;\ | 
|  | 619 | *.tar.lz*) \ | 
|  | 620 | lzip -dc $(distdir).tar.lz | $(am__untar) ;;\ | 
|  | 621 | *.tar.xz*) \ | 
|  | 622 | xz -dc $(distdir).tar.xz | $(am__untar) ;;\ | 
|  | 623 | *.tar.Z*) \ | 
|  | 624 | uncompress -c $(distdir).tar.Z | $(am__untar) ;;\ | 
|  | 625 | *.shar.gz*) \ | 
|  | 626 | GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\ | 
|  | 627 | *.zip*) \ | 
|  | 628 | unzip $(distdir).zip ;;\ | 
|  | 629 | esac | 
|  | 630 | chmod -R a-w $(distdir); chmod u+w $(distdir) | 
|  | 631 | mkdir $(distdir)/_build | 
|  | 632 | mkdir $(distdir)/_inst | 
|  | 633 | chmod a-w $(distdir) | 
|  | 634 | test -d $(distdir)/_build || exit 0; \ | 
|  | 635 | dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \ | 
|  | 636 | && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \ | 
|  | 637 | && am__cwd=`pwd` \ | 
|  | 638 | && $(am__cd) $(distdir)/_build \ | 
|  | 639 | && ../configure --srcdir=.. --prefix="$$dc_install_base" \ | 
|  | 640 | $(AM_DISTCHECK_CONFIGURE_FLAGS) \ | 
|  | 641 | $(DISTCHECK_CONFIGURE_FLAGS) \ | 
|  | 642 | && $(MAKE) $(AM_MAKEFLAGS) \ | 
|  | 643 | && $(MAKE) $(AM_MAKEFLAGS) dvi \ | 
|  | 644 | && $(MAKE) $(AM_MAKEFLAGS) check \ | 
|  | 645 | && $(MAKE) $(AM_MAKEFLAGS) install \ | 
|  | 646 | && $(MAKE) $(AM_MAKEFLAGS) installcheck \ | 
|  | 647 | && $(MAKE) $(AM_MAKEFLAGS) uninstall \ | 
|  | 648 | && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \ | 
|  | 649 | distuninstallcheck \ | 
|  | 650 | && chmod -R a-w "$$dc_install_base" \ | 
|  | 651 | && ({ \ | 
|  | 652 | (cd ../.. && umask 077 && mkdir "$$dc_destdir") \ | 
|  | 653 | && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \ | 
|  | 654 | && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \ | 
|  | 655 | && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \ | 
|  | 656 | distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \ | 
|  | 657 | } || { rm -rf "$$dc_destdir"; exit 1; }) \ | 
|  | 658 | && rm -rf "$$dc_destdir" \ | 
|  | 659 | && $(MAKE) $(AM_MAKEFLAGS) dist \ | 
|  | 660 | && rm -rf $(DIST_ARCHIVES) \ | 
|  | 661 | && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \ | 
|  | 662 | && cd "$$am__cwd" \ | 
|  | 663 | || exit 1 | 
|  | 664 | $(am__remove_distdir) | 
|  | 665 | @(echo "$(distdir) archives ready for distribution: "; \ | 
|  | 666 | list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \ | 
|  | 667 | sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x' | 
|  | 668 | distuninstallcheck: | 
|  | 669 | @test -n '$(distuninstallcheck_dir)' || { \ | 
|  | 670 | echo 'ERROR: trying to run $@ with an empty' \ | 
|  | 671 | '$$(distuninstallcheck_dir)' >&2; \ | 
|  | 672 | exit 1; \ | 
|  | 673 | }; \ | 
|  | 674 | $(am__cd) '$(distuninstallcheck_dir)' || { \ | 
|  | 675 | echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \ | 
|  | 676 | exit 1; \ | 
|  | 677 | }; \ | 
|  | 678 | test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \ | 
|  | 679 | || { echo "ERROR: files left after uninstall:" ; \ | 
|  | 680 | if test -n "$(DESTDIR)"; then \ | 
|  | 681 | echo "  (check DESTDIR support)"; \ | 
|  | 682 | fi ; \ | 
|  | 683 | $(distuninstallcheck_listfiles) ; \ | 
|  | 684 | exit 1; } >&2 | 
|  | 685 | distcleancheck: distclean | 
|  | 686 | @if test '$(srcdir)' = . ; then \ | 
|  | 687 | echo "ERROR: distcleancheck can only run from a VPATH build" ; \ | 
|  | 688 | exit 1 ; \ | 
|  | 689 | fi | 
|  | 690 | @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \ | 
|  | 691 | || { echo "ERROR: files left in build directory after distclean:" ; \ | 
|  | 692 | $(distcleancheck_listfiles) ; \ | 
|  | 693 | exit 1; } >&2 | 
|  | 694 | check-am: all-am | 
|  | 695 | check: check-recursive | 
|  | 696 | all-am: Makefile $(DATA) | 
|  | 697 | installdirs: installdirs-recursive | 
|  | 698 | installdirs-am: | 
|  | 699 | for dir in "$(DESTDIR)$(pkgconfigdir)"; do \ | 
|  | 700 | test -z "$$dir" || $(MKDIR_P) "$$dir"; \ | 
|  | 701 | done | 
|  | 702 | install: install-recursive | 
|  | 703 | install-exec: install-exec-recursive | 
|  | 704 | install-data: install-data-recursive | 
|  | 705 | uninstall: uninstall-recursive | 
|  | 706 |  | 
|  | 707 | install-am: all-am | 
|  | 708 | @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am | 
|  | 709 |  | 
|  | 710 | installcheck: installcheck-recursive | 
|  | 711 | install-strip: | 
|  | 712 | if test -z '$(STRIP)'; then \ | 
|  | 713 | $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ | 
|  | 714 | install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ | 
|  | 715 | install; \ | 
|  | 716 | else \ | 
|  | 717 | $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ | 
|  | 718 | install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ | 
|  | 719 | "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ | 
|  | 720 | fi | 
|  | 721 | mostlyclean-generic: | 
|  | 722 |  | 
|  | 723 | clean-generic: | 
|  | 724 |  | 
|  | 725 | distclean-generic: | 
|  | 726 | -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) | 
|  | 727 | -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) | 
|  | 728 |  | 
|  | 729 | maintainer-clean-generic: | 
|  | 730 | @echo "This command is intended for maintainers to use" | 
|  | 731 | @echo "it deletes files that may require special tools to rebuild." | 
|  | 732 | clean: clean-recursive | 
|  | 733 |  | 
|  | 734 | clean-am: clean-generic clean-libtool mostlyclean-am | 
|  | 735 |  | 
|  | 736 | distclean: distclean-recursive | 
|  | 737 | -rm -f $(am__CONFIG_DISTCLEAN_FILES) | 
|  | 738 | -rm -f Makefile | 
|  | 739 | distclean-am: clean-am distclean-generic distclean-libtool \ | 
|  | 740 | distclean-tags | 
|  | 741 |  | 
|  | 742 | dvi: dvi-recursive | 
|  | 743 |  | 
|  | 744 | dvi-am: | 
|  | 745 |  | 
|  | 746 | html: html-recursive | 
|  | 747 |  | 
|  | 748 | html-am: | 
|  | 749 |  | 
|  | 750 | info: info-recursive | 
|  | 751 |  | 
|  | 752 | info-am: | 
|  | 753 |  | 
|  | 754 | install-data-am: install-pkgconfigDATA | 
|  | 755 |  | 
|  | 756 | install-dvi: install-dvi-recursive | 
|  | 757 |  | 
|  | 758 | install-dvi-am: | 
|  | 759 |  | 
|  | 760 | install-exec-am: | 
|  | 761 |  | 
|  | 762 | install-html: install-html-recursive | 
|  | 763 |  | 
|  | 764 | install-html-am: | 
|  | 765 |  | 
|  | 766 | install-info: install-info-recursive | 
|  | 767 |  | 
|  | 768 | install-info-am: | 
|  | 769 |  | 
|  | 770 | install-man: | 
|  | 771 |  | 
|  | 772 | install-pdf: install-pdf-recursive | 
|  | 773 |  | 
|  | 774 | install-pdf-am: | 
|  | 775 |  | 
|  | 776 | install-ps: install-ps-recursive | 
|  | 777 |  | 
|  | 778 | install-ps-am: | 
|  | 779 |  | 
|  | 780 | installcheck-am: | 
|  | 781 |  | 
|  | 782 | maintainer-clean: maintainer-clean-recursive | 
|  | 783 | -rm -f $(am__CONFIG_DISTCLEAN_FILES) | 
|  | 784 | -rm -rf $(top_srcdir)/autom4te.cache | 
|  | 785 | -rm -f Makefile | 
|  | 786 | maintainer-clean-am: distclean-am maintainer-clean-generic | 
|  | 787 |  | 
|  | 788 | mostlyclean: mostlyclean-recursive | 
|  | 789 |  | 
|  | 790 | mostlyclean-am: mostlyclean-generic mostlyclean-libtool | 
|  | 791 |  | 
|  | 792 | pdf: pdf-recursive | 
|  | 793 |  | 
|  | 794 | pdf-am: | 
|  | 795 |  | 
|  | 796 | ps: ps-recursive | 
|  | 797 |  | 
|  | 798 | ps-am: | 
|  | 799 |  | 
|  | 800 | uninstall-am: uninstall-pkgconfigDATA | 
|  | 801 |  | 
|  | 802 | .MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) ctags-recursive \ | 
|  | 803 | install-am install-strip tags-recursive | 
|  | 804 |  | 
|  | 805 | .PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \ | 
|  | 806 | all all-am am--refresh check check-am clean clean-generic \ | 
|  | 807 | clean-libtool ctags ctags-recursive dist dist-all dist-bzip2 \ | 
|  | 808 | dist-gzip dist-hook dist-lzip dist-lzma dist-shar dist-tarZ \ | 
|  | 809 | dist-xz dist-zip distcheck distclean distclean-generic \ | 
|  | 810 | distclean-libtool distclean-tags distcleancheck distdir \ | 
|  | 811 | distuninstallcheck dvi dvi-am html html-am info info-am \ | 
|  | 812 | install install-am install-data install-data-am install-dvi \ | 
|  | 813 | install-dvi-am install-exec install-exec-am install-html \ | 
|  | 814 | install-html-am install-info install-info-am install-man \ | 
|  | 815 | install-pdf install-pdf-am install-pkgconfigDATA install-ps \ | 
|  | 816 | install-ps-am install-strip installcheck installcheck-am \ | 
|  | 817 | installdirs installdirs-am maintainer-clean \ | 
|  | 818 | maintainer-clean-generic mostlyclean mostlyclean-generic \ | 
|  | 819 | mostlyclean-libtool pdf pdf-am ps ps-am tags tags-recursive \ | 
|  | 820 | uninstall uninstall-am uninstall-pkgconfigDATA | 
|  | 821 |  | 
|  | 822 |  | 
|  | 823 | dist-hook: | 
|  | 824 | rm -rf `find $(distdir)/debian -name .svn` | 
|  | 825 |  | 
|  | 826 | # Tell versions [3.59,3.63) of GNU make to not export all variables. | 
|  | 827 | # Otherwise a system limit (for SysV at least) may be exceeded. | 
|  | 828 | .NOEXPORT: |