~ubuntu-branches/ubuntu/trusty/libnih/trusty

« back to all changes in this revision

Viewing changes to nih-dbus-tool/Makefile.in

  • Committer: Dmitrijs Ledkovs
  • Date: 2013-11-12 13:20:53 UTC
  • mto: This revision was merged to the branch mainline in revision 1081.
  • Revision ID: dmitrijs.ledkovs@canonical.com-20131112132053-27y2f89g6whr5bna
releasing package libnih version 1.0.3-4ubuntu24

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.11.1 from Makefile.am.
 
1
# Makefile.in generated by automake 1.13.3 from Makefile.am.
2
2
# @configure_input@
3
3
 
4
 
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5
 
# 2003, 2004, 2005, 2006, 2007, 2008, 2009  Free Software Foundation,
6
 
# Inc.
 
4
# Copyright (C) 1994-2013 Free Software Foundation, Inc.
 
5
 
7
6
# This Makefile.in is free software; the Free Software Foundation
8
7
# gives unlimited permission to copy and/or distribute it,
9
8
# with or without modifications, as long as this notice is preserved.
16
15
@SET_MAKE@
17
16
 
18
17
VPATH = @srcdir@
 
18
am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
 
19
am__make_running_with_option = \
 
20
  case $${target_option-} in \
 
21
      ?) ;; \
 
22
      *) echo "am__make_running_with_option: internal error: invalid" \
 
23
              "target option '$${target_option-}' specified" >&2; \
 
24
         exit 1;; \
 
25
  esac; \
 
26
  has_opt=no; \
 
27
  sane_makeflags=$$MAKEFLAGS; \
 
28
  if $(am__is_gnu_make); then \
 
29
    sane_makeflags=$$MFLAGS; \
 
30
  else \
 
31
    case $$MAKEFLAGS in \
 
32
      *\\[\ \   ]*) \
 
33
        bs=\\; \
 
34
        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
 
35
          | sed "s/$$bs$$bs[$$bs $$bs   ]*//g"`;; \
 
36
    esac; \
 
37
  fi; \
 
38
  skip_next=no; \
 
39
  strip_trailopt () \
 
40
  { \
 
41
    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
 
42
  }; \
 
43
  for flg in $$sane_makeflags; do \
 
44
    test $$skip_next = yes && { skip_next=no; continue; }; \
 
45
    case $$flg in \
 
46
      *=*|--*) continue;; \
 
47
        -*I) strip_trailopt 'I'; skip_next=yes;; \
 
48
      -*I?*) strip_trailopt 'I';; \
 
49
        -*O) strip_trailopt 'O'; skip_next=yes;; \
 
50
      -*O?*) strip_trailopt 'O';; \
 
51
        -*l) strip_trailopt 'l'; skip_next=yes;; \
 
52
      -*l?*) strip_trailopt 'l';; \
 
53
      -[dEDm]) skip_next=yes;; \
 
54
      -[JT]) skip_next=yes;; \
 
55
    esac; \
 
56
    case $$flg in \
 
57
      *$$target_option*) has_opt=yes; break;; \
 
58
    esac; \
 
59
  done; \
 
60
  test $$has_opt = yes
 
61
am__make_dryrun = (target_option=n; $(am__make_running_with_option))
 
62
am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
19
63
pkgdatadir = $(datadir)/@PACKAGE@
20
64
pkgincludedir = $(includedir)/@PACKAGE@
21
65
pkglibdir = $(libdir)/@PACKAGE@
38
82
TESTS = test_main$(EXEEXT) test_symbol$(EXEEXT) test_indent$(EXEEXT) \
39
83
        test_type$(EXEEXT) test_marshal$(EXEEXT) \
40
84
        test_demarshal$(EXEEXT) test_node$(EXEEXT) \
41
 
        test_interface$(EXEEXT) test_method$(EXEEXT) \
42
 
        test_signal$(EXEEXT) test_property$(EXEEXT) \
43
 
        test_argument$(EXEEXT) test_annotation$(EXEEXT) \
44
 
        test_parse$(EXEEXT) test_output$(EXEEXT) \
 
85
        test_node_part2$(EXEEXT) test_interface$(EXEEXT) \
 
86
        test_method$(EXEEXT) test_signal$(EXEEXT) \
 
87
        test_property$(EXEEXT) test_argument$(EXEEXT) \
 
88
        test_annotation$(EXEEXT) test_parse$(EXEEXT) \
 
89
        test_output$(EXEEXT) \
45
90
        test_com.netsplit.Nih.Test_object$(EXEEXT) \
46
91
        test_com.netsplit.Nih.Test_proxy$(EXEEXT)
47
92
check_PROGRAMS = $(am__EXEEXT_1) marshal_factory$(EXEEXT) \
49
94
        method_factory$(EXEEXT) signal_factory$(EXEEXT) \
50
95
        property_factory$(EXEEXT)
51
96
subdir = nih-dbus-tool
52
 
DIST_COMMON = $(dist_man_MANS) $(srcdir)/Makefile.am \
53
 
        $(srcdir)/Makefile.in
 
97
DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
 
98
        $(top_srcdir)/depcomp $(dist_man_MANS) \
 
99
        $(top_srcdir)/test-driver
54
100
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
55
101
am__aclocal_m4_deps = $(top_srcdir)/m4/codeset.m4 \
56
102
        $(top_srcdir)/m4/gettext.m4 $(top_srcdir)/m4/glibc2.m4 \
81
127
am__EXEEXT_1 = test_main$(EXEEXT) test_symbol$(EXEEXT) \
82
128
        test_indent$(EXEEXT) test_type$(EXEEXT) test_marshal$(EXEEXT) \
83
129
        test_demarshal$(EXEEXT) test_node$(EXEEXT) \
84
 
        test_interface$(EXEEXT) test_method$(EXEEXT) \
85
 
        test_signal$(EXEEXT) test_property$(EXEEXT) \
86
 
        test_argument$(EXEEXT) test_annotation$(EXEEXT) \
87
 
        test_parse$(EXEEXT) test_output$(EXEEXT) \
 
130
        test_node_part2$(EXEEXT) test_interface$(EXEEXT) \
 
131
        test_method$(EXEEXT) test_signal$(EXEEXT) \
 
132
        test_property$(EXEEXT) test_argument$(EXEEXT) \
 
133
        test_annotation$(EXEEXT) test_parse$(EXEEXT) \
 
134
        test_output$(EXEEXT) \
88
135
        test_com.netsplit.Nih.Test_object$(EXEEXT) \
89
136
        test_com.netsplit.Nih.Test_proxy$(EXEEXT)
90
137
PROGRAMS = $(bin_PROGRAMS)
93
140
am__DEPENDENCIES_1 =
94
141
demarshal_factory_DEPENDENCIES = demarshal.o type.o indent.o symbol.o \
95
142
        ../nih/libnih.la $(am__DEPENDENCIES_1)
96
 
AM_V_lt = $(am__v_lt_$(V))
97
 
am__v_lt_ = $(am__v_lt_$(AM_DEFAULT_VERBOSITY))
 
143
AM_V_lt = $(am__v_lt_@AM_V@)
 
144
am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
98
145
am__v_lt_0 = --silent
 
146
am__v_lt_1 = 
99
147
demarshal_factory_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \
100
148
        $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \
101
149
        $(AM_CFLAGS) $(CFLAGS) $(demarshal_factory_LDFLAGS) $(LDFLAGS) \
271
319
test_node_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
272
320
        $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
273
321
        $(test_node_LDFLAGS) $(LDFLAGS) -o $@
 
322
am_test_node_part2_OBJECTS = test_node_part2.$(OBJEXT)
 
323
test_node_part2_OBJECTS = $(am_test_node_part2_OBJECTS)
 
324
test_node_part2_DEPENDENCIES = demarshal.o marshal.o type.o indent.o \
 
325
        parse.o annotation.o argument.o property.o signal.o method.o \
 
326
        interface.o node.o symbol.o ../nih/libnih.la \
 
327
        $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1)
 
328
test_node_part2_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \
 
329
        $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \
 
330
        $(AM_CFLAGS) $(CFLAGS) $(test_node_part2_LDFLAGS) $(LDFLAGS) \
 
331
        -o $@
274
332
am_test_output_OBJECTS = test_output.$(OBJEXT)
275
333
test_output_OBJECTS = $(am_test_output_OBJECTS)
276
334
test_output_DEPENDENCIES = demarshal.o marshal.o type.o indent.o \
324
382
test_type_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
325
383
        $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
326
384
        $(test_type_LDFLAGS) $(LDFLAGS) -o $@
 
385
AM_V_P = $(am__v_P_@AM_V@)
 
386
am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
 
387
am__v_P_0 = false
 
388
am__v_P_1 = :
 
389
AM_V_GEN = $(am__v_GEN_@AM_V@)
 
390
am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
 
391
am__v_GEN_0 = @echo "  GEN     " $@;
 
392
am__v_GEN_1 = 
 
393
AM_V_at = $(am__v_at_@AM_V@)
 
394
am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
 
395
am__v_at_0 = @
 
396
am__v_at_1 = 
327
397
DEFAULT_INCLUDES = 
328
398
depcomp = $(SHELL) $(top_srcdir)/depcomp
329
399
am__depfiles_maybe = depfiles
334
404
        $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
335
405
        $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
336
406
        $(AM_CFLAGS) $(CFLAGS)
337
 
AM_V_CC = $(am__v_CC_$(V))
338
 
am__v_CC_ = $(am__v_CC_$(AM_DEFAULT_VERBOSITY))
339
 
am__v_CC_0 = @echo "  CC    " $@;
340
 
AM_V_at = $(am__v_at_$(V))
341
 
am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
342
 
am__v_at_0 = @
 
407
AM_V_CC = $(am__v_CC_@AM_V@)
 
408
am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
 
409
am__v_CC_0 = @echo "  CC      " $@;
 
410
am__v_CC_1 = 
343
411
CCLD = $(CC)
344
412
LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
345
413
        $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
346
414
        $(AM_LDFLAGS) $(LDFLAGS) -o $@
347
 
AM_V_CCLD = $(am__v_CCLD_$(V))
348
 
am__v_CCLD_ = $(am__v_CCLD_$(AM_DEFAULT_VERBOSITY))
349
 
am__v_CCLD_0 = @echo "  CCLD  " $@;
350
 
AM_V_GEN = $(am__v_GEN_$(V))
351
 
am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
352
 
am__v_GEN_0 = @echo "  GEN   " $@;
 
415
AM_V_CCLD = $(am__v_CCLD_@AM_V@)
 
416
am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
 
417
am__v_CCLD_0 = @echo "  CCLD    " $@;
 
418
am__v_CCLD_1 = 
353
419
SOURCES = $(demarshal_factory_SOURCES) $(interface_factory_SOURCES) \
354
420
        $(marshal_factory_SOURCES) $(method_factory_SOURCES) \
355
421
        $(nih_dbus_tool_SOURCES) $(property_factory_SOURCES) \
364
430
        $(nodist_test_interface_SOURCES) $(test_main_SOURCES) \
365
431
        $(test_marshal_SOURCES) $(nodist_test_marshal_SOURCES) \
366
432
        $(test_method_SOURCES) $(nodist_test_method_SOURCES) \
367
 
        $(test_node_SOURCES) $(test_output_SOURCES) \
368
 
        $(test_parse_SOURCES) $(test_property_SOURCES) \
369
 
        $(nodist_test_property_SOURCES) $(test_signal_SOURCES) \
370
 
        $(nodist_test_signal_SOURCES) $(test_symbol_SOURCES) \
371
 
        $(test_type_SOURCES)
 
433
        $(test_node_SOURCES) $(test_node_part2_SOURCES) \
 
434
        $(test_output_SOURCES) $(test_parse_SOURCES) \
 
435
        $(test_property_SOURCES) $(nodist_test_property_SOURCES) \
 
436
        $(test_signal_SOURCES) $(nodist_test_signal_SOURCES) \
 
437
        $(test_symbol_SOURCES) $(test_type_SOURCES)
372
438
DIST_SOURCES = $(demarshal_factory_SOURCES) \
373
439
        $(interface_factory_SOURCES) $(marshal_factory_SOURCES) \
374
440
        $(method_factory_SOURCES) $(nih_dbus_tool_SOURCES) \
379
445
        $(test_demarshal_SOURCES) $(test_indent_SOURCES) \
380
446
        $(test_interface_SOURCES) $(test_main_SOURCES) \
381
447
        $(test_marshal_SOURCES) $(test_method_SOURCES) \
382
 
        $(test_node_SOURCES) $(test_output_SOURCES) \
383
 
        $(test_parse_SOURCES) $(test_property_SOURCES) \
384
 
        $(test_signal_SOURCES) $(test_symbol_SOURCES) \
385
 
        $(test_type_SOURCES)
 
448
        $(test_node_SOURCES) $(test_node_part2_SOURCES) \
 
449
        $(test_output_SOURCES) $(test_parse_SOURCES) \
 
450
        $(test_property_SOURCES) $(test_signal_SOURCES) \
 
451
        $(test_symbol_SOURCES) $(test_type_SOURCES)
 
452
am__can_run_installinfo = \
 
453
  case $$AM_UPDATE_INFO_DIR in \
 
454
    n|no|NO) false;; \
 
455
    *) (install-info --version) >/dev/null 2>&1;; \
 
456
  esac
386
457
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
387
458
am__vpath_adj = case $$p in \
388
459
    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
404
475
am__base_list = \
405
476
  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
406
477
  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
 
478
am__uninstall_files_from_dir = { \
 
479
  test -z "$$files" \
 
480
    || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
 
481
    || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
 
482
         $(am__cd) "$$dir" && rm -f $$files; }; \
 
483
  }
407
484
man1dir = $(mandir)/man1
408
485
NROFF = nroff
409
486
MANS = $(dist_man_MANS)
 
487
am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
 
488
# Read a list of newline-separated strings from the standard input,
 
489
# and print each of them once, without duplicates.  Input order is
 
490
# *not* preserved.
 
491
am__uniquify_input = $(AWK) '\
 
492
  BEGIN { nonempty = 0; } \
 
493
  { items[$$0] = 1; nonempty = 1; } \
 
494
  END { if (nonempty) { for (i in items) print i; }; } \
 
495
'
 
496
# Make sure the list of sources is unique.  This is necessary because,
 
497
# e.g., the same source file might be shared among _SOURCES variables
 
498
# for different programs/libraries.
 
499
am__define_uniq_tagged_files = \
 
500
  list='$(am__tagged_files)'; \
 
501
  unique=`for i in $$list; do \
 
502
    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
503
  done | $(am__uniquify_input)`
410
504
ETAGS = etags
411
505
CTAGS = ctags
412
 
# If stdout is a non-dumb tty, use colors.  If test -t is not supported,
413
 
# then this fails; a conservative approach.  Of course do not redirect
414
 
# stdout here, just stderr.
415
 
am__tty_colors = \
416
 
red=; grn=; lgn=; blu=; std=; \
417
 
test "X$(AM_COLOR_TESTS)" != Xno \
418
 
&& test "X$$TERM" != Xdumb \
419
 
&& { test "X$(AM_COLOR_TESTS)" = Xalways || test -t 1 2>/dev/null; } \
420
 
&& { \
421
 
  red=''; \
422
 
  grn=''; \
423
 
  lgn=''; \
424
 
  blu=''; \
425
 
  std=''; \
 
506
am__tty_colors_dummy = \
 
507
  mgn= red= grn= lgn= blu= brg= std=; \
 
508
  am__color_tests=no
 
509
am__tty_colors = { \
 
510
  $(am__tty_colors_dummy); \
 
511
  if test "X$(AM_COLOR_TESTS)" = Xno; then \
 
512
    am__color_tests=no; \
 
513
  elif test "X$(AM_COLOR_TESTS)" = Xalways; then \
 
514
    am__color_tests=yes; \
 
515
  elif test "X$$TERM" != Xdumb && { test -t 1; } 2>/dev/null; then \
 
516
    am__color_tests=yes; \
 
517
  fi; \
 
518
  if test $$am__color_tests = yes; then \
 
519
    red=''; \
 
520
    grn=''; \
 
521
    lgn=''; \
 
522
    blu=''; \
 
523
    mgn=''; \
 
524
    brg=''; \
 
525
    std=''; \
 
526
  fi; \
426
527
}
 
528
am__recheck_rx = ^[     ]*:recheck:[    ]*
 
529
am__global_test_result_rx = ^[  ]*:global-test-result:[         ]*
 
530
am__copy_in_global_log_rx = ^[  ]*:copy-in-global-log:[         ]*
 
531
# A command that, given a newline-separated list of test names on the
 
532
# standard input, print the name of the tests that are to be re-run
 
533
# upon "make recheck".
 
534
am__list_recheck_tests = $(AWK) '{ \
 
535
  recheck = 1; \
 
536
  while ((rc = (getline line < ($$0 ".trs"))) != 0) \
 
537
    { \
 
538
      if (rc < 0) \
 
539
        { \
 
540
          if ((getline line2 < ($$0 ".log")) < 0) \
 
541
            recheck = 0; \
 
542
          break; \
 
543
        } \
 
544
      else if (line ~ /$(am__recheck_rx)[nN][Oo]/) \
 
545
        { \
 
546
          recheck = 0; \
 
547
          break; \
 
548
        } \
 
549
      else if (line ~ /$(am__recheck_rx)[yY][eE][sS]/) \
 
550
        { \
 
551
          break; \
 
552
        } \
 
553
    }; \
 
554
  if (recheck) \
 
555
    print $$0; \
 
556
  close ($$0 ".trs"); \
 
557
  close ($$0 ".log"); \
 
558
}'
 
559
# A command that, given a newline-separated list of test names on the
 
560
# standard input, create the global log from their .trs and .log files.
 
561
am__create_global_log = $(AWK) ' \
 
562
function fatal(msg) \
 
563
{ \
 
564
  print "fatal: making $@: " msg | "cat >&2"; \
 
565
  exit 1; \
 
566
} \
 
567
function rst_section(header) \
 
568
{ \
 
569
  print header; \
 
570
  len = length(header); \
 
571
  for (i = 1; i <= len; i = i + 1) \
 
572
    printf "="; \
 
573
  printf "\n\n"; \
 
574
} \
 
575
{ \
 
576
  copy_in_global_log = 1; \
 
577
  global_test_result = "RUN"; \
 
578
  while ((rc = (getline line < ($$0 ".trs"))) != 0) \
 
579
    { \
 
580
      if (rc < 0) \
 
581
         fatal("failed to read from " $$0 ".trs"); \
 
582
      if (line ~ /$(am__global_test_result_rx)/) \
 
583
        { \
 
584
          sub("$(am__global_test_result_rx)", "", line); \
 
585
          sub("[        ]*$$", "", line); \
 
586
          global_test_result = line; \
 
587
        } \
 
588
      else if (line ~ /$(am__copy_in_global_log_rx)[nN][oO]/) \
 
589
        copy_in_global_log = 0; \
 
590
    }; \
 
591
  if (copy_in_global_log) \
 
592
    { \
 
593
      rst_section(global_test_result ": " $$0); \
 
594
      while ((rc = (getline line < ($$0 ".log"))) != 0) \
 
595
      { \
 
596
        if (rc < 0) \
 
597
          fatal("failed to read from " $$0 ".log"); \
 
598
        print line; \
 
599
      }; \
 
600
      printf "\n"; \
 
601
    }; \
 
602
  close ($$0 ".trs"); \
 
603
  close ($$0 ".log"); \
 
604
}'
 
605
# Restructured Text title.
 
606
am__rst_title = { sed 's/.*/   &   /;h;s/./=/g;p;x;s/ *$$//;p;g' && echo; }
 
607
# Solaris 10 'make', and several other traditional 'make' implementations,
 
608
# pass "-e" to $(SHELL), and POSIX 2008 even requires this.  Work around it
 
609
# by disabling -e (using the XSI extension "set +e") if it's set.
 
610
am__sh_e_setup = case $$- in *e*) set +e;; esac
 
611
# Default flags passed to test drivers.
 
612
am__common_driver_flags = \
 
613
  --color-tests "$$am__color_tests" \
 
614
  --enable-hard-errors "$$am__enable_hard_errors" \
 
615
  --expect-failure "$$am__expect_failure"
 
616
# To be inserted before the command running the test.  Creates the
 
617
# directory for the log if needed.  Stores in $dir the directory
 
618
# containing $f, in $tst the test, in $log the log.  Executes the
 
619
# developer- defined test setup AM_TESTS_ENVIRONMENT (if any), and
 
620
# passes TESTS_ENVIRONMENT.  Set up options for the wrapper that
 
621
# will run the test scripts (or their associated LOG_COMPILER, if
 
622
# thy have one).
 
623
am__check_pre = \
 
624
$(am__sh_e_setup);                                      \
 
625
$(am__vpath_adj_setup) $(am__vpath_adj)                 \
 
626
$(am__tty_colors);                                      \
 
627
srcdir=$(srcdir); export srcdir;                        \
 
628
case "$@" in                                            \
 
629
  */*) am__odir=`echo "./$@" | sed 's|/[^/]*$$||'`;;    \
 
630
    *) am__odir=.;;                                     \
 
631
esac;                                                   \
 
632
test "x$$am__odir" = x"." || test -d "$$am__odir"       \
 
633
  || $(MKDIR_P) "$$am__odir" || exit $$?;               \
 
634
if test -f "./$$f"; then dir=./;                        \
 
635
elif test -f "$$f"; then dir=;                          \
 
636
else dir="$(srcdir)/"; fi;                              \
 
637
tst=$$dir$$f; log='$@';                                 \
 
638
if test -n '$(DISABLE_HARD_ERRORS)'; then               \
 
639
  am__enable_hard_errors=no;                            \
 
640
else                                                    \
 
641
  am__enable_hard_errors=yes;                           \
 
642
fi;                                                     \
 
643
case " $(XFAIL_TESTS) " in                              \
 
644
  *[\ \ ]$$f[\ \        ]* | *[\ \      ]$$dir$$f[\ \   ]*) \
 
645
    am__expect_failure=yes;;                            \
 
646
  *)                                                    \
 
647
    am__expect_failure=no;;                             \
 
648
esac;                                                   \
 
649
$(AM_TESTS_ENVIRONMENT) $(TESTS_ENVIRONMENT)
 
650
# A shell command to get the names of the tests scripts with any registered
 
651
# extension removed (i.e., equivalently, the names of the test logs, with
 
652
# the '.log' extension removed).  The result is saved in the shell variable
 
653
# '$bases'.  This honors runtime overriding of TESTS and TEST_LOGS.  Sadly,
 
654
# we cannot use something simpler, involving e.g., "$(TEST_LOGS:.log=)",
 
655
# since that might cause problem with VPATH rewrites for suffix-less tests.
 
656
# See also 'test-harness-vpath-rewrite.sh' and 'test-trs-basic.sh'.
 
657
am__set_TESTS_bases = \
 
658
  bases='$(TEST_LOGS)'; \
 
659
  bases=`for i in $$bases; do echo $$i; done | sed 's/\.log$$//'`; \
 
660
  bases=`echo $$bases`
 
661
RECHECK_LOGS = $(TEST_LOGS)
 
662
AM_RECURSIVE_TARGETS = check recheck
 
663
TEST_SUITE_LOG = test-suite.log
 
664
TEST_EXTENSIONS = @EXEEXT@ .test
 
665
LOG_COMPILE = $(LOG_COMPILER) $(AM_LOG_FLAGS) $(LOG_FLAGS)
 
666
am__set_b = \
 
667
  case '$@' in \
 
668
    */*) \
 
669
      case '$*' in \
 
670
        */*) b='$*';; \
 
671
          *) b=`echo '$@' | sed 's/\.log$$//'`; \
 
672
       esac;; \
 
673
    *) \
 
674
      b='$*';; \
 
675
  esac
 
676
am__test_logs1 = $(TESTS:=.log)
 
677
am__test_logs2 = $(am__test_logs1:@EXEEXT@.log=.log)
 
678
TEST_LOGS = $(am__test_logs2:.test.log=.log)
 
679
TEST_LOG_DRIVER = $(SHELL) $(top_srcdir)/test-driver
 
680
TEST_LOG_COMPILE = $(TEST_LOG_COMPILER) $(AM_TEST_LOG_FLAGS) \
 
681
        $(TEST_LOG_FLAGS)
427
682
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
428
683
ACLOCAL = @ACLOCAL@
429
684
ALLOCA = @ALLOCA@
448
703
DBUS_LIBS = @DBUS_LIBS@
449
704
DEFS = @DEFS@
450
705
DEPDIR = @DEPDIR@
 
706
DLLTOOL = @DLLTOOL@
451
707
DSYMUTIL = @DSYMUTIL@
452
708
DUMPBIN = @DUMPBIN@
453
709
ECHO_C = @ECHO_C@
502
758
LTLIBTHREAD = @LTLIBTHREAD@
503
759
MAINT = @MAINT@
504
760
MAKEINFO = @MAKEINFO@
 
761
MANIFEST_TOOL = @MANIFEST_TOOL@
505
762
MKDIR_P = @MKDIR_P@
506
763
MSGFMT = @MSGFMT@
507
764
MSGFMT_015 = @MSGFMT_015@
546
803
abs_srcdir = @abs_srcdir@
547
804
abs_top_builddir = @abs_top_builddir@
548
805
abs_top_srcdir = @abs_top_srcdir@
 
806
ac_ct_AR = @ac_ct_AR@
549
807
ac_ct_CC = @ac_ct_CC@
550
808
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
551
809
am__include = @am__include@
578
836
libexecdir = @libexecdir@
579
837
localedir = @localedir@
580
838
localstatedir = @localstatedir@
581
 
lt_ECHO = @lt_ECHO@
582
839
mandir = @mandir@
583
840
mkdir_p = @mkdir_p@
584
841
oldincludedir = @oldincludedir@
629
886
        $(EXPAT_LIBS) \
630
887
        $(DBUS_LIBS)
631
888
 
 
889
LOG_DRIVER = env AM_TAP_AWK='$(AWK)' $(SHELL) $(top_srcdir)/tap-driver.sh
632
890
test_main_SOURCES = tests/test_main.c main.c
633
891
test_main_CFLAGS = $(AM_CFLAGS) -DTEST
634
892
test_main_LDFLAGS = -static
686
944
        $(EXPAT_LIBS) \
687
945
        $(DBUS_LIBS)
688
946
 
 
947
test_node_part2_SOURCES = tests/test_node_part2.c
 
948
test_node_part2_LDFLAGS = -static
 
949
test_node_part2_LDADD = \
 
950
        demarshal.o marshal.o type.o indent.o \
 
951
        parse.o annotation.o argument.o property.o signal.o method.o \
 
952
        interface.o node.o symbol.o \
 
953
        ../nih/libnih.la \
 
954
        $(EXPAT_LIBS) \
 
955
        $(DBUS_LIBS)
 
956
 
689
957
test_interface_SOURCES = \
690
958
        tests/test_interface.c tests/interface_code.h
691
959
 
991
1259
        $(MAKE) $(AM_MAKEFLAGS) all-am
992
1260
 
993
1261
.SUFFIXES:
994
 
.SUFFIXES: .c .lo .o .obj
 
1262
.SUFFIXES: .c .lo .log .o .obj .test .test$(EXEEXT) .trs
995
1263
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
996
1264
        @for dep in $?; do \
997
1265
          case '$(am__configure_deps)' in \
1024
1292
$(am__aclocal_m4_deps):
1025
1293
install-binPROGRAMS: $(bin_PROGRAMS)
1026
1294
        @$(NORMAL_INSTALL)
1027
 
        test -z "$(bindir)" || $(MKDIR_P) "$(DESTDIR)$(bindir)"
1028
1295
        @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
 
1296
        if test -n "$$list"; then \
 
1297
          echo " $(MKDIR_P) '$(DESTDIR)$(bindir)'"; \
 
1298
          $(MKDIR_P) "$(DESTDIR)$(bindir)" || exit 1; \
 
1299
        fi; \
1029
1300
        for p in $$list; do echo "$$p $$p"; done | \
1030
1301
        sed 's/$(EXEEXT)$$//' | \
1031
 
        while read p p1; do if test -f $$p || test -f $$p1; \
1032
 
          then echo "$$p"; echo "$$p"; else :; fi; \
 
1302
        while read p p1; do if test -f $$p \
 
1303
         || test -f $$p1 \
 
1304
          ; then echo "$$p"; echo "$$p"; else :; fi; \
1033
1305
        done | \
1034
 
        sed -e 'p;s,.*/,,;n;h' -e 's|.*|.|' \
 
1306
        sed -e 'p;s,.*/,,;n;h' \
 
1307
            -e 's|.*|.|' \
1035
1308
            -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
1036
1309
        sed 'N;N;N;s,\n, ,g' | \
1037
1310
        $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
1052
1325
        @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
1053
1326
        files=`for p in $$list; do echo "$$p"; done | \
1054
1327
          sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
1055
 
              -e 's/$$/$(EXEEXT)/' `; \
 
1328
              -e 's/$$/$(EXEEXT)/' \
 
1329
        `; \
1056
1330
        test -n "$$list" || exit 0; \
1057
1331
        echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \
1058
1332
        cd "$(DESTDIR)$(bindir)" && rm -f $$files
1074
1348
        list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
1075
1349
        echo " rm -f" $$list; \
1076
1350
        rm -f $$list
1077
 
demarshal_factory$(EXEEXT): $(demarshal_factory_OBJECTS) $(demarshal_factory_DEPENDENCIES) 
 
1351
 
 
1352
demarshal_factory$(EXEEXT): $(demarshal_factory_OBJECTS) $(demarshal_factory_DEPENDENCIES) $(EXTRA_demarshal_factory_DEPENDENCIES) 
1078
1353
        @rm -f demarshal_factory$(EXEEXT)
1079
1354
        $(AM_V_CCLD)$(demarshal_factory_LINK) $(demarshal_factory_OBJECTS) $(demarshal_factory_LDADD) $(LIBS)
1080
 
interface_factory$(EXEEXT): $(interface_factory_OBJECTS) $(interface_factory_DEPENDENCIES) 
 
1355
 
 
1356
interface_factory$(EXEEXT): $(interface_factory_OBJECTS) $(interface_factory_DEPENDENCIES) $(EXTRA_interface_factory_DEPENDENCIES) 
1081
1357
        @rm -f interface_factory$(EXEEXT)
1082
1358
        $(AM_V_CCLD)$(interface_factory_LINK) $(interface_factory_OBJECTS) $(interface_factory_LDADD) $(LIBS)
1083
 
marshal_factory$(EXEEXT): $(marshal_factory_OBJECTS) $(marshal_factory_DEPENDENCIES) 
 
1359
 
 
1360
marshal_factory$(EXEEXT): $(marshal_factory_OBJECTS) $(marshal_factory_DEPENDENCIES) $(EXTRA_marshal_factory_DEPENDENCIES) 
1084
1361
        @rm -f marshal_factory$(EXEEXT)
1085
1362
        $(AM_V_CCLD)$(marshal_factory_LINK) $(marshal_factory_OBJECTS) $(marshal_factory_LDADD) $(LIBS)
1086
 
method_factory$(EXEEXT): $(method_factory_OBJECTS) $(method_factory_DEPENDENCIES) 
 
1363
 
 
1364
method_factory$(EXEEXT): $(method_factory_OBJECTS) $(method_factory_DEPENDENCIES) $(EXTRA_method_factory_DEPENDENCIES) 
1087
1365
        @rm -f method_factory$(EXEEXT)
1088
1366
        $(AM_V_CCLD)$(method_factory_LINK) $(method_factory_OBJECTS) $(method_factory_LDADD) $(LIBS)
1089
 
nih-dbus-tool$(EXEEXT): $(nih_dbus_tool_OBJECTS) $(nih_dbus_tool_DEPENDENCIES) 
 
1367
 
 
1368
nih-dbus-tool$(EXEEXT): $(nih_dbus_tool_OBJECTS) $(nih_dbus_tool_DEPENDENCIES) $(EXTRA_nih_dbus_tool_DEPENDENCIES) 
1090
1369
        @rm -f nih-dbus-tool$(EXEEXT)
1091
1370
        $(AM_V_CCLD)$(LINK) $(nih_dbus_tool_OBJECTS) $(nih_dbus_tool_LDADD) $(LIBS)
1092
 
property_factory$(EXEEXT): $(property_factory_OBJECTS) $(property_factory_DEPENDENCIES) 
 
1371
 
 
1372
property_factory$(EXEEXT): $(property_factory_OBJECTS) $(property_factory_DEPENDENCIES) $(EXTRA_property_factory_DEPENDENCIES) 
1093
1373
        @rm -f property_factory$(EXEEXT)
1094
1374
        $(AM_V_CCLD)$(property_factory_LINK) $(property_factory_OBJECTS) $(property_factory_LDADD) $(LIBS)
1095
 
signal_factory$(EXEEXT): $(signal_factory_OBJECTS) $(signal_factory_DEPENDENCIES) 
 
1375
 
 
1376
signal_factory$(EXEEXT): $(signal_factory_OBJECTS) $(signal_factory_DEPENDENCIES) $(EXTRA_signal_factory_DEPENDENCIES) 
1096
1377
        @rm -f signal_factory$(EXEEXT)
1097
1378
        $(AM_V_CCLD)$(signal_factory_LINK) $(signal_factory_OBJECTS) $(signal_factory_LDADD) $(LIBS)
1098
 
test_annotation$(EXEEXT): $(test_annotation_OBJECTS) $(test_annotation_DEPENDENCIES) 
 
1379
 
 
1380
test_annotation$(EXEEXT): $(test_annotation_OBJECTS) $(test_annotation_DEPENDENCIES) $(EXTRA_test_annotation_DEPENDENCIES) 
1099
1381
        @rm -f test_annotation$(EXEEXT)
1100
1382
        $(AM_V_CCLD)$(test_annotation_LINK) $(test_annotation_OBJECTS) $(test_annotation_LDADD) $(LIBS)
1101
 
test_argument$(EXEEXT): $(test_argument_OBJECTS) $(test_argument_DEPENDENCIES) 
 
1383
 
 
1384
test_argument$(EXEEXT): $(test_argument_OBJECTS) $(test_argument_DEPENDENCIES) $(EXTRA_test_argument_DEPENDENCIES) 
1102
1385
        @rm -f test_argument$(EXEEXT)
1103
1386
        $(AM_V_CCLD)$(test_argument_LINK) $(test_argument_OBJECTS) $(test_argument_LDADD) $(LIBS)
1104
 
test_com.netsplit.Nih.Test_object$(EXEEXT): $(test_com_netsplit_Nih_Test_object_OBJECTS) $(test_com_netsplit_Nih_Test_object_DEPENDENCIES) 
 
1387
 
 
1388
test_com.netsplit.Nih.Test_object$(EXEEXT): $(test_com_netsplit_Nih_Test_object_OBJECTS) $(test_com_netsplit_Nih_Test_object_DEPENDENCIES) $(EXTRA_test_com_netsplit_Nih_Test_object_DEPENDENCIES) 
1105
1389
        @rm -f test_com.netsplit.Nih.Test_object$(EXEEXT)
1106
1390
        $(AM_V_CCLD)$(test_com_netsplit_Nih_Test_object_LINK) $(test_com_netsplit_Nih_Test_object_OBJECTS) $(test_com_netsplit_Nih_Test_object_LDADD) $(LIBS)
1107
 
test_com.netsplit.Nih.Test_proxy$(EXEEXT): $(test_com_netsplit_Nih_Test_proxy_OBJECTS) $(test_com_netsplit_Nih_Test_proxy_DEPENDENCIES) 
 
1391
 
 
1392
test_com.netsplit.Nih.Test_proxy$(EXEEXT): $(test_com_netsplit_Nih_Test_proxy_OBJECTS) $(test_com_netsplit_Nih_Test_proxy_DEPENDENCIES) $(EXTRA_test_com_netsplit_Nih_Test_proxy_DEPENDENCIES) 
1108
1393
        @rm -f test_com.netsplit.Nih.Test_proxy$(EXEEXT)
1109
1394
        $(AM_V_CCLD)$(test_com_netsplit_Nih_Test_proxy_LINK) $(test_com_netsplit_Nih_Test_proxy_OBJECTS) $(test_com_netsplit_Nih_Test_proxy_LDADD) $(LIBS)
1110
 
test_demarshal$(EXEEXT): $(test_demarshal_OBJECTS) $(test_demarshal_DEPENDENCIES) 
 
1395
 
 
1396
test_demarshal$(EXEEXT): $(test_demarshal_OBJECTS) $(test_demarshal_DEPENDENCIES) $(EXTRA_test_demarshal_DEPENDENCIES) 
1111
1397
        @rm -f test_demarshal$(EXEEXT)
1112
1398
        $(AM_V_CCLD)$(test_demarshal_LINK) $(test_demarshal_OBJECTS) $(test_demarshal_LDADD) $(LIBS)
1113
 
test_indent$(EXEEXT): $(test_indent_OBJECTS) $(test_indent_DEPENDENCIES) 
 
1399
 
 
1400
test_indent$(EXEEXT): $(test_indent_OBJECTS) $(test_indent_DEPENDENCIES) $(EXTRA_test_indent_DEPENDENCIES) 
1114
1401
        @rm -f test_indent$(EXEEXT)
1115
1402
        $(AM_V_CCLD)$(test_indent_LINK) $(test_indent_OBJECTS) $(test_indent_LDADD) $(LIBS)
1116
 
test_interface$(EXEEXT): $(test_interface_OBJECTS) $(test_interface_DEPENDENCIES) 
 
1403
 
 
1404
test_interface$(EXEEXT): $(test_interface_OBJECTS) $(test_interface_DEPENDENCIES) $(EXTRA_test_interface_DEPENDENCIES) 
1117
1405
        @rm -f test_interface$(EXEEXT)
1118
1406
        $(AM_V_CCLD)$(test_interface_LINK) $(test_interface_OBJECTS) $(test_interface_LDADD) $(LIBS)
1119
 
test_main$(EXEEXT): $(test_main_OBJECTS) $(test_main_DEPENDENCIES) 
 
1407
 
 
1408
test_main$(EXEEXT): $(test_main_OBJECTS) $(test_main_DEPENDENCIES) $(EXTRA_test_main_DEPENDENCIES) 
1120
1409
        @rm -f test_main$(EXEEXT)
1121
1410
        $(AM_V_CCLD)$(test_main_LINK) $(test_main_OBJECTS) $(test_main_LDADD) $(LIBS)
1122
 
test_marshal$(EXEEXT): $(test_marshal_OBJECTS) $(test_marshal_DEPENDENCIES) 
 
1411
 
 
1412
test_marshal$(EXEEXT): $(test_marshal_OBJECTS) $(test_marshal_DEPENDENCIES) $(EXTRA_test_marshal_DEPENDENCIES) 
1123
1413
        @rm -f test_marshal$(EXEEXT)
1124
1414
        $(AM_V_CCLD)$(test_marshal_LINK) $(test_marshal_OBJECTS) $(test_marshal_LDADD) $(LIBS)
1125
 
test_method$(EXEEXT): $(test_method_OBJECTS) $(test_method_DEPENDENCIES) 
 
1415
 
 
1416
test_method$(EXEEXT): $(test_method_OBJECTS) $(test_method_DEPENDENCIES) $(EXTRA_test_method_DEPENDENCIES) 
1126
1417
        @rm -f test_method$(EXEEXT)
1127
1418
        $(AM_V_CCLD)$(test_method_LINK) $(test_method_OBJECTS) $(test_method_LDADD) $(LIBS)
1128
 
test_node$(EXEEXT): $(test_node_OBJECTS) $(test_node_DEPENDENCIES) 
 
1419
 
 
1420
test_node$(EXEEXT): $(test_node_OBJECTS) $(test_node_DEPENDENCIES) $(EXTRA_test_node_DEPENDENCIES) 
1129
1421
        @rm -f test_node$(EXEEXT)
1130
1422
        $(AM_V_CCLD)$(test_node_LINK) $(test_node_OBJECTS) $(test_node_LDADD) $(LIBS)
1131
 
test_output$(EXEEXT): $(test_output_OBJECTS) $(test_output_DEPENDENCIES) 
 
1423
 
 
1424
test_node_part2$(EXEEXT): $(test_node_part2_OBJECTS) $(test_node_part2_DEPENDENCIES) $(EXTRA_test_node_part2_DEPENDENCIES) 
 
1425
        @rm -f test_node_part2$(EXEEXT)
 
1426
        $(AM_V_CCLD)$(test_node_part2_LINK) $(test_node_part2_OBJECTS) $(test_node_part2_LDADD) $(LIBS)
 
1427
 
 
1428
test_output$(EXEEXT): $(test_output_OBJECTS) $(test_output_DEPENDENCIES) $(EXTRA_test_output_DEPENDENCIES) 
1132
1429
        @rm -f test_output$(EXEEXT)
1133
1430
        $(AM_V_CCLD)$(test_output_LINK) $(test_output_OBJECTS) $(test_output_LDADD) $(LIBS)
1134
 
test_parse$(EXEEXT): $(test_parse_OBJECTS) $(test_parse_DEPENDENCIES) 
 
1431
 
 
1432
test_parse$(EXEEXT): $(test_parse_OBJECTS) $(test_parse_DEPENDENCIES) $(EXTRA_test_parse_DEPENDENCIES) 
1135
1433
        @rm -f test_parse$(EXEEXT)
1136
1434
        $(AM_V_CCLD)$(test_parse_LINK) $(test_parse_OBJECTS) $(test_parse_LDADD) $(LIBS)
1137
 
test_property$(EXEEXT): $(test_property_OBJECTS) $(test_property_DEPENDENCIES) 
 
1435
 
 
1436
test_property$(EXEEXT): $(test_property_OBJECTS) $(test_property_DEPENDENCIES) $(EXTRA_test_property_DEPENDENCIES) 
1138
1437
        @rm -f test_property$(EXEEXT)
1139
1438
        $(AM_V_CCLD)$(test_property_LINK) $(test_property_OBJECTS) $(test_property_LDADD) $(LIBS)
1140
 
test_signal$(EXEEXT): $(test_signal_OBJECTS) $(test_signal_DEPENDENCIES) 
 
1439
 
 
1440
test_signal$(EXEEXT): $(test_signal_OBJECTS) $(test_signal_DEPENDENCIES) $(EXTRA_test_signal_DEPENDENCIES) 
1141
1441
        @rm -f test_signal$(EXEEXT)
1142
1442
        $(AM_V_CCLD)$(test_signal_LINK) $(test_signal_OBJECTS) $(test_signal_LDADD) $(LIBS)
1143
 
test_symbol$(EXEEXT): $(test_symbol_OBJECTS) $(test_symbol_DEPENDENCIES) 
 
1443
 
 
1444
test_symbol$(EXEEXT): $(test_symbol_OBJECTS) $(test_symbol_DEPENDENCIES) $(EXTRA_test_symbol_DEPENDENCIES) 
1144
1445
        @rm -f test_symbol$(EXEEXT)
1145
1446
        $(AM_V_CCLD)$(test_symbol_LINK) $(test_symbol_OBJECTS) $(test_symbol_LDADD) $(LIBS)
1146
 
test_type$(EXEEXT): $(test_type_OBJECTS) $(test_type_DEPENDENCIES) 
 
1447
 
 
1448
test_type$(EXEEXT): $(test_type_OBJECTS) $(test_type_DEPENDENCIES) $(EXTRA_test_type_DEPENDENCIES) 
1147
1449
        @rm -f test_type$(EXEEXT)
1148
1450
        $(AM_V_CCLD)$(test_type_LINK) $(test_type_OBJECTS) $(test_type_LDADD) $(LIBS)
1149
1451
 
1194
1496
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_marshal.Po@am__quote@
1195
1497
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_method.Po@am__quote@
1196
1498
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_node.Po@am__quote@
 
1499
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_node_part2.Po@am__quote@
1197
1500
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_output.Po@am__quote@
1198
1501
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_parse.Po@am__quote@
1199
1502
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_property.Po@am__quote@
1205
1508
.c.o:
1206
1509
@am__fastdepCC_TRUE@    $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
1207
1510
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
1208
 
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
1209
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
 
1511
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
1210
1512
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1211
 
@am__fastdepCC_FALSE@   $(COMPILE) -c $<
 
1513
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(COMPILE) -c $<
1212
1514
 
1213
1515
.c.obj:
1214
1516
@am__fastdepCC_TRUE@    $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
1215
1517
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
1216
 
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
1217
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
 
1518
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
1218
1519
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1219
 
@am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
 
1520
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(COMPILE) -c `$(CYGPATH_W) '$<'`
1220
1521
 
1221
1522
.c.lo:
1222
1523
@am__fastdepCC_TRUE@    $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
1223
1524
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
1224
 
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
1225
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
 
1525
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
1226
1526
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1227
 
@am__fastdepCC_FALSE@   $(LTCOMPILE) -c -o $@ $<
 
1527
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
1228
1528
 
1229
1529
demarshal_factory.o: tests/demarshal_factory.c
1230
1530
@am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT demarshal_factory.o -MD -MP -MF $(DEPDIR)/demarshal_factory.Tpo -c -o demarshal_factory.o `test -f 'tests/demarshal_factory.c' || echo '$(srcdir)/'`tests/demarshal_factory.c
1231
1531
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/demarshal_factory.Tpo $(DEPDIR)/demarshal_factory.Po
1232
 
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
1233
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='tests/demarshal_factory.c' object='demarshal_factory.o' libtool=no @AMDEPBACKSLASH@
 
1532
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='tests/demarshal_factory.c' object='demarshal_factory.o' libtool=no @AMDEPBACKSLASH@
1234
1533
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1235
 
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o demarshal_factory.o `test -f 'tests/demarshal_factory.c' || echo '$(srcdir)/'`tests/demarshal_factory.c
 
1534
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o demarshal_factory.o `test -f 'tests/demarshal_factory.c' || echo '$(srcdir)/'`tests/demarshal_factory.c
1236
1535
 
1237
1536
demarshal_factory.obj: tests/demarshal_factory.c
1238
1537
@am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT demarshal_factory.obj -MD -MP -MF $(DEPDIR)/demarshal_factory.Tpo -c -o demarshal_factory.obj `if test -f 'tests/demarshal_factory.c'; then $(CYGPATH_W) 'tests/demarshal_factory.c'; else $(CYGPATH_W) '$(srcdir)/tests/demarshal_factory.c'; fi`
1239
1538
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/demarshal_factory.Tpo $(DEPDIR)/demarshal_factory.Po
1240
 
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
1241
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='tests/demarshal_factory.c' object='demarshal_factory.obj' libtool=no @AMDEPBACKSLASH@
 
1539
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='tests/demarshal_factory.c' object='demarshal_factory.obj' libtool=no @AMDEPBACKSLASH@
1242
1540
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1243
 
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o demarshal_factory.obj `if test -f 'tests/demarshal_factory.c'; then $(CYGPATH_W) 'tests/demarshal_factory.c'; else $(CYGPATH_W) '$(srcdir)/tests/demarshal_factory.c'; fi`
 
1541
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o demarshal_factory.obj `if test -f 'tests/demarshal_factory.c'; then $(CYGPATH_W) 'tests/demarshal_factory.c'; else $(CYGPATH_W) '$(srcdir)/tests/demarshal_factory.c'; fi`
1244
1542
 
1245
1543
interface_factory.o: tests/interface_factory.c
1246
1544
@am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT interface_factory.o -MD -MP -MF $(DEPDIR)/interface_factory.Tpo -c -o interface_factory.o `test -f 'tests/interface_factory.c' || echo '$(srcdir)/'`tests/interface_factory.c
1247
1545
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/interface_factory.Tpo $(DEPDIR)/interface_factory.Po
1248
 
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
1249
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='tests/interface_factory.c' object='interface_factory.o' libtool=no @AMDEPBACKSLASH@
 
1546
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='tests/interface_factory.c' object='interface_factory.o' libtool=no @AMDEPBACKSLASH@
1250
1547
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1251
 
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o interface_factory.o `test -f 'tests/interface_factory.c' || echo '$(srcdir)/'`tests/interface_factory.c
 
1548
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o interface_factory.o `test -f 'tests/interface_factory.c' || echo '$(srcdir)/'`tests/interface_factory.c
1252
1549
 
1253
1550
interface_factory.obj: tests/interface_factory.c
1254
1551
@am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT interface_factory.obj -MD -MP -MF $(DEPDIR)/interface_factory.Tpo -c -o interface_factory.obj `if test -f 'tests/interface_factory.c'; then $(CYGPATH_W) 'tests/interface_factory.c'; else $(CYGPATH_W) '$(srcdir)/tests/interface_factory.c'; fi`
1255
1552
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/interface_factory.Tpo $(DEPDIR)/interface_factory.Po
1256
 
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
1257
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='tests/interface_factory.c' object='interface_factory.obj' libtool=no @AMDEPBACKSLASH@
 
1553
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='tests/interface_factory.c' object='interface_factory.obj' libtool=no @AMDEPBACKSLASH@
1258
1554
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1259
 
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o interface_factory.obj `if test -f 'tests/interface_factory.c'; then $(CYGPATH_W) 'tests/interface_factory.c'; else $(CYGPATH_W) '$(srcdir)/tests/interface_factory.c'; fi`
 
1555
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o interface_factory.obj `if test -f 'tests/interface_factory.c'; then $(CYGPATH_W) 'tests/interface_factory.c'; else $(CYGPATH_W) '$(srcdir)/tests/interface_factory.c'; fi`
1260
1556
 
1261
1557
marshal_factory.o: tests/marshal_factory.c
1262
1558
@am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT marshal_factory.o -MD -MP -MF $(DEPDIR)/marshal_factory.Tpo -c -o marshal_factory.o `test -f 'tests/marshal_factory.c' || echo '$(srcdir)/'`tests/marshal_factory.c
1263
1559
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/marshal_factory.Tpo $(DEPDIR)/marshal_factory.Po
1264
 
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
1265
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='tests/marshal_factory.c' object='marshal_factory.o' libtool=no @AMDEPBACKSLASH@
 
1560
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='tests/marshal_factory.c' object='marshal_factory.o' libtool=no @AMDEPBACKSLASH@
1266
1561
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1267
 
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o marshal_factory.o `test -f 'tests/marshal_factory.c' || echo '$(srcdir)/'`tests/marshal_factory.c
 
1562
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o marshal_factory.o `test -f 'tests/marshal_factory.c' || echo '$(srcdir)/'`tests/marshal_factory.c
1268
1563
 
1269
1564
marshal_factory.obj: tests/marshal_factory.c
1270
1565
@am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT marshal_factory.obj -MD -MP -MF $(DEPDIR)/marshal_factory.Tpo -c -o marshal_factory.obj `if test -f 'tests/marshal_factory.c'; then $(CYGPATH_W) 'tests/marshal_factory.c'; else $(CYGPATH_W) '$(srcdir)/tests/marshal_factory.c'; fi`
1271
1566
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/marshal_factory.Tpo $(DEPDIR)/marshal_factory.Po
1272
 
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
1273
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='tests/marshal_factory.c' object='marshal_factory.obj' libtool=no @AMDEPBACKSLASH@
 
1567
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='tests/marshal_factory.c' object='marshal_factory.obj' libtool=no @AMDEPBACKSLASH@
1274
1568
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1275
 
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o marshal_factory.obj `if test -f 'tests/marshal_factory.c'; then $(CYGPATH_W) 'tests/marshal_factory.c'; else $(CYGPATH_W) '$(srcdir)/tests/marshal_factory.c'; fi`
 
1569
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o marshal_factory.obj `if test -f 'tests/marshal_factory.c'; then $(CYGPATH_W) 'tests/marshal_factory.c'; else $(CYGPATH_W) '$(srcdir)/tests/marshal_factory.c'; fi`
1276
1570
 
1277
1571
method_factory.o: tests/method_factory.c
1278
1572
@am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT method_factory.o -MD -MP -MF $(DEPDIR)/method_factory.Tpo -c -o method_factory.o `test -f 'tests/method_factory.c' || echo '$(srcdir)/'`tests/method_factory.c
1279
1573
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/method_factory.Tpo $(DEPDIR)/method_factory.Po
1280
 
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
1281
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='tests/method_factory.c' object='method_factory.o' libtool=no @AMDEPBACKSLASH@
 
1574
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='tests/method_factory.c' object='method_factory.o' libtool=no @AMDEPBACKSLASH@
1282
1575
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1283
 
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o method_factory.o `test -f 'tests/method_factory.c' || echo '$(srcdir)/'`tests/method_factory.c
 
1576
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o method_factory.o `test -f 'tests/method_factory.c' || echo '$(srcdir)/'`tests/method_factory.c
1284
1577
 
1285
1578
method_factory.obj: tests/method_factory.c
1286
1579
@am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT method_factory.obj -MD -MP -MF $(DEPDIR)/method_factory.Tpo -c -o method_factory.obj `if test -f 'tests/method_factory.c'; then $(CYGPATH_W) 'tests/method_factory.c'; else $(CYGPATH_W) '$(srcdir)/tests/method_factory.c'; fi`
1287
1580
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/method_factory.Tpo $(DEPDIR)/method_factory.Po
1288
 
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
1289
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='tests/method_factory.c' object='method_factory.obj' libtool=no @AMDEPBACKSLASH@
 
1581
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='tests/method_factory.c' object='method_factory.obj' libtool=no @AMDEPBACKSLASH@
1290
1582
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1291
 
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o method_factory.obj `if test -f 'tests/method_factory.c'; then $(CYGPATH_W) 'tests/method_factory.c'; else $(CYGPATH_W) '$(srcdir)/tests/method_factory.c'; fi`
 
1583
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o method_factory.obj `if test -f 'tests/method_factory.c'; then $(CYGPATH_W) 'tests/method_factory.c'; else $(CYGPATH_W) '$(srcdir)/tests/method_factory.c'; fi`
1292
1584
 
1293
1585
property_factory.o: tests/property_factory.c
1294
1586
@am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT property_factory.o -MD -MP -MF $(DEPDIR)/property_factory.Tpo -c -o property_factory.o `test -f 'tests/property_factory.c' || echo '$(srcdir)/'`tests/property_factory.c
1295
1587
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/property_factory.Tpo $(DEPDIR)/property_factory.Po
1296
 
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
1297
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='tests/property_factory.c' object='property_factory.o' libtool=no @AMDEPBACKSLASH@
 
1588
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='tests/property_factory.c' object='property_factory.o' libtool=no @AMDEPBACKSLASH@
1298
1589
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1299
 
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o property_factory.o `test -f 'tests/property_factory.c' || echo '$(srcdir)/'`tests/property_factory.c
 
1590
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o property_factory.o `test -f 'tests/property_factory.c' || echo '$(srcdir)/'`tests/property_factory.c
1300
1591
 
1301
1592
property_factory.obj: tests/property_factory.c
1302
1593
@am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT property_factory.obj -MD -MP -MF $(DEPDIR)/property_factory.Tpo -c -o property_factory.obj `if test -f 'tests/property_factory.c'; then $(CYGPATH_W) 'tests/property_factory.c'; else $(CYGPATH_W) '$(srcdir)/tests/property_factory.c'; fi`
1303
1594
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/property_factory.Tpo $(DEPDIR)/property_factory.Po
1304
 
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
1305
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='tests/property_factory.c' object='property_factory.obj' libtool=no @AMDEPBACKSLASH@
 
1595
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='tests/property_factory.c' object='property_factory.obj' libtool=no @AMDEPBACKSLASH@
1306
1596
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1307
 
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o property_factory.obj `if test -f 'tests/property_factory.c'; then $(CYGPATH_W) 'tests/property_factory.c'; else $(CYGPATH_W) '$(srcdir)/tests/property_factory.c'; fi`
 
1597
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o property_factory.obj `if test -f 'tests/property_factory.c'; then $(CYGPATH_W) 'tests/property_factory.c'; else $(CYGPATH_W) '$(srcdir)/tests/property_factory.c'; fi`
1308
1598
 
1309
1599
signal_factory.o: tests/signal_factory.c
1310
1600
@am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT signal_factory.o -MD -MP -MF $(DEPDIR)/signal_factory.Tpo -c -o signal_factory.o `test -f 'tests/signal_factory.c' || echo '$(srcdir)/'`tests/signal_factory.c
1311
1601
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/signal_factory.Tpo $(DEPDIR)/signal_factory.Po
1312
 
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
1313
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='tests/signal_factory.c' object='signal_factory.o' libtool=no @AMDEPBACKSLASH@
 
1602
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='tests/signal_factory.c' object='signal_factory.o' libtool=no @AMDEPBACKSLASH@
1314
1603
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1315
 
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o signal_factory.o `test -f 'tests/signal_factory.c' || echo '$(srcdir)/'`tests/signal_factory.c
 
1604
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o signal_factory.o `test -f 'tests/signal_factory.c' || echo '$(srcdir)/'`tests/signal_factory.c
1316
1605
 
1317
1606
signal_factory.obj: tests/signal_factory.c
1318
1607
@am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT signal_factory.obj -MD -MP -MF $(DEPDIR)/signal_factory.Tpo -c -o signal_factory.obj `if test -f 'tests/signal_factory.c'; then $(CYGPATH_W) 'tests/signal_factory.c'; else $(CYGPATH_W) '$(srcdir)/tests/signal_factory.c'; fi`
1319
1608
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/signal_factory.Tpo $(DEPDIR)/signal_factory.Po
1320
 
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
1321
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='tests/signal_factory.c' object='signal_factory.obj' libtool=no @AMDEPBACKSLASH@
 
1609
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='tests/signal_factory.c' object='signal_factory.obj' libtool=no @AMDEPBACKSLASH@
1322
1610
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1323
 
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o signal_factory.obj `if test -f 'tests/signal_factory.c'; then $(CYGPATH_W) 'tests/signal_factory.c'; else $(CYGPATH_W) '$(srcdir)/tests/signal_factory.c'; fi`
 
1611
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o signal_factory.obj `if test -f 'tests/signal_factory.c'; then $(CYGPATH_W) 'tests/signal_factory.c'; else $(CYGPATH_W) '$(srcdir)/tests/signal_factory.c'; fi`
1324
1612
 
1325
1613
test_annotation.o: tests/test_annotation.c
1326
1614
@am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT test_annotation.o -MD -MP -MF $(DEPDIR)/test_annotation.Tpo -c -o test_annotation.o `test -f 'tests/test_annotation.c' || echo '$(srcdir)/'`tests/test_annotation.c
1327
1615
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/test_annotation.Tpo $(DEPDIR)/test_annotation.Po
1328
 
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
1329
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='tests/test_annotation.c' object='test_annotation.o' libtool=no @AMDEPBACKSLASH@
 
1616
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='tests/test_annotation.c' object='test_annotation.o' libtool=no @AMDEPBACKSLASH@
1330
1617
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1331
 
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o test_annotation.o `test -f 'tests/test_annotation.c' || echo '$(srcdir)/'`tests/test_annotation.c
 
1618
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o test_annotation.o `test -f 'tests/test_annotation.c' || echo '$(srcdir)/'`tests/test_annotation.c
1332
1619
 
1333
1620
test_annotation.obj: tests/test_annotation.c
1334
1621
@am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT test_annotation.obj -MD -MP -MF $(DEPDIR)/test_annotation.Tpo -c -o test_annotation.obj `if test -f 'tests/test_annotation.c'; then $(CYGPATH_W) 'tests/test_annotation.c'; else $(CYGPATH_W) '$(srcdir)/tests/test_annotation.c'; fi`
1335
1622
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/test_annotation.Tpo $(DEPDIR)/test_annotation.Po
1336
 
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
1337
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='tests/test_annotation.c' object='test_annotation.obj' libtool=no @AMDEPBACKSLASH@
 
1623
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='tests/test_annotation.c' object='test_annotation.obj' libtool=no @AMDEPBACKSLASH@
1338
1624
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1339
 
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o test_annotation.obj `if test -f 'tests/test_annotation.c'; then $(CYGPATH_W) 'tests/test_annotation.c'; else $(CYGPATH_W) '$(srcdir)/tests/test_annotation.c'; fi`
 
1625
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o test_annotation.obj `if test -f 'tests/test_annotation.c'; then $(CYGPATH_W) 'tests/test_annotation.c'; else $(CYGPATH_W) '$(srcdir)/tests/test_annotation.c'; fi`
1340
1626
 
1341
1627
test_argument.o: tests/test_argument.c
1342
1628
@am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT test_argument.o -MD -MP -MF $(DEPDIR)/test_argument.Tpo -c -o test_argument.o `test -f 'tests/test_argument.c' || echo '$(srcdir)/'`tests/test_argument.c
1343
1629
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/test_argument.Tpo $(DEPDIR)/test_argument.Po
1344
 
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
1345
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='tests/test_argument.c' object='test_argument.o' libtool=no @AMDEPBACKSLASH@
 
1630
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='tests/test_argument.c' object='test_argument.o' libtool=no @AMDEPBACKSLASH@
1346
1631
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1347
 
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o test_argument.o `test -f 'tests/test_argument.c' || echo '$(srcdir)/'`tests/test_argument.c
 
1632
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o test_argument.o `test -f 'tests/test_argument.c' || echo '$(srcdir)/'`tests/test_argument.c
1348
1633
 
1349
1634
test_argument.obj: tests/test_argument.c
1350
1635
@am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT test_argument.obj -MD -MP -MF $(DEPDIR)/test_argument.Tpo -c -o test_argument.obj `if test -f 'tests/test_argument.c'; then $(CYGPATH_W) 'tests/test_argument.c'; else $(CYGPATH_W) '$(srcdir)/tests/test_argument.c'; fi`
1351
1636
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/test_argument.Tpo $(DEPDIR)/test_argument.Po
1352
 
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
1353
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='tests/test_argument.c' object='test_argument.obj' libtool=no @AMDEPBACKSLASH@
 
1637
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='tests/test_argument.c' object='test_argument.obj' libtool=no @AMDEPBACKSLASH@
1354
1638
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1355
 
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o test_argument.obj `if test -f 'tests/test_argument.c'; then $(CYGPATH_W) 'tests/test_argument.c'; else $(CYGPATH_W) '$(srcdir)/tests/test_argument.c'; fi`
 
1639
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o test_argument.obj `if test -f 'tests/test_argument.c'; then $(CYGPATH_W) 'tests/test_argument.c'; else $(CYGPATH_W) '$(srcdir)/tests/test_argument.c'; fi`
1356
1640
 
1357
1641
test_com.netsplit.Nih.Test_object.o: tests/test_com.netsplit.Nih.Test_object.c
1358
1642
@am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT test_com.netsplit.Nih.Test_object.o -MD -MP -MF $(DEPDIR)/test_com.netsplit.Nih.Test_object.Tpo -c -o test_com.netsplit.Nih.Test_object.o `test -f 'tests/test_com.netsplit.Nih.Test_object.c' || echo '$(srcdir)/'`tests/test_com.netsplit.Nih.Test_object.c
1359
1643
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/test_com.netsplit.Nih.Test_object.Tpo $(DEPDIR)/test_com.netsplit.Nih.Test_object.Po
1360
 
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
1361
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='tests/test_com.netsplit.Nih.Test_object.c' object='test_com.netsplit.Nih.Test_object.o' libtool=no @AMDEPBACKSLASH@
 
1644
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='tests/test_com.netsplit.Nih.Test_object.c' object='test_com.netsplit.Nih.Test_object.o' libtool=no @AMDEPBACKSLASH@
1362
1645
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1363
 
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o test_com.netsplit.Nih.Test_object.o `test -f 'tests/test_com.netsplit.Nih.Test_object.c' || echo '$(srcdir)/'`tests/test_com.netsplit.Nih.Test_object.c
 
1646
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o test_com.netsplit.Nih.Test_object.o `test -f 'tests/test_com.netsplit.Nih.Test_object.c' || echo '$(srcdir)/'`tests/test_com.netsplit.Nih.Test_object.c
1364
1647
 
1365
1648
test_com.netsplit.Nih.Test_object.obj: tests/test_com.netsplit.Nih.Test_object.c
1366
1649
@am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT test_com.netsplit.Nih.Test_object.obj -MD -MP -MF $(DEPDIR)/test_com.netsplit.Nih.Test_object.Tpo -c -o test_com.netsplit.Nih.Test_object.obj `if test -f 'tests/test_com.netsplit.Nih.Test_object.c'; then $(CYGPATH_W) 'tests/test_com.netsplit.Nih.Test_object.c'; else $(CYGPATH_W) '$(srcdir)/tests/test_com.netsplit.Nih.Test_object.c'; fi`
1367
1650
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/test_com.netsplit.Nih.Test_object.Tpo $(DEPDIR)/test_com.netsplit.Nih.Test_object.Po
1368
 
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
1369
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='tests/test_com.netsplit.Nih.Test_object.c' object='test_com.netsplit.Nih.Test_object.obj' libtool=no @AMDEPBACKSLASH@
 
1651
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='tests/test_com.netsplit.Nih.Test_object.c' object='test_com.netsplit.Nih.Test_object.obj' libtool=no @AMDEPBACKSLASH@
1370
1652
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1371
 
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o test_com.netsplit.Nih.Test_object.obj `if test -f 'tests/test_com.netsplit.Nih.Test_object.c'; then $(CYGPATH_W) 'tests/test_com.netsplit.Nih.Test_object.c'; else $(CYGPATH_W) '$(srcdir)/tests/test_com.netsplit.Nih.Test_object.c'; fi`
 
1653
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o test_com.netsplit.Nih.Test_object.obj `if test -f 'tests/test_com.netsplit.Nih.Test_object.c'; then $(CYGPATH_W) 'tests/test_com.netsplit.Nih.Test_object.c'; else $(CYGPATH_W) '$(srcdir)/tests/test_com.netsplit.Nih.Test_object.c'; fi`
1372
1654
 
1373
1655
com.netsplit.Nih.Test_impl.o: tests/com.netsplit.Nih.Test_impl.c
1374
1656
@am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT com.netsplit.Nih.Test_impl.o -MD -MP -MF $(DEPDIR)/com.netsplit.Nih.Test_impl.Tpo -c -o com.netsplit.Nih.Test_impl.o `test -f 'tests/com.netsplit.Nih.Test_impl.c' || echo '$(srcdir)/'`tests/com.netsplit.Nih.Test_impl.c
1375
1657
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/com.netsplit.Nih.Test_impl.Tpo $(DEPDIR)/com.netsplit.Nih.Test_impl.Po
1376
 
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
1377
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='tests/com.netsplit.Nih.Test_impl.c' object='com.netsplit.Nih.Test_impl.o' libtool=no @AMDEPBACKSLASH@
 
1658
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='tests/com.netsplit.Nih.Test_impl.c' object='com.netsplit.Nih.Test_impl.o' libtool=no @AMDEPBACKSLASH@
1378
1659
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1379
 
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o com.netsplit.Nih.Test_impl.o `test -f 'tests/com.netsplit.Nih.Test_impl.c' || echo '$(srcdir)/'`tests/com.netsplit.Nih.Test_impl.c
 
1660
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o com.netsplit.Nih.Test_impl.o `test -f 'tests/com.netsplit.Nih.Test_impl.c' || echo '$(srcdir)/'`tests/com.netsplit.Nih.Test_impl.c
1380
1661
 
1381
1662
com.netsplit.Nih.Test_impl.obj: tests/com.netsplit.Nih.Test_impl.c
1382
1663
@am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT com.netsplit.Nih.Test_impl.obj -MD -MP -MF $(DEPDIR)/com.netsplit.Nih.Test_impl.Tpo -c -o com.netsplit.Nih.Test_impl.obj `if test -f 'tests/com.netsplit.Nih.Test_impl.c'; then $(CYGPATH_W) 'tests/com.netsplit.Nih.Test_impl.c'; else $(CYGPATH_W) '$(srcdir)/tests/com.netsplit.Nih.Test_impl.c'; fi`
1383
1664
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/com.netsplit.Nih.Test_impl.Tpo $(DEPDIR)/com.netsplit.Nih.Test_impl.Po
1384
 
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
1385
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='tests/com.netsplit.Nih.Test_impl.c' object='com.netsplit.Nih.Test_impl.obj' libtool=no @AMDEPBACKSLASH@
 
1665
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='tests/com.netsplit.Nih.Test_impl.c' object='com.netsplit.Nih.Test_impl.obj' libtool=no @AMDEPBACKSLASH@
1386
1666
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1387
 
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o com.netsplit.Nih.Test_impl.obj `if test -f 'tests/com.netsplit.Nih.Test_impl.c'; then $(CYGPATH_W) 'tests/com.netsplit.Nih.Test_impl.c'; else $(CYGPATH_W) '$(srcdir)/tests/com.netsplit.Nih.Test_impl.c'; fi`
 
1667
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o com.netsplit.Nih.Test_impl.obj `if test -f 'tests/com.netsplit.Nih.Test_impl.c'; then $(CYGPATH_W) 'tests/com.netsplit.Nih.Test_impl.c'; else $(CYGPATH_W) '$(srcdir)/tests/com.netsplit.Nih.Test_impl.c'; fi`
1388
1668
 
1389
1669
com.netsplit.Nih.Test_object.o: tests/com.netsplit.Nih.Test_object.c
1390
1670
@am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT com.netsplit.Nih.Test_object.o -MD -MP -MF $(DEPDIR)/com.netsplit.Nih.Test_object.Tpo -c -o com.netsplit.Nih.Test_object.o `test -f 'tests/com.netsplit.Nih.Test_object.c' || echo '$(srcdir)/'`tests/com.netsplit.Nih.Test_object.c
1391
1671
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/com.netsplit.Nih.Test_object.Tpo $(DEPDIR)/com.netsplit.Nih.Test_object.Po
1392
 
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
1393
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='tests/com.netsplit.Nih.Test_object.c' object='com.netsplit.Nih.Test_object.o' libtool=no @AMDEPBACKSLASH@
 
1672
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='tests/com.netsplit.Nih.Test_object.c' object='com.netsplit.Nih.Test_object.o' libtool=no @AMDEPBACKSLASH@
1394
1673
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1395
 
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o com.netsplit.Nih.Test_object.o `test -f 'tests/com.netsplit.Nih.Test_object.c' || echo '$(srcdir)/'`tests/com.netsplit.Nih.Test_object.c
 
1674
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o com.netsplit.Nih.Test_object.o `test -f 'tests/com.netsplit.Nih.Test_object.c' || echo '$(srcdir)/'`tests/com.netsplit.Nih.Test_object.c
1396
1675
 
1397
1676
com.netsplit.Nih.Test_object.obj: tests/com.netsplit.Nih.Test_object.c
1398
1677
@am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT com.netsplit.Nih.Test_object.obj -MD -MP -MF $(DEPDIR)/com.netsplit.Nih.Test_object.Tpo -c -o com.netsplit.Nih.Test_object.obj `if test -f 'tests/com.netsplit.Nih.Test_object.c'; then $(CYGPATH_W) 'tests/com.netsplit.Nih.Test_object.c'; else $(CYGPATH_W) '$(srcdir)/tests/com.netsplit.Nih.Test_object.c'; fi`
1399
1678
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/com.netsplit.Nih.Test_object.Tpo $(DEPDIR)/com.netsplit.Nih.Test_object.Po
1400
 
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
1401
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='tests/com.netsplit.Nih.Test_object.c' object='com.netsplit.Nih.Test_object.obj' libtool=no @AMDEPBACKSLASH@
 
1679
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='tests/com.netsplit.Nih.Test_object.c' object='com.netsplit.Nih.Test_object.obj' libtool=no @AMDEPBACKSLASH@
1402
1680
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1403
 
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o com.netsplit.Nih.Test_object.obj `if test -f 'tests/com.netsplit.Nih.Test_object.c'; then $(CYGPATH_W) 'tests/com.netsplit.Nih.Test_object.c'; else $(CYGPATH_W) '$(srcdir)/tests/com.netsplit.Nih.Test_object.c'; fi`
 
1681
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o com.netsplit.Nih.Test_object.obj `if test -f 'tests/com.netsplit.Nih.Test_object.c'; then $(CYGPATH_W) 'tests/com.netsplit.Nih.Test_object.c'; else $(CYGPATH_W) '$(srcdir)/tests/com.netsplit.Nih.Test_object.c'; fi`
1404
1682
 
1405
1683
test_com.netsplit.Nih.Test_proxy.o: tests/test_com.netsplit.Nih.Test_proxy.c
1406
1684
@am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT test_com.netsplit.Nih.Test_proxy.o -MD -MP -MF $(DEPDIR)/test_com.netsplit.Nih.Test_proxy.Tpo -c -o test_com.netsplit.Nih.Test_proxy.o `test -f 'tests/test_com.netsplit.Nih.Test_proxy.c' || echo '$(srcdir)/'`tests/test_com.netsplit.Nih.Test_proxy.c
1407
1685
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/test_com.netsplit.Nih.Test_proxy.Tpo $(DEPDIR)/test_com.netsplit.Nih.Test_proxy.Po
1408
 
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
1409
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='tests/test_com.netsplit.Nih.Test_proxy.c' object='test_com.netsplit.Nih.Test_proxy.o' libtool=no @AMDEPBACKSLASH@
 
1686
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='tests/test_com.netsplit.Nih.Test_proxy.c' object='test_com.netsplit.Nih.Test_proxy.o' libtool=no @AMDEPBACKSLASH@
1410
1687
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1411
 
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o test_com.netsplit.Nih.Test_proxy.o `test -f 'tests/test_com.netsplit.Nih.Test_proxy.c' || echo '$(srcdir)/'`tests/test_com.netsplit.Nih.Test_proxy.c
 
1688
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o test_com.netsplit.Nih.Test_proxy.o `test -f 'tests/test_com.netsplit.Nih.Test_proxy.c' || echo '$(srcdir)/'`tests/test_com.netsplit.Nih.Test_proxy.c
1412
1689
 
1413
1690
test_com.netsplit.Nih.Test_proxy.obj: tests/test_com.netsplit.Nih.Test_proxy.c
1414
1691
@am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT test_com.netsplit.Nih.Test_proxy.obj -MD -MP -MF $(DEPDIR)/test_com.netsplit.Nih.Test_proxy.Tpo -c -o test_com.netsplit.Nih.Test_proxy.obj `if test -f 'tests/test_com.netsplit.Nih.Test_proxy.c'; then $(CYGPATH_W) 'tests/test_com.netsplit.Nih.Test_proxy.c'; else $(CYGPATH_W) '$(srcdir)/tests/test_com.netsplit.Nih.Test_proxy.c'; fi`
1415
1692
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/test_com.netsplit.Nih.Test_proxy.Tpo $(DEPDIR)/test_com.netsplit.Nih.Test_proxy.Po
1416
 
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
1417
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='tests/test_com.netsplit.Nih.Test_proxy.c' object='test_com.netsplit.Nih.Test_proxy.obj' libtool=no @AMDEPBACKSLASH@
 
1693
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='tests/test_com.netsplit.Nih.Test_proxy.c' object='test_com.netsplit.Nih.Test_proxy.obj' libtool=no @AMDEPBACKSLASH@
1418
1694
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1419
 
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o test_com.netsplit.Nih.Test_proxy.obj `if test -f 'tests/test_com.netsplit.Nih.Test_proxy.c'; then $(CYGPATH_W) 'tests/test_com.netsplit.Nih.Test_proxy.c'; else $(CYGPATH_W) '$(srcdir)/tests/test_com.netsplit.Nih.Test_proxy.c'; fi`
 
1695
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o test_com.netsplit.Nih.Test_proxy.obj `if test -f 'tests/test_com.netsplit.Nih.Test_proxy.c'; then $(CYGPATH_W) 'tests/test_com.netsplit.Nih.Test_proxy.c'; else $(CYGPATH_W) '$(srcdir)/tests/test_com.netsplit.Nih.Test_proxy.c'; fi`
1420
1696
 
1421
1697
com.netsplit.Nih.Test_proxy.o: tests/com.netsplit.Nih.Test_proxy.c
1422
1698
@am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT com.netsplit.Nih.Test_proxy.o -MD -MP -MF $(DEPDIR)/com.netsplit.Nih.Test_proxy.Tpo -c -o com.netsplit.Nih.Test_proxy.o `test -f 'tests/com.netsplit.Nih.Test_proxy.c' || echo '$(srcdir)/'`tests/com.netsplit.Nih.Test_proxy.c
1423
1699
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/com.netsplit.Nih.Test_proxy.Tpo $(DEPDIR)/com.netsplit.Nih.Test_proxy.Po
1424
 
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
1425
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='tests/com.netsplit.Nih.Test_proxy.c' object='com.netsplit.Nih.Test_proxy.o' libtool=no @AMDEPBACKSLASH@
 
1700
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='tests/com.netsplit.Nih.Test_proxy.c' object='com.netsplit.Nih.Test_proxy.o' libtool=no @AMDEPBACKSLASH@
1426
1701
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1427
 
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o com.netsplit.Nih.Test_proxy.o `test -f 'tests/com.netsplit.Nih.Test_proxy.c' || echo '$(srcdir)/'`tests/com.netsplit.Nih.Test_proxy.c
 
1702
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o com.netsplit.Nih.Test_proxy.o `test -f 'tests/com.netsplit.Nih.Test_proxy.c' || echo '$(srcdir)/'`tests/com.netsplit.Nih.Test_proxy.c
1428
1703
 
1429
1704
com.netsplit.Nih.Test_proxy.obj: tests/com.netsplit.Nih.Test_proxy.c
1430
1705
@am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT com.netsplit.Nih.Test_proxy.obj -MD -MP -MF $(DEPDIR)/com.netsplit.Nih.Test_proxy.Tpo -c -o com.netsplit.Nih.Test_proxy.obj `if test -f 'tests/com.netsplit.Nih.Test_proxy.c'; then $(CYGPATH_W) 'tests/com.netsplit.Nih.Test_proxy.c'; else $(CYGPATH_W) '$(srcdir)/tests/com.netsplit.Nih.Test_proxy.c'; fi`
1431
1706
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/com.netsplit.Nih.Test_proxy.Tpo $(DEPDIR)/com.netsplit.Nih.Test_proxy.Po
1432
 
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
1433
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='tests/com.netsplit.Nih.Test_proxy.c' object='com.netsplit.Nih.Test_proxy.obj' libtool=no @AMDEPBACKSLASH@
 
1707
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='tests/com.netsplit.Nih.Test_proxy.c' object='com.netsplit.Nih.Test_proxy.obj' libtool=no @AMDEPBACKSLASH@
1434
1708
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1435
 
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o com.netsplit.Nih.Test_proxy.obj `if test -f 'tests/com.netsplit.Nih.Test_proxy.c'; then $(CYGPATH_W) 'tests/com.netsplit.Nih.Test_proxy.c'; else $(CYGPATH_W) '$(srcdir)/tests/com.netsplit.Nih.Test_proxy.c'; fi`
 
1709
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o com.netsplit.Nih.Test_proxy.obj `if test -f 'tests/com.netsplit.Nih.Test_proxy.c'; then $(CYGPATH_W) 'tests/com.netsplit.Nih.Test_proxy.c'; else $(CYGPATH_W) '$(srcdir)/tests/com.netsplit.Nih.Test_proxy.c'; fi`
1436
1710
 
1437
1711
test_demarshal.o: tests/test_demarshal.c
1438
1712
@am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT test_demarshal.o -MD -MP -MF $(DEPDIR)/test_demarshal.Tpo -c -o test_demarshal.o `test -f 'tests/test_demarshal.c' || echo '$(srcdir)/'`tests/test_demarshal.c
1439
1713
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/test_demarshal.Tpo $(DEPDIR)/test_demarshal.Po
1440
 
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
1441
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='tests/test_demarshal.c' object='test_demarshal.o' libtool=no @AMDEPBACKSLASH@
 
1714
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='tests/test_demarshal.c' object='test_demarshal.o' libtool=no @AMDEPBACKSLASH@
1442
1715
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1443
 
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o test_demarshal.o `test -f 'tests/test_demarshal.c' || echo '$(srcdir)/'`tests/test_demarshal.c
 
1716
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o test_demarshal.o `test -f 'tests/test_demarshal.c' || echo '$(srcdir)/'`tests/test_demarshal.c
1444
1717
 
1445
1718
test_demarshal.obj: tests/test_demarshal.c
1446
1719
@am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT test_demarshal.obj -MD -MP -MF $(DEPDIR)/test_demarshal.Tpo -c -o test_demarshal.obj `if test -f 'tests/test_demarshal.c'; then $(CYGPATH_W) 'tests/test_demarshal.c'; else $(CYGPATH_W) '$(srcdir)/tests/test_demarshal.c'; fi`
1447
1720
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/test_demarshal.Tpo $(DEPDIR)/test_demarshal.Po
1448
 
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
1449
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='tests/test_demarshal.c' object='test_demarshal.obj' libtool=no @AMDEPBACKSLASH@
 
1721
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='tests/test_demarshal.c' object='test_demarshal.obj' libtool=no @AMDEPBACKSLASH@
1450
1722
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1451
 
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o test_demarshal.obj `if test -f 'tests/test_demarshal.c'; then $(CYGPATH_W) 'tests/test_demarshal.c'; else $(CYGPATH_W) '$(srcdir)/tests/test_demarshal.c'; fi`
 
1723
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o test_demarshal.obj `if test -f 'tests/test_demarshal.c'; then $(CYGPATH_W) 'tests/test_demarshal.c'; else $(CYGPATH_W) '$(srcdir)/tests/test_demarshal.c'; fi`
1452
1724
 
1453
1725
demarshal_code.o: tests/demarshal_code.c
1454
1726
@am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT demarshal_code.o -MD -MP -MF $(DEPDIR)/demarshal_code.Tpo -c -o demarshal_code.o `test -f 'tests/demarshal_code.c' || echo '$(srcdir)/'`tests/demarshal_code.c
1455
1727
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/demarshal_code.Tpo $(DEPDIR)/demarshal_code.Po
1456
 
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
1457
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='tests/demarshal_code.c' object='demarshal_code.o' libtool=no @AMDEPBACKSLASH@
 
1728
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='tests/demarshal_code.c' object='demarshal_code.o' libtool=no @AMDEPBACKSLASH@
1458
1729
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1459
 
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o demarshal_code.o `test -f 'tests/demarshal_code.c' || echo '$(srcdir)/'`tests/demarshal_code.c
 
1730
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o demarshal_code.o `test -f 'tests/demarshal_code.c' || echo '$(srcdir)/'`tests/demarshal_code.c
1460
1731
 
1461
1732
demarshal_code.obj: tests/demarshal_code.c
1462
1733
@am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT demarshal_code.obj -MD -MP -MF $(DEPDIR)/demarshal_code.Tpo -c -o demarshal_code.obj `if test -f 'tests/demarshal_code.c'; then $(CYGPATH_W) 'tests/demarshal_code.c'; else $(CYGPATH_W) '$(srcdir)/tests/demarshal_code.c'; fi`
1463
1734
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/demarshal_code.Tpo $(DEPDIR)/demarshal_code.Po
1464
 
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
1465
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='tests/demarshal_code.c' object='demarshal_code.obj' libtool=no @AMDEPBACKSLASH@
 
1735
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='tests/demarshal_code.c' object='demarshal_code.obj' libtool=no @AMDEPBACKSLASH@
1466
1736
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1467
 
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o demarshal_code.obj `if test -f 'tests/demarshal_code.c'; then $(CYGPATH_W) 'tests/demarshal_code.c'; else $(CYGPATH_W) '$(srcdir)/tests/demarshal_code.c'; fi`
 
1737
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o demarshal_code.obj `if test -f 'tests/demarshal_code.c'; then $(CYGPATH_W) 'tests/demarshal_code.c'; else $(CYGPATH_W) '$(srcdir)/tests/demarshal_code.c'; fi`
1468
1738
 
1469
1739
test_indent.o: tests/test_indent.c
1470
1740
@am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT test_indent.o -MD -MP -MF $(DEPDIR)/test_indent.Tpo -c -o test_indent.o `test -f 'tests/test_indent.c' || echo '$(srcdir)/'`tests/test_indent.c
1471
1741
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/test_indent.Tpo $(DEPDIR)/test_indent.Po
1472
 
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
1473
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='tests/test_indent.c' object='test_indent.o' libtool=no @AMDEPBACKSLASH@
 
1742
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='tests/test_indent.c' object='test_indent.o' libtool=no @AMDEPBACKSLASH@
1474
1743
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1475
 
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o test_indent.o `test -f 'tests/test_indent.c' || echo '$(srcdir)/'`tests/test_indent.c
 
1744
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o test_indent.o `test -f 'tests/test_indent.c' || echo '$(srcdir)/'`tests/test_indent.c
1476
1745
 
1477
1746
test_indent.obj: tests/test_indent.c
1478
1747
@am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT test_indent.obj -MD -MP -MF $(DEPDIR)/test_indent.Tpo -c -o test_indent.obj `if test -f 'tests/test_indent.c'; then $(CYGPATH_W) 'tests/test_indent.c'; else $(CYGPATH_W) '$(srcdir)/tests/test_indent.c'; fi`
1479
1748
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/test_indent.Tpo $(DEPDIR)/test_indent.Po
1480
 
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
1481
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='tests/test_indent.c' object='test_indent.obj' libtool=no @AMDEPBACKSLASH@
 
1749
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='tests/test_indent.c' object='test_indent.obj' libtool=no @AMDEPBACKSLASH@
1482
1750
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1483
 
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o test_indent.obj `if test -f 'tests/test_indent.c'; then $(CYGPATH_W) 'tests/test_indent.c'; else $(CYGPATH_W) '$(srcdir)/tests/test_indent.c'; fi`
 
1751
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o test_indent.obj `if test -f 'tests/test_indent.c'; then $(CYGPATH_W) 'tests/test_indent.c'; else $(CYGPATH_W) '$(srcdir)/tests/test_indent.c'; fi`
1484
1752
 
1485
1753
test_interface.o: tests/test_interface.c
1486
1754
@am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT test_interface.o -MD -MP -MF $(DEPDIR)/test_interface.Tpo -c -o test_interface.o `test -f 'tests/test_interface.c' || echo '$(srcdir)/'`tests/test_interface.c
1487
1755
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/test_interface.Tpo $(DEPDIR)/test_interface.Po
1488
 
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
1489
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='tests/test_interface.c' object='test_interface.o' libtool=no @AMDEPBACKSLASH@
 
1756
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='tests/test_interface.c' object='test_interface.o' libtool=no @AMDEPBACKSLASH@
1490
1757
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1491
 
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o test_interface.o `test -f 'tests/test_interface.c' || echo '$(srcdir)/'`tests/test_interface.c
 
1758
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o test_interface.o `test -f 'tests/test_interface.c' || echo '$(srcdir)/'`tests/test_interface.c
1492
1759
 
1493
1760
test_interface.obj: tests/test_interface.c
1494
1761
@am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT test_interface.obj -MD -MP -MF $(DEPDIR)/test_interface.Tpo -c -o test_interface.obj `if test -f 'tests/test_interface.c'; then $(CYGPATH_W) 'tests/test_interface.c'; else $(CYGPATH_W) '$(srcdir)/tests/test_interface.c'; fi`
1495
1762
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/test_interface.Tpo $(DEPDIR)/test_interface.Po
1496
 
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
1497
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='tests/test_interface.c' object='test_interface.obj' libtool=no @AMDEPBACKSLASH@
 
1763
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='tests/test_interface.c' object='test_interface.obj' libtool=no @AMDEPBACKSLASH@
1498
1764
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1499
 
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o test_interface.obj `if test -f 'tests/test_interface.c'; then $(CYGPATH_W) 'tests/test_interface.c'; else $(CYGPATH_W) '$(srcdir)/tests/test_interface.c'; fi`
 
1765
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o test_interface.obj `if test -f 'tests/test_interface.c'; then $(CYGPATH_W) 'tests/test_interface.c'; else $(CYGPATH_W) '$(srcdir)/tests/test_interface.c'; fi`
1500
1766
 
1501
1767
interface_code.o: tests/interface_code.c
1502
1768
@am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT interface_code.o -MD -MP -MF $(DEPDIR)/interface_code.Tpo -c -o interface_code.o `test -f 'tests/interface_code.c' || echo '$(srcdir)/'`tests/interface_code.c
1503
1769
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/interface_code.Tpo $(DEPDIR)/interface_code.Po
1504
 
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
1505
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='tests/interface_code.c' object='interface_code.o' libtool=no @AMDEPBACKSLASH@
 
1770
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='tests/interface_code.c' object='interface_code.o' libtool=no @AMDEPBACKSLASH@
1506
1771
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1507
 
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o interface_code.o `test -f 'tests/interface_code.c' || echo '$(srcdir)/'`tests/interface_code.c
 
1772
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o interface_code.o `test -f 'tests/interface_code.c' || echo '$(srcdir)/'`tests/interface_code.c
1508
1773
 
1509
1774
interface_code.obj: tests/interface_code.c
1510
1775
@am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT interface_code.obj -MD -MP -MF $(DEPDIR)/interface_code.Tpo -c -o interface_code.obj `if test -f 'tests/interface_code.c'; then $(CYGPATH_W) 'tests/interface_code.c'; else $(CYGPATH_W) '$(srcdir)/tests/interface_code.c'; fi`
1511
1776
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/interface_code.Tpo $(DEPDIR)/interface_code.Po
1512
 
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
1513
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='tests/interface_code.c' object='interface_code.obj' libtool=no @AMDEPBACKSLASH@
 
1777
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='tests/interface_code.c' object='interface_code.obj' libtool=no @AMDEPBACKSLASH@
1514
1778
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1515
 
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o interface_code.obj `if test -f 'tests/interface_code.c'; then $(CYGPATH_W) 'tests/interface_code.c'; else $(CYGPATH_W) '$(srcdir)/tests/interface_code.c'; fi`
 
1779
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o interface_code.obj `if test -f 'tests/interface_code.c'; then $(CYGPATH_W) 'tests/interface_code.c'; else $(CYGPATH_W) '$(srcdir)/tests/interface_code.c'; fi`
1516
1780
 
1517
1781
test_main-test_main.o: tests/test_main.c
1518
1782
@am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_main_CFLAGS) $(CFLAGS) -MT test_main-test_main.o -MD -MP -MF $(DEPDIR)/test_main-test_main.Tpo -c -o test_main-test_main.o `test -f 'tests/test_main.c' || echo '$(srcdir)/'`tests/test_main.c
1519
1783
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/test_main-test_main.Tpo $(DEPDIR)/test_main-test_main.Po
1520
 
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
1521
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='tests/test_main.c' object='test_main-test_main.o' libtool=no @AMDEPBACKSLASH@
 
1784
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='tests/test_main.c' object='test_main-test_main.o' libtool=no @AMDEPBACKSLASH@
1522
1785
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1523
 
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_main_CFLAGS) $(CFLAGS) -c -o test_main-test_main.o `test -f 'tests/test_main.c' || echo '$(srcdir)/'`tests/test_main.c
 
1786
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_main_CFLAGS) $(CFLAGS) -c -o test_main-test_main.o `test -f 'tests/test_main.c' || echo '$(srcdir)/'`tests/test_main.c
1524
1787
 
1525
1788
test_main-test_main.obj: tests/test_main.c
1526
1789
@am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_main_CFLAGS) $(CFLAGS) -MT test_main-test_main.obj -MD -MP -MF $(DEPDIR)/test_main-test_main.Tpo -c -o test_main-test_main.obj `if test -f 'tests/test_main.c'; then $(CYGPATH_W) 'tests/test_main.c'; else $(CYGPATH_W) '$(srcdir)/tests/test_main.c'; fi`
1527
1790
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/test_main-test_main.Tpo $(DEPDIR)/test_main-test_main.Po
1528
 
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
1529
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='tests/test_main.c' object='test_main-test_main.obj' libtool=no @AMDEPBACKSLASH@
 
1791
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='tests/test_main.c' object='test_main-test_main.obj' libtool=no @AMDEPBACKSLASH@
1530
1792
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1531
 
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_main_CFLAGS) $(CFLAGS) -c -o test_main-test_main.obj `if test -f 'tests/test_main.c'; then $(CYGPATH_W) 'tests/test_main.c'; else $(CYGPATH_W) '$(srcdir)/tests/test_main.c'; fi`
 
1793
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_main_CFLAGS) $(CFLAGS) -c -o test_main-test_main.obj `if test -f 'tests/test_main.c'; then $(CYGPATH_W) 'tests/test_main.c'; else $(CYGPATH_W) '$(srcdir)/tests/test_main.c'; fi`
1532
1794
 
1533
1795
test_main-main.o: main.c
1534
1796
@am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_main_CFLAGS) $(CFLAGS) -MT test_main-main.o -MD -MP -MF $(DEPDIR)/test_main-main.Tpo -c -o test_main-main.o `test -f 'main.c' || echo '$(srcdir)/'`main.c
1535
1797
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/test_main-main.Tpo $(DEPDIR)/test_main-main.Po
1536
 
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
1537
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='main.c' object='test_main-main.o' libtool=no @AMDEPBACKSLASH@
 
1798
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='main.c' object='test_main-main.o' libtool=no @AMDEPBACKSLASH@
1538
1799
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1539
 
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_main_CFLAGS) $(CFLAGS) -c -o test_main-main.o `test -f 'main.c' || echo '$(srcdir)/'`main.c
 
1800
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_main_CFLAGS) $(CFLAGS) -c -o test_main-main.o `test -f 'main.c' || echo '$(srcdir)/'`main.c
1540
1801
 
1541
1802
test_main-main.obj: main.c
1542
1803
@am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_main_CFLAGS) $(CFLAGS) -MT test_main-main.obj -MD -MP -MF $(DEPDIR)/test_main-main.Tpo -c -o test_main-main.obj `if test -f 'main.c'; then $(CYGPATH_W) 'main.c'; else $(CYGPATH_W) '$(srcdir)/main.c'; fi`
1543
1804
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/test_main-main.Tpo $(DEPDIR)/test_main-main.Po
1544
 
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
1545
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='main.c' object='test_main-main.obj' libtool=no @AMDEPBACKSLASH@
 
1805
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='main.c' object='test_main-main.obj' libtool=no @AMDEPBACKSLASH@
1546
1806
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1547
 
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_main_CFLAGS) $(CFLAGS) -c -o test_main-main.obj `if test -f 'main.c'; then $(CYGPATH_W) 'main.c'; else $(CYGPATH_W) '$(srcdir)/main.c'; fi`
 
1807
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_main_CFLAGS) $(CFLAGS) -c -o test_main-main.obj `if test -f 'main.c'; then $(CYGPATH_W) 'main.c'; else $(CYGPATH_W) '$(srcdir)/main.c'; fi`
1548
1808
 
1549
1809
test_marshal.o: tests/test_marshal.c
1550
1810
@am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT test_marshal.o -MD -MP -MF $(DEPDIR)/test_marshal.Tpo -c -o test_marshal.o `test -f 'tests/test_marshal.c' || echo '$(srcdir)/'`tests/test_marshal.c
1551
1811
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/test_marshal.Tpo $(DEPDIR)/test_marshal.Po
1552
 
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
1553
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='tests/test_marshal.c' object='test_marshal.o' libtool=no @AMDEPBACKSLASH@
 
1812
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='tests/test_marshal.c' object='test_marshal.o' libtool=no @AMDEPBACKSLASH@
1554
1813
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1555
 
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o test_marshal.o `test -f 'tests/test_marshal.c' || echo '$(srcdir)/'`tests/test_marshal.c
 
1814
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o test_marshal.o `test -f 'tests/test_marshal.c' || echo '$(srcdir)/'`tests/test_marshal.c
1556
1815
 
1557
1816
test_marshal.obj: tests/test_marshal.c
1558
1817
@am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT test_marshal.obj -MD -MP -MF $(DEPDIR)/test_marshal.Tpo -c -o test_marshal.obj `if test -f 'tests/test_marshal.c'; then $(CYGPATH_W) 'tests/test_marshal.c'; else $(CYGPATH_W) '$(srcdir)/tests/test_marshal.c'; fi`
1559
1818
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/test_marshal.Tpo $(DEPDIR)/test_marshal.Po
1560
 
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
1561
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='tests/test_marshal.c' object='test_marshal.obj' libtool=no @AMDEPBACKSLASH@
 
1819
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='tests/test_marshal.c' object='test_marshal.obj' libtool=no @AMDEPBACKSLASH@
1562
1820
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1563
 
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o test_marshal.obj `if test -f 'tests/test_marshal.c'; then $(CYGPATH_W) 'tests/test_marshal.c'; else $(CYGPATH_W) '$(srcdir)/tests/test_marshal.c'; fi`
 
1821
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o test_marshal.obj `if test -f 'tests/test_marshal.c'; then $(CYGPATH_W) 'tests/test_marshal.c'; else $(CYGPATH_W) '$(srcdir)/tests/test_marshal.c'; fi`
1564
1822
 
1565
1823
marshal_code.o: tests/marshal_code.c
1566
1824
@am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT marshal_code.o -MD -MP -MF $(DEPDIR)/marshal_code.Tpo -c -o marshal_code.o `test -f 'tests/marshal_code.c' || echo '$(srcdir)/'`tests/marshal_code.c
1567
1825
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/marshal_code.Tpo $(DEPDIR)/marshal_code.Po
1568
 
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
1569
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='tests/marshal_code.c' object='marshal_code.o' libtool=no @AMDEPBACKSLASH@
 
1826
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='tests/marshal_code.c' object='marshal_code.o' libtool=no @AMDEPBACKSLASH@
1570
1827
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1571
 
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o marshal_code.o `test -f 'tests/marshal_code.c' || echo '$(srcdir)/'`tests/marshal_code.c
 
1828
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o marshal_code.o `test -f 'tests/marshal_code.c' || echo '$(srcdir)/'`tests/marshal_code.c
1572
1829
 
1573
1830
marshal_code.obj: tests/marshal_code.c
1574
1831
@am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT marshal_code.obj -MD -MP -MF $(DEPDIR)/marshal_code.Tpo -c -o marshal_code.obj `if test -f 'tests/marshal_code.c'; then $(CYGPATH_W) 'tests/marshal_code.c'; else $(CYGPATH_W) '$(srcdir)/tests/marshal_code.c'; fi`
1575
1832
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/marshal_code.Tpo $(DEPDIR)/marshal_code.Po
1576
 
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
1577
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='tests/marshal_code.c' object='marshal_code.obj' libtool=no @AMDEPBACKSLASH@
 
1833
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='tests/marshal_code.c' object='marshal_code.obj' libtool=no @AMDEPBACKSLASH@
1578
1834
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1579
 
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o marshal_code.obj `if test -f 'tests/marshal_code.c'; then $(CYGPATH_W) 'tests/marshal_code.c'; else $(CYGPATH_W) '$(srcdir)/tests/marshal_code.c'; fi`
 
1835
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o marshal_code.obj `if test -f 'tests/marshal_code.c'; then $(CYGPATH_W) 'tests/marshal_code.c'; else $(CYGPATH_W) '$(srcdir)/tests/marshal_code.c'; fi`
1580
1836
 
1581
1837
test_method.o: tests/test_method.c
1582
1838
@am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT test_method.o -MD -MP -MF $(DEPDIR)/test_method.Tpo -c -o test_method.o `test -f 'tests/test_method.c' || echo '$(srcdir)/'`tests/test_method.c
1583
1839
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/test_method.Tpo $(DEPDIR)/test_method.Po
1584
 
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
1585
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='tests/test_method.c' object='test_method.o' libtool=no @AMDEPBACKSLASH@
 
1840
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='tests/test_method.c' object='test_method.o' libtool=no @AMDEPBACKSLASH@
1586
1841
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1587
 
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o test_method.o `test -f 'tests/test_method.c' || echo '$(srcdir)/'`tests/test_method.c
 
1842
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o test_method.o `test -f 'tests/test_method.c' || echo '$(srcdir)/'`tests/test_method.c
1588
1843
 
1589
1844
test_method.obj: tests/test_method.c
1590
1845
@am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT test_method.obj -MD -MP -MF $(DEPDIR)/test_method.Tpo -c -o test_method.obj `if test -f 'tests/test_method.c'; then $(CYGPATH_W) 'tests/test_method.c'; else $(CYGPATH_W) '$(srcdir)/tests/test_method.c'; fi`
1591
1846
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/test_method.Tpo $(DEPDIR)/test_method.Po
1592
 
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
1593
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='tests/test_method.c' object='test_method.obj' libtool=no @AMDEPBACKSLASH@
 
1847
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='tests/test_method.c' object='test_method.obj' libtool=no @AMDEPBACKSLASH@
1594
1848
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1595
 
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o test_method.obj `if test -f 'tests/test_method.c'; then $(CYGPATH_W) 'tests/test_method.c'; else $(CYGPATH_W) '$(srcdir)/tests/test_method.c'; fi`
 
1849
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o test_method.obj `if test -f 'tests/test_method.c'; then $(CYGPATH_W) 'tests/test_method.c'; else $(CYGPATH_W) '$(srcdir)/tests/test_method.c'; fi`
1596
1850
 
1597
1851
method_code.o: tests/method_code.c
1598
1852
@am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT method_code.o -MD -MP -MF $(DEPDIR)/method_code.Tpo -c -o method_code.o `test -f 'tests/method_code.c' || echo '$(srcdir)/'`tests/method_code.c
1599
1853
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/method_code.Tpo $(DEPDIR)/method_code.Po
1600
 
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
1601
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='tests/method_code.c' object='method_code.o' libtool=no @AMDEPBACKSLASH@
 
1854
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='tests/method_code.c' object='method_code.o' libtool=no @AMDEPBACKSLASH@
1602
1855
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1603
 
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o method_code.o `test -f 'tests/method_code.c' || echo '$(srcdir)/'`tests/method_code.c
 
1856
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o method_code.o `test -f 'tests/method_code.c' || echo '$(srcdir)/'`tests/method_code.c
1604
1857
 
1605
1858
method_code.obj: tests/method_code.c
1606
1859
@am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT method_code.obj -MD -MP -MF $(DEPDIR)/method_code.Tpo -c -o method_code.obj `if test -f 'tests/method_code.c'; then $(CYGPATH_W) 'tests/method_code.c'; else $(CYGPATH_W) '$(srcdir)/tests/method_code.c'; fi`
1607
1860
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/method_code.Tpo $(DEPDIR)/method_code.Po
1608
 
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
1609
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='tests/method_code.c' object='method_code.obj' libtool=no @AMDEPBACKSLASH@
 
1861
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='tests/method_code.c' object='method_code.obj' libtool=no @AMDEPBACKSLASH@
1610
1862
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1611
 
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o method_code.obj `if test -f 'tests/method_code.c'; then $(CYGPATH_W) 'tests/method_code.c'; else $(CYGPATH_W) '$(srcdir)/tests/method_code.c'; fi`
 
1863
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o method_code.obj `if test -f 'tests/method_code.c'; then $(CYGPATH_W) 'tests/method_code.c'; else $(CYGPATH_W) '$(srcdir)/tests/method_code.c'; fi`
1612
1864
 
1613
1865
test_node.o: tests/test_node.c
1614
1866
@am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT test_node.o -MD -MP -MF $(DEPDIR)/test_node.Tpo -c -o test_node.o `test -f 'tests/test_node.c' || echo '$(srcdir)/'`tests/test_node.c
1615
1867
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/test_node.Tpo $(DEPDIR)/test_node.Po
1616
 
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
1617
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='tests/test_node.c' object='test_node.o' libtool=no @AMDEPBACKSLASH@
 
1868
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='tests/test_node.c' object='test_node.o' libtool=no @AMDEPBACKSLASH@
1618
1869
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1619
 
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o test_node.o `test -f 'tests/test_node.c' || echo '$(srcdir)/'`tests/test_node.c
 
1870
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o test_node.o `test -f 'tests/test_node.c' || echo '$(srcdir)/'`tests/test_node.c
1620
1871
 
1621
1872
test_node.obj: tests/test_node.c
1622
1873
@am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT test_node.obj -MD -MP -MF $(DEPDIR)/test_node.Tpo -c -o test_node.obj `if test -f 'tests/test_node.c'; then $(CYGPATH_W) 'tests/test_node.c'; else $(CYGPATH_W) '$(srcdir)/tests/test_node.c'; fi`
1623
1874
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/test_node.Tpo $(DEPDIR)/test_node.Po
1624
 
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
1625
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='tests/test_node.c' object='test_node.obj' libtool=no @AMDEPBACKSLASH@
1626
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1627
 
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o test_node.obj `if test -f 'tests/test_node.c'; then $(CYGPATH_W) 'tests/test_node.c'; else $(CYGPATH_W) '$(srcdir)/tests/test_node.c'; fi`
 
1875
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='tests/test_node.c' object='test_node.obj' libtool=no @AMDEPBACKSLASH@
 
1876
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
1877
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o test_node.obj `if test -f 'tests/test_node.c'; then $(CYGPATH_W) 'tests/test_node.c'; else $(CYGPATH_W) '$(srcdir)/tests/test_node.c'; fi`
 
1878
 
 
1879
test_node_part2.o: tests/test_node_part2.c
 
1880
@am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT test_node_part2.o -MD -MP -MF $(DEPDIR)/test_node_part2.Tpo -c -o test_node_part2.o `test -f 'tests/test_node_part2.c' || echo '$(srcdir)/'`tests/test_node_part2.c
 
1881
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/test_node_part2.Tpo $(DEPDIR)/test_node_part2.Po
 
1882
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='tests/test_node_part2.c' object='test_node_part2.o' libtool=no @AMDEPBACKSLASH@
 
1883
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
1884
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o test_node_part2.o `test -f 'tests/test_node_part2.c' || echo '$(srcdir)/'`tests/test_node_part2.c
 
1885
 
 
1886
test_node_part2.obj: tests/test_node_part2.c
 
1887
@am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT test_node_part2.obj -MD -MP -MF $(DEPDIR)/test_node_part2.Tpo -c -o test_node_part2.obj `if test -f 'tests/test_node_part2.c'; then $(CYGPATH_W) 'tests/test_node_part2.c'; else $(CYGPATH_W) '$(srcdir)/tests/test_node_part2.c'; fi`
 
1888
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/test_node_part2.Tpo $(DEPDIR)/test_node_part2.Po
 
1889
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='tests/test_node_part2.c' object='test_node_part2.obj' libtool=no @AMDEPBACKSLASH@
 
1890
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
1891
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o test_node_part2.obj `if test -f 'tests/test_node_part2.c'; then $(CYGPATH_W) 'tests/test_node_part2.c'; else $(CYGPATH_W) '$(srcdir)/tests/test_node_part2.c'; fi`
1628
1892
 
1629
1893
test_output.o: tests/test_output.c
1630
1894
@am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT test_output.o -MD -MP -MF $(DEPDIR)/test_output.Tpo -c -o test_output.o `test -f 'tests/test_output.c' || echo '$(srcdir)/'`tests/test_output.c
1631
1895
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/test_output.Tpo $(DEPDIR)/test_output.Po
1632
 
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
1633
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='tests/test_output.c' object='test_output.o' libtool=no @AMDEPBACKSLASH@
 
1896
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='tests/test_output.c' object='test_output.o' libtool=no @AMDEPBACKSLASH@
1634
1897
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1635
 
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o test_output.o `test -f 'tests/test_output.c' || echo '$(srcdir)/'`tests/test_output.c
 
1898
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o test_output.o `test -f 'tests/test_output.c' || echo '$(srcdir)/'`tests/test_output.c
1636
1899
 
1637
1900
test_output.obj: tests/test_output.c
1638
1901
@am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT test_output.obj -MD -MP -MF $(DEPDIR)/test_output.Tpo -c -o test_output.obj `if test -f 'tests/test_output.c'; then $(CYGPATH_W) 'tests/test_output.c'; else $(CYGPATH_W) '$(srcdir)/tests/test_output.c'; fi`
1639
1902
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/test_output.Tpo $(DEPDIR)/test_output.Po
1640
 
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
1641
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='tests/test_output.c' object='test_output.obj' libtool=no @AMDEPBACKSLASH@
 
1903
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='tests/test_output.c' object='test_output.obj' libtool=no @AMDEPBACKSLASH@
1642
1904
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1643
 
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o test_output.obj `if test -f 'tests/test_output.c'; then $(CYGPATH_W) 'tests/test_output.c'; else $(CYGPATH_W) '$(srcdir)/tests/test_output.c'; fi`
 
1905
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o test_output.obj `if test -f 'tests/test_output.c'; then $(CYGPATH_W) 'tests/test_output.c'; else $(CYGPATH_W) '$(srcdir)/tests/test_output.c'; fi`
1644
1906
 
1645
1907
test_parse.o: tests/test_parse.c
1646
1908
@am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT test_parse.o -MD -MP -MF $(DEPDIR)/test_parse.Tpo -c -o test_parse.o `test -f 'tests/test_parse.c' || echo '$(srcdir)/'`tests/test_parse.c
1647
1909
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/test_parse.Tpo $(DEPDIR)/test_parse.Po
1648
 
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
1649
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='tests/test_parse.c' object='test_parse.o' libtool=no @AMDEPBACKSLASH@
 
1910
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='tests/test_parse.c' object='test_parse.o' libtool=no @AMDEPBACKSLASH@
1650
1911
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1651
 
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o test_parse.o `test -f 'tests/test_parse.c' || echo '$(srcdir)/'`tests/test_parse.c
 
1912
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o test_parse.o `test -f 'tests/test_parse.c' || echo '$(srcdir)/'`tests/test_parse.c
1652
1913
 
1653
1914
test_parse.obj: tests/test_parse.c
1654
1915
@am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT test_parse.obj -MD -MP -MF $(DEPDIR)/test_parse.Tpo -c -o test_parse.obj `if test -f 'tests/test_parse.c'; then $(CYGPATH_W) 'tests/test_parse.c'; else $(CYGPATH_W) '$(srcdir)/tests/test_parse.c'; fi`
1655
1916
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/test_parse.Tpo $(DEPDIR)/test_parse.Po
1656
 
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
1657
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='tests/test_parse.c' object='test_parse.obj' libtool=no @AMDEPBACKSLASH@
 
1917
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='tests/test_parse.c' object='test_parse.obj' libtool=no @AMDEPBACKSLASH@
1658
1918
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1659
 
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o test_parse.obj `if test -f 'tests/test_parse.c'; then $(CYGPATH_W) 'tests/test_parse.c'; else $(CYGPATH_W) '$(srcdir)/tests/test_parse.c'; fi`
 
1919
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o test_parse.obj `if test -f 'tests/test_parse.c'; then $(CYGPATH_W) 'tests/test_parse.c'; else $(CYGPATH_W) '$(srcdir)/tests/test_parse.c'; fi`
1660
1920
 
1661
1921
test_property.o: tests/test_property.c
1662
1922
@am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT test_property.o -MD -MP -MF $(DEPDIR)/test_property.Tpo -c -o test_property.o `test -f 'tests/test_property.c' || echo '$(srcdir)/'`tests/test_property.c
1663
1923
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/test_property.Tpo $(DEPDIR)/test_property.Po
1664
 
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
1665
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='tests/test_property.c' object='test_property.o' libtool=no @AMDEPBACKSLASH@
 
1924
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='tests/test_property.c' object='test_property.o' libtool=no @AMDEPBACKSLASH@
1666
1925
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1667
 
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o test_property.o `test -f 'tests/test_property.c' || echo '$(srcdir)/'`tests/test_property.c
 
1926
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o test_property.o `test -f 'tests/test_property.c' || echo '$(srcdir)/'`tests/test_property.c
1668
1927
 
1669
1928
test_property.obj: tests/test_property.c
1670
1929
@am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT test_property.obj -MD -MP -MF $(DEPDIR)/test_property.Tpo -c -o test_property.obj `if test -f 'tests/test_property.c'; then $(CYGPATH_W) 'tests/test_property.c'; else $(CYGPATH_W) '$(srcdir)/tests/test_property.c'; fi`
1671
1930
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/test_property.Tpo $(DEPDIR)/test_property.Po
1672
 
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
1673
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='tests/test_property.c' object='test_property.obj' libtool=no @AMDEPBACKSLASH@
 
1931
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='tests/test_property.c' object='test_property.obj' libtool=no @AMDEPBACKSLASH@
1674
1932
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1675
 
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o test_property.obj `if test -f 'tests/test_property.c'; then $(CYGPATH_W) 'tests/test_property.c'; else $(CYGPATH_W) '$(srcdir)/tests/test_property.c'; fi`
 
1933
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o test_property.obj `if test -f 'tests/test_property.c'; then $(CYGPATH_W) 'tests/test_property.c'; else $(CYGPATH_W) '$(srcdir)/tests/test_property.c'; fi`
1676
1934
 
1677
1935
property_code.o: tests/property_code.c
1678
1936
@am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT property_code.o -MD -MP -MF $(DEPDIR)/property_code.Tpo -c -o property_code.o `test -f 'tests/property_code.c' || echo '$(srcdir)/'`tests/property_code.c
1679
1937
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/property_code.Tpo $(DEPDIR)/property_code.Po
1680
 
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
1681
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='tests/property_code.c' object='property_code.o' libtool=no @AMDEPBACKSLASH@
 
1938
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='tests/property_code.c' object='property_code.o' libtool=no @AMDEPBACKSLASH@
1682
1939
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1683
 
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o property_code.o `test -f 'tests/property_code.c' || echo '$(srcdir)/'`tests/property_code.c
 
1940
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o property_code.o `test -f 'tests/property_code.c' || echo '$(srcdir)/'`tests/property_code.c
1684
1941
 
1685
1942
property_code.obj: tests/property_code.c
1686
1943
@am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT property_code.obj -MD -MP -MF $(DEPDIR)/property_code.Tpo -c -o property_code.obj `if test -f 'tests/property_code.c'; then $(CYGPATH_W) 'tests/property_code.c'; else $(CYGPATH_W) '$(srcdir)/tests/property_code.c'; fi`
1687
1944
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/property_code.Tpo $(DEPDIR)/property_code.Po
1688
 
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
1689
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='tests/property_code.c' object='property_code.obj' libtool=no @AMDEPBACKSLASH@
 
1945
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='tests/property_code.c' object='property_code.obj' libtool=no @AMDEPBACKSLASH@
1690
1946
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1691
 
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o property_code.obj `if test -f 'tests/property_code.c'; then $(CYGPATH_W) 'tests/property_code.c'; else $(CYGPATH_W) '$(srcdir)/tests/property_code.c'; fi`
 
1947
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o property_code.obj `if test -f 'tests/property_code.c'; then $(CYGPATH_W) 'tests/property_code.c'; else $(CYGPATH_W) '$(srcdir)/tests/property_code.c'; fi`
1692
1948
 
1693
1949
test_signal.o: tests/test_signal.c
1694
1950
@am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT test_signal.o -MD -MP -MF $(DEPDIR)/test_signal.Tpo -c -o test_signal.o `test -f 'tests/test_signal.c' || echo '$(srcdir)/'`tests/test_signal.c
1695
1951
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/test_signal.Tpo $(DEPDIR)/test_signal.Po
1696
 
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
1697
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='tests/test_signal.c' object='test_signal.o' libtool=no @AMDEPBACKSLASH@
 
1952
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='tests/test_signal.c' object='test_signal.o' libtool=no @AMDEPBACKSLASH@
1698
1953
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1699
 
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o test_signal.o `test -f 'tests/test_signal.c' || echo '$(srcdir)/'`tests/test_signal.c
 
1954
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o test_signal.o `test -f 'tests/test_signal.c' || echo '$(srcdir)/'`tests/test_signal.c
1700
1955
 
1701
1956
test_signal.obj: tests/test_signal.c
1702
1957
@am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT test_signal.obj -MD -MP -MF $(DEPDIR)/test_signal.Tpo -c -o test_signal.obj `if test -f 'tests/test_signal.c'; then $(CYGPATH_W) 'tests/test_signal.c'; else $(CYGPATH_W) '$(srcdir)/tests/test_signal.c'; fi`
1703
1958
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/test_signal.Tpo $(DEPDIR)/test_signal.Po
1704
 
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
1705
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='tests/test_signal.c' object='test_signal.obj' libtool=no @AMDEPBACKSLASH@
 
1959
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='tests/test_signal.c' object='test_signal.obj' libtool=no @AMDEPBACKSLASH@
1706
1960
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1707
 
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o test_signal.obj `if test -f 'tests/test_signal.c'; then $(CYGPATH_W) 'tests/test_signal.c'; else $(CYGPATH_W) '$(srcdir)/tests/test_signal.c'; fi`
 
1961
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o test_signal.obj `if test -f 'tests/test_signal.c'; then $(CYGPATH_W) 'tests/test_signal.c'; else $(CYGPATH_W) '$(srcdir)/tests/test_signal.c'; fi`
1708
1962
 
1709
1963
signal_code.o: tests/signal_code.c
1710
1964
@am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT signal_code.o -MD -MP -MF $(DEPDIR)/signal_code.Tpo -c -o signal_code.o `test -f 'tests/signal_code.c' || echo '$(srcdir)/'`tests/signal_code.c
1711
1965
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/signal_code.Tpo $(DEPDIR)/signal_code.Po
1712
 
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
1713
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='tests/signal_code.c' object='signal_code.o' libtool=no @AMDEPBACKSLASH@
 
1966
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='tests/signal_code.c' object='signal_code.o' libtool=no @AMDEPBACKSLASH@
1714
1967
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1715
 
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o signal_code.o `test -f 'tests/signal_code.c' || echo '$(srcdir)/'`tests/signal_code.c
 
1968
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o signal_code.o `test -f 'tests/signal_code.c' || echo '$(srcdir)/'`tests/signal_code.c
1716
1969
 
1717
1970
signal_code.obj: tests/signal_code.c
1718
1971
@am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT signal_code.obj -MD -MP -MF $(DEPDIR)/signal_code.Tpo -c -o signal_code.obj `if test -f 'tests/signal_code.c'; then $(CYGPATH_W) 'tests/signal_code.c'; else $(CYGPATH_W) '$(srcdir)/tests/signal_code.c'; fi`
1719
1972
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/signal_code.Tpo $(DEPDIR)/signal_code.Po
1720
 
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
1721
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='tests/signal_code.c' object='signal_code.obj' libtool=no @AMDEPBACKSLASH@
 
1973
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='tests/signal_code.c' object='signal_code.obj' libtool=no @AMDEPBACKSLASH@
1722
1974
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1723
 
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o signal_code.obj `if test -f 'tests/signal_code.c'; then $(CYGPATH_W) 'tests/signal_code.c'; else $(CYGPATH_W) '$(srcdir)/tests/signal_code.c'; fi`
 
1975
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o signal_code.obj `if test -f 'tests/signal_code.c'; then $(CYGPATH_W) 'tests/signal_code.c'; else $(CYGPATH_W) '$(srcdir)/tests/signal_code.c'; fi`
1724
1976
 
1725
1977
test_symbol.o: tests/test_symbol.c
1726
1978
@am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT test_symbol.o -MD -MP -MF $(DEPDIR)/test_symbol.Tpo -c -o test_symbol.o `test -f 'tests/test_symbol.c' || echo '$(srcdir)/'`tests/test_symbol.c
1727
1979
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/test_symbol.Tpo $(DEPDIR)/test_symbol.Po
1728
 
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
1729
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='tests/test_symbol.c' object='test_symbol.o' libtool=no @AMDEPBACKSLASH@
 
1980
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='tests/test_symbol.c' object='test_symbol.o' libtool=no @AMDEPBACKSLASH@
1730
1981
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1731
 
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o test_symbol.o `test -f 'tests/test_symbol.c' || echo '$(srcdir)/'`tests/test_symbol.c
 
1982
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o test_symbol.o `test -f 'tests/test_symbol.c' || echo '$(srcdir)/'`tests/test_symbol.c
1732
1983
 
1733
1984
test_symbol.obj: tests/test_symbol.c
1734
1985
@am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT test_symbol.obj -MD -MP -MF $(DEPDIR)/test_symbol.Tpo -c -o test_symbol.obj `if test -f 'tests/test_symbol.c'; then $(CYGPATH_W) 'tests/test_symbol.c'; else $(CYGPATH_W) '$(srcdir)/tests/test_symbol.c'; fi`
1735
1986
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/test_symbol.Tpo $(DEPDIR)/test_symbol.Po
1736
 
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
1737
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='tests/test_symbol.c' object='test_symbol.obj' libtool=no @AMDEPBACKSLASH@
 
1987
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='tests/test_symbol.c' object='test_symbol.obj' libtool=no @AMDEPBACKSLASH@
1738
1988
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1739
 
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o test_symbol.obj `if test -f 'tests/test_symbol.c'; then $(CYGPATH_W) 'tests/test_symbol.c'; else $(CYGPATH_W) '$(srcdir)/tests/test_symbol.c'; fi`
 
1989
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o test_symbol.obj `if test -f 'tests/test_symbol.c'; then $(CYGPATH_W) 'tests/test_symbol.c'; else $(CYGPATH_W) '$(srcdir)/tests/test_symbol.c'; fi`
1740
1990
 
1741
1991
test_type.o: tests/test_type.c
1742
1992
@am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT test_type.o -MD -MP -MF $(DEPDIR)/test_type.Tpo -c -o test_type.o `test -f 'tests/test_type.c' || echo '$(srcdir)/'`tests/test_type.c
1743
1993
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/test_type.Tpo $(DEPDIR)/test_type.Po
1744
 
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
1745
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='tests/test_type.c' object='test_type.o' libtool=no @AMDEPBACKSLASH@
 
1994
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='tests/test_type.c' object='test_type.o' libtool=no @AMDEPBACKSLASH@
1746
1995
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1747
 
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o test_type.o `test -f 'tests/test_type.c' || echo '$(srcdir)/'`tests/test_type.c
 
1996
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o test_type.o `test -f 'tests/test_type.c' || echo '$(srcdir)/'`tests/test_type.c
1748
1997
 
1749
1998
test_type.obj: tests/test_type.c
1750
1999
@am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT test_type.obj -MD -MP -MF $(DEPDIR)/test_type.Tpo -c -o test_type.obj `if test -f 'tests/test_type.c'; then $(CYGPATH_W) 'tests/test_type.c'; else $(CYGPATH_W) '$(srcdir)/tests/test_type.c'; fi`
1751
2000
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/test_type.Tpo $(DEPDIR)/test_type.Po
1752
 
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
1753
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='tests/test_type.c' object='test_type.obj' libtool=no @AMDEPBACKSLASH@
 
2001
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='tests/test_type.c' object='test_type.obj' libtool=no @AMDEPBACKSLASH@
1754
2002
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1755
 
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o test_type.obj `if test -f 'tests/test_type.c'; then $(CYGPATH_W) 'tests/test_type.c'; else $(CYGPATH_W) '$(srcdir)/tests/test_type.c'; fi`
 
2003
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o test_type.obj `if test -f 'tests/test_type.c'; then $(CYGPATH_W) 'tests/test_type.c'; else $(CYGPATH_W) '$(srcdir)/tests/test_type.c'; fi`
1756
2004
 
1757
2005
mostlyclean-libtool:
1758
2006
        -rm -f *.lo
1761
2009
        -rm -rf .libs _libs
1762
2010
install-man1: $(dist_man_MANS)
1763
2011
        @$(NORMAL_INSTALL)
1764
 
        test -z "$(man1dir)" || $(MKDIR_P) "$(DESTDIR)$(man1dir)"
1765
 
        @list=''; test -n "$(man1dir)" || exit 0; \
1766
 
        { for i in $$list; do echo "$$i"; done; \
1767
 
        l2='$(dist_man_MANS)'; for i in $$l2; do echo "$$i"; done | \
1768
 
          sed -n '/\.1[a-z]*$$/p'; \
 
2012
        @list1=''; \
 
2013
        list2='$(dist_man_MANS)'; \
 
2014
        test -n "$(man1dir)" \
 
2015
          && test -n "`echo $$list1$$list2`" \
 
2016
          || exit 0; \
 
2017
        echo " $(MKDIR_P) '$(DESTDIR)$(man1dir)'"; \
 
2018
        $(MKDIR_P) "$(DESTDIR)$(man1dir)" || exit 1; \
 
2019
        { for i in $$list1; do echo "$$i"; done;  \
 
2020
        if test -n "$$list2"; then \
 
2021
          for i in $$list2; do echo "$$i"; done \
 
2022
            | sed -n '/\.1[a-z]*$$/p'; \
 
2023
        fi; \
1769
2024
        } | while read p; do \
1770
2025
          if test -f $$p; then d=; else d="$(srcdir)/"; fi; \
1771
2026
          echo "$$d$$p"; echo "$$p"; \
1794
2049
          sed -n '/\.1[a-z]*$$/p'; \
1795
2050
        } | sed -e 's,.*/,,;h;s,.*\.,,;s,^[^1][0-9a-z]*$$,1,;x' \
1796
2051
              -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \
1797
 
        test -z "$$files" || { \
1798
 
          echo " ( cd '$(DESTDIR)$(man1dir)' && rm -f" $$files ")"; \
1799
 
          cd "$(DESTDIR)$(man1dir)" && rm -f $$files; }
1800
 
 
1801
 
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
1802
 
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
1803
 
        unique=`for i in $$list; do \
1804
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
1805
 
          done | \
1806
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
1807
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
1808
 
        mkid -fID $$unique
1809
 
tags: TAGS
1810
 
 
1811
 
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
1812
 
                $(TAGS_FILES) $(LISP)
 
2052
        dir='$(DESTDIR)$(man1dir)'; $(am__uninstall_files_from_dir)
 
2053
 
 
2054
ID: $(am__tagged_files)
 
2055
        $(am__define_uniq_tagged_files); mkid -fID $$unique
 
2056
tags: tags-am
 
2057
TAGS: tags
 
2058
 
 
2059
tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
1813
2060
        set x; \
1814
2061
        here=`pwd`; \
1815
 
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
1816
 
        unique=`for i in $$list; do \
1817
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
1818
 
          done | \
1819
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
1820
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
2062
        $(am__define_uniq_tagged_files); \
1821
2063
        shift; \
1822
2064
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
1823
2065
          test -n "$$unique" || unique=$$empty_fix; \
1829
2071
              $$unique; \
1830
2072
          fi; \
1831
2073
        fi
1832
 
ctags: CTAGS
1833
 
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
1834
 
                $(TAGS_FILES) $(LISP)
1835
 
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
1836
 
        unique=`for i in $$list; do \
1837
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
1838
 
          done | \
1839
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
1840
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
2074
ctags: ctags-am
 
2075
 
 
2076
CTAGS: ctags
 
2077
ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
 
2078
        $(am__define_uniq_tagged_files); \
1841
2079
        test -z "$(CTAGS_ARGS)$$unique" \
1842
2080
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
1843
2081
             $$unique
1846
2084
        here=`$(am__cd) $(top_builddir) && pwd` \
1847
2085
          && $(am__cd) $(top_srcdir) \
1848
2086
          && gtags -i $(GTAGS_ARGS) "$$here"
 
2087
cscopelist: cscopelist-am
 
2088
 
 
2089
cscopelist-am: $(am__tagged_files)
 
2090
        list='$(am__tagged_files)'; \
 
2091
        case "$(srcdir)" in \
 
2092
          [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
 
2093
          *) sdir=$(subdir)/$(srcdir) ;; \
 
2094
        esac; \
 
2095
        for i in $$list; do \
 
2096
          if test -f "$$i"; then \
 
2097
            echo "$(subdir)/$$i"; \
 
2098
          else \
 
2099
            echo "$$sdir/$$i"; \
 
2100
          fi; \
 
2101
        done >> $(top_builddir)/cscope.files
1849
2102
 
1850
2103
distclean-tags:
1851
2104
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
1852
2105
 
1853
 
check-TESTS: $(TESTS)
1854
 
        @failed=0; all=0; xfail=0; xpass=0; skip=0; \
1855
 
        srcdir=$(srcdir); export srcdir; \
1856
 
        list=' $(TESTS) '; \
1857
 
        $(am__tty_colors); \
1858
 
        if test -n "$$list"; then \
1859
 
          for tst in $$list; do \
1860
 
            if test -f ./$$tst; then dir=./; \
1861
 
            elif test -f $$tst; then dir=; \
1862
 
            else dir="$(srcdir)/"; fi; \
1863
 
            if $(TESTS_ENVIRONMENT) $${dir}$$tst; then \
1864
 
              all=`expr $$all + 1`; \
1865
 
              case " $(XFAIL_TESTS) " in \
1866
 
              *[\ \     ]$$tst[\ \      ]*) \
1867
 
                xpass=`expr $$xpass + 1`; \
1868
 
                failed=`expr $$failed + 1`; \
1869
 
                col=$$red; res=XPASS; \
1870
 
              ;; \
1871
 
              *) \
1872
 
                col=$$grn; res=PASS; \
1873
 
              ;; \
1874
 
              esac; \
1875
 
            elif test $$? -ne 77; then \
1876
 
              all=`expr $$all + 1`; \
1877
 
              case " $(XFAIL_TESTS) " in \
1878
 
              *[\ \     ]$$tst[\ \      ]*) \
1879
 
                xfail=`expr $$xfail + 1`; \
1880
 
                col=$$lgn; res=XFAIL; \
1881
 
              ;; \
1882
 
              *) \
1883
 
                failed=`expr $$failed + 1`; \
1884
 
                col=$$red; res=FAIL; \
1885
 
              ;; \
1886
 
              esac; \
1887
 
            else \
1888
 
              skip=`expr $$skip + 1`; \
1889
 
              col=$$blu; res=SKIP; \
1890
 
            fi; \
1891
 
            echo "$${col}$$res$${std}: $$tst"; \
 
2106
# Recover from deleted '.trs' file; this should ensure that
 
2107
# "rm -f foo.log; make foo.trs" re-run 'foo.test', and re-create
 
2108
# both 'foo.log' and 'foo.trs'.  Break the recipe in two subshells
 
2109
# to avoid problems with "make -n".
 
2110
.log.trs:
 
2111
        rm -f $< $@
 
2112
        $(MAKE) $(AM_MAKEFLAGS) $<
 
2113
 
 
2114
# Leading 'am--fnord' is there to ensure the list of targets does not
 
2115
# expand to empty, as could happen e.g. with make check TESTS=''.
 
2116
am--fnord $(TEST_LOGS) $(TEST_LOGS:.log=.trs): $(am__force_recheck)
 
2117
am--force-recheck:
 
2118
        @:
 
2119
 
 
2120
$(TEST_SUITE_LOG): $(TEST_LOGS)
 
2121
        @$(am__set_TESTS_bases); \
 
2122
        am__f_ok () { test -f "$$1" && test -r "$$1"; }; \
 
2123
        redo_bases=`for i in $$bases; do \
 
2124
                      am__f_ok $$i.trs && am__f_ok $$i.log || echo $$i; \
 
