--- libnih-1.0.2.orig/debian/libnih1.install +++ libnih-1.0.2/debian/libnih1.install @@ -0,0 +1 @@ +lib/libnih.so.* --- libnih-1.0.2.orig/debian/rules +++ libnih-1.0.2/debian/rules @@ -0,0 +1,36 @@ +#!/usr/bin/make -f +%: + dh $@ + +DEB_HOST_ARCH ?= $(shell dpkg-architecture -qDEB_HOST_ARCH) + +CFLAGS = -Wall -g -fstack-protector -fPIE +LDFLAGS = -Wl,--as-needed -Wl,-z,relro -Wl,-z,now -pie + +# Disable optimisations if noopt found in $DEB_BUILD_OPTIONS +ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS))) + CFLAGS += -O0 + LDFLAGS += -Wl,-O0 +else + CFLAGS += -Os + LDFLAGS += -Wl,-O1 +endif + +override_dh_auto_configure: + dh_auto_configure -- CFLAGS="$(CFLAGS)" LDFLAGS="$(LDFLAGS)" \ + --libdir=/lib + +override_dh_makeshlibs: + dh_makeshlibs -plibnih1 -V 'libnih1 (>= 1.0.0)' + dh_makeshlibs -plibnih-dbus1 -V 'libnih-dbus1 (>= 1.0.0)' + dh_makeshlibs -Nlibnih1 -Nlibnih-dbus1 + + +# Symlink /usr/share/doc directories together +override_dh_installdocs: + dh_installdocs -Nlibnih-dev -Nlibnih-dbus1 -Nlibnih-dbus-dev \ + -Nnih-dbus-tool + +override_dh_installchangelogs: + dh_installchangelogs -Nlibnih-dev -Nlibnih-dbus1 -Nlibnih-dbus-dev \ + -Nnih-dbus-tool --- libnih-1.0.2.orig/debian/libnih-dbus1.symbols +++ libnih-1.0.2/debian/libnih-dbus1.symbols @@ -0,0 +1,2 @@ +libnih-dbus.so.1 libnih-dbus1 #MINVER# + *@LIBNIH_DBUS_1_0 1.0.0 --- libnih-1.0.2.orig/debian/libnih-dbus1.install +++ libnih-1.0.2/debian/libnih-dbus1.install @@ -0,0 +1 @@ +lib/libnih-dbus.so.* --- libnih-1.0.2.orig/debian/libnih1.docs +++ libnih-1.0.2/debian/libnih1.docs @@ -0,0 +1,3 @@ +AUTHORS +NEWS +README --- libnih-1.0.2.orig/debian/nih-dbus-tool.links +++ libnih-1.0.2/debian/nih-dbus-tool.links @@ -0,0 +1 @@ +usr/share/doc/libnih1 usr/share/doc/nih-dbus-tool --- libnih-1.0.2.orig/debian/nih-dbus-tool.install +++ libnih-1.0.2/debian/nih-dbus-tool.install @@ -0,0 +1,2 @@ +usr/bin/nih-dbus-tool +usr/share/man/man1/nih-dbus-tool.1 --- libnih-1.0.2.orig/debian/copyright +++ libnih-1.0.2/debian/copyright @@ -0,0 +1,18 @@ +This is the Ubuntu package of libnih, the NIH Utility Library. + +Copyright © 2009 Canonical Ltd. +Copyright © 2009 Scott James Remnant + +Licence: + +This program is free software; you can redistribute it and/or modify +it under the terms of the GNU General Public License version 2, as +published by the Free Software Foundation. + +This program is distributed in the hope that it will be useful, but +WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +General Public License for more details. + +On Ubuntu systems, the complete text of the GNU General Public License +can be found in ‘/usr/share/common-licenses/GPL’. --- libnih-1.0.2.orig/debian/libnih-dbus-dev.install +++ libnih-1.0.2/debian/libnih-dbus-dev.install @@ -0,0 +1,6 @@ +lib/libnih-dbus.a +lib/libnih-dbus.la +lib/libnih-dbus.so +usr/include/libnih-dbus.h +usr/include/nih-dbus +usr/lib/pkgconfig/libnih-dbus.pc --- libnih-1.0.2.orig/debian/libnih-dev.install +++ libnih-1.0.2/debian/libnih-dev.install @@ -0,0 +1,7 @@ +lib/libnih.a +lib/libnih.la +lib/libnih.so +usr/include/libnih.h +usr/include/nih +usr/lib/pkgconfig/libnih.pc +usr/share/aclocal/libnih.m4 --- libnih-1.0.2.orig/debian/control +++ libnih-1.0.2/debian/control @@ -0,0 +1,65 @@ +Source: libnih +Section: libs +Priority: required +Maintainer: Scott James Remnant +Standards-Version: 3.8.4.0 +Build-Depends: debhelper (>= 7.3.15), pkg-config (>= 0.22), libdbus-1-dev (>= 1.2.16), libexpat1-dev (>= 2.0.0), dbus (>= 1.2.16), libc6-dev (>= 2.12~) | libc6.1-dev (>= 2.12~) + +Package: libnih1 +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends} +Description: NIH Utility Library + libnih is a light-weight "standard library" of C functions to ease the + development of other libraries and applications, especially those + normally found in /lib. + . + This package contains the shared library. + +Package: libnih-dev +Priority: optional +Section: libdevel +Architecture: any +Depends: libnih1 (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends} +Description: NIH Utility Library (development files) + libnih is a light-weight "standard library" of C functions to ease the + development of other libraries and applications, especially those + normally found in /lib. + . + This package contains the static library and C header files which are + needed for developing software using libnih. + +Package: libnih-dbus1 +Architecture: any +Depends: libnih1 (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends} +Description: NIH D-Bus Bindings Library + libnih-dbus is a D-Bus bindings library that integrates with the main + loop provided by libnih. + . + This package contains the shared library. + +Package: libnih-dbus-dev +Priority: optional +Section: libdevel +Architecture: any +Depends: libnih-dbus1 (= ${binary:Version}), libnih-dev (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends} +Recommends: nih-dbus-tool (= ${binary:Version}) +Description: NIH D-Bus Bindings Library (development files) + libnih-dbus is a D-Bus bindings library that integrates with the main + loop provided by libnih. + . + This package contains the static library and C header files which are + needed for developing software using libnih-dbus. + +Package: nih-dbus-tool +Priority: required +Section: devel +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends} +Recommends: libnih-dbus-dev (= ${binary:Version}) +Description: NIH D-Bus Binding Tool + nih-dbus-tool generates C source code from the D-Bus Introspection XML + data provided by most services; either to make implementing the + described objects in C programs or to make proxying to the described + remote objects easier. + . + The generated code requires libnih-dbus-dev to be compiled. --- libnih-1.0.2.orig/debian/changelog +++ libnih-1.0.2/debian/changelog @@ -0,0 +1,59 @@ +libnih (1.0.2-1ubuntu2) maverick; urgency=low + + * Re-add -fPIE to the testsuite on armel, removing all armel-specific tests; + current gcc-4.4 don't seem affected by the ICE anymore (see LP #398403). + + -- Loïc Minier Mon, 23 Aug 2010 10:25:31 +0200 + +libnih (1.0.2-1ubuntu1) maverick; urgency=low + + * Rebuild with libc6-dev (>= 2.12~), after checking that + __abort_msg is available with the same signature in eglibc 2.12. + * Don't build the testsuite with -fPIE on armel; LP: #398403. + + -- Matthias Klose Sun, 30 May 2010 02:54:56 +0200 + +libnih (1.0.2-1) maverick; urgency=low + + * New upstream release: + - Rename AC_COPYRIGHT to NIH_COPYRIGHT to avoid conflict with other + packages. + - Add serial to libnih.m4 + - Add NIH_WITH_LOCAL_LIBNIH macro. + + * Fix use of ${Source-Version} to be ${binary:Version} + * Add debian/source/format with "1.0" to be future compatible. + * Bump standards version. + + -- Scott James Remnant Tue, 27 Apr 2010 10:49:55 -0700 + +libnih (1.0.1-1) lucid; urgency=low + + * New upstream release: + - Add missing __nih_* symbols to linker version script so that we + can link Upstart's test suite. + - Glibc __abort_msg symbol now only linked as a weak symbol. + + -- Scott James Remnant Thu, 04 Feb 2010 14:53:26 -0800 + +libnih (1.0.0-2build1) lucid; urgency=low + + * Rebuild to pick up relaxed dependency on libc6, after checking that + __abort_msg is available with the same signature in eglibc 2.11. + LP: #508702. + + -- Matthias Klose Mon, 18 Jan 2010 16:09:13 +0100 + +libnih (1.0.0-2) lucid; urgency=low + + * debian/control: Add build-dependency on dbus so the test suite can + pass on the buildds. + + -- Scott James Remnant Sat, 28 Nov 2009 23:28:27 +0000 + +libnih (1.0.0-1) lucid; urgency=low + + * First upstream release. Previously this code was included in the + upstart, mountall and ureadahead source packages. + + -- Scott James Remnant Sat, 28 Nov 2009 21:14:00 +0000 --- libnih-1.0.2.orig/debian/libnih-dbus-dev.links +++ libnih-1.0.2/debian/libnih-dbus-dev.links @@ -0,0 +1 @@ +usr/share/doc/libnih1 usr/share/doc/libnih-dbus-dev --- libnih-1.0.2.orig/debian/libnih1.symbols +++ libnih-1.0.2/debian/libnih1.symbols @@ -0,0 +1,2 @@ +libnih.so.1 libnih1 #MINVER# + *@LIBNIH_1_0 1.0.0 --- libnih-1.0.2.orig/debian/compat +++ libnih-1.0.2/debian/compat @@ -0,0 +1 @@ +7 --- libnih-1.0.2.orig/debian/libnih-dbus1.links +++ libnih-1.0.2/debian/libnih-dbus1.links @@ -0,0 +1 @@ +usr/share/doc/libnih1 usr/share/doc/libnih-dbus1 --- libnih-1.0.2.orig/debian/libnih-dev.links +++ libnih-1.0.2/debian/libnih-dev.links @@ -0,0 +1 @@ +usr/share/doc/libnih1 usr/share/doc/libnih-dev --- libnih-1.0.2.orig/debian/source/format +++ libnih-1.0.2/debian/source/format @@ -0,0 +1 @@ +1.0 --- libnih-1.0.2.orig/nih-dbus-tool/Makefile.old +++ libnih-1.0.2/nih-dbus-tool/Makefile.old @@ -0,0 +1,2158 @@ +# Makefile.in generated by automake 1.11.1 from Makefile.am. +# nih-dbus-tool/Makefile. Generated from Makefile.in by configure. + +# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, +# 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, +# Inc. +# This Makefile.in is free software; the Free Software Foundation +# gives unlimited permission to copy and/or distribute it, +# with or without modifications, as long as this notice is preserved. + +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY, to the extent permitted by law; without +# even the implied warranty of MERCHANTABILITY or FITNESS FOR A +# PARTICULAR PURPOSE. + + + + +pkgdatadir = $(datadir)/libnih +pkgincludedir = $(includedir)/libnih +pkglibdir = $(libdir)/libnih +pkglibexecdir = $(libexecdir)/libnih +am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd +install_sh_DATA = $(install_sh) -c -m 644 +install_sh_PROGRAM = $(install_sh) -c +install_sh_SCRIPT = $(install_sh) -c +INSTALL_HEADER = $(INSTALL_DATA) +transform = $(program_transform_name) +NORMAL_INSTALL = : +PRE_INSTALL = : +POST_INSTALL = : +NORMAL_UNINSTALL = : +PRE_UNINSTALL = : +POST_UNINSTALL = : +build_triplet = arm-unknown-linux-gnueabi +host_triplet = arm-unknown-linux-gnueabi +bin_PROGRAMS = nih-dbus-tool$(EXEEXT) +TESTS = test_main$(EXEEXT) test_symbol$(EXEEXT) test_indent$(EXEEXT) \ + test_type$(EXEEXT) test_marshal$(EXEEXT) \ + test_demarshal$(EXEEXT) test_node$(EXEEXT) \ + test_interface$(EXEEXT) test_method$(EXEEXT) \ + test_signal$(EXEEXT) test_property$(EXEEXT) \ + test_argument$(EXEEXT) test_annotation$(EXEEXT) \ + test_parse$(EXEEXT) test_output$(EXEEXT) \ + test_com.netsplit.Nih.Test_object$(EXEEXT) \ + test_com.netsplit.Nih.Test_proxy$(EXEEXT) +check_PROGRAMS = $(am__EXEEXT_1) marshal_factory$(EXEEXT) \ + demarshal_factory$(EXEEXT) interface_factory$(EXEEXT) \ + method_factory$(EXEEXT) signal_factory$(EXEEXT) \ + property_factory$(EXEEXT) +subdir = nih-dbus-tool +DIST_COMMON = $(dist_man_MANS) $(srcdir)/Makefile.am \ + $(srcdir)/Makefile.in +ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 +am__aclocal_m4_deps = $(top_srcdir)/m4/codeset.m4 \ + $(top_srcdir)/m4/gettext.m4 $(top_srcdir)/m4/glibc2.m4 \ + $(top_srcdir)/m4/glibc21.m4 $(top_srcdir)/m4/iconv.m4 \ + $(top_srcdir)/m4/intdiv0.m4 $(top_srcdir)/m4/intl.m4 \ + $(top_srcdir)/m4/intlmacosx.m4 $(top_srcdir)/m4/intmax.m4 \ + $(top_srcdir)/m4/inttypes-pri.m4 \ + $(top_srcdir)/m4/inttypes_h.m4 $(top_srcdir)/m4/lcmessage.m4 \ + $(top_srcdir)/m4/lib-ld.m4 $(top_srcdir)/m4/lib-link.m4 \ + $(top_srcdir)/m4/lib-prefix.m4 $(top_srcdir)/m4/libnih.m4 \ + $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/lock.m4 \ + $(top_srcdir)/m4/longlong.m4 $(top_srcdir)/m4/ltoptions.m4 \ + $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \ + $(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/m4/nls.m4 \ + $(top_srcdir)/m4/pkg.m4 $(top_srcdir)/m4/po.m4 \ + $(top_srcdir)/m4/printf-posix.m4 $(top_srcdir)/m4/progtest.m4 \ + $(top_srcdir)/m4/size_max.m4 $(top_srcdir)/m4/stdint_h.m4 \ + $(top_srcdir)/m4/uintmax_t.m4 $(top_srcdir)/m4/visibility.m4 \ + $(top_srcdir)/m4/wchar_t.m4 $(top_srcdir)/m4/wint_t.m4 \ + $(top_srcdir)/m4/xsize.m4 $(top_srcdir)/configure.ac +am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ + $(ACLOCAL_M4) +mkinstalldirs = $(install_sh) -d +CONFIG_HEADER = $(top_builddir)/config.h +CONFIG_CLEAN_FILES = +CONFIG_CLEAN_VPATH_FILES = +am__installdirs = "$(DESTDIR)$(bindir)" "$(DESTDIR)$(man1dir)" +am__EXEEXT_1 = test_main$(EXEEXT) test_symbol$(EXEEXT) \ + test_indent$(EXEEXT) test_type$(EXEEXT) test_marshal$(EXEEXT) \ + test_demarshal$(EXEEXT) test_node$(EXEEXT) \ + test_interface$(EXEEXT) test_method$(EXEEXT) \ + test_signal$(EXEEXT) test_property$(EXEEXT) \ + test_argument$(EXEEXT) test_annotation$(EXEEXT) \ + test_parse$(EXEEXT) test_output$(EXEEXT) \ + test_com.netsplit.Nih.Test_object$(EXEEXT) \ + test_com.netsplit.Nih.Test_proxy$(EXEEXT) +PROGRAMS = $(bin_PROGRAMS) +am_demarshal_factory_OBJECTS = demarshal_factory.$(OBJEXT) +demarshal_factory_OBJECTS = $(am_demarshal_factory_OBJECTS) +am__DEPENDENCIES_1 = +demarshal_factory_DEPENDENCIES = demarshal.o type.o indent.o symbol.o \ + ../nih/libnih.la $(am__DEPENDENCIES_1) +AM_V_lt = $(am__v_lt_$(V)) +am__v_lt_ = $(am__v_lt_$(AM_DEFAULT_VERBOSITY)) +am__v_lt_0 = --silent +demarshal_factory_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \ + $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \ + $(AM_CFLAGS) $(CFLAGS) $(demarshal_factory_LDFLAGS) $(LDFLAGS) \ + -o $@ +am_interface_factory_OBJECTS = interface_factory.$(OBJEXT) +interface_factory_OBJECTS = $(am_interface_factory_OBJECTS) +interface_factory_DEPENDENCIES = demarshal.o marshal.o type.o indent.o \ + parse.o annotation.o argument.o property.o signal.o method.o \ + interface.o node.o symbol.o ../nih/libnih.la \ + $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) +interface_factory_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \ + $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \ + $(AM_CFLAGS) $(CFLAGS) $(interface_factory_LDFLAGS) $(LDFLAGS) \ + -o $@ +am_marshal_factory_OBJECTS = marshal_factory.$(OBJEXT) +marshal_factory_OBJECTS = $(am_marshal_factory_OBJECTS) +marshal_factory_DEPENDENCIES = marshal.o type.o indent.o symbol.o \ + ../nih/libnih.la $(am__DEPENDENCIES_1) +marshal_factory_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \ + $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \ + $(AM_CFLAGS) $(CFLAGS) $(marshal_factory_LDFLAGS) $(LDFLAGS) \ + -o $@ +am_method_factory_OBJECTS = method_factory.$(OBJEXT) +method_factory_OBJECTS = $(am_method_factory_OBJECTS) +method_factory_DEPENDENCIES = demarshal.o marshal.o type.o indent.o \ + parse.o annotation.o argument.o property.o signal.o method.o \ + interface.o node.o symbol.o ../nih/libnih.la \ + $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) +method_factory_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \ + $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \ + $(AM_CFLAGS) $(CFLAGS) $(method_factory_LDFLAGS) $(LDFLAGS) -o \ + $@ +am_nih_dbus_tool_OBJECTS = main.$(OBJEXT) symbol.$(OBJEXT) \ + indent.$(OBJEXT) type.$(OBJEXT) marshal.$(OBJEXT) \ + demarshal.$(OBJEXT) node.$(OBJEXT) interface.$(OBJEXT) \ + method.$(OBJEXT) signal.$(OBJEXT) property.$(OBJEXT) \ + argument.$(OBJEXT) annotation.$(OBJEXT) parse.$(OBJEXT) \ + output.$(OBJEXT) +nih_dbus_tool_OBJECTS = $(am_nih_dbus_tool_OBJECTS) +nih_dbus_tool_DEPENDENCIES = ../nih/libnih.la $(am__DEPENDENCIES_1) \ + $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) +am_property_factory_OBJECTS = property_factory.$(OBJEXT) +property_factory_OBJECTS = $(am_property_factory_OBJECTS) +property_factory_DEPENDENCIES = demarshal.o marshal.o type.o indent.o \ + parse.o annotation.o argument.o property.o signal.o method.o \ + interface.o node.o symbol.o ../nih/libnih.la \ + $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) +property_factory_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \ + $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \ + $(AM_CFLAGS) $(CFLAGS) $(property_factory_LDFLAGS) $(LDFLAGS) \ + -o $@ +am_signal_factory_OBJECTS = signal_factory.$(OBJEXT) +signal_factory_OBJECTS = $(am_signal_factory_OBJECTS) +signal_factory_DEPENDENCIES = demarshal.o marshal.o type.o indent.o \ + parse.o annotation.o argument.o property.o signal.o method.o \ + interface.o node.o symbol.o ../nih/libnih.la \ + $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) +signal_factory_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \ + $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \ + $(AM_CFLAGS) $(CFLAGS) $(signal_factory_LDFLAGS) $(LDFLAGS) -o \ + $@ +am_test_annotation_OBJECTS = test_annotation.$(OBJEXT) +test_annotation_OBJECTS = $(am_test_annotation_OBJECTS) +test_annotation_DEPENDENCIES = demarshal.o marshal.o type.o indent.o \ + parse.o annotation.o argument.o property.o signal.o method.o \ + interface.o node.o symbol.o ../nih/libnih.la \ + $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) +test_annotation_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \ + $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \ + $(AM_CFLAGS) $(CFLAGS) $(test_annotation_LDFLAGS) $(LDFLAGS) \ + -o $@ +am_test_argument_OBJECTS = test_argument.$(OBJEXT) +test_argument_OBJECTS = $(am_test_argument_OBJECTS) +test_argument_DEPENDENCIES = demarshal.o marshal.o type.o indent.o \ + parse.o annotation.o argument.o property.o signal.o method.o \ + interface.o node.o symbol.o ../nih/libnih.la \ + $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) +test_argument_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ + $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ + $(test_argument_LDFLAGS) $(LDFLAGS) -o $@ +am_test_com_netsplit_Nih_Test_object_OBJECTS = \ + test_com.netsplit.Nih.Test_object.$(OBJEXT) \ + com.netsplit.Nih.Test_impl.$(OBJEXT) +am__objects_1 = com.netsplit.Nih.Test_object.$(OBJEXT) +nodist_test_com_netsplit_Nih_Test_object_OBJECTS = $(am__objects_1) +test_com_netsplit_Nih_Test_object_OBJECTS = \ + $(am_test_com_netsplit_Nih_Test_object_OBJECTS) \ + $(nodist_test_com_netsplit_Nih_Test_object_OBJECTS) +test_com_netsplit_Nih_Test_object_DEPENDENCIES = \ + ../nih-dbus/libnih-dbus.la ../nih/libnih.la \ + $(am__DEPENDENCIES_1) +test_com_netsplit_Nih_Test_object_LINK = $(LIBTOOL) $(AM_V_lt) \ + --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link \ + $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ + $(test_com_netsplit_Nih_Test_object_LDFLAGS) $(LDFLAGS) -o $@ +am_test_com_netsplit_Nih_Test_proxy_OBJECTS = \ + test_com.netsplit.Nih.Test_proxy.$(OBJEXT) \ + com.netsplit.Nih.Test_impl.$(OBJEXT) +am__objects_2 = com.netsplit.Nih.Test_proxy.$(OBJEXT) +nodist_test_com_netsplit_Nih_Test_proxy_OBJECTS = $(am__objects_1) \ + $(am__objects_2) +test_com_netsplit_Nih_Test_proxy_OBJECTS = \ + $(am_test_com_netsplit_Nih_Test_proxy_OBJECTS) \ + $(nodist_test_com_netsplit_Nih_Test_proxy_OBJECTS) +test_com_netsplit_Nih_Test_proxy_DEPENDENCIES = \ + ../nih-dbus/libnih-dbus.la ../nih/libnih.la \ + $(am__DEPENDENCIES_1) +test_com_netsplit_Nih_Test_proxy_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \ + $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \ + $(AM_CFLAGS) $(CFLAGS) \ + $(test_com_netsplit_Nih_Test_proxy_LDFLAGS) $(LDFLAGS) -o $@ +am_test_demarshal_OBJECTS = test_demarshal.$(OBJEXT) +nodist_test_demarshal_OBJECTS = demarshal_code.$(OBJEXT) +test_demarshal_OBJECTS = $(am_test_demarshal_OBJECTS) \ + $(nodist_test_demarshal_OBJECTS) +test_demarshal_DEPENDENCIES = demarshal.o type.o indent.o symbol.o \ + ../nih/libnih.la $(am__DEPENDENCIES_1) +test_demarshal_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \ + $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \ + $(AM_CFLAGS) $(CFLAGS) $(test_demarshal_LDFLAGS) $(LDFLAGS) -o \ + $@ +am_test_indent_OBJECTS = test_indent.$(OBJEXT) +test_indent_OBJECTS = $(am_test_indent_OBJECTS) +test_indent_DEPENDENCIES = indent.o ../nih/libnih.la +test_indent_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ + $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ + $(test_indent_LDFLAGS) $(LDFLAGS) -o $@ +am_test_interface_OBJECTS = test_interface.$(OBJEXT) +nodist_test_interface_OBJECTS = interface_code.$(OBJEXT) +test_interface_OBJECTS = $(am_test_interface_OBJECTS) \ + $(nodist_test_interface_OBJECTS) +test_interface_DEPENDENCIES = demarshal.o marshal.o type.o indent.o \ + parse.o annotation.o argument.o property.o signal.o method.o \ + interface.o node.o symbol.o ../nih-dbus/libnih-dbus.la \ + ../nih/libnih.la $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) +test_interface_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \ + $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \ + $(AM_CFLAGS) $(CFLAGS) $(test_interface_LDFLAGS) $(LDFLAGS) -o \ + $@ +am_test_main_OBJECTS = test_main-test_main.$(OBJEXT) \ + test_main-main.$(OBJEXT) +test_main_OBJECTS = $(am_test_main_OBJECTS) +test_main_DEPENDENCIES = ../nih/libnih.la +test_main_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ + $(LIBTOOLFLAGS) --mode=link $(CCLD) $(test_main_CFLAGS) \ + $(CFLAGS) $(test_main_LDFLAGS) $(LDFLAGS) -o $@ +am_test_marshal_OBJECTS = test_marshal.$(OBJEXT) +nodist_test_marshal_OBJECTS = marshal_code.$(OBJEXT) +test_marshal_OBJECTS = $(am_test_marshal_OBJECTS) \ + $(nodist_test_marshal_OBJECTS) +test_marshal_DEPENDENCIES = marshal.o type.o indent.o symbol.o \ + ../nih/libnih.la $(am__DEPENDENCIES_1) +test_marshal_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ + $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ + $(test_marshal_LDFLAGS) $(LDFLAGS) -o $@ +am_test_method_OBJECTS = test_method.$(OBJEXT) +nodist_test_method_OBJECTS = method_code.$(OBJEXT) +test_method_OBJECTS = $(am_test_method_OBJECTS) \ + $(nodist_test_method_OBJECTS) +test_method_DEPENDENCIES = demarshal.o marshal.o type.o indent.o \ + parse.o annotation.o argument.o property.o signal.o method.o \ + interface.o node.o symbol.o ../nih-dbus/libnih-dbus.la \ + ../nih/libnih.la $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) +test_method_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ + $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ + $(test_method_LDFLAGS) $(LDFLAGS) -o $@ +am_test_node_OBJECTS = test_node.$(OBJEXT) +test_node_OBJECTS = $(am_test_node_OBJECTS) +test_node_DEPENDENCIES = demarshal.o marshal.o type.o indent.o parse.o \ + annotation.o argument.o property.o signal.o method.o \ + interface.o node.o symbol.o ../nih/libnih.la \ + $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) +test_node_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ + $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ + $(test_node_LDFLAGS) $(LDFLAGS) -o $@ +am_test_output_OBJECTS = test_output.$(OBJEXT) +test_output_OBJECTS = $(am_test_output_OBJECTS) +test_output_DEPENDENCIES = demarshal.o marshal.o type.o indent.o \ + output.o parse.o annotation.o argument.o property.o signal.o \ + method.o interface.o node.o symbol.o ../nih/libnih.la \ + $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) +test_output_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ + $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ + $(test_output_LDFLAGS) $(LDFLAGS) -o $@ +am_test_parse_OBJECTS = test_parse.$(OBJEXT) +test_parse_OBJECTS = $(am_test_parse_OBJECTS) +test_parse_DEPENDENCIES = demarshal.o marshal.o type.o indent.o \ + parse.o annotation.o argument.o property.o signal.o method.o \ + interface.o node.o symbol.o ../nih/libnih.la \ + $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) +test_parse_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ + $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ + $(test_parse_LDFLAGS) $(LDFLAGS) -o $@ +am_test_property_OBJECTS = test_property.$(OBJEXT) +nodist_test_property_OBJECTS = property_code.$(OBJEXT) +test_property_OBJECTS = $(am_test_property_OBJECTS) \ + $(nodist_test_property_OBJECTS) +test_property_DEPENDENCIES = demarshal.o marshal.o type.o indent.o \ + parse.o annotation.o argument.o property.o signal.o method.o \ + interface.o node.o symbol.o ../nih-dbus/libnih-dbus.la \ + ../nih/libnih.la $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) +test_property_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ + $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ + $(test_property_LDFLAGS) $(LDFLAGS) -o $@ +am_test_signal_OBJECTS = test_signal.$(OBJEXT) +nodist_test_signal_OBJECTS = signal_code.$(OBJEXT) +test_signal_OBJECTS = $(am_test_signal_OBJECTS) \ + $(nodist_test_signal_OBJECTS) +test_signal_DEPENDENCIES = demarshal.o marshal.o type.o indent.o \ + parse.o annotation.o argument.o property.o signal.o method.o \ + interface.o node.o symbol.o ../nih-dbus/libnih-dbus.la \ + ../nih/libnih.la $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) +test_signal_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ + $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ + $(test_signal_LDFLAGS) $(LDFLAGS) -o $@ +am_test_symbol_OBJECTS = test_symbol.$(OBJEXT) +test_symbol_OBJECTS = $(am_test_symbol_OBJECTS) +test_symbol_DEPENDENCIES = symbol.o ../nih/libnih.la +test_symbol_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ + $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ + $(test_symbol_LDFLAGS) $(LDFLAGS) -o $@ +am_test_type_OBJECTS = test_type.$(OBJEXT) +test_type_OBJECTS = $(am_test_type_OBJECTS) +test_type_DEPENDENCIES = type.o indent.o symbol.o ../nih/libnih.la \ + $(am__DEPENDENCIES_1) +test_type_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ + $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ + $(test_type_LDFLAGS) $(LDFLAGS) -o $@ +DEFAULT_INCLUDES = +depcomp = $(SHELL) $(top_srcdir)/depcomp +am__depfiles_maybe = depfiles +am__mv = mv -f +COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ + $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) +LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ + $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \ + $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ + $(AM_CFLAGS) $(CFLAGS) +AM_V_CC = $(am__v_CC_$(V)) +am__v_CC_ = $(am__v_CC_$(AM_DEFAULT_VERBOSITY)) +am__v_CC_0 = @echo " CC " $@; +AM_V_at = $(am__v_at_$(V)) +am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY)) +am__v_at_0 = @ +CCLD = $(CC) +LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ + $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ + $(AM_LDFLAGS) $(LDFLAGS) -o $@ +AM_V_CCLD = $(am__v_CCLD_$(V)) +am__v_CCLD_ = $(am__v_CCLD_$(AM_DEFAULT_VERBOSITY)) +am__v_CCLD_0 = @echo " CCLD " $@; +AM_V_GEN = $(am__v_GEN_$(V)) +am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY)) +am__v_GEN_0 = @echo " GEN " $@; +SOURCES = $(demarshal_factory_SOURCES) $(interface_factory_SOURCES) \ + $(marshal_factory_SOURCES) $(method_factory_SOURCES) \ + $(nih_dbus_tool_SOURCES) $(property_factory_SOURCES) \ + $(signal_factory_SOURCES) $(test_annotation_SOURCES) \ + $(test_argument_SOURCES) \ + $(test_com_netsplit_Nih_Test_object_SOURCES) \ + $(nodist_test_com_netsplit_Nih_Test_object_SOURCES) \ + $(test_com_netsplit_Nih_Test_proxy_SOURCES) \ + $(nodist_test_com_netsplit_Nih_Test_proxy_SOURCES) \ + $(test_demarshal_SOURCES) $(nodist_test_demarshal_SOURCES) \ + $(test_indent_SOURCES) $(test_interface_SOURCES) \ + $(nodist_test_interface_SOURCES) $(test_main_SOURCES) \ + $(test_marshal_SOURCES) $(nodist_test_marshal_SOURCES) \ + $(test_method_SOURCES) $(nodist_test_method_SOURCES) \ + $(test_node_SOURCES) $(test_output_SOURCES) \ + $(test_parse_SOURCES) $(test_property_SOURCES) \ + $(nodist_test_property_SOURCES) $(test_signal_SOURCES) \ + $(nodist_test_signal_SOURCES) $(test_symbol_SOURCES) \ + $(test_type_SOURCES) +DIST_SOURCES = $(demarshal_factory_SOURCES) \ + $(interface_factory_SOURCES) $(marshal_factory_SOURCES) \ + $(method_factory_SOURCES) $(nih_dbus_tool_SOURCES) \ + $(property_factory_SOURCES) $(signal_factory_SOURCES) \ + $(test_annotation_SOURCES) $(test_argument_SOURCES) \ + $(test_com_netsplit_Nih_Test_object_SOURCES) \ + $(test_com_netsplit_Nih_Test_proxy_SOURCES) \ + $(test_demarshal_SOURCES) $(test_indent_SOURCES) \ + $(test_interface_SOURCES) $(test_main_SOURCES) \ + $(test_marshal_SOURCES) $(test_method_SOURCES) \ + $(test_node_SOURCES) $(test_output_SOURCES) \ + $(test_parse_SOURCES) $(test_property_SOURCES) \ + $(test_signal_SOURCES) $(test_symbol_SOURCES) \ + $(test_type_SOURCES) +am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; +am__vpath_adj = case $$p in \ + $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ + *) f=$$p;; \ + esac; +am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; +am__install_max = 40 +am__nobase_strip_setup = \ + srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` +am__nobase_strip = \ + for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||" +am__nobase_list = $(am__nobase_strip_setup); \ + for p in $$list; do echo "$$p $$p"; done | \ + sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \ + $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \ + if (++n[$$2] == $(am__install_max)) \ + { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \ + END { for (dir in files) print dir, files[dir] }' +am__base_list = \ + sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ + sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' +man1dir = $(mandir)/man1 +NROFF = nroff +MANS = $(dist_man_MANS) +ETAGS = etags +CTAGS = ctags +# If stdout is a non-dumb tty, use colors. If test -t is not supported, +# then this fails; a conservative approach. Of course do not redirect +# stdout here, just stderr. +am__tty_colors = \ +red=; grn=; lgn=; blu=; std=; \ +test "X$(AM_COLOR_TESTS)" != Xno \ +&& test "X$$TERM" != Xdumb \ +&& { test "X$(AM_COLOR_TESTS)" = Xalways || test -t 1 2>/dev/null; } \ +&& { \ + red=''; \ + grn=''; \ + lgn=''; \ + blu=''; \ + std=''; \ +} +DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) +ACLOCAL = ${SHELL} /home/doko/libnih/libnih-1.0.2/missing --run aclocal-1.11 +ALLOCA = +AMTAR = ${SHELL} /home/doko/libnih/libnih-1.0.2/missing --run tar +AM_DEFAULT_VERBOSITY = 0 +AR = ar +AUTOCONF = ${SHELL} /home/doko/libnih/libnih-1.0.2/missing --run autoconf +AUTOHEADER = ${SHELL} /home/doko/libnih/libnih-1.0.2/missing --run autoheader +AUTOMAKE = ${SHELL} /home/doko/libnih/libnih-1.0.2/missing --run automake-1.11 +AWK = mawk +BUILD_INCLUDED_LIBINTL = no +CATOBJEXT = .gmo +CC = gcc -std=gnu99 +CCDEPMODE = depmode=none +CFLAGS = -Wall -g -fstack-protector -fPIE -Os +CFLAG_VISIBILITY = -fvisibility=hidden +CPP = gcc -E +CPPFLAGS = +CYGPATH_W = echo +DATADIRNAME = share +DBUS_CFLAGS = -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include +DBUS_LIBS = -L/lib -ldbus-1 -lpthread -lrt +DEFS = -DHAVE_CONFIG_H +DEPDIR = .deps +DSYMUTIL = +DUMPBIN = +ECHO_C = +ECHO_N = -n +ECHO_T = +EGREP = /bin/grep -E +EXEEXT = +EXPAT_LIBS = -lexpat +FGREP = /bin/grep -F +GENCAT = gencat +GETTEXT_MACRO_VERSION = 0.17 +GLIBC2 = yes +GLIBC21 = yes +GMSGFMT = /usr/bin/msgfmt +GMSGFMT_015 = /usr/bin/msgfmt +GREP = /bin/grep +HAVE_ASPRINTF = 1 +HAVE_POSIX_PRINTF = 1 +HAVE_SNPRINTF = 1 +HAVE_VISIBILITY = 1 +HAVE_WPRINTF = 0 +INSTALL = /usr/bin/install -c +INSTALL_DATA = ${INSTALL} -m 644 +INSTALL_PROGRAM = ${INSTALL} +INSTALL_SCRIPT = ${INSTALL} +INSTALL_STRIP_PROGRAM = $(install_sh) -c -s +INSTOBJEXT = .mo +INTLBISON = : +INTLLIBS = +INTLOBJS = +INTL_LIBTOOL_SUFFIX_PREFIX = +INTL_MACOSX_LIBS = +LD = /usr/bin/ld +LDFLAGS = -Wl,--as-needed -Wl,-z,relro -Wl,-z,now -pie -Wl,-O1 +LIBICONV = +LIBINTL = +LIBMULTITHREAD = -lpthread +LIBOBJS = +LIBPTH = +LIBPTH_PREFIX = +LIBS = +LIBTHREAD = +LIBTOOL = $(SHELL) $(top_builddir)/libtool +LIPO = +LN_S = ln -s +LTLIBC = -lc +LTLIBICONV = +LTLIBINTL = +LTLIBMULTITHREAD = -lpthread +LTLIBOBJS = +LTLIBPTH = +LTLIBTHREAD = +MAINT = # +MAKEINFO = ${SHELL} /home/doko/libnih/libnih-1.0.2/missing --run makeinfo +MKDIR_P = /bin/mkdir -p +MSGFMT = /usr/bin/msgfmt +MSGFMT_015 = /usr/bin/msgfmt +MSGMERGE = /usr/bin/msgmerge +NIH_DBUS_TOOL = ${top_builddir}/nih-dbus-tool/nih-dbus-tool +NM = /usr/bin/nm -B +NMEDIT = +OBJDUMP = objdump +OBJEXT = o +OTOOL = +OTOOL64 = +PACKAGE = libnih +PACKAGE_BUGREPORT = http://bugs.launchpad.net/libnih/ +PACKAGE_COPYRIGHT = Copyright © 2010 Scott James Remnant . +PACKAGE_NAME = libnih +PACKAGE_STRING = libnih 1.0.2 +PACKAGE_TARNAME = libnih +PACKAGE_URL = +PACKAGE_VERSION = 1.0.2 +PATH_SEPARATOR = : +PKG_CONFIG = /usr/bin/pkg-config +POSUB = po +PRI_MACROS_BROKEN = 0 +RANLIB = ranlib +SED = /bin/sed +SET_MAKE = +SHELL = /bin/bash +STRIP = strip +USE_INCLUDED_LIBINTL = no +USE_NLS = yes +VERSION = 1.0.2 +VERSION_SCRIPT_ARG = -Wl,--version-script +WINDRES = +WOE32 = no +WOE32DLL = no +XGETTEXT = /usr/bin/xgettext +XGETTEXT_015 = /usr/bin/xgettext +XGETTEXT_EXTRA_OPTIONS = +abs_builddir = /home/doko/libnih/libnih-1.0.2/nih-dbus-tool +abs_srcdir = /home/doko/libnih/libnih-1.0.2/nih-dbus-tool +abs_top_builddir = /home/doko/libnih/libnih-1.0.2 +abs_top_srcdir = /home/doko/libnih/libnih-1.0.2 +ac_ct_CC = gcc +ac_ct_DUMPBIN = +am__include = include +am__leading_dot = . +am__quote = +am__tar = ${AMTAR} chof - "$$tardir" +am__untar = ${AMTAR} xf - +bindir = ${exec_prefix}/bin +build = arm-unknown-linux-gnueabi +build_alias = arm-linux-gnueabi +build_cpu = arm +build_os = linux-gnueabi +build_vendor = unknown +builddir = . +datadir = ${datarootdir} +datarootdir = ${prefix}/share +docdir = ${datarootdir}/doc/${PACKAGE_TARNAME} +dvidir = ${docdir} +exec_prefix = ${prefix} +host = arm-unknown-linux-gnueabi +host_alias = +host_cpu = arm +host_os = linux-gnueabi +host_vendor = unknown +htmldir = ${docdir} +includedir = ${prefix}/include +infodir = ${prefix}/share/info +install_sh = ${SHELL} /home/doko/libnih/libnih-1.0.2/install-sh +libdir = /lib +libexecdir = ${prefix}/lib/libnih +localedir = ${datarootdir}/locale +localstatedir = /var +lt_ECHO = echo +mandir = ${prefix}/share/man +mkdir_p = /bin/mkdir -p +oldincludedir = /usr/include +pdfdir = ${docdir} +prefix = /usr +program_transform_name = s,x,x, +psdir = ${docdir} +sbindir = ${exec_prefix}/sbin +sharedstatedir = ${prefix}/com +srcdir = . +sysconfdir = /etc +target_alias = +top_build_prefix = ../ +top_builddir = .. +top_srcdir = .. +AM_CFLAGS = \ + $(DBUS_CFLAGS) + +AM_CPPFLAGS = \ + -DLOCALEDIR="\"$(localedir)\"" \ + -I$(top_builddir) -I$(top_srcdir) -iquote$(builddir) -iquote$(srcdir) \ + -I$(top_srcdir)/intl + +dist_man_MANS = \ + man/nih-dbus-tool.1 + +nih_dbus_tool_SOURCES = \ + main.c \ + symbol.c symbol.h \ + indent.c indent.h \ + type.c type.h \ + marshal.c marshal.h \ + demarshal.c demarshal.h \ + node.c node.h \ + interface.c interface.h \ + method.c method.h \ + signal.c signal.h \ + property.c property.h \ + argument.c argument.h \ + annotation.c annotation.h \ + parse.c parse.h \ + output.c output.h \ + errors.h + +nih_dbus_tool_LDADD = \ + ../nih/libnih.la \ + $(LTLIBINTL) \ + $(EXPAT_LIBS) \ + $(DBUS_LIBS) + +test_main_SOURCES = tests/test_main.c main.c +test_main_CFLAGS = $(AM_CFLAGS) -DTEST +test_main_LDFLAGS = -static +test_main_LDADD = ../nih/libnih.la +test_symbol_SOURCES = tests/test_symbol.c +test_symbol_LDFLAGS = -static +test_symbol_LDADD = \ + symbol.o \ + ../nih/libnih.la + +test_indent_SOURCES = tests/test_indent.c +test_indent_LDFLAGS = -static +test_indent_LDADD = \ + indent.o \ + ../nih/libnih.la + +test_type_SOURCES = tests/test_type.c +test_type_LDFLAGS = -static +test_type_LDADD = \ + type.o indent.o symbol.o \ + ../nih/libnih.la \ + $(DBUS_LIBS) + +test_marshal_SOURCES = \ + tests/test_marshal.c tests/marshal_code.h + +nodist_test_marshal_SOURCES = \ + tests/marshal_code.c + +test_marshal_LDFLAGS = -static +test_marshal_LDADD = \ + marshal.o type.o indent.o symbol.o \ + ../nih/libnih.la \ + $(DBUS_LIBS) + +test_demarshal_SOURCES = \ + tests/test_demarshal.c tests/demarshal_code.h + +nodist_test_demarshal_SOURCES = \ + tests/demarshal_code.c + +test_demarshal_LDFLAGS = -static +test_demarshal_LDADD = \ + demarshal.o type.o indent.o symbol.o \ + ../nih/libnih.la \ + $(DBUS_LIBS) + +test_node_SOURCES = tests/test_node.c +test_node_LDFLAGS = -static +test_node_LDADD = \ + demarshal.o marshal.o type.o indent.o \ + parse.o annotation.o argument.o property.o signal.o method.o \ + interface.o node.o symbol.o \ + ../nih/libnih.la \ + $(EXPAT_LIBS) \ + $(DBUS_LIBS) + +test_interface_SOURCES = \ + tests/test_interface.c tests/interface_code.h + +nodist_test_interface_SOURCES = \ + tests/interface_code.c + +test_interface_LDFLAGS = -static +test_interface_LDADD = \ + demarshal.o marshal.o type.o indent.o \ + parse.o annotation.o argument.o property.o signal.o method.o \ + interface.o node.o symbol.o \ + ../nih-dbus/libnih-dbus.la \ + ../nih/libnih.la \ + $(EXPAT_LIBS) \ + $(DBUS_LIBS) + +test_method_SOURCES = \ + tests/test_method.c tests/method_code.h + +nodist_test_method_SOURCES = \ + tests/method_code.c + +test_method_LDFLAGS = -static +test_method_LDADD = \ + demarshal.o marshal.o type.o indent.o \ + parse.o annotation.o argument.o property.o signal.o method.o \ + interface.o node.o symbol.o \ + ../nih-dbus/libnih-dbus.la \ + ../nih/libnih.la \ + $(EXPAT_LIBS) \ + $(DBUS_LIBS) + +test_signal_SOURCES = \ + tests/test_signal.c tests/signal_code.h + +nodist_test_signal_SOURCES = \ + tests/signal_code.c + +test_signal_LDFLAGS = -static +test_signal_LDADD = \ + demarshal.o marshal.o type.o indent.o \ + parse.o annotation.o argument.o property.o signal.o method.o \ + interface.o node.o symbol.o \ + ../nih-dbus/libnih-dbus.la \ + ../nih/libnih.la \ + $(EXPAT_LIBS) \ + $(DBUS_LIBS) + +test_property_SOURCES = \ + tests/test_property.c tests/property_code.h + +nodist_test_property_SOURCES = \ + tests/property_code.c + +test_property_LDFLAGS = -static +test_property_LDADD = \ + demarshal.o marshal.o type.o indent.o \ + parse.o annotation.o argument.o property.o signal.o method.o \ + interface.o node.o symbol.o \ + ../nih-dbus/libnih-dbus.la \ + ../nih/libnih.la \ + $(EXPAT_LIBS) \ + $(DBUS_LIBS) + +test_argument_SOURCES = tests/test_argument.c +test_argument_LDFLAGS = -static +test_argument_LDADD = \ + demarshal.o marshal.o type.o indent.o \ + parse.o annotation.o argument.o property.o signal.o method.o \ + interface.o node.o symbol.o \ + ../nih/libnih.la \ + $(EXPAT_LIBS) \ + $(DBUS_LIBS) + +test_annotation_SOURCES = tests/test_annotation.c +test_annotation_LDFLAGS = -static +test_annotation_LDADD = \ + demarshal.o marshal.o type.o indent.o \ + parse.o annotation.o argument.o property.o signal.o method.o \ + interface.o node.o symbol.o \ + ../nih/libnih.la \ + $(EXPAT_LIBS) \ + $(DBUS_LIBS) + +test_parse_SOURCES = tests/test_parse.c +test_parse_LDFLAGS = -static +test_parse_LDADD = \ + demarshal.o marshal.o type.o indent.o \ + parse.o annotation.o argument.o property.o signal.o method.o \ + interface.o node.o symbol.o \ + ../nih/libnih.la \ + $(EXPAT_LIBS) \ + $(DBUS_LIBS) + +test_output_SOURCES = tests/test_output.c +test_output_LDFLAGS = -static +test_output_LDADD = \ + demarshal.o marshal.o type.o indent.o \ + output.o parse.o annotation.o argument.o property.o signal.o method.o \ + interface.o node.o symbol.o \ + ../nih/libnih.la \ + $(EXPAT_LIBS) \ + $(DBUS_LIBS) + +test_com_netsplit_Nih_Test_object_SOURCES = \ + tests/test_com.netsplit.Nih.Test_object.c \ + tests/com.netsplit.Nih.Test_impl.c tests/com.netsplit.Nih.Test_impl.h + +nodist_test_com_netsplit_Nih_Test_object_SOURCES = \ + $(com_netsplit_Nih_Test_object_OUTPUTS) + +test_com_netsplit_Nih_Test_object_LDFLAGS = -static +test_com_netsplit_Nih_Test_object_LDADD = ../nih-dbus/libnih-dbus.la ../nih/libnih.la $(DBUS_LIBS) +test_com_netsplit_Nih_Test_proxy_SOURCES = \ + tests/test_com.netsplit.Nih.Test_proxy.c \ + tests/com.netsplit.Nih.Test_impl.c tests/com.netsplit.Nih.Test_impl.h + +nodist_test_com_netsplit_Nih_Test_proxy_SOURCES = \ + $(com_netsplit_Nih_Test_object_OUTPUTS) \ + $(com_netsplit_Nih_Test_proxy_OUTPUTS) + +test_com_netsplit_Nih_Test_proxy_LDFLAGS = -static +test_com_netsplit_Nih_Test_proxy_LDADD = ../nih-dbus/libnih-dbus.la ../nih/libnih.la $(DBUS_LIBS) +com_netsplit_Nih_Test_object_OUTPUTS = \ + tests/com.netsplit.Nih.Test_object.c \ + tests/com.netsplit.Nih.Test_object.h + +com_netsplit_Nih_Test_object_XML = \ + tests/com.netsplit.Nih.Test.xml + +com_netsplit_Nih_Test_proxy_OUTPUTS = \ + tests/com.netsplit.Nih.Test_proxy.c \ + tests/com.netsplit.Nih.Test_proxy.h + +com_netsplit_Nih_Test_proxy_XML = \ + tests/com.netsplit.Nih.Test.xml + + +# These have to be built sources because we can't compile test_*.o without +# the header file existing first. +BUILT_SOURCES = \ + $(com_netsplit_Nih_Test_object_OUTPUTS) \ + $(com_netsplit_Nih_Test_proxy_OUTPUTS) + +EXTRA_DIST = $(com_netsplit_Nih_Test_object_XML) \ + $(com_netsplit_Nih_Test_proxy_XML) \ + tests/expected/test_interface_proxy_get_all_function_standard.c \ + tests/expected/test_interface_proxy_get_all_notify_function_standard.c \ + tests/expected/test_interface_proxy_get_all_notify_function_structure.c \ + tests/expected/test_interface_proxy_get_all_sync_function_standard.c \ + tests/expected/test_interface_proxy_get_all_sync_function_structure.c \ + tests/expected/test_method_object_function_standard.c \ + tests/expected/test_method_object_function_no_input.c \ + tests/expected/test_method_object_function_no_output.c \ + tests/expected/test_method_object_function_structure_input.c \ + tests/expected/test_method_object_function_structure_output.c \ + tests/expected/test_method_object_function_no_args.c \ + tests/expected/test_method_object_function_async.c \ + tests/expected/test_method_object_function_deprecated.c \ + tests/expected/test_method_reply_function_standard.c \ + tests/expected/test_method_reply_function_no_args.c \ + tests/expected/test_method_reply_function_structure.c \ + tests/expected/test_method_reply_function_array.c \ + tests/expected/test_method_reply_function_deprecated.c \ + tests/expected/test_method_proxy_function_standard.c \ + tests/expected/test_method_proxy_function_no_args.c \ + tests/expected/test_method_proxy_function_structure.c \ + tests/expected/test_method_proxy_function_array.c \ + tests/expected/test_method_proxy_function_deprecated.c \ + tests/expected/test_method_proxy_notify_function_standard.c \ + tests/expected/test_method_proxy_notify_function_no_args.c \ + tests/expected/test_method_proxy_notify_function_structure.c \ + tests/expected/test_method_proxy_notify_function_array.c \ + tests/expected/test_method_proxy_sync_function_standard.c \ + tests/expected/test_method_proxy_sync_function_no_input.c \ + tests/expected/test_method_proxy_sync_function_no_output.c \ + tests/expected/test_method_proxy_sync_function_no_args.c \ + tests/expected/test_method_proxy_sync_function_structure_input.c \ + tests/expected/test_method_proxy_sync_function_structure_output.c \ + tests/expected/test_method_proxy_sync_function_array_input.c \ + tests/expected/test_method_proxy_sync_function_deprecated.c \ + tests/expected/test_signal_object_function_standard.c \ + tests/expected/test_signal_object_function_no_args.c \ + tests/expected/test_signal_object_function_structure.c \ + tests/expected/test_signal_object_function_array.c \ + tests/expected/test_signal_object_function_deprecated.c \ + tests/expected/test_signal_proxy_function_standard.c \ + tests/expected/test_signal_proxy_function_no_args.c \ + tests/expected/test_signal_proxy_function_structure.c \ + tests/expected/test_signal_proxy_function_deprecated.c \ + tests/expected/test_property_object_get_function_standard.c \ + tests/expected/test_property_object_get_function_structure.c \ + tests/expected/test_property_object_get_function_deprecated.c \ + tests/expected/test_property_object_set_function_standard.c \ + tests/expected/test_property_object_set_function_structure.c \ + tests/expected/test_property_object_set_function_deprecated.c \ + tests/expected/test_property_proxy_get_function_standard.c \ + tests/expected/test_property_proxy_get_function_deprecated.c \ + tests/expected/test_property_proxy_get_notify_function_standard.c \ + tests/expected/test_property_proxy_get_notify_function_structure.c \ + tests/expected/test_property_proxy_get_notify_function_deprecated.c \ + tests/expected/test_property_proxy_set_function_standard.c \ + tests/expected/test_property_proxy_set_function_structure.c \ + tests/expected/test_property_proxy_set_function_array.c \ + tests/expected/test_property_proxy_set_function_deprecated.c \ + tests/expected/test_property_proxy_set_notify_function_standard.c \ + tests/expected/test_property_proxy_set_notify_function_deprecated.c \ + tests/expected/test_property_proxy_get_sync_function_standard.c \ + tests/expected/test_property_proxy_get_sync_function_structure.c \ + tests/expected/test_property_proxy_get_sync_function_deprecated.c \ + tests/expected/test_property_proxy_set_sync_function_standard.c \ + tests/expected/test_property_proxy_set_sync_function_structure.c \ + tests/expected/test_property_proxy_set_sync_function_array.c \ + tests/expected/test_property_proxy_set_sync_function_deprecated.c \ + tests/expected/test_node_interfaces_array_object.c \ + tests/expected/test_node_interfaces_array_proxy.c \ + tests/expected/test_node_interfaces_array_none.c \ + tests/expected/test_node_object_functions_standard.c \ + tests/expected/test_node_object_functions_no_methods.c \ + tests/expected/test_node_object_functions_no_signals.c \ + tests/expected/test_node_object_functions_no_properties.c \ + tests/expected/test_node_object_functions_only_properties.c \ + tests/expected/test_node_object_functions_structure.c \ + tests/expected/test_node_proxy_functions_standard.c \ + tests/expected/test_node_proxy_functions_no_methods.c \ + tests/expected/test_node_proxy_functions_no_signals.c \ + tests/expected/test_node_proxy_functions_no_properties.c \ + tests/expected/test_node_proxy_functions_only_properties.c \ + tests/expected/test_node_proxy_functions_structure.c \ + tests/expected/test_output_proxy_standard.c \ + tests/expected/test_output_proxy_standard.h \ + tests/expected/test_output_proxy_no_interfaces.c \ + tests/expected/test_output_proxy_no_interfaces.h \ + tests/expected/test_output_object_standard.c \ + tests/expected/test_output_object_standard.h \ + tests/expected/test_output_object_no_interfaces.c \ + tests/expected/test_output_object_no_interfaces.h +marshal_factory_SOURCES = tests/marshal_factory.c +marshal_factory_LDFLAGS = -static +marshal_factory_LDADD = \ + marshal.o type.o indent.o symbol.o \ + ../nih/libnih.la \ + $(DBUS_LIBS) + +demarshal_factory_SOURCES = tests/demarshal_factory.c +demarshal_factory_LDFLAGS = -static +demarshal_factory_LDADD = \ + demarshal.o type.o indent.o symbol.o \ + ../nih/libnih.la \ + $(DBUS_LIBS) + +interface_factory_SOURCES = tests/interface_factory.c +interface_factory_LDFLAGS = -static +interface_factory_LDADD = \ + demarshal.o marshal.o type.o indent.o \ + parse.o annotation.o argument.o property.o signal.o method.o \ + interface.o node.o symbol.o \ + ../nih/libnih.la \ + $(EXPAT_LIBS) \ + $(DBUS_LIBS) + +method_factory_SOURCES = tests/method_factory.c +method_factory_LDFLAGS = -static +method_factory_LDADD = \ + demarshal.o marshal.o type.o indent.o \ + parse.o annotation.o argument.o property.o signal.o method.o \ + interface.o node.o symbol.o \ + ../nih/libnih.la \ + $(EXPAT_LIBS) \ + $(DBUS_LIBS) + +signal_factory_SOURCES = tests/signal_factory.c +signal_factory_LDFLAGS = -static +signal_factory_LDADD = \ + demarshal.o marshal.o type.o indent.o \ + parse.o annotation.o argument.o property.o signal.o method.o \ + interface.o node.o symbol.o \ + ../nih/libnih.la \ + $(EXPAT_LIBS) \ + $(DBUS_LIBS) + +property_factory_SOURCES = tests/property_factory.c +property_factory_LDFLAGS = -static +property_factory_LDADD = \ + demarshal.o marshal.o type.o indent.o \ + parse.o annotation.o argument.o property.o signal.o method.o \ + interface.o node.o symbol.o \ + ../nih/libnih.la \ + $(EXPAT_LIBS) \ + $(DBUS_LIBS) + +CLEANFILES = \ + $(com_netsplit_Nih_Test_object_OUTPUTS) \ + $(com_netsplit_Nih_Test_proxy_OUTPUTS) \ + $(nodist_test_marshal_SOURCES) \ + $(nodist_test_demarshal_SOURCES) \ + $(nodist_test_interface_SOURCES) \ + $(nodist_test_method_SOURCES) \ + $(nodist_test_signal_SOURCES) \ + $(nodist_test_property_SOURCES) + +all: $(BUILT_SOURCES) + $(MAKE) $(AM_MAKEFLAGS) all-am + +.SUFFIXES: +.SUFFIXES: .c .lo .o .obj +$(srcdir)/Makefile.in: # $(srcdir)/Makefile.am $(am__configure_deps) + @for dep in $?; do \ + case '$(am__configure_deps)' in \ + *$$dep*) \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ + exit 1;; \ + esac; \ + done; \ + echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu nih-dbus-tool/Makefile'; \ + $(am__cd) $(top_srcdir) && \ + $(AUTOMAKE) --gnu nih-dbus-tool/Makefile +.PRECIOUS: Makefile +Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status + @case '$?' in \ + *config.status*) \ + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ + *) \ + echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ + cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ + esac; + +$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh + +$(top_srcdir)/configure: # $(am__configure_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(ACLOCAL_M4): # $(am__aclocal_m4_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(am__aclocal_m4_deps): +install-binPROGRAMS: $(bin_PROGRAMS) + @$(NORMAL_INSTALL) + test -z "$(bindir)" || $(MKDIR_P) "$(DESTDIR)$(bindir)" + @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \ + for p in $$list; do echo "$$p $$p"; done | \ + sed 's/$(EXEEXT)$$//' | \ + while read p p1; do if test -f $$p || test -f $$p1; \ + then echo "$$p"; echo "$$p"; else :; fi; \ + done | \ + sed -e 'p;s,.*/,,;n;h' -e 's|.*|.|' \ + -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \ + sed 'N;N;N;s,\n, ,g' | \ + $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \ + { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \ + if ($$2 == $$4) files[d] = files[d] " " $$1; \ + else { print "f", $$3 "/" $$4, $$1; } } \ + END { for (d in files) print "f", d, files[d] }' | \ + while read type dir files; do \ + if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \ + test -z "$$files" || { \ + echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(bindir)$$dir'"; \ + $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \ + } \ + ; done + +uninstall-binPROGRAMS: + @$(NORMAL_UNINSTALL) + @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \ + files=`for p in $$list; do echo "$$p"; done | \ + sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \ + -e 's/$$/$(EXEEXT)/' `; \ + test -n "$$list" || exit 0; \ + echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \ + cd "$(DESTDIR)$(bindir)" && rm -f $$files + +clean-binPROGRAMS: + @list='$(bin_PROGRAMS)'; test -n "$$list" || exit 0; \ + echo " rm -f" $$list; \ + rm -f $$list || exit $$?; \ + test -n "$(EXEEXT)" || exit 0; \ + list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \ + echo " rm -f" $$list; \ + rm -f $$list + +clean-checkPROGRAMS: + @list='$(check_PROGRAMS)'; test -n "$$list" || exit 0; \ + echo " rm -f" $$list; \ + rm -f $$list || exit $$?; \ + test -n "$(EXEEXT)" || exit 0; \ + list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \ + echo " rm -f" $$list; \ + rm -f $$list +demarshal_factory$(EXEEXT): $(demarshal_factory_OBJECTS) $(demarshal_factory_DEPENDENCIES) + @rm -f demarshal_factory$(EXEEXT) + $(AM_V_CCLD)$(demarshal_factory_LINK) $(demarshal_factory_OBJECTS) $(demarshal_factory_LDADD) $(LIBS) +interface_factory$(EXEEXT): $(interface_factory_OBJECTS) $(interface_factory_DEPENDENCIES) + @rm -f interface_factory$(EXEEXT) + $(AM_V_CCLD)$(interface_factory_LINK) $(interface_factory_OBJECTS) $(interface_factory_LDADD) $(LIBS) +marshal_factory$(EXEEXT): $(marshal_factory_OBJECTS) $(marshal_factory_DEPENDENCIES) + @rm -f marshal_factory$(EXEEXT) + $(AM_V_CCLD)$(marshal_factory_LINK) $(marshal_factory_OBJECTS) $(marshal_factory_LDADD) $(LIBS) +method_factory$(EXEEXT): $(method_factory_OBJECTS) $(method_factory_DEPENDENCIES) + @rm -f method_factory$(EXEEXT) + $(AM_V_CCLD)$(method_factory_LINK) $(method_factory_OBJECTS) $(method_factory_LDADD) $(LIBS) +nih-dbus-tool$(EXEEXT): $(nih_dbus_tool_OBJECTS) $(nih_dbus_tool_DEPENDENCIES) + @rm -f nih-dbus-tool$(EXEEXT) + $(AM_V_CCLD)$(LINK) $(nih_dbus_tool_OBJECTS) $(nih_dbus_tool_LDADD) $(LIBS) +property_factory$(EXEEXT): $(property_factory_OBJECTS) $(property_factory_DEPENDENCIES) + @rm -f property_factory$(EXEEXT) + $(AM_V_CCLD)$(property_factory_LINK) $(property_factory_OBJECTS) $(property_factory_LDADD) $(LIBS) +signal_factory$(EXEEXT): $(signal_factory_OBJECTS) $(signal_factory_DEPENDENCIES) + @rm -f signal_factory$(EXEEXT) + $(AM_V_CCLD)$(signal_factory_LINK) $(signal_factory_OBJECTS) $(signal_factory_LDADD) $(LIBS) +test_annotation$(EXEEXT): $(test_annotation_OBJECTS) $(test_annotation_DEPENDENCIES) + @rm -f test_annotation$(EXEEXT) + $(AM_V_CCLD)$(test_annotation_LINK) $(test_annotation_OBJECTS) $(test_annotation_LDADD) $(LIBS) +test_argument$(EXEEXT): $(test_argument_OBJECTS) $(test_argument_DEPENDENCIES) + @rm -f test_argument$(EXEEXT) + $(AM_V_CCLD)$(test_argument_LINK) $(test_argument_OBJECTS) $(test_argument_LDADD) $(LIBS) +test_com.netsplit.Nih.Test_object$(EXEEXT): $(test_com_netsplit_Nih_Test_object_OBJECTS) $(test_com_netsplit_Nih_Test_object_DEPENDENCIES) + @rm -f test_com.netsplit.Nih.Test_object$(EXEEXT) + $(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) +test_com.netsplit.Nih.Test_proxy$(EXEEXT): $(test_com_netsplit_Nih_Test_proxy_OBJECTS) $(test_com_netsplit_Nih_Test_proxy_DEPENDENCIES) + @rm -f test_com.netsplit.Nih.Test_proxy$(EXEEXT) + $(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) +test_demarshal$(EXEEXT): $(test_demarshal_OBJECTS) $(test_demarshal_DEPENDENCIES) + @rm -f test_demarshal$(EXEEXT) + $(AM_V_CCLD)$(test_demarshal_LINK) $(test_demarshal_OBJECTS) $(test_demarshal_LDADD) $(LIBS) +test_indent$(EXEEXT): $(test_indent_OBJECTS) $(test_indent_DEPENDENCIES) + @rm -f test_indent$(EXEEXT) + $(AM_V_CCLD)$(test_indent_LINK) $(test_indent_OBJECTS) $(test_indent_LDADD) $(LIBS) +test_interface$(EXEEXT): $(test_interface_OBJECTS) $(test_interface_DEPENDENCIES) + @rm -f test_interface$(EXEEXT) + $(AM_V_CCLD)$(test_interface_LINK) $(test_interface_OBJECTS) $(test_interface_LDADD) $(LIBS) +test_main$(EXEEXT): $(test_main_OBJECTS) $(test_main_DEPENDENCIES) + @rm -f test_main$(EXEEXT) + $(AM_V_CCLD)$(test_main_LINK) $(test_main_OBJECTS) $(test_main_LDADD) $(LIBS) +test_marshal$(EXEEXT): $(test_marshal_OBJECTS) $(test_marshal_DEPENDENCIES) + @rm -f test_marshal$(EXEEXT) + $(AM_V_CCLD)$(test_marshal_LINK) $(test_marshal_OBJECTS) $(test_marshal_LDADD) $(LIBS) +test_method$(EXEEXT): $(test_method_OBJECTS) $(test_method_DEPENDENCIES) + @rm -f test_method$(EXEEXT) + $(AM_V_CCLD)$(test_method_LINK) $(test_method_OBJECTS) $(test_method_LDADD) $(LIBS) +test_node$(EXEEXT): $(test_node_OBJECTS) $(test_node_DEPENDENCIES) + @rm -f test_node$(EXEEXT) + $(AM_V_CCLD)$(test_node_LINK) $(test_node_OBJECTS) $(test_node_LDADD) $(LIBS) +test_output$(EXEEXT): $(test_output_OBJECTS) $(test_output_DEPENDENCIES) + @rm -f test_output$(EXEEXT) + $(AM_V_CCLD)$(test_output_LINK) $(test_output_OBJECTS) $(test_output_LDADD) $(LIBS) +test_parse$(EXEEXT): $(test_parse_OBJECTS) $(test_parse_DEPENDENCIES) + @rm -f test_parse$(EXEEXT) + $(AM_V_CCLD)$(test_parse_LINK) $(test_parse_OBJECTS) $(test_parse_LDADD) $(LIBS) +test_property$(EXEEXT): $(test_property_OBJECTS) $(test_property_DEPENDENCIES) + @rm -f test_property$(EXEEXT) + $(AM_V_CCLD)$(test_property_LINK) $(test_property_OBJECTS) $(test_property_LDADD) $(LIBS) +test_signal$(EXEEXT): $(test_signal_OBJECTS) $(test_signal_DEPENDENCIES) + @rm -f test_signal$(EXEEXT) + $(AM_V_CCLD)$(test_signal_LINK) $(test_signal_OBJECTS) $(test_signal_LDADD) $(LIBS) +test_symbol$(EXEEXT): $(test_symbol_OBJECTS) $(test_symbol_DEPENDENCIES) + @rm -f test_symbol$(EXEEXT) + $(AM_V_CCLD)$(test_symbol_LINK) $(test_symbol_OBJECTS) $(test_symbol_LDADD) $(LIBS) +test_type$(EXEEXT): $(test_type_OBJECTS) $(test_type_DEPENDENCIES) + @rm -f test_type$(EXEEXT) + $(AM_V_CCLD)$(test_type_LINK) $(test_type_OBJECTS) $(test_type_LDADD) $(LIBS) + +mostlyclean-compile: + -rm -f *.$(OBJEXT) + +distclean-compile: + -rm -f *.tab.c + +#include ./$(DEPDIR)/annotation.Po +#include ./$(DEPDIR)/argument.Po +#include ./$(DEPDIR)/com.netsplit.Nih.Test_impl.Po +#include ./$(DEPDIR)/com.netsplit.Nih.Test_object.Po +#include ./$(DEPDIR)/com.netsplit.Nih.Test_proxy.Po +#include ./$(DEPDIR)/demarshal.Po +#include ./$(DEPDIR)/demarshal_code.Po +#include ./$(DEPDIR)/demarshal_factory.Po +#include ./$(DEPDIR)/indent.Po +#include ./$(DEPDIR)/interface.Po +#include ./$(DEPDIR)/interface_code.Po +#include ./$(DEPDIR)/interface_factory.Po +#include ./$(DEPDIR)/main.Po +#include ./$(DEPDIR)/marshal.Po +#include ./$(DEPDIR)/marshal_code.Po +#include ./$(DEPDIR)/marshal_factory.Po +#include ./$(DEPDIR)/method.Po +#include ./$(DEPDIR)/method_code.Po +#include ./$(DEPDIR)/method_factory.Po +#include ./$(DEPDIR)/node.Po +#include ./$(DEPDIR)/output.Po +#include ./$(DEPDIR)/parse.Po +#include ./$(DEPDIR)/property.Po +#include ./$(DEPDIR)/property_code.Po +#include ./$(DEPDIR)/property_factory.Po +#include ./$(DEPDIR)/signal.Po +#include ./$(DEPDIR)/signal_code.Po +#include ./$(DEPDIR)/signal_factory.Po +#include ./$(DEPDIR)/symbol.Po +#include ./$(DEPDIR)/test_annotation.Po +#include ./$(DEPDIR)/test_argument.Po +#include ./$(DEPDIR)/test_com.netsplit.Nih.Test_object.Po +#include ./$(DEPDIR)/test_com.netsplit.Nih.Test_proxy.Po +#include ./$(DEPDIR)/test_demarshal.Po +#include ./$(DEPDIR)/test_indent.Po +#include ./$(DEPDIR)/test_interface.Po +#include ./$(DEPDIR)/test_main-main.Po +#include ./$(DEPDIR)/test_main-test_main.Po +#include ./$(DEPDIR)/test_marshal.Po +#include ./$(DEPDIR)/test_method.Po +#include ./$(DEPDIR)/test_node.Po +#include ./$(DEPDIR)/test_output.Po +#include ./$(DEPDIR)/test_parse.Po +#include ./$(DEPDIR)/test_property.Po +#include ./$(DEPDIR)/test_signal.Po +#include ./$(DEPDIR)/test_symbol.Po +#include ./$(DEPDIR)/test_type.Po +#include ./$(DEPDIR)/type.Po + +.c.o: +# $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< +# $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po + $(AM_V_CC) \ +# source='$<' object='$@' libtool=no +# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) + $(COMPILE) -c $< + +.c.obj: +# $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'` +# $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po + $(AM_V_CC) \ +# source='$<' object='$@' libtool=no +# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) + $(COMPILE) -c `$(CYGPATH_W) '$<'` + +.c.lo: +# $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< +# $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo + $(AM_V_CC) \ +# source='$<' object='$@' libtool=yes +# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) + $(LTCOMPILE) -c -o $@ $< + +demarshal_factory.o: tests/demarshal_factory.c +# $(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 +# $(AM_V_at)$(am__mv) $(DEPDIR)/demarshal_factory.Tpo $(DEPDIR)/demarshal_factory.Po + $(AM_V_CC) \ +# source='tests/demarshal_factory.c' object='demarshal_factory.o' libtool=no +# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) + $(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 + +demarshal_factory.obj: tests/demarshal_factory.c +# $(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` +# $(AM_V_at)$(am__mv) $(DEPDIR)/demarshal_factory.Tpo $(DEPDIR)/demarshal_factory.Po + $(AM_V_CC) \ +# source='tests/demarshal_factory.c' object='demarshal_factory.obj' libtool=no +# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) + $(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` + +interface_factory.o: tests/interface_factory.c +# $(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 +# $(AM_V_at)$(am__mv) $(DEPDIR)/interface_factory.Tpo $(DEPDIR)/interface_factory.Po + $(AM_V_CC) \ +# source='tests/interface_factory.c' object='interface_factory.o' libtool=no +# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) + $(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 + +interface_factory.obj: tests/interface_factory.c +# $(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` +# $(AM_V_at)$(am__mv) $(DEPDIR)/interface_factory.Tpo $(DEPDIR)/interface_factory.Po + $(AM_V_CC) \ +# source='tests/interface_factory.c' object='interface_factory.obj' libtool=no +# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) + $(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` + +marshal_factory.o: tests/marshal_factory.c +# $(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 +# $(AM_V_at)$(am__mv) $(DEPDIR)/marshal_factory.Tpo $(DEPDIR)/marshal_factory.Po + $(AM_V_CC) \ +# source='tests/marshal_factory.c' object='marshal_factory.o' libtool=no +# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) + $(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 + +marshal_factory.obj: tests/marshal_factory.c +# $(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` +# $(AM_V_at)$(am__mv) $(DEPDIR)/marshal_factory.Tpo $(DEPDIR)/marshal_factory.Po + $(AM_V_CC) \ +# source='tests/marshal_factory.c' object='marshal_factory.obj' libtool=no +# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) + $(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` + +method_factory.o: tests/method_factory.c +# $(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 +# $(AM_V_at)$(am__mv) $(DEPDIR)/method_factory.Tpo $(DEPDIR)/method_factory.Po + $(AM_V_CC) \ +# source='tests/method_factory.c' object='method_factory.o' libtool=no +# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) + $(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 + +method_factory.obj: tests/method_factory.c +# $(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` +# $(AM_V_at)$(am__mv) $(DEPDIR)/method_factory.Tpo $(DEPDIR)/method_factory.Po + $(AM_V_CC) \ +# source='tests/method_factory.c' object='method_factory.obj' libtool=no +# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) + $(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` + +property_factory.o: tests/property_factory.c +# $(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 +# $(AM_V_at)$(am__mv) $(DEPDIR)/property_factory.Tpo $(DEPDIR)/property_factory.Po + $(AM_V_CC) \ +# source='tests/property_factory.c' object='property_factory.o' libtool=no +# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) + $(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 + +property_factory.obj: tests/property_factory.c +# $(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` +# $(AM_V_at)$(am__mv) $(DEPDIR)/property_factory.Tpo $(DEPDIR)/property_factory.Po + $(AM_V_CC) \ +# source='tests/property_factory.c' object='property_factory.obj' libtool=no +# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) + $(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` + +signal_factory.o: tests/signal_factory.c +# $(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 +# $(AM_V_at)$(am__mv) $(DEPDIR)/signal_factory.Tpo $(DEPDIR)/signal_factory.Po + $(AM_V_CC) \ +# source='tests/signal_factory.c' object='signal_factory.o' libtool=no +# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) + $(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 + +signal_factory.obj: tests/signal_factory.c +# $(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` +# $(AM_V_at)$(am__mv) $(DEPDIR)/signal_factory.Tpo $(DEPDIR)/signal_factory.Po + $(AM_V_CC) \ +# source='tests/signal_factory.c' object='signal_factory.obj' libtool=no +# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) + $(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` + +test_annotation.o: tests/test_annotation.c +# $(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 +# $(AM_V_at)$(am__mv) $(DEPDIR)/test_annotation.Tpo $(DEPDIR)/test_annotation.Po + $(AM_V_CC) \ +# source='tests/test_annotation.c' object='test_annotation.o' libtool=no +# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) + $(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 + +test_annotation.obj: tests/test_annotation.c +# $(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` +# $(AM_V_at)$(am__mv) $(DEPDIR)/test_annotation.Tpo $(DEPDIR)/test_annotation.Po + $(AM_V_CC) \ +# source='tests/test_annotation.c' object='test_annotation.obj' libtool=no +# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) + $(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` + +test_argument.o: tests/test_argument.c +# $(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 +# $(AM_V_at)$(am__mv) $(DEPDIR)/test_argument.Tpo $(DEPDIR)/test_argument.Po + $(AM_V_CC) \ +# source='tests/test_argument.c' object='test_argument.o' libtool=no +# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) + $(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 + +test_argument.obj: tests/test_argument.c +# $(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` +# $(AM_V_at)$(am__mv) $(DEPDIR)/test_argument.Tpo $(DEPDIR)/test_argument.Po + $(AM_V_CC) \ +# source='tests/test_argument.c' object='test_argument.obj' libtool=no +# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) + $(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` + +test_com.netsplit.Nih.Test_object.o: tests/test_com.netsplit.Nih.Test_object.c +# $(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 +# $(AM_V_at)$(am__mv) $(DEPDIR)/test_com.netsplit.Nih.Test_object.Tpo $(DEPDIR)/test_com.netsplit.Nih.Test_object.Po + $(AM_V_CC) \ +# source='tests/test_com.netsplit.Nih.Test_object.c' object='test_com.netsplit.Nih.Test_object.o' libtool=no +# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) + $(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 + +test_com.netsplit.Nih.Test_object.obj: tests/test_com.netsplit.Nih.Test_object.c +# $(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` +# $(AM_V_at)$(am__mv) $(DEPDIR)/test_com.netsplit.Nih.Test_object.Tpo $(DEPDIR)/test_com.netsplit.Nih.Test_object.Po + $(AM_V_CC) \ +# source='tests/test_com.netsplit.Nih.Test_object.c' object='test_com.netsplit.Nih.Test_object.obj' libtool=no +# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) + $(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` + +com.netsplit.Nih.Test_impl.o: tests/com.netsplit.Nih.Test_impl.c +# $(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 +# $(AM_V_at)$(am__mv) $(DEPDIR)/com.netsplit.Nih.Test_impl.Tpo $(DEPDIR)/com.netsplit.Nih.Test_impl.Po + $(AM_V_CC) \ +# source='tests/com.netsplit.Nih.Test_impl.c' object='com.netsplit.Nih.Test_impl.o' libtool=no +# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) + $(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 + +com.netsplit.Nih.Test_impl.obj: tests/com.netsplit.Nih.Test_impl.c +# $(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` +# $(AM_V_at)$(am__mv) $(DEPDIR)/com.netsplit.Nih.Test_impl.Tpo $(DEPDIR)/com.netsplit.Nih.Test_impl.Po + $(AM_V_CC) \ +# source='tests/com.netsplit.Nih.Test_impl.c' object='com.netsplit.Nih.Test_impl.obj' libtool=no +# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) + $(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` + +com.netsplit.Nih.Test_object.o: tests/com.netsplit.Nih.Test_object.c +# $(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 +# $(AM_V_at)$(am__mv) $(DEPDIR)/com.netsplit.Nih.Test_object.Tpo $(DEPDIR)/com.netsplit.Nih.Test_object.Po + $(AM_V_CC) \ +# source='tests/com.netsplit.Nih.Test_object.c' object='com.netsplit.Nih.Test_object.o' libtool=no +# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) + $(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 + +com.netsplit.Nih.Test_object.obj: tests/com.netsplit.Nih.Test_object.c +# $(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` +# $(AM_V_at)$(am__mv) $(DEPDIR)/com.netsplit.Nih.Test_object.Tpo $(DEPDIR)/com.netsplit.Nih.Test_object.Po + $(AM_V_CC) \ +# source='tests/com.netsplit.Nih.Test_object.c' object='com.netsplit.Nih.Test_object.obj' libtool=no +# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) + $(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` + +test_com.netsplit.Nih.Test_proxy.o: tests/test_com.netsplit.Nih.Test_proxy.c +# $(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 +# $(AM_V_at)$(am__mv) $(DEPDIR)/test_com.netsplit.Nih.Test_proxy.Tpo $(DEPDIR)/test_com.netsplit.Nih.Test_proxy.Po + $(AM_V_CC) \ +# source='tests/test_com.netsplit.Nih.Test_proxy.c' object='test_com.netsplit.Nih.Test_proxy.o' libtool=no +# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) + $(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 + +test_com.netsplit.Nih.Test_proxy.obj: tests/test_com.netsplit.Nih.Test_proxy.c +# $(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` +# $(AM_V_at)$(am__mv) $(DEPDIR)/test_com.netsplit.Nih.Test_proxy.Tpo $(DEPDIR)/test_com.netsplit.Nih.Test_proxy.Po + $(AM_V_CC) \ +# source='tests/test_com.netsplit.Nih.Test_proxy.c' object='test_com.netsplit.Nih.Test_proxy.obj' libtool=no +# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) + $(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` + +com.netsplit.Nih.Test_proxy.o: tests/com.netsplit.Nih.Test_proxy.c +# $(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 +# $(AM_V_at)$(am__mv) $(DEPDIR)/com.netsplit.Nih.Test_proxy.Tpo $(DEPDIR)/com.netsplit.Nih.Test_proxy.Po + $(AM_V_CC) \ +# source='tests/com.netsplit.Nih.Test_proxy.c' object='com.netsplit.Nih.Test_proxy.o' libtool=no +# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) + $(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 + +com.netsplit.Nih.Test_proxy.obj: tests/com.netsplit.Nih.Test_proxy.c +# $(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` +# $(AM_V_at)$(am__mv) $(DEPDIR)/com.netsplit.Nih.Test_proxy.Tpo $(DEPDIR)/com.netsplit.Nih.Test_proxy.Po + $(AM_V_CC) \ +# source='tests/com.netsplit.Nih.Test_proxy.c' object='com.netsplit.Nih.Test_proxy.obj' libtool=no +# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) + $(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` + +test_demarshal.o: tests/test_demarshal.c +# $(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 +# $(AM_V_at)$(am__mv) $(DEPDIR)/test_demarshal.Tpo $(DEPDIR)/test_demarshal.Po + $(AM_V_CC) \ +# source='tests/test_demarshal.c' object='test_demarshal.o' libtool=no +# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) + $(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 + +test_demarshal.obj: tests/test_demarshal.c +# $(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` +# $(AM_V_at)$(am__mv) $(DEPDIR)/test_demarshal.Tpo $(DEPDIR)/test_demarshal.Po + $(AM_V_CC) \ +# source='tests/test_demarshal.c' object='test_demarshal.obj' libtool=no +# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) + $(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` + +demarshal_code.o: tests/demarshal_code.c +# $(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 +# $(AM_V_at)$(am__mv) $(DEPDIR)/demarshal_code.Tpo $(DEPDIR)/demarshal_code.Po + $(AM_V_CC) \ +# source='tests/demarshal_code.c' object='demarshal_code.o' libtool=no +# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) + $(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 + +demarshal_code.obj: tests/demarshal_code.c +# $(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` +# $(AM_V_at)$(am__mv) $(DEPDIR)/demarshal_code.Tpo $(DEPDIR)/demarshal_code.Po + $(AM_V_CC) \ +# source='tests/demarshal_code.c' object='demarshal_code.obj' libtool=no +# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) + $(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` + +test_indent.o: tests/test_indent.c +# $(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 +# $(AM_V_at)$(am__mv) $(DEPDIR)/test_indent.Tpo $(DEPDIR)/test_indent.Po + $(AM_V_CC) \ +# source='tests/test_indent.c' object='test_indent.o' libtool=no +# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) + $(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 + +test_indent.obj: tests/test_indent.c +# $(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` +# $(AM_V_at)$(am__mv) $(DEPDIR)/test_indent.Tpo $(DEPDIR)/test_indent.Po + $(AM_V_CC) \ +# source='tests/test_indent.c' object='test_indent.obj' libtool=no +# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) + $(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` + +test_interface.o: tests/test_interface.c +# $(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 +# $(AM_V_at)$(am__mv) $(DEPDIR)/test_interface.Tpo $(DEPDIR)/test_interface.Po + $(AM_V_CC) \ +# source='tests/test_interface.c' object='test_interface.o' libtool=no +# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) + $(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 + +test_interface.obj: tests/test_interface.c +# $(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` +# $(AM_V_at)$(am__mv) $(DEPDIR)/test_interface.Tpo $(DEPDIR)/test_interface.Po + $(AM_V_CC) \ +# source='tests/test_interface.c' object='test_interface.obj' libtool=no +# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) + $(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` + +interface_code.o: tests/interface_code.c +# $(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 +# $(AM_V_at)$(am__mv) $(DEPDIR)/interface_code.Tpo $(DEPDIR)/interface_code.Po + $(AM_V_CC) \ +# source='tests/interface_code.c' object='interface_code.o' libtool=no +# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) + $(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 + +interface_code.obj: tests/interface_code.c +# $(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` +# $(AM_V_at)$(am__mv) $(DEPDIR)/interface_code.Tpo $(DEPDIR)/interface_code.Po + $(AM_V_CC) \ +# source='tests/interface_code.c' object='interface_code.obj' libtool=no +# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) + $(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` + +test_main-test_main.o: tests/test_main.c +# $(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 +# $(AM_V_at)$(am__mv) $(DEPDIR)/test_main-test_main.Tpo $(DEPDIR)/test_main-test_main.Po + $(AM_V_CC) \ +# source='tests/test_main.c' object='test_main-test_main.o' libtool=no +# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) + $(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 + +test_main-test_main.obj: tests/test_main.c +# $(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` +# $(AM_V_at)$(am__mv) $(DEPDIR)/test_main-test_main.Tpo $(DEPDIR)/test_main-test_main.Po + $(AM_V_CC) \ +# source='tests/test_main.c' object='test_main-test_main.obj' libtool=no +# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) + $(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` + +test_main-main.o: main.c +# $(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 +# $(AM_V_at)$(am__mv) $(DEPDIR)/test_main-main.Tpo $(DEPDIR)/test_main-main.Po + $(AM_V_CC) \ +# source='main.c' object='test_main-main.o' libtool=no +# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) + $(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 + +test_main-main.obj: main.c +# $(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` +# $(AM_V_at)$(am__mv) $(DEPDIR)/test_main-main.Tpo $(DEPDIR)/test_main-main.Po + $(AM_V_CC) \ +# source='main.c' object='test_main-main.obj' libtool=no +# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) + $(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` + +test_marshal.o: tests/test_marshal.c +# $(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 +# $(AM_V_at)$(am__mv) $(DEPDIR)/test_marshal.Tpo $(DEPDIR)/test_marshal.Po + $(AM_V_CC) \ +# source='tests/test_marshal.c' object='test_marshal.o' libtool=no +# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) + $(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 + +test_marshal.obj: tests/test_marshal.c +# $(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` +# $(AM_V_at)$(am__mv) $(DEPDIR)/test_marshal.Tpo $(DEPDIR)/test_marshal.Po + $(AM_V_CC) \ +# source='tests/test_marshal.c' object='test_marshal.obj' libtool=no +# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) + $(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` + +marshal_code.o: tests/marshal_code.c +# $(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 +# $(AM_V_at)$(am__mv) $(DEPDIR)/marshal_code.Tpo $(DEPDIR)/marshal_code.Po + $(AM_V_CC) \ +# source='tests/marshal_code.c' object='marshal_code.o' libtool=no +# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) + $(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 + +marshal_code.obj: tests/marshal_code.c +# $(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` +# $(AM_V_at)$(am__mv) $(DEPDIR)/marshal_code.Tpo $(DEPDIR)/marshal_code.Po + $(AM_V_CC) \ +# source='tests/marshal_code.c' object='marshal_code.obj' libtool=no +# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) + $(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` + +test_method.o: tests/test_method.c +# $(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 +# $(AM_V_at)$(am__mv) $(DEPDIR)/test_method.Tpo $(DEPDIR)/test_method.Po + $(AM_V_CC) \ +# source='tests/test_method.c' object='test_method.o' libtool=no +# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) + $(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 + +test_method.obj: tests/test_method.c +# $(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` +# $(AM_V_at)$(am__mv) $(DEPDIR)/test_method.Tpo $(DEPDIR)/test_method.Po + $(AM_V_CC) \ +# source='tests/test_method.c' object='test_method.obj' libtool=no +# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) + $(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` + +method_code.o: tests/method_code.c +# $(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 +# $(AM_V_at)$(am__mv) $(DEPDIR)/method_code.Tpo $(DEPDIR)/method_code.Po + $(AM_V_CC) \ +# source='tests/method_code.c' object='method_code.o' libtool=no +# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) + $(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 + +method_code.obj: tests/method_code.c +# $(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` +# $(AM_V_at)$(am__mv) $(DEPDIR)/method_code.Tpo $(DEPDIR)/method_code.Po + $(AM_V_CC) \ +# source='tests/method_code.c' object='method_code.obj' libtool=no +# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) + $(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` + +test_node.o: tests/test_node.c +# $(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 +# $(AM_V_at)$(am__mv) $(DEPDIR)/test_node.Tpo $(DEPDIR)/test_node.Po + $(AM_V_CC) \ +# source='tests/test_node.c' object='test_node.o' libtool=no +# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) + $(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 + +test_node.obj: tests/test_node.c +# $(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` +# $(AM_V_at)$(am__mv) $(DEPDIR)/test_node.Tpo $(DEPDIR)/test_node.Po + $(AM_V_CC) \ +# source='tests/test_node.c' object='test_node.obj' libtool=no +# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) + $(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` + +test_output.o: tests/test_output.c +# $(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 +# $(AM_V_at)$(am__mv) $(DEPDIR)/test_output.Tpo $(DEPDIR)/test_output.Po + $(AM_V_CC) \ +# source='tests/test_output.c' object='test_output.o' libtool=no +# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) + $(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 + +test_output.obj: tests/test_output.c +# $(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` +# $(AM_V_at)$(am__mv) $(DEPDIR)/test_output.Tpo $(DEPDIR)/test_output.Po + $(AM_V_CC) \ +# source='tests/test_output.c' object='test_output.obj' libtool=no +# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) + $(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` + +test_parse.o: tests/test_parse.c +# $(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 +# $(AM_V_at)$(am__mv) $(DEPDIR)/test_parse.Tpo $(DEPDIR)/test_parse.Po + $(AM_V_CC) \ +# source='tests/test_parse.c' object='test_parse.o' libtool=no +# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) + $(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 + +test_parse.obj: tests/test_parse.c +# $(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` +# $(AM_V_at)$(am__mv) $(DEPDIR)/test_parse.Tpo $(DEPDIR)/test_parse.Po + $(AM_V_CC) \ +# source='tests/test_parse.c' object='test_parse.obj' libtool=no +# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) + $(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` + +test_property.o: tests/test_property.c +# $(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 +# $(AM_V_at)$(am__mv) $(DEPDIR)/test_property.Tpo $(DEPDIR)/test_property.Po + $(AM_V_CC) \ +# source='tests/test_property.c' object='test_property.o' libtool=no +# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) + $(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 + +test_property.obj: tests/test_property.c +# $(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` +# $(AM_V_at)$(am__mv) $(DEPDIR)/test_property.Tpo $(DEPDIR)/test_property.Po + $(AM_V_CC) \ +# source='tests/test_property.c' object='test_property.obj' libtool=no +# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) + $(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` + +property_code.o: tests/property_code.c +# $(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 +# $(AM_V_at)$(am__mv) $(DEPDIR)/property_code.Tpo $(DEPDIR)/property_code.Po + $(AM_V_CC) \ +# source='tests/property_code.c' object='property_code.o' libtool=no +# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) + $(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 + +property_code.obj: tests/property_code.c +# $(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` +# $(AM_V_at)$(am__mv) $(DEPDIR)/property_code.Tpo $(DEPDIR)/property_code.Po + $(AM_V_CC) \ +# source='tests/property_code.c' object='property_code.obj' libtool=no +# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) + $(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` + +test_signal.o: tests/test_signal.c +# $(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 +# $(AM_V_at)$(am__mv) $(DEPDIR)/test_signal.Tpo $(DEPDIR)/test_signal.Po + $(AM_V_CC) \ +# source='tests/test_signal.c' object='test_signal.o' libtool=no +# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) + $(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 + +test_signal.obj: tests/test_signal.c +# $(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` +# $(AM_V_at)$(am__mv) $(DEPDIR)/test_signal.Tpo $(DEPDIR)/test_signal.Po + $(AM_V_CC) \ +# source='tests/test_signal.c' object='test_signal.obj' libtool=no +# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) + $(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` + +signal_code.o: tests/signal_code.c +# $(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 +# $(AM_V_at)$(am__mv) $(DEPDIR)/signal_code.Tpo $(DEPDIR)/signal_code.Po + $(AM_V_CC) \ +# source='tests/signal_code.c' object='signal_code.o' libtool=no +# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) + $(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 + +signal_code.obj: tests/signal_code.c +# $(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` +# $(AM_V_at)$(am__mv) $(DEPDIR)/signal_code.Tpo $(DEPDIR)/signal_code.Po + $(AM_V_CC) \ +# source='tests/signal_code.c' object='signal_code.obj' libtool=no +# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) + $(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` + +test_symbol.o: tests/test_symbol.c +# $(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 +# $(AM_V_at)$(am__mv) $(DEPDIR)/test_symbol.Tpo $(DEPDIR)/test_symbol.Po + $(AM_V_CC) \ +# source='tests/test_symbol.c' object='test_symbol.o' libtool=no +# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) + $(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 + +test_symbol.obj: tests/test_symbol.c +# $(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` +# $(AM_V_at)$(am__mv) $(DEPDIR)/test_symbol.Tpo $(DEPDIR)/test_symbol.Po + $(AM_V_CC) \ +# source='tests/test_symbol.c' object='test_symbol.obj' libtool=no +# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) + $(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` + +test_type.o: tests/test_type.c +# $(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 +# $(AM_V_at)$(am__mv) $(DEPDIR)/test_type.Tpo $(DEPDIR)/test_type.Po + $(AM_V_CC) \ +# source='tests/test_type.c' object='test_type.o' libtool=no +# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) + $(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 + +test_type.obj: tests/test_type.c +# $(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` +# $(AM_V_at)$(am__mv) $(DEPDIR)/test_type.Tpo $(DEPDIR)/test_type.Po + $(AM_V_CC) \ +# source='tests/test_type.c' object='test_type.obj' libtool=no +# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) + $(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` + +mostlyclean-libtool: + -rm -f *.lo + +clean-libtool: + -rm -rf .libs _libs +install-man1: $(dist_man_MANS) + @$(NORMAL_INSTALL) + test -z "$(man1dir)" || $(MKDIR_P) "$(DESTDIR)$(man1dir)" + @list=''; test -n "$(man1dir)" || exit 0; \ + { for i in $$list; do echo "$$i"; done; \ + l2='$(dist_man_MANS)'; for i in $$l2; do echo "$$i"; done | \ + sed -n '/\.1[a-z]*$$/p'; \ + } | while read p; do \ + if test -f $$p; then d=; else d="$(srcdir)/"; fi; \ + echo "$$d$$p"; echo "$$p"; \ + done | \ + sed -e 'n;s,.*/,,;p;h;s,.*\.,,;s,^[^1][0-9a-z]*$$,1,;x' \ + -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,' | \ + sed 'N;N;s,\n, ,g' | { \ + list=; while read file base inst; do \ + if test "$$base" = "$$inst"; then list="$$list $$file"; else \ + echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man1dir)/$$inst'"; \ + $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man1dir)/$$inst" || exit $$?; \ + fi; \ + done; \ + for i in $$list; do echo "$$i"; done | $(am__base_list) | \ + while read files; do \ + test -z "$$files" || { \ + echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(man1dir)'"; \ + $(INSTALL_DATA) $$files "$(DESTDIR)$(man1dir)" || exit $$?; }; \ + done; } + +uninstall-man1: + @$(NORMAL_UNINSTALL) + @list=''; test -n "$(man1dir)" || exit 0; \ + files=`{ for i in $$list; do echo "$$i"; done; \ + l2='$(dist_man_MANS)'; for i in $$l2; do echo "$$i"; done | \ + sed -n '/\.1[a-z]*$$/p'; \ + } | sed -e 's,.*/,,;h;s,.*\.,,;s,^[^1][0-9a-z]*$$,1,;x' \ + -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \ + test -z "$$files" || { \ + echo " ( cd '$(DESTDIR)$(man1dir)' && rm -f" $$files ")"; \ + cd "$(DESTDIR)$(man1dir)" && rm -f $$files; } + +ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) + list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ + unique=`for i in $$list; do \ + if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ + done | \ + $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ + END { if (nonempty) { for (i in files) print i; }; }'`; \ + mkid -fID $$unique +tags: TAGS + +TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ + $(TAGS_FILES) $(LISP) + set x; \ + here=`pwd`; \ + list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ + unique=`for i in $$list; do \ + if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ + done | \ + $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ + END { if (nonempty) { for (i in files) print i; }; }'`; \ + shift; \ + if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ + test -n "$$unique" || unique=$$empty_fix; \ + if test $$# -gt 0; then \ + $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ + "$$@" $$unique; \ + else \ + $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ + $$unique; \ + fi; \ + fi +ctags: CTAGS +CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ + $(TAGS_FILES) $(LISP) + list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ + unique=`for i in $$list; do \ + if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ + done | \ + $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ + END { if (nonempty) { for (i in files) print i; }; }'`; \ + test -z "$(CTAGS_ARGS)$$unique" \ + || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ + $$unique + +GTAGS: + here=`$(am__cd) $(top_builddir) && pwd` \ + && $(am__cd) $(top_srcdir) \ + && gtags -i $(GTAGS_ARGS) "$$here" + +distclean-tags: + -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags + +check-TESTS: $(TESTS) + @failed=0; all=0; xfail=0; xpass=0; skip=0; \ + srcdir=$(srcdir); export srcdir; \ + list=' $(TESTS) '; \ + $(am__tty_colors); \ + if test -n "$$list"; then \ + for tst in $$list; do \ + if test -f ./$$tst; then dir=./; \ + elif test -f $$tst; then dir=; \ + else dir="$(srcdir)/"; fi; \ + if $(TESTS_ENVIRONMENT) $${dir}$$tst; then \ + all=`expr $$all + 1`; \ + case " $(XFAIL_TESTS) " in \ + *[\ \ ]$$tst[\ \ ]*) \ + xpass=`expr $$xpass + 1`; \ + failed=`expr $$failed + 1`; \ + col=$$red; res=XPASS; \ + ;; \ + *) \ + col=$$grn; res=PASS; \ + ;; \ + esac; \ + elif test $$? -ne 77; then \ + all=`expr $$all + 1`; \ + case " $(XFAIL_TESTS) " in \ + *[\ \ ]$$tst[\ \ ]*) \ + xfail=`expr $$xfail + 1`; \ + col=$$lgn; res=XFAIL; \ + ;; \ + *) \ + failed=`expr $$failed + 1`; \ + col=$$red; res=FAIL; \ + ;; \ + esac; \ + else \ + skip=`expr $$skip + 1`; \ + col=$$blu; res=SKIP; \ + fi; \ + echo "$${col}$$res$${std}: $$tst"; \ + done; \ + if test "$$all" -eq 1; then \ + tests="test"; \ + All=""; \ + else \ + tests="tests"; \ + All="All "; \ + fi; \ + if test "$$failed" -eq 0; then \ + if test "$$xfail" -eq 0; then \ + banner="$$All$$all $$tests passed"; \ + else \ + if test "$$xfail" -eq 1; then failures=failure; else failures=failures; fi; \ + banner="$$All$$all $$tests behaved as expected ($$xfail expected $$failures)"; \ + fi; \ + else \ + if test "$$xpass" -eq 0; then \ + banner="$$failed of $$all $$tests failed"; \ + else \ + if test "$$xpass" -eq 1; then passes=pass; else passes=passes; fi; \ + banner="$$failed of $$all $$tests did not behave as expected ($$xpass unexpected $$passes)"; \ + fi; \ + fi; \ + dashes="$$banner"; \ + skipped=""; \ + if test "$$skip" -ne 0; then \ + if test "$$skip" -eq 1; then \ + skipped="($$skip test was not run)"; \ + else \ + skipped="($$skip tests were not run)"; \ + fi; \ + test `echo "$$skipped" | wc -c` -le `echo "$$banner" | wc -c` || \ + dashes="$$skipped"; \ + fi; \ + report=""; \ + if test "$$failed" -ne 0 && test -n "$(PACKAGE_BUGREPORT)"; then \ + report="Please report to $(PACKAGE_BUGREPORT)"; \ + test `echo "$$report" | wc -c` -le `echo "$$banner" | wc -c` || \ + dashes="$$report"; \ + fi; \ + dashes=`echo "$$dashes" | sed s/./=/g`; \ + if test "$$failed" -eq 0; then \ + echo "$$grn$$dashes"; \ + else \ + echo "$$red$$dashes"; \ + fi; \ + echo "$$banner"; \ + test -z "$$skipped" || echo "$$skipped"; \ + test -z "$$report" || echo "$$report"; \ + echo "$$dashes$$std"; \ + test "$$failed" -eq 0; \ + else :; fi + +distdir: $(DISTFILES) + @list='$(MANS)'; if test -n "$$list"; then \ + list=`for p in $$list; do \ + if test -f $$p; then d=; else d="$(srcdir)/"; fi; \ + if test -f "$$d$$p"; then echo "$$d$$p"; else :; fi; done`; \ + if test -n "$$list" && \ + grep 'ab help2man is required to generate this page' $$list >/dev/null; then \ + echo "error: found man pages containing the \`missing help2man' replacement text:" >&2; \ + grep -l 'ab help2man is required to generate this page' $$list | sed 's/^/ /' >&2; \ + echo " to fix them, install help2man, remove and regenerate the man pages;" >&2; \ + echo " typically \`make maintainer-clean' will remove them" >&2; \ + exit 1; \ + else :; fi; \ + else :; fi + @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ + topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ + list='$(DISTFILES)'; \ + dist_files=`for file in $$list; do echo $$file; done | \ + sed -e "s|^$$srcdirstrip/||;t" \ + -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ + case $$dist_files in \ + */*) $(MKDIR_P) `echo "$$dist_files" | \ + sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ + sort -u` ;; \ + esac; \ + for file in $$dist_files; do \ + if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ + if test -d $$d/$$file; then \ + dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ + if test -d "$(distdir)/$$file"; then \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ + cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ + else \ + test -f "$(distdir)/$$file" \ + || cp -p $$d/$$file "$(distdir)/$$file" \ + || exit 1; \ + fi; \ + done +check-am: all-am + $(MAKE) $(AM_MAKEFLAGS) $(check_PROGRAMS) + $(MAKE) $(AM_MAKEFLAGS) check-TESTS +check: $(BUILT_SOURCES) + $(MAKE) $(AM_MAKEFLAGS) check-am +all-am: Makefile $(PROGRAMS) $(MANS) +installdirs: + for dir in "$(DESTDIR)$(bindir)" "$(DESTDIR)$(man1dir)"; do \ + test -z "$$dir" || $(MKDIR_P) "$$dir"; \ + done +install: $(BUILT_SOURCES) + $(MAKE) $(AM_MAKEFLAGS) install-am +install-exec: install-exec-am +install-data: install-data-am +uninstall: uninstall-am + +install-am: all-am + @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am + +installcheck: installcheck-am +install-strip: + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + `test -z '$(STRIP)' || \ + echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install +mostlyclean-generic: + +clean-generic: + -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES) + +distclean-generic: + -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) + -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) + +maintainer-clean-generic: + @echo "This command is intended for maintainers to use" + @echo "it deletes files that may require special tools to rebuild." + -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES) +clean: clean-am + +clean-am: clean-binPROGRAMS clean-checkPROGRAMS clean-generic \ + clean-libtool clean-local mostlyclean-am + +distclean: distclean-am + -rm -rf ./$(DEPDIR) + -rm -f Makefile +distclean-am: clean-am distclean-compile distclean-generic \ + distclean-tags + +dvi: dvi-am + +dvi-am: + +html: html-am + +html-am: + +info: info-am + +info-am: + +install-data-am: install-man + +install-dvi: install-dvi-am + +install-dvi-am: + +install-exec-am: install-binPROGRAMS + +install-html: install-html-am + +install-html-am: + +install-info: install-info-am + +install-info-am: + +install-man: install-man1 + +install-pdf: install-pdf-am + +install-pdf-am: + +install-ps: install-ps-am + +install-ps-am: + +installcheck-am: + +maintainer-clean: maintainer-clean-am + -rm -rf ./$(DEPDIR) + -rm -f Makefile +maintainer-clean-am: distclean-am maintainer-clean-generic \ + maintainer-clean-local + +mostlyclean: mostlyclean-am + +mostlyclean-am: mostlyclean-compile mostlyclean-generic \ + mostlyclean-libtool + +pdf: pdf-am + +pdf-am: + +ps: ps-am + +ps-am: + +uninstall-am: uninstall-binPROGRAMS uninstall-man + +uninstall-man: uninstall-man1 + +.MAKE: all check check-am install install-am install-strip + +.PHONY: CTAGS GTAGS all all-am check check-TESTS check-am clean \ + clean-binPROGRAMS clean-checkPROGRAMS clean-generic \ + clean-libtool clean-local ctags distclean distclean-compile \ + distclean-generic distclean-libtool distclean-tags distdir dvi \ + dvi-am html html-am info info-am install install-am \ + install-binPROGRAMS install-data install-data-am install-dvi \ + install-dvi-am install-exec install-exec-am install-html \ + install-html-am install-info install-info-am install-man \ + install-man1 install-pdf install-pdf-am install-ps \ + install-ps-am install-strip installcheck installcheck-am \ + installdirs maintainer-clean maintainer-clean-generic \ + maintainer-clean-local mostlyclean mostlyclean-compile \ + mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ + tags uninstall uninstall-am uninstall-binPROGRAMS \ + uninstall-man uninstall-man1 + + +$(com_netsplit_Nih_Test_object_OUTPUTS): $(com_netsplit_Nih_Test_object_XML) $(builddir)/nih-dbus-tool + $(AM_V_GEN)$(MKDIR_P) `echo "$@" | \ + sed '/\//!d;s,/[^/]*$$,,' | \ + sort -u` && \ + $(NIH_DBUS_TOOL) --mode=object --prefix=my --output=$@ $< + +$(com_netsplit_Nih_Test_proxy_OUTPUTS): $(com_netsplit_Nih_Test_proxy_XML) $(builddir)/nih-dbus-tool + $(AM_V_GEN)$(MKDIR_P) `echo "$@" | \ + sed '/\//!d;s,/[^/]*$$,,' | \ + sort -u` && \ + $(NIH_DBUS_TOOL) --mode=proxy --prefix=proxy --output=$@ $< + +tests/marshal_code.c: $(builddir)/marshal_factory + $(AM_V_GEN)$(builddir)/marshal_factory > $@ + +tests/demarshal_code.c: $(builddir)/demarshal_factory + $(AM_V_GEN)$(builddir)/demarshal_factory > $@ + +tests/interface_code.c: $(builddir)/interface_factory + $(AM_V_GEN)$(builddir)/interface_factory > $@ + +tests/method_code.c: $(builddir)/method_factory + $(AM_V_GEN)$(builddir)/method_factory > $@ + +tests/signal_code.c: $(builddir)/signal_factory + $(AM_V_GEN)$(builddir)/signal_factory > $@ + +tests/property_code.c: $(builddir)/property_factory + $(AM_V_GEN)$(builddir)/property_factory > $@ + +.PHONY: tests +tests: $(BUILT_SOURCES) $(check_PROGRAMS) + +clean-local: + rm -f *.gcno *.gcda + +maintainer-clean-local: + rm -f *.gcov + +# Tell versions [3.59,3.63) of GNU make to not export all variables. +# Otherwise a system limit (for SysV at least) may be exceeded. +.NOEXPORT: