1# Makefile.in generated by automake 1.14.1 from Makefile.am. 2# @configure_input@ 3 4# Copyright (C) 1994-2013 Free Software Foundation, Inc. 5 6# This Makefile.in is free software; the Free Software Foundation 7# gives unlimited permission to copy and/or distribute it, 8# with or without modifications, as long as this notice is preserved. 9 10# This program is distributed in the hope that it will be useful, 11# but WITHOUT ANY WARRANTY, to the extent permitted by law; without 12# even the implied warranty of MERCHANTABILITY or FITNESS FOR A 13# PARTICULAR PURPOSE. 14 15@SET_MAKE@ 16VPATH = @srcdir@ 17am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)' 18am__make_running_with_option = \ 19 case $${target_option-} in \ 20 ?) ;; \ 21 *) echo "am__make_running_with_option: internal error: invalid" \ 22 "target option '$${target_option-}' specified" >&2; \ 23 exit 1;; \ 24 esac; \ 25 has_opt=no; \ 26 sane_makeflags=$$MAKEFLAGS; \ 27 if $(am__is_gnu_make); then \ 28 sane_makeflags=$$MFLAGS; \ 29 else \ 30 case $$MAKEFLAGS in \ 31 *\\[\ \ ]*) \ 32 bs=\\; \ 33 sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ 34 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ 35 esac; \ 36 fi; \ 37 skip_next=no; \ 38 strip_trailopt () \ 39 { \ 40 flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ 41 }; \ 42 for flg in $$sane_makeflags; do \ 43 test $$skip_next = yes && { skip_next=no; continue; }; \ 44 case $$flg in \ 45 *=*|--*) continue;; \ 46 -*I) strip_trailopt 'I'; skip_next=yes;; \ 47 -*I?*) strip_trailopt 'I';; \ 48 -*O) strip_trailopt 'O'; skip_next=yes;; \ 49 -*O?*) strip_trailopt 'O';; \ 50 -*l) strip_trailopt 'l'; skip_next=yes;; \ 51 -*l?*) strip_trailopt 'l';; \ 52 -[dEDm]) skip_next=yes;; \ 53 -[JT]) skip_next=yes;; \ 54 esac; \ 55 case $$flg in \ 56 *$$target_option*) has_opt=yes; break;; \ 57 esac; \ 58 done; \ 59 test $$has_opt = yes 60am__make_dryrun = (target_option=n; $(am__make_running_with_option)) 61am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) 62pkgdatadir = $(datadir)/@PACKAGE@ 63pkgincludedir = $(includedir)/@PACKAGE@ 64pkglibdir = $(libdir)/@PACKAGE@ 65pkglibexecdir = $(libexecdir)/@PACKAGE@ 66am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd 67install_sh_DATA = $(install_sh) -c -m 644 68install_sh_PROGRAM = $(install_sh) -c 69install_sh_SCRIPT = $(install_sh) -c 70INSTALL_HEADER = $(INSTALL_DATA) 71transform = $(program_transform_name) 72NORMAL_INSTALL = : 73PRE_INSTALL = : 74POST_INSTALL = : 75NORMAL_UNINSTALL = : 76PRE_UNINSTALL = : 77POST_UNINSTALL = : 78build_triplet = @build@ 79host_triplet = @host@ 80DIST_COMMON = $(top_srcdir)/Make_global.am $(srcdir)/Makefile.in \ 81 $(srcdir)/Makefile.am $(top_srcdir)/build-aux/depcomp 82check_PROGRAMS = test_api$(EXEEXT) test_filter$(EXEEXT) \ 83 test_connlabel$(EXEEXT) ct_stress$(EXEEXT) \ 84 ct_events_reliable$(EXEEXT) 85subdir = qa 86ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 87am__aclocal_m4_deps = $(top_srcdir)/m4/libtool.m4 \ 88 $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \ 89 $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \ 90 $(top_srcdir)/configure.ac 91am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ 92 $(ACLOCAL_M4) 93mkinstalldirs = $(install_sh) -d 94CONFIG_HEADER = $(top_builddir)/config.h 95CONFIG_CLEAN_FILES = 96CONFIG_CLEAN_VPATH_FILES = 97am_ct_events_reliable_OBJECTS = ct_events_reliable.$(OBJEXT) 98ct_events_reliable_OBJECTS = $(am_ct_events_reliable_OBJECTS) 99ct_events_reliable_DEPENDENCIES = ../src/libnetfilter_conntrack.la 100AM_V_lt = $(am__v_lt_@AM_V@) 101am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@) 102am__v_lt_0 = --silent 103am__v_lt_1 = 104am_ct_stress_OBJECTS = ct_stress.$(OBJEXT) 105ct_stress_OBJECTS = $(am_ct_stress_OBJECTS) 106ct_stress_DEPENDENCIES = ../src/libnetfilter_conntrack.la 107am_test_api_OBJECTS = test_api.$(OBJEXT) 108test_api_OBJECTS = $(am_test_api_OBJECTS) 109test_api_DEPENDENCIES = ../src/libnetfilter_conntrack.la 110am_test_connlabel_OBJECTS = test_connlabel.$(OBJEXT) 111test_connlabel_OBJECTS = $(am_test_connlabel_OBJECTS) 112test_connlabel_DEPENDENCIES = ../src/libnetfilter_conntrack.la 113am_test_filter_OBJECTS = test_filter.$(OBJEXT) 114test_filter_OBJECTS = $(am_test_filter_OBJECTS) 115test_filter_DEPENDENCIES = ../src/libnetfilter_conntrack.la 116AM_V_P = $(am__v_P_@AM_V@) 117am__v_P_ = $(am__v_P_@AM_DEFAULT_V@) 118am__v_P_0 = false 119am__v_P_1 = : 120AM_V_GEN = $(am__v_GEN_@AM_V@) 121am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) 122am__v_GEN_0 = @echo " GEN " $@; 123am__v_GEN_1 = 124AM_V_at = $(am__v_at_@AM_V@) 125am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) 126am__v_at_0 = @ 127am__v_at_1 = 128DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) 129depcomp = $(SHELL) $(top_srcdir)/build-aux/depcomp 130am__depfiles_maybe = depfiles 131am__mv = mv -f 132COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ 133 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) 134LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ 135 $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \ 136 $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ 137 $(AM_CFLAGS) $(CFLAGS) 138AM_V_CC = $(am__v_CC_@AM_V@) 139am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@) 140am__v_CC_0 = @echo " CC " $@; 141am__v_CC_1 = 142CCLD = $(CC) 143LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ 144 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ 145 $(AM_LDFLAGS) $(LDFLAGS) -o $@ 146AM_V_CCLD = $(am__v_CCLD_@AM_V@) 147am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@) 148am__v_CCLD_0 = @echo " CCLD " $@; 149am__v_CCLD_1 = 150SOURCES = $(ct_events_reliable_SOURCES) $(ct_stress_SOURCES) \ 151 $(test_api_SOURCES) $(test_connlabel_SOURCES) \ 152 $(test_filter_SOURCES) 153DIST_SOURCES = $(ct_events_reliable_SOURCES) $(ct_stress_SOURCES) \ 154 $(test_api_SOURCES) $(test_connlabel_SOURCES) \ 155 $(test_filter_SOURCES) 156am__can_run_installinfo = \ 157 case $$AM_UPDATE_INFO_DIR in \ 158 n|no|NO) false;; \ 159 *) (install-info --version) >/dev/null 2>&1;; \ 160 esac 161am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) 162# Read a list of newline-separated strings from the standard input, 163# and print each of them once, without duplicates. Input order is 164# *not* preserved. 165am__uniquify_input = $(AWK) '\ 166 BEGIN { nonempty = 0; } \ 167 { items[$$0] = 1; nonempty = 1; } \ 168 END { if (nonempty) { for (i in items) print i; }; } \ 169' 170# Make sure the list of sources is unique. This is necessary because, 171# e.g., the same source file might be shared among _SOURCES variables 172# for different programs/libraries. 173am__define_uniq_tagged_files = \ 174 list='$(am__tagged_files)'; \ 175 unique=`for i in $$list; do \ 176 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 177 done | $(am__uniquify_input)` 178ETAGS = etags 179CTAGS = ctags 180DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) 181ACLOCAL = @ACLOCAL@ 182AMTAR = @AMTAR@ 183AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ 184AR = @AR@ 185AUTOCONF = @AUTOCONF@ 186AUTOHEADER = @AUTOHEADER@ 187AUTOMAKE = @AUTOMAKE@ 188AWK = @AWK@ 189CC = @CC@ 190CCDEPMODE = @CCDEPMODE@ 191CFLAGS = @CFLAGS@ 192CPP = @CPP@ 193CPPFLAGS = @CPPFLAGS@ 194CYGPATH_W = @CYGPATH_W@ 195DEFS = @DEFS@ 196DEPDIR = @DEPDIR@ 197DLLTOOL = @DLLTOOL@ 198DSYMUTIL = @DSYMUTIL@ 199DUMPBIN = @DUMPBIN@ 200ECHO_C = @ECHO_C@ 201ECHO_N = @ECHO_N@ 202ECHO_T = @ECHO_T@ 203EGREP = @EGREP@ 204EXEEXT = @EXEEXT@ 205FGREP = @FGREP@ 206GREP = @GREP@ 207INSTALL = @INSTALL@ 208INSTALL_DATA = @INSTALL_DATA@ 209INSTALL_PROGRAM = @INSTALL_PROGRAM@ 210INSTALL_SCRIPT = @INSTALL_SCRIPT@ 211INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ 212LD = @LD@ 213LDFLAGS = @LDFLAGS@ 214LIBMNL_CFLAGS = @LIBMNL_CFLAGS@ 215LIBMNL_LIBS = @LIBMNL_LIBS@ 216LIBNFNETLINK_CFLAGS = @LIBNFNETLINK_CFLAGS@ 217LIBNFNETLINK_LIBS = @LIBNFNETLINK_LIBS@ 218LIBOBJS = @LIBOBJS@ 219LIBS = @LIBS@ 220LIBTOOL = @LIBTOOL@ 221LIPO = @LIPO@ 222LN_S = @LN_S@ 223LTLIBOBJS = @LTLIBOBJS@ 224MAKEINFO = @MAKEINFO@ 225MANIFEST_TOOL = @MANIFEST_TOOL@ 226MKDIR_P = @MKDIR_P@ 227NM = @NM@ 228NMEDIT = @NMEDIT@ 229OBJDUMP = @OBJDUMP@ 230OBJEXT = @OBJEXT@ 231OTOOL = @OTOOL@ 232OTOOL64 = @OTOOL64@ 233PACKAGE = @PACKAGE@ 234PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ 235PACKAGE_NAME = @PACKAGE_NAME@ 236PACKAGE_STRING = @PACKAGE_STRING@ 237PACKAGE_TARNAME = @PACKAGE_TARNAME@ 238PACKAGE_URL = @PACKAGE_URL@ 239PACKAGE_VERSION = @PACKAGE_VERSION@ 240PATH_SEPARATOR = @PATH_SEPARATOR@ 241PKG_CONFIG = @PKG_CONFIG@ 242PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ 243PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ 244RANLIB = @RANLIB@ 245SED = @SED@ 246SET_MAKE = @SET_MAKE@ 247SHELL = @SHELL@ 248STRIP = @STRIP@ 249VERSION = @VERSION@ 250abs_builddir = @abs_builddir@ 251abs_srcdir = @abs_srcdir@ 252abs_top_builddir = @abs_top_builddir@ 253abs_top_srcdir = @abs_top_srcdir@ 254ac_ct_AR = @ac_ct_AR@ 255ac_ct_CC = @ac_ct_CC@ 256ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ 257am__include = @am__include@ 258am__leading_dot = @am__leading_dot@ 259am__quote = @am__quote@ 260am__tar = @am__tar@ 261am__untar = @am__untar@ 262bindir = @bindir@ 263build = @build@ 264build_alias = @build_alias@ 265build_cpu = @build_cpu@ 266build_os = @build_os@ 267build_vendor = @build_vendor@ 268builddir = @builddir@ 269datadir = @datadir@ 270datarootdir = @datarootdir@ 271docdir = @docdir@ 272dvidir = @dvidir@ 273exec_prefix = @exec_prefix@ 274host = @host@ 275host_alias = @host_alias@ 276host_cpu = @host_cpu@ 277host_os = @host_os@ 278host_vendor = @host_vendor@ 279htmldir = @htmldir@ 280includedir = @includedir@ 281infodir = @infodir@ 282install_sh = @install_sh@ 283libdir = @libdir@ 284libexecdir = @libexecdir@ 285localedir = @localedir@ 286localstatedir = @localstatedir@ 287mandir = @mandir@ 288mkdir_p = @mkdir_p@ 289oldincludedir = @oldincludedir@ 290pdfdir = @pdfdir@ 291prefix = @prefix@ 292program_transform_name = @program_transform_name@ 293psdir = @psdir@ 294sbindir = @sbindir@ 295sharedstatedir = @sharedstatedir@ 296srcdir = @srcdir@ 297sysconfdir = @sysconfdir@ 298target_alias = @target_alias@ 299top_build_prefix = @top_build_prefix@ 300top_builddir = @top_builddir@ 301top_srcdir = @top_srcdir@ 302 303# This is _NOT_ the library release version, it's an API version. 304# Please read Chapter 6 "Library interface versions" of the libtool 305# documentation before making any modification 306# http://sources.redhat.com/autobook/autobook/autobook_91.html 307LIBVERSION = 9:0:6 308AM_CPPFLAGS = -I$(top_srcdir)/include ${LIBNFNETLINK_CFLAGS} ${LIBMNL_CFLAGS} 309AM_CFLAGS = -Wall 310test_api_SOURCES = test_api.c 311test_api_LDADD = ../src/libnetfilter_conntrack.la 312test_connlabel_SOURCES = test_connlabel.c 313test_connlabel_LDADD = ../src/libnetfilter_conntrack.la 314test_filter_SOURCES = test_filter.c 315test_filter_LDADD = ../src/libnetfilter_conntrack.la 316ct_stress_SOURCES = ct_stress.c 317ct_stress_LDADD = ../src/libnetfilter_conntrack.la 318ct_events_reliable_SOURCES = ct_events_reliable.c 319ct_events_reliable_LDADD = ../src/libnetfilter_conntrack.la 320all: all-am 321 322.SUFFIXES: 323.SUFFIXES: .c .lo .o .obj 324$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(top_srcdir)/Make_global.am $(am__configure_deps) 325 @for dep in $?; do \ 326 case '$(am__configure_deps)' in \ 327 *$$dep*) \ 328 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ 329 && { if test -f $@; then exit 0; else break; fi; }; \ 330 exit 1;; \ 331 esac; \ 332 done; \ 333 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign qa/Makefile'; \ 334 $(am__cd) $(top_srcdir) && \ 335 $(AUTOMAKE) --foreign qa/Makefile 336.PRECIOUS: Makefile 337Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 338 @case '$?' in \ 339 *config.status*) \ 340 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ 341 *) \ 342 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ 343 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ 344 esac; 345$(top_srcdir)/Make_global.am: 346 347$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) 348 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 349 350$(top_srcdir)/configure: $(am__configure_deps) 351 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 352$(ACLOCAL_M4): $(am__aclocal_m4_deps) 353 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 354$(am__aclocal_m4_deps): 355 356clean-checkPROGRAMS: 357 @list='$(check_PROGRAMS)'; test -n "$$list" || exit 0; \ 358 echo " rm -f" $$list; \ 359 rm -f $$list || exit $$?; \ 360 test -n "$(EXEEXT)" || exit 0; \ 361 list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \ 362 echo " rm -f" $$list; \ 363 rm -f $$list 364 365ct_events_reliable$(EXEEXT): $(ct_events_reliable_OBJECTS) $(ct_events_reliable_DEPENDENCIES) $(EXTRA_ct_events_reliable_DEPENDENCIES) 366 @rm -f ct_events_reliable$(EXEEXT) 367 $(AM_V_CCLD)$(LINK) $(ct_events_reliable_OBJECTS) $(ct_events_reliable_LDADD) $(LIBS) 368 369ct_stress$(EXEEXT): $(ct_stress_OBJECTS) $(ct_stress_DEPENDENCIES) $(EXTRA_ct_stress_DEPENDENCIES) 370 @rm -f ct_stress$(EXEEXT) 371 $(AM_V_CCLD)$(LINK) $(ct_stress_OBJECTS) $(ct_stress_LDADD) $(LIBS) 372 373test_api$(EXEEXT): $(test_api_OBJECTS) $(test_api_DEPENDENCIES) $(EXTRA_test_api_DEPENDENCIES) 374 @rm -f test_api$(EXEEXT) 375 $(AM_V_CCLD)$(LINK) $(test_api_OBJECTS) $(test_api_LDADD) $(LIBS) 376 377test_connlabel$(EXEEXT): $(test_connlabel_OBJECTS) $(test_connlabel_DEPENDENCIES) $(EXTRA_test_connlabel_DEPENDENCIES) 378 @rm -f test_connlabel$(EXEEXT) 379 $(AM_V_CCLD)$(LINK) $(test_connlabel_OBJECTS) $(test_connlabel_LDADD) $(LIBS) 380 381test_filter$(EXEEXT): $(test_filter_OBJECTS) $(test_filter_DEPENDENCIES) $(EXTRA_test_filter_DEPENDENCIES) 382 @rm -f test_filter$(EXEEXT) 383 $(AM_V_CCLD)$(LINK) $(test_filter_OBJECTS) $(test_filter_LDADD) $(LIBS) 384 385mostlyclean-compile: 386 -rm -f *.$(OBJEXT) 387 388distclean-compile: 389 -rm -f *.tab.c 390 391@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ct_events_reliable.Po@am__quote@ 392@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ct_stress.Po@am__quote@ 393@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_api.Po@am__quote@ 394@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_connlabel.Po@am__quote@ 395@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_filter.Po@am__quote@ 396 397.c.o: 398@am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\ 399@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ 400@am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po 401@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ 402@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 403@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $< 404 405.c.obj: 406@am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\ 407@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\ 408@am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po 409@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ 410@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 411@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'` 412 413.c.lo: 414@am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\ 415@am__fastdepCC_TRUE@ $(LTCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ 416@am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Plo 417@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ 418@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 419@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $< 420 421mostlyclean-libtool: 422 -rm -f *.lo 423 424clean-libtool: 425 -rm -rf .libs _libs 426 427ID: $(am__tagged_files) 428 $(am__define_uniq_tagged_files); mkid -fID $$unique 429tags: tags-am 430TAGS: tags 431 432tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) 433 set x; \ 434 here=`pwd`; \ 435 $(am__define_uniq_tagged_files); \ 436 shift; \ 437 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ 438 test -n "$$unique" || unique=$$empty_fix; \ 439 if test $$# -gt 0; then \ 440 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 441 "$$@" $$unique; \ 442 else \ 443 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 444 $$unique; \ 445 fi; \ 446 fi 447ctags: ctags-am 448 449CTAGS: ctags 450ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) 451 $(am__define_uniq_tagged_files); \ 452 test -z "$(CTAGS_ARGS)$$unique" \ 453 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ 454 $$unique 455 456GTAGS: 457 here=`$(am__cd) $(top_builddir) && pwd` \ 458 && $(am__cd) $(top_srcdir) \ 459 && gtags -i $(GTAGS_ARGS) "$$here" 460cscopelist: cscopelist-am 461 462cscopelist-am: $(am__tagged_files) 463 list='$(am__tagged_files)'; \ 464 case "$(srcdir)" in \ 465 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ 466 *) sdir=$(subdir)/$(srcdir) ;; \ 467 esac; \ 468 for i in $$list; do \ 469 if test -f "$$i"; then \ 470 echo "$(subdir)/$$i"; \ 471 else \ 472 echo "$$sdir/$$i"; \ 473 fi; \ 474 done >> $(top_builddir)/cscope.files 475 476distclean-tags: 477 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags 478 479distdir: $(DISTFILES) 480 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 481 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 482 list='$(DISTFILES)'; \ 483 dist_files=`for file in $$list; do echo $$file; done | \ 484 sed -e "s|^$$srcdirstrip/||;t" \ 485 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ 486 case $$dist_files in \ 487 */*) $(MKDIR_P) `echo "$$dist_files" | \ 488 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ 489 sort -u` ;; \ 490 esac; \ 491 for file in $$dist_files; do \ 492 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ 493 if test -d $$d/$$file; then \ 494 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ 495 if test -d "$(distdir)/$$file"; then \ 496 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 497 fi; \ 498 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ 499 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ 500 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 501 fi; \ 502 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ 503 else \ 504 test -f "$(distdir)/$$file" \ 505 || cp -p $$d/$$file "$(distdir)/$$file" \ 506 || exit 1; \ 507 fi; \ 508 done 509check-am: all-am 510 $(MAKE) $(AM_MAKEFLAGS) $(check_PROGRAMS) 511check: check-am 512all-am: Makefile 513installdirs: 514install: install-am 515install-exec: install-exec-am 516install-data: install-data-am 517uninstall: uninstall-am 518 519install-am: all-am 520 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am 521 522installcheck: installcheck-am 523install-strip: 524 if test -z '$(STRIP)'; then \ 525 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 526 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 527 install; \ 528 else \ 529 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 530 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 531 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ 532 fi 533mostlyclean-generic: 534 535clean-generic: 536 537distclean-generic: 538 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) 539 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) 540 541maintainer-clean-generic: 542 @echo "This command is intended for maintainers to use" 543 @echo "it deletes files that may require special tools to rebuild." 544clean: clean-am 545 546clean-am: clean-checkPROGRAMS clean-generic clean-libtool \ 547 mostlyclean-am 548 549distclean: distclean-am 550 -rm -rf ./$(DEPDIR) 551 -rm -f Makefile 552distclean-am: clean-am distclean-compile distclean-generic \ 553 distclean-tags 554 555dvi: dvi-am 556 557dvi-am: 558 559html: html-am 560 561html-am: 562 563info: info-am 564 565info-am: 566 567install-data-am: 568 569install-dvi: install-dvi-am 570 571install-dvi-am: 572 573install-exec-am: 574 575install-html: install-html-am 576 577install-html-am: 578 579install-info: install-info-am 580 581install-info-am: 582 583install-man: 584 585install-pdf: install-pdf-am 586 587install-pdf-am: 588 589install-ps: install-ps-am 590 591install-ps-am: 592 593installcheck-am: 594 595maintainer-clean: maintainer-clean-am 596 -rm -rf ./$(DEPDIR) 597 -rm -f Makefile 598maintainer-clean-am: distclean-am maintainer-clean-generic 599 600mostlyclean: mostlyclean-am 601 602mostlyclean-am: mostlyclean-compile mostlyclean-generic \ 603 mostlyclean-libtool 604 605pdf: pdf-am 606 607pdf-am: 608 609ps: ps-am 610 611ps-am: 612 613uninstall-am: 614 615.MAKE: check-am install-am install-strip 616 617.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean \ 618 clean-checkPROGRAMS clean-generic clean-libtool cscopelist-am \ 619 ctags ctags-am distclean distclean-compile distclean-generic \ 620 distclean-libtool distclean-tags distdir dvi dvi-am html \ 621 html-am info info-am install install-am install-data \ 622 install-data-am install-dvi install-dvi-am install-exec \ 623 install-exec-am install-html install-html-am install-info \ 624 install-info-am install-man install-pdf install-pdf-am \ 625 install-ps install-ps-am install-strip installcheck \ 626 installcheck-am installdirs maintainer-clean \ 627 maintainer-clean-generic mostlyclean mostlyclean-compile \ 628 mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ 629 tags tags-am uninstall uninstall-am 630 631 632# Tell versions [3.59,3.63) of GNU make to not export all variables. 633# Otherwise a system limit (for SysV at least) may be exceeded. 634.NOEXPORT: 635