2125
                    done`; \
 
2126
        if test -n "$$redo_bases"; then \
 
2127
          redo_logs=`for i in $$redo_bases; do echo $$i.log; done`; \
 
2128
          redo_results=`for i in $$redo_bases; do echo $$i.trs; done`; \
 
2129
          if $(am__make_dryrun); then :; else \
 
2130
            rm -f $$redo_logs && rm -f $$redo_results || exit 1; \
 
2131
          fi; \
 
2132
        fi; \
 
2133
        if test -n "$$am__remaking_logs"; then \
 
2134
          echo "fatal: making $(TEST_SUITE_LOG): possible infinite" \
 
2135
               "recursion detected" >&2; \
 
2136
        else \
 
2137
          am__remaking_logs=yes $(MAKE) $(AM_MAKEFLAGS) $$redo_logs; \
 
2138
        fi; \
 
2139
        if $(am__make_dryrun); then :; else \
 
2140
          st=0;  \
 
2141
          errmsg="fatal: making $(TEST_SUITE_LOG): failed to create"; \
 
2142
          for i in $$redo_bases; do \
 
2143
            test -f $$i.trs && test -r $$i.trs \
 
2144
              || { echo "$$errmsg $$i.trs" >&2; st=1; }; \
 
2145
            test -f $$i.log && test -r $$i.log \
 
2146
              || { echo "$$errmsg $$i.log" >&2; st=1; }; \
1892
2147
          done; \
1893
 
          if test "$$all" -eq 1; then \
1894
 
            tests="test"; \
1895
 
            All=""; \
1896
 
          else \
1897
 
            tests="tests"; \
1898
 
            All="All "; \
1899
 
          fi; \
1900
 
          if test "$$failed" -eq 0; then \
1901
 
            if test "$$xfail" -eq 0; then \
1902
 
              banner="$$All$$all $$tests passed"; \
1903
 
            else \
1904
 
              if test "$$xfail" -eq 1; then failures=failure; else failures=failures; fi; \
1905
 
              banner="$$All$$all $$tests behaved as expected ($$xfail expected $$failures)"; \
1906
 
            fi; \
1907
 
          else \
1908
 
            if test "$$xpass" -eq 0; then \
1909
 
              banner="$$failed of $$all $$tests failed"; \
1910
 
            else \
1911
 
              if test "$$xpass" -eq 1; then passes=pass; else passes=passes; fi; \
1912
 
              banner="$$failed of $$all $$tests did not behave as expected ($$xpass unexpected $$passes)"; \
1913
 
            fi; \
1914
 
          fi; \
1915
 
          dashes="$$banner"; \
1916
 
          skipped=""; \
1917
 
          if test "$$skip" -ne 0; then \
1918
 
            if test "$$skip" -eq 1; then \
1919
 
              skipped="($$skip test was not run)"; \
1920
 
            else \
1921
 
              skipped="($$skip tests were not run)"; \
1922
 
            fi; \
1923
 
            test `echo "$$skipped" | wc -c` -le `echo "$$banner" | wc -c` || \
1924
 
              dashes="$$skipped"; \
1925
 
          fi; \
1926
 
          report=""; \
1927
 
          if test "$$failed" -ne 0 && test -n "$(PACKAGE_BUGREPORT)"; then \
1928
 
            report="Please report to $(PACKAGE_BUGREPORT)"; \
1929
 
            test `echo "$$report" | wc -c` -le `echo "$$banner" | wc -c` || \
1930
 
              dashes="$$report"; \
1931
 
          fi; \
1932
 
          dashes=`echo "$$dashes" | sed s/./=/g`; \
1933
 
          if test "$$failed" -eq 0; then \
1934
 
            echo "$$grn$$dashes"; \
1935
 
          else \
1936
 
            echo "$$red$$dashes"; \
1937
 
          fi; \
1938
 
          echo "$$banner"; \
1939
 
          test -z "$$skipped" || echo "$$skipped"; \
1940
 
          test -z "$$report" || echo "$$report"; \
1941
 
          echo "$$dashes$$std"; \
1942
 
          test "$$failed" -eq 0; \
1943
 
        else :; fi
 
2148
          test $$st -eq 0 || exit 1; \
 
2149
        fi
 
2150
        @$(am__sh_e_setup); $(am__tty_colors); $(am__set_TESTS_bases); \
 
2151
        ws='[   ]'; \
 
2152
        results=`for b in $$bases; do echo $$b.trs; done`; \
 
2153
        test -n "$$results" || results=/dev/null; \
 
2154
        all=`  grep "^$$ws*:test-result:"           $$results | wc -l`; \
 
2155
        pass=` grep "^$$ws*:test-result:$$ws*PASS"  $$results | wc -l`; \
 
2156
        fail=` grep "^$$ws*:test-result:$$ws*FAIL"  $$results | wc -l`; \
 
2157
        skip=` grep "^$$ws*:test-result:$$ws*SKIP"  $$results | wc -l`; \
 
2158
        xfail=`grep "^$$ws*:test-result:$$ws*XFAIL" $$results | wc -l`; \
 
2159
        xpass=`grep "^$$ws*:test-result:$$ws*XPASS" $$results | wc -l`; \
 
2160
        error=`grep "^$$ws*:test-result:$$ws*ERROR" $$results | wc -l`; \
 
2161
        if test `expr $$fail + $$xpass + $$error` -eq 0; then \
 
2162
          success=true; \
 
2163
        else \
 
2164
          success=false; \
 
2165
        fi; \
 
2166
        br='==================='; br=$$br$$br$$br$$br; \
 
2167
        result_count () \
 
2168
        { \
 
2169
            if test x"$$1" = x"--maybe-color"; then \
 
2170
              maybe_colorize=yes; \
 
2171
            elif test x"$$1" = x"--no-color"; then \
 
2172
              maybe_colorize=no; \
 
2173
            else \
 
2174
              echo "$@: invalid 'result_count' usage" >&2; exit 4; \
 
2175
            fi; \
 
2176
            shift; \
 
2177
            desc=$$1 count=$$2; \
 
2178
            if test $$maybe_colorize = yes && test $$count -gt 0; then \
 
2179
              color_start=$$3 color_end=$$std; \
 
2180
            else \
 
2181
              color_start= color_end=; \
 
2182
            fi; \
 
2183
            echo "$${color_start}# $$desc $$count$${color_end}"; \
 
2184
        }; \
 
2185
        create_testsuite_report () \
 
2186
        { \
 
2187
          result_count $$1 "TOTAL:" $$all   "$$brg"; \
 
2188
          result_count $$1 "PASS: " $$pass  "$$grn"; \
 
2189
          result_count $$1 "SKIP: " $$skip  "$$blu"; \
 
2190
          result_count $$1 "XFAIL:" $$xfail "$$lgn"; \
 
2191
          result_count $$1 "FAIL: " $$fail  "$$red"; \
 
2192
          result_count $$1 "XPASS:" $$xpass "$$red"; \
 
2193
          result_count $$1 "ERROR:" $$error "$$mgn"; \
 
2194
        }; \
 
2195
        {                                                               \
 
2196
          echo "$(PACKAGE_STRING): $(subdir)/$(TEST_SUITE_LOG)" |       \
 
2197
            $(am__rst_title);                                           \
 
2198
          create_testsuite_report --no-color;                           \
 
2199
          echo;                                                         \
 
2200
          echo ".. contents:: :depth: 2";                               \
 
2201
          echo;                                                         \
 
2202
          for b in $$bases; do echo $$b; done                           \
 
2203
            | $(am__create_global_log);                                 \
 
2204
        } >$(TEST_SUITE_LOG).tmp || exit 1;                             \
 
2205
        mv $(TEST_SUITE_LOG).tmp $(TEST_SUITE_LOG);                     \
 
2206
        if $$success; then                                              \
 
2207
          col="$$grn";                                                  \
 
2208
         else                                                           \
 
2209
          col="$$red";                                                  \
 
2210
          test x"$$VERBOSE" = x || cat $(TEST_SUITE_LOG);               \
 
2211
        fi;                                                             \
 
2212
        echo "$${col}$$br$${std}";                                      \
 
2213
        echo "$${col}Testsuite summary for $(PACKAGE_STRING)$${std}";   \
 
2214
        echo "$${col}$$br$${std}";                                      \
 
2215
        create_testsuite_report --maybe-color;                          \
 
2216
        echo "$$col$$br$$std";                                          \
 
2217
        if $$success; then :; else                                      \
 
2218
          echo "$${col}See $(subdir)/$(TEST_SUITE_LOG)$${std}";         \
 
2219
          if test -n "$(PACKAGE_BUGREPORT)"; then                       \
 
2220
            echo "$${col}Please report to $(PACKAGE_BUGREPORT)$${std}"; \
 
2221
          fi;                                                           \
 
2222
          echo "$$col$$br$$std";                                        \
 
2223
        fi;                                                             \
 
2224
        $$success || exit 1
 
2225
 
 
2226
check-TESTS:
 
2227
        @list='$(RECHECK_LOGS)';           test -z "$$list" || rm -f $$list
 
2228
        @list='$(RECHECK_LOGS:.log=.trs)'; test -z "$$list" || rm -f $$list
 
2229
        @test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG)
 
2230
        @set +e; $(am__set_TESTS_bases); \
 
2231
        log_list=`for i in $$bases; do echo $$i.log; done`; \
 
2232
        trs_list=`for i in $$bases; do echo $$i.trs; done`; \
 
2233
        log_list=`echo $$log_list`; trs_list=`echo $$trs_list`; \
 
2234
        $(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) TEST_LOGS="$$log_list"; \
 
2235
        exit $$?;
 
2236
recheck: all $(check_PROGRAMS)
 
2237
        @test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG)
 
2238
        @set +e; $(am__set_TESTS_bases); \
 
2239
        bases=`for i in $$bases; do echo $$i; done \
 
2240
                 | $(am__list_recheck_tests)` || exit 1; \
 
2241
        log_list=`for i in $$bases; do echo $$i.log; done`; \
 
2242
        log_list=`echo $$log_list`; \
 
2243
        $(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) \
 
2244
                am__force_recheck=am--force-recheck \
 
2245
                TEST_LOGS="$$log_list"; \
 
2246
        exit $$?
 
2247
test_main.log: test_main$(EXEEXT)
 
2248
        @p='test_main$(EXEEXT)'; \
 
2249
        b='test_main'; \
 
2250
        $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
 
2251
        --log-file $$b.log --trs-file $$b.trs \
 
2252
        $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
 
2253
        "$$tst" $(AM_TESTS_FD_REDIRECT)
 
2254
test_symbol.log: test_symbol$(EXEEXT)
 
2255
        @p='test_symbol$(EXEEXT)'; \
 
2256
        b='test_symbol'; \
 
2257
        $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
 
2258
        --log-file $$b.log --trs-file $$b.trs \
 
2259
        $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
 
2260
        "$$tst" $(AM_TESTS_FD_REDIRECT)
 
2261
test_indent.log: test_indent$(EXEEXT)
 
2262
        @p='test_indent$(EXEEXT)'; \
 
2263
        b='test_indent'; \
 
2264
        $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
 
2265
        --log-file $$b.log --trs-file $$b.trs \
 
2266
        $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
 
2267
        "$$tst" $(AM_TESTS_FD_REDIRECT)
 
2268
test_type.log: test_type$(EXEEXT)
 
2269
        @p='test_type$(EXEEXT)'; \
 
2270
        b='test_type'; \
 
2271
        $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
 
2272
        --log-file $$b.log --trs-file $$b.trs \
 
2273
        $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
 
2274
        "$$tst" $(AM_TESTS_FD_REDIRECT)
 
2275
test_marshal.log: test_marshal$(EXEEXT)
 
2276
        @p='test_marshal$(EXEEXT)'; \
 
2277
        b='test_marshal'; \
 
2278
        $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
 
2279
        --log-file $$b.log --trs-file $$b.trs \
 
2280
        $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
 
2281
        "$$tst" $(AM_TESTS_FD_REDIRECT)
 
2282
test_demarshal.log: test_demarshal$(EXEEXT)
 
2283
        @p='test_demarshal$(EXEEXT)'; \
 
2284
        b='test_demarshal'; \
 
2285
        $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
 
2286
        --log-file $$b.log --trs-file $$b.trs \
 
2287
        $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
 
2288
        "$$tst" $(AM_TESTS_FD_REDIRECT)
 
2289
test_node.log: test_node$(EXEEXT)
 
2290
        @p='test_node$(EXEEXT)'; \
 
2291
        b='test_node'; \
 
2292
        $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
 
2293
        --log-file $$b.log --trs-file $$b.trs \
 
2294
        $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
 
2295
        "$$tst" $(AM_TESTS_FD_REDIRECT)
 
2296
test_node_part2.log: test_node_part2$(EXEEXT)
 
2297
        @p='test_node_part2$(EXEEXT)'; \
 
2298
        b='test_node_part2'; \
 
2299
        $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
 
2300
        --log-file $$b.log --trs-file $$b.trs \
 
2301
        $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
 
2302
        "$$tst" $(AM_TESTS_FD_REDIRECT)
 
2303
test_interface.log: test_interface$(EXEEXT)
 
2304
        @p='test_interface$(EXEEXT)'; \
 
2305
        b='test_interface'; \
 
2306
        $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
 
2307
        --log-file $$b.log --trs-file $$b.trs \
 
2308
        $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
 
2309
        "$$tst" $(AM_TESTS_FD_REDIRECT)
 
2310
test_method.log: test_method$(EXEEXT)
 
2311
        @p='test_method$(EXEEXT)'; \
 
2312
        b='test_method'; \
 
2313
        $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
 
2314
        --log-file $$b.log --trs-file $$b.trs \
 
2315
        $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
 
2316
        "$$tst" $(AM_TESTS_FD_REDIRECT)
 
2317
test_signal.log: test_signal$(EXEEXT)
 
2318
        @p='test_signal$(EXEEXT)'; \
 
2319
        b='test_signal'; \
 
2320
        $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
 
2321
        --log-file $$b.log --trs-file $$b.trs \
 
2322
        $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
 
2323
        "$$tst" $(AM_TESTS_FD_REDIRECT)
 
2324
test_property.log: test_property$(EXEEXT)
 
2325
        @p='test_property$(EXEEXT)'; \
 
2326
        b='test_property'; \
 
2327
        $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
 
2328
        --log-file $$b.log --trs-file $$b.trs \
 
2329
        $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
 
2330
        "$$tst" $(AM_TESTS_FD_REDIRECT)
 
2331
test_argument.log: test_argument$(EXEEXT)
 
2332
        @p='test_argument$(EXEEXT)'; \
 
2333
        b='test_argument'; \
 
2334
        $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
 
2335
        --log-file $$b.log --trs-file $$b.trs \
 
2336
        $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
 
2337
        "$$tst" $(AM_TESTS_FD_REDIRECT)
 
2338
test_annotation.log: test_annotation$(EXEEXT)
 
2339
        @p='test_annotation$(EXEEXT)'; \
 
2340
        b='test_annotation'; \
 
2341
        $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
 
2342
        --log-file $$b.log --trs-file $$b.trs \
 
2343
        $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
 
2344
        "$$tst" $(AM_TESTS_FD_REDIRECT)
 
2345
test_parse.log: test_parse$(EXEEXT)
 
2346
        @p='test_parse$(EXEEXT)'; \
 
2347
        b='test_parse'; \
 
2348
        $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
 
2349
        --log-file $$b.log --trs-file $$b.trs \
 
2350
        $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
 
2351
        "$$tst" $(AM_TESTS_FD_REDIRECT)
 
2352
test_output.log: test_output$(EXEEXT)
 
2353
        @p='test_output$(EXEEXT)'; \
 
2354
        b='test_output'; \
 
2355
        $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
 
2356
        --log-file $$b.log --trs-file $$b.trs \
 
2357
        $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
 
2358
        "$$tst" $(AM_TESTS_FD_REDIRECT)
 
2359
test_com.netsplit.Nih.Test_object.log: test_com.netsplit.Nih.Test_object$(EXEEXT)
 
2360
        @p='test_com.netsplit.Nih.Test_object$(EXEEXT)'; \
 
2361
        b='test_com.netsplit.Nih.Test_object'; \
 
2362
        $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
 
2363
        --log-file $$b.log --trs-file $$b.trs \
 
2364
        $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
 
2365
        "$$tst" $(AM_TESTS_FD_REDIRECT)
 
2366
test_com.netsplit.Nih.Test_proxy.log: test_com.netsplit.Nih.Test_proxy$(EXEEXT)
 
2367
        @p='test_com.netsplit.Nih.Test_proxy$(EXEEXT)'; \
 
2368
        b='test_com.netsplit.Nih.Test_proxy'; \
 
2369
        $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
 
2370
        --log-file $$b.log --trs-file $$b.trs \
 
2371
        $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
 
2372
        "$$tst" $(AM_TESTS_FD_REDIRECT)
 
2373
.test.log:
 
2374
        @p='$<'; \
 
2375
        $(am__set_b); \
 
2376
        $(am__check_pre) $(TEST_LOG_DRIVER) --test-name "$$f" \
 
2377
        --log-file $$b.log --trs-file $$b.trs \
 
2378
        $(am__common_driver_flags) $(AM_TEST_LOG_DRIVER_FLAGS) $(TEST_LOG_DRIVER_FLAGS) -- $(TEST_LOG_COMPILE) \
 
2379
        "$$tst" $(AM_TESTS_FD_REDIRECT)
 
2380
@am__EXEEXT_TRUE@.test$(EXEEXT).log:
 
2381
@am__EXEEXT_TRUE@       @p='$<'; \
 
2382
@am__EXEEXT_TRUE@       $(am__set_b); \
 
2383
@am__EXEEXT_TRUE@       $(am__check_pre) $(TEST_LOG_DRIVER) --test-name "$$f" \
 
2384
@am__EXEEXT_TRUE@       --log-file $$b.log --trs-file $$b.trs \
 
2385
@am__EXEEXT_TRUE@       $(am__common_driver_flags) $(AM_TEST_LOG_DRIVER_FLAGS) $(TEST_LOG_DRIVER_FLAGS) -- $(TEST_LOG_COMPILE) \
 
2386
@am__EXEEXT_TRUE@       "$$tst" $(AM_TESTS_FD_REDIRECT)
1944
2387
 
1945
2388
distdir: $(DISTFILES)
1946
 
        @list='$(MANS)'; if test -n "$$list"; then \
1947
 
          list=`for p in $$list; do \
1948
 
            if test -f $$p; then d=; else d="$(srcdir)/"; fi; \
1949
 
            if test -f "$$d$$p"; then echo "$$d$$p"; else :; fi; done`; \
1950
 
          if test -n "$$list" && \
1951
 
            grep 'ab help2man is required to generate this page' $$list >/dev/null; then \
1952
 
            echo "error: found man pages containing the \`missing help2man' replacement text:" >&2; \
1953
 
            grep -l 'ab help2man is required to generate this page' $$list | sed 's/^/         /' >&2; \
1954
 
            echo "       to fix them, install help2man, remove and regenerate the man pages;" >&2; \
1955
 
            echo "       typically \`make maintainer-clean' will remove them" >&2; \
1956
 
            exit 1; \
1957
 
          else :; fi; \
1958
 
        else :; fi
1959
2389
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
1960
2390
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
1961
2391
        list='$(DISTFILES)'; \
2006
2436
 
2007
2437
installcheck: installcheck-am
2008
2438
install-strip:
2009
 
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
2010
 
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
2011
 
          `test -z '$(STRIP)' || \
2012
 
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
 
2439
        if test -z '$(STRIP)'; then \
 
2440
          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
2441
            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
2442
              install; \
 
2443
        else \
 
2444
          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
2445
            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
2446
            "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
 
2447
        fi
2013
2448
mostlyclean-generic:
 
2449
        -test -z "$(TEST_LOGS)" || rm -f $(TEST_LOGS)
 
2450
        -test -z "$(TEST_LOGS:.log=.trs)" || rm -f $(TEST_LOGS:.log=.trs)
 
2451
        -test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG)
2014
2452
 
2015
2453
clean-generic:
2016
2454
        -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
2099
2537
 
2100
2538
.MAKE: all check check-am install install-am install-strip
2101
2539
 
2102
 
.PHONY: CTAGS GTAGS all all-am check check-TESTS check-am clean \
 
2540
.PHONY: CTAGS GTAGS TAGS all all-am check check-TESTS check-am clean \
2103
2541
        clean-binPROGRAMS clean-checkPROGRAMS clean-generic \
2104
 
        clean-libtool clean-local ctags distclean distclean-compile \
2105
 
        distclean-generic distclean-libtool distclean-tags distdir dvi \
2106
 
        dvi-am html html-am info info-am install install-am \
2107
 
        install-binPROGRAMS install-data install-data-am install-dvi \
2108
 
        install-dvi-am install-exec install-exec-am install-html \
2109
 
        install-html-am install-info install-info-am install-man \
2110
 
        install-man1 install-pdf install-pdf-am install-ps \
2111
 
        install-ps-am install-strip installcheck installcheck-am \
2112
 
        installdirs maintainer-clean maintainer-clean-generic \
 
2542
        clean-libtool clean-local cscopelist-am ctags ctags-am \
 
2543
        distclean distclean-compile distclean-generic \
 
2544
        distclean-libtool distclean-tags distdir dvi dvi-am html \
 
2545
        html-am info info-am install install-am install-binPROGRAMS \
 
2546
        install-data install-data-am install-dvi install-dvi-am \
 
2547
        install-exec install-exec-am install-html install-html-am \
 
2548
        install-info install-info-am install-man install-man1 \
 
2549
        install-pdf install-pdf-am install-ps install-ps-am \
 
2550
        install-strip installcheck installcheck-am installdirs \
 
2551
        maintainer-clean maintainer-clean-generic \
2113
2552
        maintainer-clean-local mostlyclean mostlyclean-compile \
2114
2553
        mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
2115
 
        tags uninstall uninstall-am uninstall-binPROGRAMS \
2116
 
        uninstall-man uninstall-man1
 
2554
        recheck tags tags-am uninstall uninstall-am \
 
2555
        uninstall-binPROGRAMS uninstall-man uninstall-man1
2117
2556
 
2118
2557
 
2119
2558
$(com_netsplit_Nih_Test_object_OUTPUTS): $(com_netsplit_Nih_Test_object_XML) $(builddir)/nih-dbus-tool