Import moonshot-trust-router_1.4.1.orig.tar.gz
[trust_router.git] / Makefile.in
1 # Makefile.in generated by automake 1.14.1 from Makefile.am.
2 # @configure_input@
3
4 # Copyright (C) 1994-2013 Free Software Foundation, Inc.
5
6 # This Makefile.in is free software; the Free Software Foundation
7 # gives unlimited permission to copy and/or distribute it,
8 # with or without modifications, as long as this notice is preserved.
9
10 # This program is distributed in the hope that it will be useful,
11 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
12 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
13 # PARTICULAR PURPOSE.
14
15 @SET_MAKE@
16
17
18
19
20 VPATH = @srcdir@
21 am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
22 am__make_running_with_option = \
23   case $${target_option-} in \
24       ?) ;; \
25       *) echo "am__make_running_with_option: internal error: invalid" \
26               "target option '$${target_option-}' specified" >&2; \
27          exit 1;; \
28   esac; \
29   has_opt=no; \
30   sane_makeflags=$$MAKEFLAGS; \
31   if $(am__is_gnu_make); then \
32     sane_makeflags=$$MFLAGS; \
33   else \
34     case $$MAKEFLAGS in \
35       *\\[\ \   ]*) \
36         bs=\\; \
37         sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
38           | sed "s/$$bs$$bs[$$bs $$bs   ]*//g"`;; \
39     esac; \
40   fi; \
41   skip_next=no; \
42   strip_trailopt () \
43   { \
44     flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
45   }; \
46   for flg in $$sane_makeflags; do \
47     test $$skip_next = yes && { skip_next=no; continue; }; \
48     case $$flg in \
49       *=*|--*) continue;; \
50         -*I) strip_trailopt 'I'; skip_next=yes;; \
51       -*I?*) strip_trailopt 'I';; \
52         -*O) strip_trailopt 'O'; skip_next=yes;; \
53       -*O?*) strip_trailopt 'O';; \
54         -*l) strip_trailopt 'l'; skip_next=yes;; \
55       -*l?*) strip_trailopt 'l';; \
56       -[dEDm]) skip_next=yes;; \
57       -[JT]) skip_next=yes;; \
58     esac; \
59     case $$flg in \
60       *$$target_option*) has_opt=yes; break;; \
61     esac; \
62   done; \
63   test $$has_opt = yes
64 am__make_dryrun = (target_option=n; $(am__make_running_with_option))
65 am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
66 pkgdatadir = $(datadir)/@PACKAGE@
67 pkgincludedir = $(includedir)/@PACKAGE@
68 pkglibdir = $(libdir)/@PACKAGE@
69 pkglibexecdir = $(libexecdir)/@PACKAGE@
70 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
71 install_sh_DATA = $(install_sh) -c -m 644
72 install_sh_PROGRAM = $(install_sh) -c
73 install_sh_SCRIPT = $(install_sh) -c
74 INSTALL_HEADER = $(INSTALL_DATA)
75 transform = $(program_transform_name)
76 NORMAL_INSTALL = :
77 PRE_INSTALL = :
78 POST_INSTALL = :
79 NORMAL_UNINSTALL = :
80 PRE_UNINSTALL = :
81 POST_UNINSTALL = :
82 build_triplet = @build@
83 host_triplet = @host@
84 bin_PROGRAMS = tr/trust_router$(EXEEXT) tid/example/tidc$(EXEEXT) \
85         tid/example/tids$(EXEEXT) common/dh_test/tr_dh_test$(EXEEXT)
86 check_PROGRAMS = common/t_constraint$(EXEEXT)
87 TESTS = common/t_constraint$(EXEEXT)
88 subdir = .
89 DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
90         $(top_srcdir)/configure $(am__configure_deps) \
91         $(top_srcdir)/build-aux/depcomp $(nobase_dist_pkgdata_DATA) \
92         $(noinst_HEADERS) $(pkginclude_HEADERS) \
93         $(top_srcdir)/build-aux/test-driver README build-aux/compile \
94         build-aux/config.guess build-aux/config.sub build-aux/depcomp \
95         build-aux/install-sh build-aux/missing build-aux/ltmain.sh \
96         $(top_srcdir)/build-aux/compile \
97         $(top_srcdir)/build-aux/config.guess \
98         $(top_srcdir)/build-aux/config.sub \
99         $(top_srcdir)/build-aux/install-sh \
100         $(top_srcdir)/build-aux/ltmain.sh \
101         $(top_srcdir)/build-aux/missing
102 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
103 am__aclocal_m4_deps = $(top_srcdir)/m4/libtool.m4 \
104         $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
105         $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
106         $(top_srcdir)/configure.ac
107 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
108         $(ACLOCAL_M4)
109 am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
110  configure.lineno config.status.lineno
111 mkinstalldirs = $(install_sh) -d
112 CONFIG_CLEAN_FILES =
113 CONFIG_CLEAN_VPATH_FILES =
114 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
115 am__vpath_adj = case $$p in \
116     $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
117     *) f=$$p;; \
118   esac;
119 am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
120 am__install_max = 40
121 am__nobase_strip_setup = \
122   srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
123 am__nobase_strip = \
124   for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
125 am__nobase_list = $(am__nobase_strip_setup); \
126   for p in $$list; do echo "$$p $$p"; done | \
127   sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
128   $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
129     if (++n[$$2] == $(am__install_max)) \
130       { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
131     END { for (dir in files) print dir, files[dir] }'
132 am__base_list = \
133   sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
134   sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
135 am__uninstall_files_from_dir = { \
136   test -z "$$files" \
137     || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
138     || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
139          $(am__cd) "$$dir" && rm -f $$files; }; \
140   }
141 am__installdirs = "$(DESTDIR)$(libdir)" "$(DESTDIR)$(bindir)" \
142         "$(DESTDIR)$(pkgdatadir)" "$(DESTDIR)$(pkgdatadir)" \
143         "$(DESTDIR)$(systemdsystemunitdir)" \
144         "$(DESTDIR)$(pkgincludedir)"
145 LTLIBRARIES = $(lib_LTLIBRARIES)
146 libtr_tid_la_DEPENDENCIES = gsscon/libgsscon.la
147 am__dirstamp = $(am__leading_dot)dirstamp
148 am__objects_1 = common/libtr_tid_la-tr_name.lo \
149         common/libtr_tid_la-tr_constraint.lo \
150         common/libtr_tid_la-tr_msg.lo common/libtr_tid_la-tr_dh.lo \
151         common/libtr_tid_la-tr_util.lo
152 am_libtr_tid_la_OBJECTS = tid/libtr_tid_la-tids.lo \
153         tid/libtr_tid_la-tidc.lo tid/libtr_tid_la-tid_req.lo \
154         tid/libtr_tid_la-tid_resp.lo $(am__objects_1)
155 libtr_tid_la_OBJECTS = $(am_libtr_tid_la_OBJECTS)
156 AM_V_lt = $(am__v_lt_@AM_V@)
157 am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
158 am__v_lt_0 = --silent
159 am__v_lt_1 = 
160 libtr_tid_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
161         $(LIBTOOLFLAGS) --mode=link $(CCLD) $(libtr_tid_la_CFLAGS) \
162         $(CFLAGS) $(libtr_tid_la_LDFLAGS) $(LDFLAGS) -o $@
163 PROGRAMS = $(bin_PROGRAMS)
164 am_common_dh_test_tr_dh_test_OBJECTS = common/tr_dh.$(OBJEXT) \
165         common/dh_test/dh_test.$(OBJEXT)
166 common_dh_test_tr_dh_test_OBJECTS =  \
167         $(am_common_dh_test_tr_dh_test_OBJECTS)
168 common_dh_test_tr_dh_test_LDADD = $(LDADD)
169 am_common_t_constraint_OBJECTS =  \
170         common/common_t_constraint-t_constraint.$(OBJEXT)
171 common_t_constraint_OBJECTS = $(am_common_t_constraint_OBJECTS)
172 common_t_constraint_DEPENDENCIES = gsscon/libgsscon.la libtr_tid.la
173 am_tid_example_tidc_OBJECTS = tid/example/tidc_main.$(OBJEXT)
174 tid_example_tidc_OBJECTS = $(am_tid_example_tidc_OBJECTS)
175 tid_example_tidc_DEPENDENCIES = gsscon/libgsscon.la libtr_tid.la
176 am_tid_example_tids_OBJECTS = tid/example/tids_main.$(OBJEXT)
177 tid_example_tids_OBJECTS = $(am_tid_example_tids_OBJECTS)
178 tid_example_tids_DEPENDENCIES = gsscon/libgsscon.la libtr_tid.la
179 am_tr_trust_router_OBJECTS = tr/tr_main.$(OBJEXT) \
180         common/tr_config.$(OBJEXT) common/tr_idp.$(OBJEXT) \
181         common/tr_comm.$(OBJEXT) common/tr_filter.$(OBJEXT) \
182         common/tr_rp.$(OBJEXT) tr/tr.$(OBJEXT)
183 tr_trust_router_OBJECTS = $(am_tr_trust_router_OBJECTS)
184 tr_trust_router_DEPENDENCIES = gsscon/libgsscon.la libtr_tid.la
185 AM_V_P = $(am__v_P_@AM_V@)
186 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
187 am__v_P_0 = false
188 am__v_P_1 = :
189 AM_V_GEN = $(am__v_GEN_@AM_V@)
190 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
191 am__v_GEN_0 = @echo "  GEN     " $@;
192 am__v_GEN_1 = 
193 AM_V_at = $(am__v_at_@AM_V@)
194 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
195 am__v_at_0 = @
196 am__v_at_1 = 
197 DEFAULT_INCLUDES = -I.@am__isrc@
198 depcomp = $(SHELL) $(top_srcdir)/build-aux/depcomp
199 am__depfiles_maybe = depfiles
200 am__mv = mv -f
201 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
202         $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
203 LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
204         $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
205         $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
206         $(AM_CFLAGS) $(CFLAGS)
207 AM_V_CC = $(am__v_CC_@AM_V@)
208 am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
209 am__v_CC_0 = @echo "  CC      " $@;
210 am__v_CC_1 = 
211 CCLD = $(CC)
212 LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
213         $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
214         $(AM_LDFLAGS) $(LDFLAGS) -o $@
215 AM_V_CCLD = $(am__v_CCLD_@AM_V@)
216 am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
217 am__v_CCLD_0 = @echo "  CCLD    " $@;
218 am__v_CCLD_1 = 
219 SOURCES = $(libtr_tid_la_SOURCES) $(common_dh_test_tr_dh_test_SOURCES) \
220         $(common_t_constraint_SOURCES) $(tid_example_tidc_SOURCES) \
221         $(tid_example_tids_SOURCES) $(tr_trust_router_SOURCES)
222 DIST_SOURCES = $(libtr_tid_la_SOURCES) \
223         $(common_dh_test_tr_dh_test_SOURCES) \
224         $(common_t_constraint_SOURCES) $(tid_example_tidc_SOURCES) \
225         $(tid_example_tids_SOURCES) $(tr_trust_router_SOURCES)
226 RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
227         ctags-recursive dvi-recursive html-recursive info-recursive \
228         install-data-recursive install-dvi-recursive \
229         install-exec-recursive install-html-recursive \
230         install-info-recursive install-pdf-recursive \
231         install-ps-recursive install-recursive installcheck-recursive \
232         installdirs-recursive pdf-recursive ps-recursive \
233         tags-recursive uninstall-recursive
234 am__can_run_installinfo = \
235   case $$AM_UPDATE_INFO_DIR in \
236     n|no|NO) false;; \
237     *) (install-info --version) >/dev/null 2>&1;; \
238   esac
239 DATA = $(nobase_dist_pkgdata_DATA) $(pkgdata_DATA) \
240         $(systemdsystemunit_DATA)
241 HEADERS = $(noinst_HEADERS) $(pkginclude_HEADERS)
242 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
243   distclean-recursive maintainer-clean-recursive
244 am__recursive_targets = \
245   $(RECURSIVE_TARGETS) \
246   $(RECURSIVE_CLEAN_TARGETS) \
247   $(am__extra_recursive_targets)
248 AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
249         cscope check recheck distdir dist dist-all distcheck
250 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
251 # Read a list of newline-separated strings from the standard input,
252 # and print each of them once, without duplicates.  Input order is
253 # *not* preserved.
254 am__uniquify_input = $(AWK) '\
255   BEGIN { nonempty = 0; } \
256   { items[$$0] = 1; nonempty = 1; } \
257   END { if (nonempty) { for (i in items) print i; }; } \
258 '
259 # Make sure the list of sources is unique.  This is necessary because,
260 # e.g., the same source file might be shared among _SOURCES variables
261 # for different programs/libraries.
262 am__define_uniq_tagged_files = \
263   list='$(am__tagged_files)'; \
264   unique=`for i in $$list; do \
265     if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
266   done | $(am__uniquify_input)`
267 ETAGS = etags
268 CTAGS = ctags
269 CSCOPE = cscope
270 am__tty_colors_dummy = \
271   mgn= red= grn= lgn= blu= brg= std=; \
272   am__color_tests=no
273 am__tty_colors = { \
274   $(am__tty_colors_dummy); \
275   if test "X$(AM_COLOR_TESTS)" = Xno; then \
276     am__color_tests=no; \
277   elif test "X$(AM_COLOR_TESTS)" = Xalways; then \
278     am__color_tests=yes; \
279   elif test "X$$TERM" != Xdumb && { test -t 1; } 2>/dev/null; then \
280     am__color_tests=yes; \
281   fi; \
282   if test $$am__color_tests = yes; then \
283     red='\e[0;31m'; \
284     grn='\e[0;32m'; \
285     lgn='\e[1;32m'; \
286     blu='\e[1;34m'; \
287     mgn='\e[0;35m'; \
288     brg='\e[1m'; \
289     std='\e[m'; \
290   fi; \
291 }
292 am__recheck_rx = ^[     ]*:recheck:[    ]*
293 am__global_test_result_rx = ^[  ]*:global-test-result:[         ]*
294 am__copy_in_global_log_rx = ^[  ]*:copy-in-global-log:[         ]*
295 # A command that, given a newline-separated list of test names on the
296 # standard input, print the name of the tests that are to be re-run
297 # upon "make recheck".
298 am__list_recheck_tests = $(AWK) '{ \
299   recheck = 1; \
300   while ((rc = (getline line < ($$0 ".trs"))) != 0) \
301     { \
302       if (rc < 0) \
303         { \
304           if ((getline line2 < ($$0 ".log")) < 0) \
305             recheck = 0; \
306           break; \
307         } \
308       else if (line ~ /$(am__recheck_rx)[nN][Oo]/) \
309         { \
310           recheck = 0; \
311           break; \
312         } \
313       else if (line ~ /$(am__recheck_rx)[yY][eE][sS]/) \
314         { \
315           break; \
316         } \
317     }; \
318   if (recheck) \
319     print $$0; \
320   close ($$0 ".trs"); \
321   close ($$0 ".log"); \
322 }'
323 # A command that, given a newline-separated list of test names on the
324 # standard input, create the global log from their .trs and .log files.
325 am__create_global_log = $(AWK) ' \
326 function fatal(msg) \
327 { \
328   print "fatal: making $@: " msg | "cat >&2"; \
329   exit 1; \
330 } \
331 function rst_section(header) \
332 { \
333   print header; \
334   len = length(header); \
335   for (i = 1; i <= len; i = i + 1) \
336     printf "="; \
337   printf "\n\n"; \
338 } \
339 { \
340   copy_in_global_log = 1; \
341   global_test_result = "RUN"; \
342   while ((rc = (getline line < ($$0 ".trs"))) != 0) \
343     { \
344       if (rc < 0) \
345          fatal("failed to read from " $$0 ".trs"); \
346       if (line ~ /$(am__global_test_result_rx)/) \
347         { \
348           sub("$(am__global_test_result_rx)", "", line); \
349           sub("[        ]*$$", "", line); \
350           global_test_result = line; \
351         } \
352       else if (line ~ /$(am__copy_in_global_log_rx)[nN][oO]/) \
353         copy_in_global_log = 0; \
354     }; \
355   if (copy_in_global_log) \
356     { \
357       rst_section(global_test_result ": " $$0); \
358       while ((rc = (getline line < ($$0 ".log"))) != 0) \
359       { \
360         if (rc < 0) \
361           fatal("failed to read from " $$0 ".log"); \
362         print line; \
363       }; \
364       printf "\n"; \
365     }; \
366   close ($$0 ".trs"); \
367   close ($$0 ".log"); \
368 }'
369 # Restructured Text title.
370 am__rst_title = { sed 's/.*/   &   /;h;s/./=/g;p;x;s/ *$$//;p;g' && echo; }
371 # Solaris 10 'make', and several other traditional 'make' implementations,
372 # pass "-e" to $(SHELL), and POSIX 2008 even requires this.  Work around it
373 # by disabling -e (using the XSI extension "set +e") if it's set.
374 am__sh_e_setup = case $$- in *e*) set +e;; esac
375 # Default flags passed to test drivers.
376 am__common_driver_flags = \
377   --color-tests "$$am__color_tests" \
378   --enable-hard-errors "$$am__enable_hard_errors" \
379   --expect-failure "$$am__expect_failure"
380 # To be inserted before the command running the test.  Creates the
381 # directory for the log if needed.  Stores in $dir the directory
382 # containing $f, in $tst the test, in $log the log.  Executes the
383 # developer- defined test setup AM_TESTS_ENVIRONMENT (if any), and
384 # passes TESTS_ENVIRONMENT.  Set up options for the wrapper that
385 # will run the test scripts (or their associated LOG_COMPILER, if
386 # thy have one).
387 am__check_pre = \
388 $(am__sh_e_setup);                                      \
389 $(am__vpath_adj_setup) $(am__vpath_adj)                 \
390 $(am__tty_colors);                                      \
391 srcdir=$(srcdir); export srcdir;                        \
392 case "$@" in                                            \
393   */*) am__odir=`echo "./$@" | sed 's|/[^/]*$$||'`;;    \
394     *) am__odir=.;;                                     \
395 esac;                                                   \
396 test "x$$am__odir" = x"." || test -d "$$am__odir"       \
397   || $(MKDIR_P) "$$am__odir" || exit $$?;               \
398 if test -f "./$$f"; then dir=./;                        \
399 elif test -f "$$f"; then dir=;                          \
400 else dir="$(srcdir)/"; fi;                              \
401 tst=$$dir$$f; log='$@';                                 \
402 if test -n '$(DISABLE_HARD_ERRORS)'; then               \
403   am__enable_hard_errors=no;                            \
404 else                                                    \
405   am__enable_hard_errors=yes;                           \
406 fi;                                                     \
407 case " $(XFAIL_TESTS) " in                              \
408   *[\ \ ]$$f[\ \        ]* | *[\ \      ]$$dir$$f[\ \   ]*) \
409     am__expect_failure=yes;;                            \
410   *)                                                    \
411     am__expect_failure=no;;                             \
412 esac;                                                   \
413 $(AM_TESTS_ENVIRONMENT) $(TESTS_ENVIRONMENT)
414 # A shell command to get the names of the tests scripts with any registered
415 # extension removed (i.e., equivalently, the names of the test logs, with
416 # the '.log' extension removed).  The result is saved in the shell variable
417 # '$bases'.  This honors runtime overriding of TESTS and TEST_LOGS.  Sadly,
418 # we cannot use something simpler, involving e.g., "$(TEST_LOGS:.log=)",
419 # since that might cause problem with VPATH rewrites for suffix-less tests.
420 # See also 'test-harness-vpath-rewrite.sh' and 'test-trs-basic.sh'.
421 am__set_TESTS_bases = \
422   bases='$(TEST_LOGS)'; \
423   bases=`for i in $$bases; do echo $$i; done | sed 's/\.log$$//'`; \
424   bases=`echo $$bases`
425 RECHECK_LOGS = $(TEST_LOGS)
426 TEST_SUITE_LOG = test-suite.log
427 TEST_EXTENSIONS = @EXEEXT@ .test
428 LOG_DRIVER = $(SHELL) $(top_srcdir)/build-aux/test-driver
429 LOG_COMPILE = $(LOG_COMPILER) $(AM_LOG_FLAGS) $(LOG_FLAGS)
430 am__set_b = \
431   case '$@' in \
432     */*) \
433       case '$*' in \
434         */*) b='$*';; \
435           *) b=`echo '$@' | sed 's/\.log$$//'`; \
436        esac;; \
437     *) \
438       b='$*';; \
439   esac
440 am__test_logs1 = $(TESTS:=.log)
441 am__test_logs2 = $(am__test_logs1:@EXEEXT@.log=.log)
442 TEST_LOGS = $(am__test_logs2:.test.log=.log)
443 TEST_LOG_DRIVER = $(SHELL) $(top_srcdir)/build-aux/test-driver
444 TEST_LOG_COMPILE = $(TEST_LOG_COMPILER) $(AM_TEST_LOG_FLAGS) \
445         $(TEST_LOG_FLAGS)
446 DIST_SUBDIRS = $(SUBDIRS)
447 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
448 distdir = $(PACKAGE)-$(VERSION)
449 top_distdir = $(distdir)
450 am__remove_distdir = \
451   if test -d "$(distdir)"; then \
452     find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
453       && rm -rf "$(distdir)" \
454       || { sleep 5 && rm -rf "$(distdir)"; }; \
455   else :; fi
456 am__post_remove_distdir = $(am__remove_distdir)
457 am__relativize = \
458   dir0=`pwd`; \
459   sed_first='s,^\([^/]*\)/.*$$,\1,'; \
460   sed_rest='s,^[^/]*/*,,'; \
461   sed_last='s,^.*/\([^/]*\)$$,\1,'; \
462   sed_butlast='s,/*[^/]*$$,,'; \
463   while test -n "$$dir1"; do \
464     first=`echo "$$dir1" | sed -e "$$sed_first"`; \
465     if test "$$first" != "."; then \
466       if test "$$first" = ".."; then \
467         dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
468         dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
469       else \
470         first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
471         if test "$$first2" = "$$first"; then \
472           dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
473         else \
474           dir2="../$$dir2"; \
475         fi; \
476         dir0="$$dir0"/"$$first"; \
477       fi; \
478     fi; \
479     dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
480   done; \
481   reldir="$$dir2"
482 DIST_ARCHIVES = $(distdir).tar.gz
483 GZIP_ENV = --best
484 DIST_TARGETS = dist-gzip
485 distuninstallcheck_listfiles = find . -type f -print
486 am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
487   | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
488 distcleancheck_listfiles = find . -type f -print
489 ACLOCAL = @ACLOCAL@
490 AMTAR = @AMTAR@
491 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
492 AR = @AR@
493 AUTOCONF = @AUTOCONF@
494 AUTOHEADER = @AUTOHEADER@
495 AUTOMAKE = @AUTOMAKE@
496 AWK = @AWK@
497 CC = @CC@
498 CCDEPMODE = @CCDEPMODE@
499 CFLAGS = @CFLAGS@
500 CPP = @CPP@
501 CPPFLAGS = @CPPFLAGS@
502 CYGPATH_W = @CYGPATH_W@
503 DEFS = @DEFS@
504 DEPDIR = @DEPDIR@
505 DLLTOOL = @DLLTOOL@
506 DSYMUTIL = @DSYMUTIL@
507 DUMPBIN = @DUMPBIN@
508 ECHO_C = @ECHO_C@
509 ECHO_N = @ECHO_N@
510 ECHO_T = @ECHO_T@
511 EGREP = @EGREP@
512 EXEEXT = @EXEEXT@
513 FGREP = @FGREP@
514 GREP = @GREP@
515 INSTALL = @INSTALL@
516 INSTALL_DATA = @INSTALL_DATA@
517 INSTALL_PROGRAM = @INSTALL_PROGRAM@
518 INSTALL_SCRIPT = @INSTALL_SCRIPT@
519 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
520 LD = @LD@
521 LDFLAGS = @LDFLAGS@
522 LIBOBJS = @LIBOBJS@
523 LIBS = @LIBS@
524 LIBTOOL = @LIBTOOL@
525 LIPO = @LIPO@
526 LN_S = @LN_S@
527 LTLIBOBJS = @LTLIBOBJS@
528 MAINT = @MAINT@
529 MAKEINFO = @MAKEINFO@
530 MANIFEST_TOOL = @MANIFEST_TOOL@
531 MKDIR_P = @MKDIR_P@
532 NM = @NM@
533 NMEDIT = @NMEDIT@
534 OBJDUMP = @OBJDUMP@
535 OBJEXT = @OBJEXT@
536 OTOOL = @OTOOL@
537 OTOOL64 = @OTOOL64@
538 PACKAGE = @PACKAGE@
539 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
540 PACKAGE_NAME = @PACKAGE_NAME@
541 PACKAGE_STRING = @PACKAGE_STRING@
542 PACKAGE_TARNAME = @PACKAGE_TARNAME@
543 PACKAGE_URL = @PACKAGE_URL@
544 PACKAGE_VERSION = @PACKAGE_VERSION@
545 PATH_SEPARATOR = @PATH_SEPARATOR@
546 PKG_CONFIG = @PKG_CONFIG@
547 PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
548 PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
549 RANLIB = @RANLIB@
550 SED = @SED@
551 SET_MAKE = @SET_MAKE@
552 SHELL = @SHELL@
553 STRIP = @STRIP@
554 VERSION = @VERSION@
555 abs_builddir = @abs_builddir@
556 abs_srcdir = @abs_srcdir@
557 abs_top_builddir = @abs_top_builddir@
558 abs_top_srcdir = @abs_top_srcdir@
559 ac_ct_AR = @ac_ct_AR@
560 ac_ct_CC = @ac_ct_CC@
561 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
562 am__include = @am__include@
563 am__leading_dot = @am__leading_dot@
564 am__quote = @am__quote@
565 am__tar = @am__tar@
566 am__untar = @am__untar@
567 bindir = @bindir@
568 build = @build@
569 build_alias = @build_alias@
570 build_cpu = @build_cpu@
571 build_os = @build_os@
572 build_vendor = @build_vendor@
573 builddir = @builddir@
574 datadir = @datadir@
575 datarootdir = @datarootdir@
576 docdir = @docdir@
577 dvidir = @dvidir@
578 exec_prefix = @exec_prefix@
579 host = @host@
580 host_alias = @host_alias@
581 host_cpu = @host_cpu@
582 host_os = @host_os@
583 host_vendor = @host_vendor@
584 htmldir = @htmldir@
585 includedir = @includedir@
586 infodir = @infodir@
587 install_sh = @install_sh@
588 libdir = @libdir@
589 libexecdir = @libexecdir@
590 localedir = @localedir@
591 localstatedir = @localstatedir@
592 mandir = @mandir@
593 mkdir_p = @mkdir_p@
594 oldincludedir = @oldincludedir@
595 pdfdir = @pdfdir@
596 prefix = @prefix@
597 program_transform_name = @program_transform_name@
598 psdir = @psdir@
599 sbindir = @sbindir@
600 sharedstatedir = @sharedstatedir@
601 srcdir = @srcdir@
602 sysconfdir = @sysconfdir@
603 systemdsystemunitdir = @systemdsystemunitdir@
604 target_alias = @target_alias@
605 top_build_prefix = @top_build_prefix@
606 top_builddir = @top_builddir@
607 top_srcdir = @top_srcdir@
608 DISTCHECK_CONFIGURE_FLAGS = \
609         --with-systemdsystemunitdir=$$dc_install_base/$(systemdsystemunitdir)
610
611 AM_CPPFLAGS = -I$(srcdir)/include
612 AM_CFLAGS = -Wall -Werror=missing-prototypes -Werror -Wno-parentheses
613 SUBDIRS = gsscon 
614 common_srcs = common/tr_name.c \
615         common/tr_constraint.c \
616         common/jansson_iterators.h \
617         common/tr_msg.c \
618         common/tr_dh.c \
619         common/tr_util.c
620
621 lib_LTLIBRARIES = libtr_tid.la
622 common_t_constraint_SOURCES = common/t_constraint.c
623 common_t_constraint_CPPFLAGS = $(AM_CPPFLAGS) -DTESTS=\"$(srcdir)/common/tests.json\"
624 common_t_constraint_LDADD = gsscon/libgsscon.la libtr_tid.la
625 tr_trust_router_SOURCES = tr/tr_main.c \
626 common/tr_config.c \
627 common/tr_idp.c \
628 common/tr_comm.c \
629 common/tr_filter.c \
630 common/tr_rp.c \
631 tr/tr.c
632
633 tr_trust_router_LDADD = gsscon/libgsscon.la libtr_tid.la
634 tid_example_tidc_SOURCES = tid/example/tidc_main.c 
635 tid_example_tidc_LDADD = gsscon/libgsscon.la libtr_tid.la
636 tid_example_tids_SOURCES = tid/example/tids_main.c 
637 tid_example_tids_LDADD = gsscon/libgsscon.la libtr_tid.la
638 common_dh_test_tr_dh_test_SOURCES = common/tr_dh.c \
639 common/dh_test/dh_test.c
640
641 libtr_tid_la_SOURCES = tid/tids.c tid/tidc.c tid/tid_req.c tid/tid_resp.c \
642 $(common_srcs)
643
644 libtr_tid_la_CFLAGS = $(AM_CFLAGS) -fvisibility=hidden
645 libtr_tid_la_LIBADD = gsscon/libgsscon.la
646 libtr_tid_la_LDFLAGS = $(AM_LDFLAGS) -version-info 2 -no-undefined
647 pkginclude_HEADERS = include/trust_router/tid.h include/trust_router/tr_name.h \
648         include/trust_router/tr_dh.h \
649         include/trust_router/tr_constraint.h \
650         include/trust_router/tr_versioning.h 
651
652 noinst_HEADERS = include/gsscon.h include/tr_config.h \
653         include/tr_debug.h \
654         include/tr_msg.h include/tr.h \
655         include/tr_idp.h include/tr_rp.h \
656         include/tr_comm.h include/tr_apc.h \
657         include/tr_filter.h \
658         include/tid_internal.h
659
660 pkgdata_DATA = schema.sql
661 nobase_dist_pkgdata_DATA = redhat/init redhat/sysconfig redhat/trusts.cfg redhat/tidc-wrapper redhat/trust_router-wrapper redhat/tr-test-main.cfg redhat/default-main.cfg redhat/tids-wrapper redhat/sysconfig.tids
662 @HAVE_SYSTEMD_TRUE@systemdsystemunit_DATA = tids.service
663 EXTRA_DIST = trust_router.spec common/tests.json schema.sql tids.service \
664         tr/manual.cfg tr/portal.cfg \
665         redhat/tids.init
666
667 all: all-recursive
668
669 .SUFFIXES:
670 .SUFFIXES: .c .lo .log .o .obj .test .test$(EXEEXT) .trs
671 am--refresh: Makefile
672         @:
673 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
674         @for dep in $?; do \
675           case '$(am__configure_deps)' in \
676             *$$dep*) \
677               echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
678               $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
679                 && exit 0; \
680               exit 1;; \
681           esac; \
682         done; \
683         echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
684         $(am__cd) $(top_srcdir) && \
685           $(AUTOMAKE) --foreign Makefile
686 .PRECIOUS: Makefile
687 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
688         @case '$?' in \
689           *config.status*) \
690             echo ' $(SHELL) ./config.status'; \
691             $(SHELL) ./config.status;; \
692           *) \
693             echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
694             cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
695         esac;
696
697 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
698         $(SHELL) ./config.status --recheck
699
700 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
701         $(am__cd) $(srcdir) && $(AUTOCONF)
702 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
703         $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
704 $(am__aclocal_m4_deps):
705
706 install-libLTLIBRARIES: $(lib_LTLIBRARIES)
707         @$(NORMAL_INSTALL)
708         @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
709         list2=; for p in $$list; do \
710           if test -f $$p; then \
711             list2="$$list2 $$p"; \
712           else :; fi; \
713         done; \
714         test -z "$$list2" || { \
715           echo " $(MKDIR_P) '$(DESTDIR)$(libdir)'"; \
716           $(MKDIR_P) "$(DESTDIR)$(libdir)" || exit 1; \
717           echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(libdir)'"; \
718           $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(libdir)"; \
719         }
720
721 uninstall-libLTLIBRARIES:
722         @$(NORMAL_UNINSTALL)
723         @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
724         for p in $$list; do \
725           $(am__strip_dir) \
726           echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$f'"; \
727           $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$f"; \
728         done
729
730 clean-libLTLIBRARIES:
731         -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
732         @list='$(lib_LTLIBRARIES)'; \
733         locs=`for p in $$list; do echo $$p; done | \
734               sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
735               sort -u`; \
736         test -z "$$locs" || { \
737           echo rm -f $${locs}; \
738           rm -f $${locs}; \
739         }
740 tid/$(am__dirstamp):
741         @$(MKDIR_P) tid
742         @: > tid/$(am__dirstamp)
743 tid/$(DEPDIR)/$(am__dirstamp):
744         @$(MKDIR_P) tid/$(DEPDIR)
745         @: > tid/$(DEPDIR)/$(am__dirstamp)
746 tid/libtr_tid_la-tids.lo: tid/$(am__dirstamp) \
747         tid/$(DEPDIR)/$(am__dirstamp)
748 tid/libtr_tid_la-tidc.lo: tid/$(am__dirstamp) \
749         tid/$(DEPDIR)/$(am__dirstamp)
750 tid/libtr_tid_la-tid_req.lo: tid/$(am__dirstamp) \
751         tid/$(DEPDIR)/$(am__dirstamp)
752 tid/libtr_tid_la-tid_resp.lo: tid/$(am__dirstamp) \
753         tid/$(DEPDIR)/$(am__dirstamp)
754 common/$(am__dirstamp):
755         @$(MKDIR_P) common
756         @: > common/$(am__dirstamp)
757 common/$(DEPDIR)/$(am__dirstamp):
758         @$(MKDIR_P) common/$(DEPDIR)
759         @: > common/$(DEPDIR)/$(am__dirstamp)
760 common/libtr_tid_la-tr_name.lo: common/$(am__dirstamp) \
761         common/$(DEPDIR)/$(am__dirstamp)
762 common/libtr_tid_la-tr_constraint.lo: common/$(am__dirstamp) \
763         common/$(DEPDIR)/$(am__dirstamp)
764 common/libtr_tid_la-tr_msg.lo: common/$(am__dirstamp) \
765         common/$(DEPDIR)/$(am__dirstamp)
766 common/libtr_tid_la-tr_dh.lo: common/$(am__dirstamp) \
767         common/$(DEPDIR)/$(am__dirstamp)
768 common/libtr_tid_la-tr_util.lo: common/$(am__dirstamp) \
769         common/$(DEPDIR)/$(am__dirstamp)
770
771 libtr_tid.la: $(libtr_tid_la_OBJECTS) $(libtr_tid_la_DEPENDENCIES) $(EXTRA_libtr_tid_la_DEPENDENCIES) 
772         $(AM_V_CCLD)$(libtr_tid_la_LINK) -rpath $(libdir) $(libtr_tid_la_OBJECTS) $(libtr_tid_la_LIBADD) $(LIBS)
773 install-binPROGRAMS: $(bin_PROGRAMS)
774         @$(NORMAL_INSTALL)
775         @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
776         if test -n "$$list"; then \
777           echo " $(MKDIR_P) '$(DESTDIR)$(bindir)'"; \
778           $(MKDIR_P) "$(DESTDIR)$(bindir)" || exit 1; \
779         fi; \
780         for p in $$list; do echo "$$p $$p"; done | \
781         sed 's/$(EXEEXT)$$//' | \
782         while read p p1; do if test -f $$p \
783          || test -f $$p1 \
784           ; then echo "$$p"; echo "$$p"; else :; fi; \
785         done | \
786         sed -e 'p;s,.*/,,;n;h' \
787             -e 's|.*|.|' \
788             -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
789         sed 'N;N;N;s,\n, ,g' | \
790         $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
791           { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
792             if ($$2 == $$4) files[d] = files[d] " " $$1; \
793             else { print "f", $$3 "/" $$4, $$1; } } \
794           END { for (d in files) print "f", d, files[d] }' | \
795         while read type dir files; do \
796             if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
797             test -z "$$files" || { \
798             echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(bindir)$$dir'"; \
799             $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \
800             } \
801         ; done
802
803 uninstall-binPROGRAMS:
804         @$(NORMAL_UNINSTALL)
805         @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
806         files=`for p in $$list; do echo "$$p"; done | \
807           sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
808               -e 's/$$/$(EXEEXT)/' \
809         `; \
810         test -n "$$list" || exit 0; \
811         echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \
812         cd "$(DESTDIR)$(bindir)" && rm -f $$files
813
814 clean-binPROGRAMS:
815         @list='$(bin_PROGRAMS)'; test -n "$$list" || exit 0; \
816         echo " rm -f" $$list; \
817         rm -f $$list || exit $$?; \
818         test -n "$(EXEEXT)" || exit 0; \
819         list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
820         echo " rm -f" $$list; \
821         rm -f $$list
822
823 clean-checkPROGRAMS:
824         @list='$(check_PROGRAMS)'; test -n "$$list" || exit 0; \
825         echo " rm -f" $$list; \
826         rm -f $$list || exit $$?; \
827         test -n "$(EXEEXT)" || exit 0; \
828         list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
829         echo " rm -f" $$list; \
830         rm -f $$list
831 common/tr_dh.$(OBJEXT): common/$(am__dirstamp) \
832         common/$(DEPDIR)/$(am__dirstamp)
833 common/dh_test/$(am__dirstamp):
834         @$(MKDIR_P) common/dh_test
835         @: > common/dh_test/$(am__dirstamp)
836 common/dh_test/$(DEPDIR)/$(am__dirstamp):
837         @$(MKDIR_P) common/dh_test/$(DEPDIR)
838         @: > common/dh_test/$(DEPDIR)/$(am__dirstamp)
839 common/dh_test/dh_test.$(OBJEXT): common/dh_test/$(am__dirstamp) \
840         common/dh_test/$(DEPDIR)/$(am__dirstamp)
841
842 common/dh_test/tr_dh_test$(EXEEXT): $(common_dh_test_tr_dh_test_OBJECTS) $(common_dh_test_tr_dh_test_DEPENDENCIES) $(EXTRA_common_dh_test_tr_dh_test_DEPENDENCIES) common/dh_test/$(am__dirstamp)
843         @rm -f common/dh_test/tr_dh_test$(EXEEXT)
844         $(AM_V_CCLD)$(LINK) $(common_dh_test_tr_dh_test_OBJECTS) $(common_dh_test_tr_dh_test_LDADD) $(LIBS)
845 common/common_t_constraint-t_constraint.$(OBJEXT):  \
846         common/$(am__dirstamp) common/$(DEPDIR)/$(am__dirstamp)
847
848 common/t_constraint$(EXEEXT): $(common_t_constraint_OBJECTS) $(common_t_constraint_DEPENDENCIES) $(EXTRA_common_t_constraint_DEPENDENCIES) common/$(am__dirstamp)
849         @rm -f common/t_constraint$(EXEEXT)
850         $(AM_V_CCLD)$(LINK) $(common_t_constraint_OBJECTS) $(common_t_constraint_LDADD) $(LIBS)
851 tid/example/$(am__dirstamp):
852         @$(MKDIR_P) tid/example
853         @: > tid/example/$(am__dirstamp)
854 tid/example/$(DEPDIR)/$(am__dirstamp):
855         @$(MKDIR_P) tid/example/$(DEPDIR)
856         @: > tid/example/$(DEPDIR)/$(am__dirstamp)
857 tid/example/tidc_main.$(OBJEXT): tid/example/$(am__dirstamp) \
858         tid/example/$(DEPDIR)/$(am__dirstamp)
859
860 tid/example/tidc$(EXEEXT): $(tid_example_tidc_OBJECTS) $(tid_example_tidc_DEPENDENCIES) $(EXTRA_tid_example_tidc_DEPENDENCIES) tid/example/$(am__dirstamp)
861         @rm -f tid/example/tidc$(EXEEXT)
862         $(AM_V_CCLD)$(LINK) $(tid_example_tidc_OBJECTS) $(tid_example_tidc_LDADD) $(LIBS)
863 tid/example/tids_main.$(OBJEXT): tid/example/$(am__dirstamp) \
864         tid/example/$(DEPDIR)/$(am__dirstamp)
865
866 tid/example/tids$(EXEEXT): $(tid_example_tids_OBJECTS) $(tid_example_tids_DEPENDENCIES) $(EXTRA_tid_example_tids_DEPENDENCIES) tid/example/$(am__dirstamp)
867         @rm -f tid/example/tids$(EXEEXT)
868         $(AM_V_CCLD)$(LINK) $(tid_example_tids_OBJECTS) $(tid_example_tids_LDADD) $(LIBS)
869 tr/$(am__dirstamp):
870         @$(MKDIR_P) tr
871         @: > tr/$(am__dirstamp)
872 tr/$(DEPDIR)/$(am__dirstamp):
873         @$(MKDIR_P) tr/$(DEPDIR)
874         @: > tr/$(DEPDIR)/$(am__dirstamp)
875 tr/tr_main.$(OBJEXT): tr/$(am__dirstamp) tr/$(DEPDIR)/$(am__dirstamp)
876 common/tr_config.$(OBJEXT): common/$(am__dirstamp) \
877         common/$(DEPDIR)/$(am__dirstamp)
878 common/tr_idp.$(OBJEXT): common/$(am__dirstamp) \
879         common/$(DEPDIR)/$(am__dirstamp)
880 common/tr_comm.$(OBJEXT): common/$(am__dirstamp) \
881         common/$(DEPDIR)/$(am__dirstamp)
882 common/tr_filter.$(OBJEXT): common/$(am__dirstamp) \
883         common/$(DEPDIR)/$(am__dirstamp)
884 common/tr_rp.$(OBJEXT): common/$(am__dirstamp) \
885         common/$(DEPDIR)/$(am__dirstamp)
886 tr/tr.$(OBJEXT): tr/$(am__dirstamp) tr/$(DEPDIR)/$(am__dirstamp)
887
888 tr/trust_router$(EXEEXT): $(tr_trust_router_OBJECTS) $(tr_trust_router_DEPENDENCIES) $(EXTRA_tr_trust_router_DEPENDENCIES) tr/$(am__dirstamp)
889         @rm -f tr/trust_router$(EXEEXT)
890         $(AM_V_CCLD)$(LINK) $(tr_trust_router_OBJECTS) $(tr_trust_router_LDADD) $(LIBS)
891
892 mostlyclean-compile:
893         -rm -f *.$(OBJEXT)
894         -rm -f common/*.$(OBJEXT)
895         -rm -f common/*.lo
896         -rm -f common/dh_test/*.$(OBJEXT)
897         -rm -f tid/*.$(OBJEXT)
898         -rm -f tid/*.lo
899         -rm -f tid/example/*.$(OBJEXT)
900         -rm -f tr/*.$(OBJEXT)
901
902 distclean-compile:
903         -rm -f *.tab.c
904
905 @AMDEP_TRUE@@am__include@ @am__quote@common/$(DEPDIR)/common_t_constraint-t_constraint.Po@am__quote@
906 @AMDEP_TRUE@@am__include@ @am__quote@common/$(DEPDIR)/libtr_tid_la-tr_constraint.Plo@am__quote@
907 @AMDEP_TRUE@@am__include@ @am__quote@common/$(DEPDIR)/libtr_tid_la-tr_dh.Plo@am__quote@
908 @AMDEP_TRUE@@am__include@ @am__quote@common/$(DEPDIR)/libtr_tid_la-tr_msg.Plo@am__quote@
909 @AMDEP_TRUE@@am__include@ @am__quote@common/$(DEPDIR)/libtr_tid_la-tr_name.Plo@am__quote@
910 @AMDEP_TRUE@@am__include@ @am__quote@common/$(DEPDIR)/libtr_tid_la-tr_util.Plo@am__quote@
911 @AMDEP_TRUE@@am__include@ @am__quote@common/$(DEPDIR)/tr_comm.Po@am__quote@
912 @AMDEP_TRUE@@am__include@ @am__quote@common/$(DEPDIR)/tr_config.Po@am__quote@
913 @AMDEP_TRUE@@am__include@ @am__quote@common/$(DEPDIR)/tr_dh.Po@am__quote@
914 @AMDEP_TRUE@@am__include@ @am__quote@common/$(DEPDIR)/tr_filter.Po@am__quote@
915 @AMDEP_TRUE@@am__include@ @am__quote@common/$(DEPDIR)/tr_idp.Po@am__quote@
916 @AMDEP_TRUE@@am__include@ @am__quote@common/$(DEPDIR)/tr_rp.Po@am__quote@
917 @AMDEP_TRUE@@am__include@ @am__quote@common/dh_test/$(DEPDIR)/dh_test.Po@am__quote@
918 @AMDEP_TRUE@@am__include@ @am__quote@tid/$(DEPDIR)/libtr_tid_la-tid_req.Plo@am__quote@
919 @AMDEP_TRUE@@am__include@ @am__quote@tid/$(DEPDIR)/libtr_tid_la-tid_resp.Plo@am__quote@
920 @AMDEP_TRUE@@am__include@ @am__quote@tid/$(DEPDIR)/libtr_tid_la-tidc.Plo@am__quote@
921 @AMDEP_TRUE@@am__include@ @am__quote@tid/$(DEPDIR)/libtr_tid_la-tids.Plo@am__quote@
922 @AMDEP_TRUE@@am__include@ @am__quote@tid/example/$(DEPDIR)/tidc_main.Po@am__quote@
923 @AMDEP_TRUE@@am__include@ @am__quote@tid/example/$(DEPDIR)/tids_main.Po@am__quote@
924 @AMDEP_TRUE@@am__include@ @am__quote@tr/$(DEPDIR)/tr.Po@am__quote@
925 @AMDEP_TRUE@@am__include@ @am__quote@tr/$(DEPDIR)/tr_main.Po@am__quote@
926
927 .c.o:
928 @am__fastdepCC_TRUE@    $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
929 @am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
930 @am__fastdepCC_TRUE@    $(am__mv) $$depbase.Tpo $$depbase.Po
931 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
932 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
933 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
934
935 .c.obj:
936 @am__fastdepCC_TRUE@    $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
937 @am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
938 @am__fastdepCC_TRUE@    $(am__mv) $$depbase.Tpo $$depbase.Po
939 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
940 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
941 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
942
943 .c.lo:
944 @am__fastdepCC_TRUE@    $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\
945 @am__fastdepCC_TRUE@    $(LTCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
946 @am__fastdepCC_TRUE@    $(am__mv) $$depbase.Tpo $$depbase.Plo
947 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
948 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
949 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
950
951 tid/libtr_tid_la-tids.lo: tid/tids.c
952 @am__fastdepCC_TRUE@    $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtr_tid_la_CFLAGS) $(CFLAGS) -MT tid/libtr_tid_la-tids.lo -MD -MP -MF tid/$(DEPDIR)/libtr_tid_la-tids.Tpo -c -o tid/libtr_tid_la-tids.lo `test -f 'tid/tids.c' || echo '$(srcdir)/'`tid/tids.c
953 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) tid/$(DEPDIR)/libtr_tid_la-tids.Tpo tid/$(DEPDIR)/libtr_tid_la-tids.Plo
954 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='tid/tids.c' object='tid/libtr_tid_la-tids.lo' libtool=yes @AMDEPBACKSLASH@
955 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
956 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtr_tid_la_CFLAGS) $(CFLAGS) -c -o tid/libtr_tid_la-tids.lo `test -f 'tid/tids.c' || echo '$(srcdir)/'`tid/tids.c
957
958 tid/libtr_tid_la-tidc.lo: tid/tidc.c
959 @am__fastdepCC_TRUE@    $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtr_tid_la_CFLAGS) $(CFLAGS) -MT tid/libtr_tid_la-tidc.lo -MD -MP -MF tid/$(DEPDIR)/libtr_tid_la-tidc.Tpo -c -o tid/libtr_tid_la-tidc.lo `test -f 'tid/tidc.c' || echo '$(srcdir)/'`tid/tidc.c
960 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) tid/$(DEPDIR)/libtr_tid_la-tidc.Tpo tid/$(DEPDIR)/libtr_tid_la-tidc.Plo
961 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='tid/tidc.c' object='tid/libtr_tid_la-tidc.lo' libtool=yes @AMDEPBACKSLASH@
962 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
963 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtr_tid_la_CFLAGS) $(CFLAGS) -c -o tid/libtr_tid_la-tidc.lo `test -f 'tid/tidc.c' || echo '$(srcdir)/'`tid/tidc.c
964
965 tid/libtr_tid_la-tid_req.lo: tid/tid_req.c
966 @am__fastdepCC_TRUE@    $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtr_tid_la_CFLAGS) $(CFLAGS) -MT tid/libtr_tid_la-tid_req.lo -MD -MP -MF tid/$(DEPDIR)/libtr_tid_la-tid_req.Tpo -c -o tid/libtr_tid_la-tid_req.lo `test -f 'tid/tid_req.c' || echo '$(srcdir)/'`tid/tid_req.c
967 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) tid/$(DEPDIR)/libtr_tid_la-tid_req.Tpo tid/$(DEPDIR)/libtr_tid_la-tid_req.Plo
968 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='tid/tid_req.c' object='tid/libtr_tid_la-tid_req.lo' libtool=yes @AMDEPBACKSLASH@
969 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
970 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtr_tid_la_CFLAGS) $(CFLAGS) -c -o tid/libtr_tid_la-tid_req.lo `test -f 'tid/tid_req.c' || echo '$(srcdir)/'`tid/tid_req.c
971
972 tid/libtr_tid_la-tid_resp.lo: tid/tid_resp.c
973 @am__fastdepCC_TRUE@    $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtr_tid_la_CFLAGS) $(CFLAGS) -MT tid/libtr_tid_la-tid_resp.lo -MD -MP -MF tid/$(DEPDIR)/libtr_tid_la-tid_resp.Tpo -c -o tid/libtr_tid_la-tid_resp.lo `test -f 'tid/tid_resp.c' || echo '$(srcdir)/'`tid/tid_resp.c
974 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) tid/$(DEPDIR)/libtr_tid_la-tid_resp.Tpo tid/$(DEPDIR)/libtr_tid_la-tid_resp.Plo
975 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='tid/tid_resp.c' object='tid/libtr_tid_la-tid_resp.lo' libtool=yes @AMDEPBACKSLASH@
976 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
977 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtr_tid_la_CFLAGS) $(CFLAGS) -c -o tid/libtr_tid_la-tid_resp.lo `test -f 'tid/tid_resp.c' || echo '$(srcdir)/'`tid/tid_resp.c
978
979 common/libtr_tid_la-tr_name.lo: common/tr_name.c
980 @am__fastdepCC_TRUE@    $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtr_tid_la_CFLAGS) $(CFLAGS) -MT common/libtr_tid_la-tr_name.lo -MD -MP -MF common/$(DEPDIR)/libtr_tid_la-tr_name.Tpo -c -o common/libtr_tid_la-tr_name.lo `test -f 'common/tr_name.c' || echo '$(srcdir)/'`common/tr_name.c
981 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) common/$(DEPDIR)/libtr_tid_la-tr_name.Tpo common/$(DEPDIR)/libtr_tid_la-tr_name.Plo
982 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='common/tr_name.c' object='common/libtr_tid_la-tr_name.lo' libtool=yes @AMDEPBACKSLASH@
983 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
984 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtr_tid_la_CFLAGS) $(CFLAGS) -c -o common/libtr_tid_la-tr_name.lo `test -f 'common/tr_name.c' || echo '$(srcdir)/'`common/tr_name.c
985
986 common/libtr_tid_la-tr_constraint.lo: common/tr_constraint.c
987 @am__fastdepCC_TRUE@    $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtr_tid_la_CFLAGS) $(CFLAGS) -MT common/libtr_tid_la-tr_constraint.lo -MD -MP -MF common/$(DEPDIR)/libtr_tid_la-tr_constraint.Tpo -c -o common/libtr_tid_la-tr_constraint.lo `test -f 'common/tr_constraint.c' || echo '$(srcdir)/'`common/tr_constraint.c
988 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) common/$(DEPDIR)/libtr_tid_la-tr_constraint.Tpo common/$(DEPDIR)/libtr_tid_la-tr_constraint.Plo
989 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='common/tr_constraint.c' object='common/libtr_tid_la-tr_constraint.lo' libtool=yes @AMDEPBACKSLASH@
990 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
991 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtr_tid_la_CFLAGS) $(CFLAGS) -c -o common/libtr_tid_la-tr_constraint.lo `test -f 'common/tr_constraint.c' || echo '$(srcdir)/'`common/tr_constraint.c
992
993 common/libtr_tid_la-tr_msg.lo: common/tr_msg.c
994 @am__fastdepCC_TRUE@    $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtr_tid_la_CFLAGS) $(CFLAGS) -MT common/libtr_tid_la-tr_msg.lo -MD -MP -MF common/$(DEPDIR)/libtr_tid_la-tr_msg.Tpo -c -o common/libtr_tid_la-tr_msg.lo `test -f 'common/tr_msg.c' || echo '$(srcdir)/'`common/tr_msg.c
995 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) common/$(DEPDIR)/libtr_tid_la-tr_msg.Tpo common/$(DEPDIR)/libtr_tid_la-tr_msg.Plo
996 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='common/tr_msg.c' object='common/libtr_tid_la-tr_msg.lo' libtool=yes @AMDEPBACKSLASH@
997 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
998 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtr_tid_la_CFLAGS) $(CFLAGS) -c -o common/libtr_tid_la-tr_msg.lo `test -f 'common/tr_msg.c' || echo '$(srcdir)/'`common/tr_msg.c
999
1000 common/libtr_tid_la-tr_dh.lo: common/tr_dh.c
1001 @am__fastdepCC_TRUE@    $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtr_tid_la_CFLAGS) $(CFLAGS) -MT common/libtr_tid_la-tr_dh.lo -MD -MP -MF common/$(DEPDIR)/libtr_tid_la-tr_dh.Tpo -c -o common/libtr_tid_la-tr_dh.lo `test -f 'common/tr_dh.c' || echo '$(srcdir)/'`common/tr_dh.c
1002 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) common/$(DEPDIR)/libtr_tid_la-tr_dh.Tpo common/$(DEPDIR)/libtr_tid_la-tr_dh.Plo
1003 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='common/tr_dh.c' object='common/libtr_tid_la-tr_dh.lo' libtool=yes @AMDEPBACKSLASH@
1004 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1005 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtr_tid_la_CFLAGS) $(CFLAGS) -c -o common/libtr_tid_la-tr_dh.lo `test -f 'common/tr_dh.c' || echo '$(srcdir)/'`common/tr_dh.c
1006
1007 common/libtr_tid_la-tr_util.lo: common/tr_util.c
1008 @am__fastdepCC_TRUE@    $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtr_tid_la_CFLAGS) $(CFLAGS) -MT common/libtr_tid_la-tr_util.lo -MD -MP -MF common/$(DEPDIR)/libtr_tid_la-tr_util.Tpo -c -o common/libtr_tid_la-tr_util.lo `test -f 'common/tr_util.c' || echo '$(srcdir)/'`common/tr_util.c
1009 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) common/$(DEPDIR)/libtr_tid_la-tr_util.Tpo common/$(DEPDIR)/libtr_tid_la-tr_util.Plo
1010 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='common/tr_util.c' object='common/libtr_tid_la-tr_util.lo' libtool=yes @AMDEPBACKSLASH@
1011 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1012 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtr_tid_la_CFLAGS) $(CFLAGS) -c -o common/libtr_tid_la-tr_util.lo `test -f 'common/tr_util.c' || echo '$(srcdir)/'`common/tr_util.c
1013
1014 common/common_t_constraint-t_constraint.o: common/t_constraint.c
1015 @am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(common_t_constraint_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT common/common_t_constraint-t_constraint.o -MD -MP -MF common/$(DEPDIR)/common_t_constraint-t_constraint.Tpo -c -o common/common_t_constraint-t_constraint.o `test -f 'common/t_constraint.c' || echo '$(srcdir)/'`common/t_constraint.c
1016 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) common/$(DEPDIR)/common_t_constraint-t_constraint.Tpo common/$(DEPDIR)/common_t_constraint-t_constraint.Po
1017 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='common/t_constraint.c' object='common/common_t_constraint-t_constraint.o' libtool=no @AMDEPBACKSLASH@
1018 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1019 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(common_t_constraint_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o common/common_t_constraint-t_constraint.o `test -f 'common/t_constraint.c' || echo '$(srcdir)/'`common/t_constraint.c
1020
1021 common/common_t_constraint-t_constraint.obj: common/t_constraint.c
1022 @am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(common_t_constraint_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT common/common_t_constraint-t_constraint.obj -MD -MP -MF common/$(DEPDIR)/common_t_constraint-t_constraint.Tpo -c -o common/common_t_constraint-t_constraint.obj `if test -f 'common/t_constraint.c'; then $(CYGPATH_W) 'common/t_constraint.c'; else $(CYGPATH_W) '$(srcdir)/common/t_constraint.c'; fi`
1023 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) common/$(DEPDIR)/common_t_constraint-t_constraint.Tpo common/$(DEPDIR)/common_t_constraint-t_constraint.Po
1024 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='common/t_constraint.c' object='common/common_t_constraint-t_constraint.obj' libtool=no @AMDEPBACKSLASH@
1025 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1026 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(common_t_constraint_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o common/common_t_constraint-t_constraint.obj `if test -f 'common/t_constraint.c'; then $(CYGPATH_W) 'common/t_constraint.c'; else $(CYGPATH_W) '$(srcdir)/common/t_constraint.c'; fi`
1027
1028 mostlyclean-libtool:
1029         -rm -f *.lo
1030
1031 clean-libtool:
1032         -rm -rf .libs _libs
1033         -rm -rf common/.libs common/_libs
1034         -rm -rf common/dh_test/.libs common/dh_test/_libs
1035         -rm -rf tid/.libs tid/_libs
1036         -rm -rf tid/example/.libs tid/example/_libs
1037         -rm -rf tr/.libs tr/_libs
1038
1039 distclean-libtool:
1040         -rm -f libtool config.lt
1041 install-nobase_dist_pkgdataDATA: $(nobase_dist_pkgdata_DATA)
1042         @$(NORMAL_INSTALL)
1043         @list='$(nobase_dist_pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \
1044         if test -n "$$list"; then \
1045           echo " $(MKDIR_P) '$(DESTDIR)$(pkgdatadir)'"; \
1046           $(MKDIR_P) "$(DESTDIR)$(pkgdatadir)" || exit 1; \
1047         fi; \
1048         $(am__nobase_list) | while read dir files; do \
1049           xfiles=; for file in $$files; do \
1050             if test -f "$$file"; then xfiles="$$xfiles $$file"; \
1051             else xfiles="$$xfiles $(srcdir)/$$file"; fi; done; \
1052           test -z "$$xfiles" || { \
1053             test "x$$dir" = x. || { \
1054               echo " $(MKDIR_P) '$(DESTDIR)$(pkgdatadir)/$$dir'"; \
1055               $(MKDIR_P) "$(DESTDIR)$(pkgdatadir)/$$dir"; }; \
1056             echo " $(INSTALL_DATA) $$xfiles '$(DESTDIR)$(pkgdatadir)/$$dir'"; \
1057             $(INSTALL_DATA) $$xfiles "$(DESTDIR)$(pkgdatadir)/$$dir" || exit $$?; }; \
1058         done
1059
1060 uninstall-nobase_dist_pkgdataDATA:
1061         @$(NORMAL_UNINSTALL)
1062         @list='$(nobase_dist_pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \
1063         $(am__nobase_strip_setup); files=`$(am__nobase_strip)`; \
1064         dir='$(DESTDIR)$(pkgdatadir)'; $(am__uninstall_files_from_dir)
1065 install-pkgdataDATA: $(pkgdata_DATA)
1066         @$(NORMAL_INSTALL)
1067         @list='$(pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \
1068         if test -n "$$list"; then \
1069           echo " $(MKDIR_P) '$(DESTDIR)$(pkgdatadir)'"; \
1070           $(MKDIR_P) "$(DESTDIR)$(pkgdatadir)" || exit 1; \
1071         fi; \
1072         for p in $$list; do \
1073           if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
1074           echo "$$d$$p"; \
1075         done | $(am__base_list) | \
1076         while read files; do \
1077           echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgdatadir)'"; \
1078           $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgdatadir)" || exit $$?; \
1079         done
1080
1081 uninstall-pkgdataDATA:
1082         @$(NORMAL_UNINSTALL)
1083         @list='$(pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \
1084         files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
1085         dir='$(DESTDIR)$(pkgdatadir)'; $(am__uninstall_files_from_dir)
1086 install-systemdsystemunitDATA: $(systemdsystemunit_DATA)
1087         @$(NORMAL_INSTALL)
1088         @list='$(systemdsystemunit_DATA)'; test -n "$(systemdsystemunitdir)" || list=; \
1089         if test -n "$$list"; then \
1090           echo " $(MKDIR_P) '$(DESTDIR)$(systemdsystemunitdir)'"; \
1091           $(MKDIR_P) "$(DESTDIR)$(systemdsystemunitdir)" || exit 1; \
1092         fi; \
1093         for p in $$list; do \
1094           if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
1095           echo "$$d$$p"; \
1096         done | $(am__base_list) | \
1097         while read files; do \
1098           echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(systemdsystemunitdir)'"; \
1099           $(INSTALL_DATA) $$files "$(DESTDIR)$(systemdsystemunitdir)" || exit $$?; \
1100         done
1101
1102 uninstall-systemdsystemunitDATA:
1103         @$(NORMAL_UNINSTALL)
1104         @list='$(systemdsystemunit_DATA)'; test -n "$(systemdsystemunitdir)" || list=; \
1105         files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
1106         dir='$(DESTDIR)$(systemdsystemunitdir)'; $(am__uninstall_files_from_dir)
1107 install-pkgincludeHEADERS: $(pkginclude_HEADERS)
1108         @$(NORMAL_INSTALL)
1109         @list='$(pkginclude_HEADERS)'; test -n "$(pkgincludedir)" || list=; \
1110         if test -n "$$list"; then \
1111           echo " $(MKDIR_P) '$(DESTDIR)$(pkgincludedir)'"; \
1112           $(MKDIR_P) "$(DESTDIR)$(pkgincludedir)" || exit 1; \
1113         fi; \
1114         for p in $$list; do \
1115           if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
1116           echo "$$d$$p"; \
1117         done | $(am__base_list) | \
1118         while read files; do \
1119           echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(pkgincludedir)'"; \
1120           $(INSTALL_HEADER) $$files "$(DESTDIR)$(pkgincludedir)" || exit $$?; \
1121         done
1122
1123 uninstall-pkgincludeHEADERS:
1124         @$(NORMAL_UNINSTALL)
1125         @list='$(pkginclude_HEADERS)'; test -n "$(pkgincludedir)" || list=; \
1126         files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
1127         dir='$(DESTDIR)$(pkgincludedir)'; $(am__uninstall_files_from_dir)
1128
1129 # This directory's subdirectories are mostly independent; you can cd
1130 # into them and run 'make' without going through this Makefile.
1131 # To change the values of 'make' variables: instead of editing Makefiles,
1132 # (1) if the variable is set in 'config.status', edit 'config.status'
1133 #     (which will cause the Makefiles to be regenerated when you run 'make');
1134 # (2) otherwise, pass the desired values on the 'make' command line.
1135 $(am__recursive_targets):
1136         @fail=; \
1137         if $(am__make_keepgoing); then \
1138           failcom='fail=yes'; \
1139         else \
1140           failcom='exit 1'; \
1141         fi; \
1142         dot_seen=no; \
1143         target=`echo $@ | sed s/-recursive//`; \
1144         case "$@" in \
1145           distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
1146           *) list='$(SUBDIRS)' ;; \
1147         esac; \
1148         for subdir in $$list; do \
1149           echo "Making $$target in $$subdir"; \
1150           if test "$$subdir" = "."; then \
1151             dot_seen=yes; \
1152             local_target="$$target-am"; \
1153           else \
1154             local_target="$$target"; \
1155           fi; \
1156           ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
1157           || eval $$failcom; \
1158         done; \
1159         if test "$$dot_seen" = "no"; then \
1160           $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
1161         fi; test -z "$$fail"
1162
1163 ID: $(am__tagged_files)
1164         $(am__define_uniq_tagged_files); mkid -fID $$unique
1165 tags: tags-recursive
1166 TAGS: tags
1167
1168 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
1169         set x; \
1170         here=`pwd`; \
1171         if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
1172           include_option=--etags-include; \
1173           empty_fix=.; \
1174         else \
1175           include_option=--include; \
1176           empty_fix=; \
1177         fi; \
1178         list='$(SUBDIRS)'; for subdir in $$list; do \
1179           if test "$$subdir" = .; then :; else \
1180             test ! -f $$subdir/TAGS || \
1181               set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
1182           fi; \
1183         done; \
1184         $(am__define_uniq_tagged_files); \
1185         shift; \
1186         if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
1187           test -n "$$unique" || unique=$$empty_fix; \
1188           if test $$# -gt 0; then \
1189             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
1190               "$$@" $$unique; \
1191           else \
1192             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
1193               $$unique; \
1194           fi; \
1195         fi
1196 ctags: ctags-recursive
1197
1198 CTAGS: ctags
1199 ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
1200         $(am__define_uniq_tagged_files); \
1201         test -z "$(CTAGS_ARGS)$$unique" \
1202           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
1203              $$unique
1204
1205 GTAGS:
1206         here=`$(am__cd) $(top_builddir) && pwd` \
1207           && $(am__cd) $(top_srcdir) \
1208           && gtags -i $(GTAGS_ARGS) "$$here"
1209 cscope: cscope.files
1210         test ! -s cscope.files \
1211           || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS)
1212 clean-cscope:
1213         -rm -f cscope.files
1214 cscope.files: clean-cscope cscopelist
1215 cscopelist: cscopelist-recursive
1216
1217 cscopelist-am: $(am__tagged_files)
1218         list='$(am__tagged_files)'; \
1219         case "$(srcdir)" in \
1220           [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
1221           *) sdir=$(subdir)/$(srcdir) ;; \
1222         esac; \
1223         for i in $$list; do \
1224           if test -f "$$i"; then \
1225             echo "$(subdir)/$$i"; \
1226           else \
1227             echo "$$sdir/$$i"; \
1228           fi; \
1229         done >> $(top_builddir)/cscope.files
1230
1231 distclean-tags:
1232         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
1233         -rm -f cscope.out cscope.in.out cscope.po.out cscope.files
1234
1235 # Recover from deleted '.trs' file; this should ensure that
1236 # "rm -f foo.log; make foo.trs" re-run 'foo.test', and re-create
1237 # both 'foo.log' and 'foo.trs'.  Break the recipe in two subshells
1238 # to avoid problems with "make -n".
1239 .log.trs:
1240         rm -f $< $@
1241         $(MAKE) $(AM_MAKEFLAGS) $<
1242
1243 # Leading 'am--fnord' is there to ensure the list of targets does not
1244 # expand to empty, as could happen e.g. with make check TESTS=''.
1245 am--fnord $(TEST_LOGS) $(TEST_LOGS:.log=.trs): $(am__force_recheck)
1246 am--force-recheck:
1247         @:
1248
1249 $(TEST_SUITE_LOG): $(TEST_LOGS)
1250         @$(am__set_TESTS_bases); \
1251         am__f_ok () { test -f "$$1" && test -r "$$1"; }; \
1252         redo_bases=`for i in $$bases; do \
1253                       am__f_ok $$i.trs && am__f_ok $$i.log || echo $$i; \
1254                     done`; \
1255         if test -n "$$redo_bases"; then \
1256           redo_logs=`for i in $$redo_bases; do echo $$i.log; done`; \
1257           redo_results=`for i in $$redo_bases; do echo $$i.trs; done`; \
1258           if $(am__make_dryrun); then :; else \
1259             rm -f $$redo_logs && rm -f $$redo_results || exit 1; \
1260           fi; \
1261         fi; \
1262         if test -n "$$am__remaking_logs"; then \
1263           echo "fatal: making $(TEST_SUITE_LOG): possible infinite" \
1264                "recursion detected" >&2; \
1265         else \
1266           am__remaking_logs=yes $(MAKE) $(AM_MAKEFLAGS) $$redo_logs; \
1267         fi; \
1268         if $(am__make_dryrun); then :; else \
1269           st=0;  \
1270           errmsg="fatal: making $(TEST_SUITE_LOG): failed to create"; \
1271           for i in $$redo_bases; do \
1272             test -f $$i.trs && test -r $$i.trs \
1273               || { echo "$$errmsg $$i.trs" >&2; st=1; }; \
1274             test -f $$i.log && test -r $$i.log \
1275               || { echo "$$errmsg $$i.log" >&2; st=1; }; \
1276           done; \
1277           test $$st -eq 0 || exit 1; \
1278         fi
1279         @$(am__sh_e_setup); $(am__tty_colors); $(am__set_TESTS_bases); \
1280         ws='[   ]'; \
1281         results=`for b in $$bases; do echo $$b.trs; done`; \
1282         test -n "$$results" || results=/dev/null; \
1283         all=`  grep "^$$ws*:test-result:"           $$results | wc -l`; \
1284         pass=` grep "^$$ws*:test-result:$$ws*PASS"  $$results | wc -l`; \
1285         fail=` grep "^$$ws*:test-result:$$ws*FAIL"  $$results | wc -l`; \
1286         skip=` grep "^$$ws*:test-result:$$ws*SKIP"  $$results | wc -l`; \
1287         xfail=`grep "^$$ws*:test-result:$$ws*XFAIL" $$results | wc -l`; \
1288         xpass=`grep "^$$ws*:test-result:$$ws*XPASS" $$results | wc -l`; \
1289         error=`grep "^$$ws*:test-result:$$ws*ERROR" $$results | wc -l`; \
1290         if test `expr $$fail + $$xpass + $$error` -eq 0; then \
1291           success=true; \
1292         else \
1293           success=false; \
1294         fi; \
1295         br='==================='; br=$$br$$br$$br$$br; \
1296         result_count () \
1297         { \
1298             if test x"$$1" = x"--maybe-color"; then \
1299               maybe_colorize=yes; \
1300             elif test x"$$1" = x"--no-color"; then \
1301               maybe_colorize=no; \
1302             else \
1303               echo "$@: invalid 'result_count' usage" >&2; exit 4; \
1304             fi; \
1305             shift; \
1306             desc=$$1 count=$$2; \
1307             if test $$maybe_colorize = yes && test $$count -gt 0; then \
1308               color_start=$$3 color_end=$$std; \
1309             else \
1310               color_start= color_end=; \
1311             fi; \
1312             echo "$${color_start}# $$desc $$count$${color_end}"; \
1313         }; \
1314         create_testsuite_report () \
1315         { \
1316           result_count $$1 "TOTAL:" $$all   "$$brg"; \
1317           result_count $$1 "PASS: " $$pass  "$$grn"; \
1318           result_count $$1 "SKIP: " $$skip  "$$blu"; \
1319           result_count $$1 "XFAIL:" $$xfail "$$lgn"; \
1320           result_count $$1 "FAIL: " $$fail  "$$red"; \
1321           result_count $$1 "XPASS:" $$xpass "$$red"; \
1322           result_count $$1 "ERROR:" $$error "$$mgn"; \
1323         }; \
1324         {                                                               \
1325           echo "$(PACKAGE_STRING): $(subdir)/$(TEST_SUITE_LOG)" |       \
1326             $(am__rst_title);                                           \
1327           create_testsuite_report --no-color;                           \
1328           echo;                                                         \
1329           echo ".. contents:: :depth: 2";                               \
1330           echo;                                                         \
1331           for b in $$bases; do echo $$b; done                           \
1332             | $(am__create_global_log);                                 \
1333         } >$(TEST_SUITE_LOG).tmp || exit 1;                             \
1334         mv $(TEST_SUITE_LOG).tmp $(TEST_SUITE_LOG);                     \
1335         if $$success; then                                              \
1336           col="$$grn";                                                  \
1337          else                                                           \
1338           col="$$red";                                                  \
1339           test x"$$VERBOSE" = x || cat $(TEST_SUITE_LOG);               \
1340         fi;                                                             \
1341         echo "$${col}$$br$${std}";                                      \
1342         echo "$${col}Testsuite summary for $(PACKAGE_STRING)$${std}";   \
1343         echo "$${col}$$br$${std}";                                      \
1344         create_testsuite_report --maybe-color;                          \
1345         echo "$$col$$br$$std";                                          \
1346         if $$success; then :; else                                      \
1347           echo "$${col}See $(subdir)/$(TEST_SUITE_LOG)$${std}";         \
1348           if test -n "$(PACKAGE_BUGREPORT)"; then                       \
1349             echo "$${col}Please report to $(PACKAGE_BUGREPORT)$${std}"; \
1350           fi;                                                           \
1351           echo "$$col$$br$$std";                                        \
1352         fi;                                                             \
1353         $$success || exit 1
1354
1355 check-TESTS:
1356         @list='$(RECHECK_LOGS)';           test -z "$$list" || rm -f $$list
1357         @list='$(RECHECK_LOGS:.log=.trs)'; test -z "$$list" || rm -f $$list
1358         @test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG)
1359         @set +e; $(am__set_TESTS_bases); \
1360         log_list=`for i in $$bases; do echo $$i.log; done`; \
1361         trs_list=`for i in $$bases; do echo $$i.trs; done`; \
1362         log_list=`echo $$log_list`; trs_list=`echo $$trs_list`; \
1363         $(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) TEST_LOGS="$$log_list"; \
1364         exit $$?;
1365 recheck: all $(check_PROGRAMS)
1366         @test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG)
1367         @set +e; $(am__set_TESTS_bases); \
1368         bases=`for i in $$bases; do echo $$i; done \
1369                  | $(am__list_recheck_tests)` || exit 1; \
1370         log_list=`for i in $$bases; do echo $$i.log; done`; \
1371         log_list=`echo $$log_list`; \
1372         $(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) \
1373                 am__force_recheck=am--force-recheck \
1374                 TEST_LOGS="$$log_list"; \
1375         exit $$?
1376 common/t_constraint.log: common/t_constraint$(EXEEXT)
1377         @p='common/t_constraint$(EXEEXT)'; \
1378         b='common/t_constraint'; \
1379         $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
1380         --log-file $$b.log --trs-file $$b.trs \
1381         $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
1382         "$$tst" $(AM_TESTS_FD_REDIRECT)
1383 .test.log:
1384         @p='$<'; \
1385         $(am__set_b); \
1386         $(am__check_pre) $(TEST_LOG_DRIVER) --test-name "$$f" \
1387         --log-file $$b.log --trs-file $$b.trs \
1388         $(am__common_driver_flags) $(AM_TEST_LOG_DRIVER_FLAGS) $(TEST_LOG_DRIVER_FLAGS) -- $(TEST_LOG_COMPILE) \
1389         "$$tst" $(AM_TESTS_FD_REDIRECT)
1390 @am__EXEEXT_TRUE@.test$(EXEEXT).log:
1391 @am__EXEEXT_TRUE@       @p='$<'; \
1392 @am__EXEEXT_TRUE@       $(am__set_b); \
1393 @am__EXEEXT_TRUE@       $(am__check_pre) $(TEST_LOG_DRIVER) --test-name "$$f" \
1394 @am__EXEEXT_TRUE@       --log-file $$b.log --trs-file $$b.trs \
1395 @am__EXEEXT_TRUE@       $(am__common_driver_flags) $(AM_TEST_LOG_DRIVER_FLAGS) $(TEST_LOG_DRIVER_FLAGS) -- $(TEST_LOG_COMPILE) \
1396 @am__EXEEXT_TRUE@       "$$tst" $(AM_TESTS_FD_REDIRECT)
1397
1398 distdir: $(DISTFILES)
1399         $(am__remove_distdir)
1400         test -d "$(distdir)" || mkdir "$(distdir)"
1401         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
1402         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
1403         list='$(DISTFILES)'; \
1404           dist_files=`for file in $$list; do echo $$file; done | \
1405           sed -e "s|^$$srcdirstrip/||;t" \
1406               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
1407         case $$dist_files in \
1408           */*) $(MKDIR_P) `echo "$$dist_files" | \
1409                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
1410                            sort -u` ;; \
1411         esac; \
1412         for file in $$dist_files; do \
1413           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
1414           if test -d $$d/$$file; then \
1415             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
1416             if test -d "$(distdir)/$$file"; then \
1417               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
1418             fi; \
1419             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
1420               cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
1421               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
1422             fi; \
1423             cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
1424           else \
1425             test -f "$(distdir)/$$file" \
1426             || cp -p $$d/$$file "$(distdir)/$$file" \
1427             || exit 1; \
1428           fi; \
1429         done
1430         @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
1431           if test "$$subdir" = .; then :; else \
1432             $(am__make_dryrun) \
1433               || test -d "$(distdir)/$$subdir" \
1434               || $(MKDIR_P) "$(distdir)/$$subdir" \
1435               || exit 1; \
1436             dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
1437             $(am__relativize); \
1438             new_distdir=$$reldir; \
1439             dir1=$$subdir; dir2="$(top_distdir)"; \
1440             $(am__relativize); \
1441             new_top_distdir=$$reldir; \
1442             echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
1443             echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
1444             ($(am__cd) $$subdir && \
1445               $(MAKE) $(AM_MAKEFLAGS) \
1446                 top_distdir="$$new_top_distdir" \
1447                 distdir="$$new_distdir" \
1448                 am__remove_distdir=: \
1449                 am__skip_length_check=: \
1450                 am__skip_mode_fix=: \
1451                 distdir) \
1452               || exit 1; \
1453           fi; \
1454         done
1455         -test -n "$(am__skip_mode_fix)" \
1456         || find "$(distdir)" -type d ! -perm -755 \
1457                 -exec chmod u+rwx,go+rx {} \; -o \
1458           ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
1459           ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
1460           ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
1461         || chmod -R a+r "$(distdir)"
1462 dist-gzip: distdir
1463         tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
1464         $(am__post_remove_distdir)
1465
1466 dist-bzip2: distdir
1467         tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
1468         $(am__post_remove_distdir)
1469
1470 dist-lzip: distdir
1471         tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
1472         $(am__post_remove_distdir)
1473
1474 dist-xz: distdir
1475         tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
1476         $(am__post_remove_distdir)
1477
1478 dist-tarZ: distdir
1479         @echo WARNING: "Support for shar distribution archives is" \
1480                        "deprecated." >&2
1481         @echo WARNING: "It will be removed altogether in Automake 2.0" >&2
1482         tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
1483         $(am__post_remove_distdir)
1484
1485 dist-shar: distdir
1486         @echo WARNING: "Support for distribution archives compressed with" \
1487                        "legacy program 'compress' is deprecated." >&2
1488         @echo WARNING: "It will be removed altogether in Automake 2.0" >&2
1489         shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
1490         $(am__post_remove_distdir)
1491
1492 dist-zip: distdir
1493         -rm -f $(distdir).zip
1494         zip -rq $(distdir).zip $(distdir)
1495         $(am__post_remove_distdir)
1496
1497 dist dist-all:
1498         $(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:'
1499         $(am__post_remove_distdir)
1500
1501 # This target untars the dist file and tries a VPATH configuration.  Then
1502 # it guarantees that the distribution is self-contained by making another
1503 # tarfile.
1504 distcheck: dist
1505         case '$(DIST_ARCHIVES)' in \
1506         *.tar.gz*) \
1507           GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
1508         *.tar.bz2*) \
1509           bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
1510         *.tar.lz*) \
1511           lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
1512         *.tar.xz*) \
1513           xz -dc $(distdir).tar.xz | $(am__untar) ;;\
1514         *.tar.Z*) \
1515           uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
1516         *.shar.gz*) \
1517           GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
1518         *.zip*) \
1519           unzip $(distdir).zip ;;\
1520         esac
1521         chmod -R a-w $(distdir)
1522         chmod u+w $(distdir)
1523         mkdir $(distdir)/_build $(distdir)/_inst
1524         chmod a-w $(distdir)
1525         test -d $(distdir)/_build || exit 0; \
1526         dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
1527           && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
1528           && am__cwd=`pwd` \
1529           && $(am__cd) $(distdir)/_build \
1530           && ../configure \
1531             $(AM_DISTCHECK_CONFIGURE_FLAGS) \
1532             $(DISTCHECK_CONFIGURE_FLAGS) \
1533             --srcdir=.. --prefix="$$dc_install_base" \
1534           && $(MAKE) $(AM_MAKEFLAGS) \
1535           && $(MAKE) $(AM_MAKEFLAGS) dvi \
1536           && $(MAKE) $(AM_MAKEFLAGS) check \
1537           && $(MAKE) $(AM_MAKEFLAGS) install \
1538           && $(MAKE) $(AM_MAKEFLAGS) installcheck \
1539           && $(MAKE) $(AM_MAKEFLAGS) uninstall \
1540           && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
1541                 distuninstallcheck \
1542           && chmod -R a-w "$$dc_install_base" \
1543           && ({ \
1544                (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
1545                && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
1546                && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
1547                && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
1548                     distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
1549               } || { rm -rf "$$dc_destdir"; exit 1; }) \
1550           && rm -rf "$$dc_destdir" \
1551           && $(MAKE) $(AM_MAKEFLAGS) dist \
1552           && rm -rf $(DIST_ARCHIVES) \
1553           && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
1554           && cd "$$am__cwd" \
1555           || exit 1
1556         $(am__post_remove_distdir)
1557         @(echo "$(distdir) archives ready for distribution: "; \
1558           list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
1559           sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
1560 distuninstallcheck:
1561         @test -n '$(distuninstallcheck_dir)' || { \
1562           echo 'ERROR: trying to run $@ with an empty' \
1563                '$$(distuninstallcheck_dir)' >&2; \
1564           exit 1; \
1565         }; \
1566         $(am__cd) '$(distuninstallcheck_dir)' || { \
1567           echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \
1568           exit 1; \
1569         }; \
1570         test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
1571            || { echo "ERROR: files left after uninstall:" ; \
1572                 if test -n "$(DESTDIR)"; then \
1573                   echo "  (check DESTDIR support)"; \
1574                 fi ; \
1575                 $(distuninstallcheck_listfiles) ; \
1576                 exit 1; } >&2
1577 distcleancheck: distclean
1578         @if test '$(srcdir)' = . ; then \
1579           echo "ERROR: distcleancheck can only run from a VPATH build" ; \
1580           exit 1 ; \
1581         fi
1582         @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
1583           || { echo "ERROR: files left in build directory after distclean:" ; \
1584                $(distcleancheck_listfiles) ; \
1585                exit 1; } >&2
1586 check-am: all-am
1587         $(MAKE) $(AM_MAKEFLAGS) $(check_PROGRAMS)
1588         $(MAKE) $(AM_MAKEFLAGS) check-TESTS
1589 check: check-recursive
1590 all-am: Makefile $(LTLIBRARIES) $(PROGRAMS) $(DATA) $(HEADERS)
1591 install-binPROGRAMS: install-libLTLIBRARIES
1592
1593 installdirs: installdirs-recursive
1594 installdirs-am:
1595         for dir in "$(DESTDIR)$(libdir)" "$(DESTDIR)$(bindir)" "$(DESTDIR)$(pkgdatadir)" "$(DESTDIR)$(pkgdatadir)" "$(DESTDIR)$(systemdsystemunitdir)" "$(DESTDIR)$(pkgincludedir)"; do \
1596           test -z "$$dir" || $(MKDIR_P) "$$dir"; \
1597         done
1598 install: install-recursive
1599 install-exec: install-exec-recursive
1600 install-data: install-data-recursive
1601 uninstall: uninstall-recursive
1602
1603 install-am: all-am
1604         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
1605
1606 installcheck: installcheck-recursive
1607 install-strip:
1608         if test -z '$(STRIP)'; then \
1609           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
1610             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
1611               install; \
1612         else \
1613           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
1614             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
1615             "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
1616         fi
1617 mostlyclean-generic:
1618         -test -z "$(TEST_LOGS)" || rm -f $(TEST_LOGS)
1619         -test -z "$(TEST_LOGS:.log=.trs)" || rm -f $(TEST_LOGS:.log=.trs)
1620         -test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG)
1621
1622 clean-generic:
1623
1624 distclean-generic:
1625         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
1626         -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
1627         -rm -f common/$(DEPDIR)/$(am__dirstamp)
1628         -rm -f common/$(am__dirstamp)
1629         -rm -f common/dh_test/$(DEPDIR)/$(am__dirstamp)
1630         -rm -f common/dh_test/$(am__dirstamp)
1631         -rm -f tid/$(DEPDIR)/$(am__dirstamp)
1632         -rm -f tid/$(am__dirstamp)
1633         -rm -f tid/example/$(DEPDIR)/$(am__dirstamp)
1634         -rm -f tid/example/$(am__dirstamp)
1635         -rm -f tr/$(DEPDIR)/$(am__dirstamp)
1636         -rm -f tr/$(am__dirstamp)
1637
1638 maintainer-clean-generic:
1639         @echo "This command is intended for maintainers to use"
1640         @echo "it deletes files that may require special tools to rebuild."
1641 clean: clean-recursive
1642
1643 clean-am: clean-binPROGRAMS clean-checkPROGRAMS clean-generic \
1644         clean-libLTLIBRARIES clean-libtool mostlyclean-am
1645
1646 distclean: distclean-recursive
1647         -rm -f $(am__CONFIG_DISTCLEAN_FILES)
1648         -rm -rf common/$(DEPDIR) common/dh_test/$(DEPDIR) tid/$(DEPDIR) tid/example/$(DEPDIR) tr/$(DEPDIR)
1649         -rm -f Makefile
1650 distclean-am: clean-am distclean-compile distclean-generic \
1651         distclean-libtool distclean-tags
1652
1653 dvi: dvi-recursive
1654
1655 dvi-am:
1656
1657 html: html-recursive
1658
1659 html-am:
1660
1661 info: info-recursive
1662
1663 info-am:
1664
1665 install-data-am: install-nobase_dist_pkgdataDATA install-pkgdataDATA \
1666         install-pkgincludeHEADERS install-systemdsystemunitDATA
1667
1668 install-dvi: install-dvi-recursive
1669
1670 install-dvi-am:
1671
1672 install-exec-am: install-binPROGRAMS install-libLTLIBRARIES
1673
1674 install-html: install-html-recursive
1675
1676 install-html-am:
1677
1678 install-info: install-info-recursive
1679
1680 install-info-am:
1681
1682 install-man:
1683
1684 install-pdf: install-pdf-recursive
1685
1686 install-pdf-am:
1687
1688 install-ps: install-ps-recursive
1689
1690 install-ps-am:
1691
1692 installcheck-am:
1693
1694 maintainer-clean: maintainer-clean-recursive
1695         -rm -f $(am__CONFIG_DISTCLEAN_FILES)
1696         -rm -rf $(top_srcdir)/autom4te.cache
1697         -rm -rf common/$(DEPDIR) common/dh_test/$(DEPDIR) tid/$(DEPDIR) tid/example/$(DEPDIR) tr/$(DEPDIR)
1698         -rm -f Makefile
1699 maintainer-clean-am: distclean-am maintainer-clean-generic
1700
1701 mostlyclean: mostlyclean-recursive
1702
1703 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
1704         mostlyclean-libtool
1705
1706 pdf: pdf-recursive
1707
1708 pdf-am:
1709
1710 ps: ps-recursive
1711
1712 ps-am:
1713
1714 uninstall-am: uninstall-binPROGRAMS uninstall-libLTLIBRARIES \
1715         uninstall-nobase_dist_pkgdataDATA uninstall-pkgdataDATA \
1716         uninstall-pkgincludeHEADERS uninstall-systemdsystemunitDATA
1717
1718 .MAKE: $(am__recursive_targets) check-am install-am install-strip
1719
1720 .PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am \
1721         am--refresh check check-TESTS check-am clean clean-binPROGRAMS \
1722         clean-checkPROGRAMS clean-cscope clean-generic \
1723         clean-libLTLIBRARIES clean-libtool cscope cscopelist-am ctags \
1724         ctags-am dist dist-all dist-bzip2 dist-gzip dist-lzip \
1725         dist-shar dist-tarZ dist-xz dist-zip distcheck distclean \
1726         distclean-compile distclean-generic distclean-libtool \
1727         distclean-tags distcleancheck distdir distuninstallcheck dvi \
1728         dvi-am html html-am info info-am install install-am \
1729         install-binPROGRAMS install-data install-data-am install-dvi \
1730         install-dvi-am install-exec install-exec-am install-html \
1731         install-html-am install-info install-info-am \
1732         install-libLTLIBRARIES install-man \
1733         install-nobase_dist_pkgdataDATA install-pdf install-pdf-am \
1734         install-pkgdataDATA install-pkgincludeHEADERS install-ps \
1735         install-ps-am install-strip install-systemdsystemunitDATA \
1736         installcheck installcheck-am installdirs installdirs-am \
1737         maintainer-clean maintainer-clean-generic mostlyclean \
1738         mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
1739         pdf pdf-am ps ps-am recheck tags tags-am uninstall \
1740         uninstall-am uninstall-binPROGRAMS uninstall-libLTLIBRARIES \
1741         uninstall-nobase_dist_pkgdataDATA uninstall-pkgdataDATA \
1742         uninstall-pkgincludeHEADERS uninstall-systemdsystemunitDATA
1743
1744
1745 # Tell versions [3.59,3.63) of GNU make to not export all variables.
1746 # Otherwise a system limit (for SysV at least) may be exceeded.
1747 .NOEXPORT: