Imported Upstream version 0.1.16
[platform/upstream/libnice.git] / agent / Makefile.in
1 # Makefile.in generated by automake 1.16.1 from Makefile.am.
2 # @configure_input@
3
4 # Copyright (C) 1994-2018 Free Software Foundation, Inc.
5
6 # This Makefile.in is free software; the Free Software Foundation
7 # gives unlimited permission to copy and/or distribute it,
8 # with or without modifications, as long as this notice is preserved.
9
10 # This program is distributed in the hope that it will be useful,
11 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
12 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
13 # PARTICULAR PURPOSE.
14
15 @SET_MAKE@
16
17 #
18 # Makefile.am for the Nice Glib ICE library
19 #
20 # (C) 2006, 2007 Collabora Ltd.
21 # (C) 2006, 2007 Nokia Corporation. All rights reserved.
22 #
23 # Licensed under MPL 1.1/LGPL 2.1. See file COPYING.
24
25
26
27 VPATH = @srcdir@
28 am__is_gnu_make = { \
29   if test -z '$(MAKELEVEL)'; then \
30     false; \
31   elif test -n '$(MAKE_HOST)'; then \
32     true; \
33   elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
34     true; \
35   else \
36     false; \
37   fi; \
38 }
39 am__make_running_with_option = \
40   case $${target_option-} in \
41       ?) ;; \
42       *) echo "am__make_running_with_option: internal error: invalid" \
43               "target option '$${target_option-}' specified" >&2; \
44          exit 1;; \
45   esac; \
46   has_opt=no; \
47   sane_makeflags=$$MAKEFLAGS; \
48   if $(am__is_gnu_make); then \
49     sane_makeflags=$$MFLAGS; \
50   else \
51     case $$MAKEFLAGS in \
52       *\\[\ \   ]*) \
53         bs=\\; \
54         sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
55           | sed "s/$$bs$$bs[$$bs $$bs   ]*//g"`;; \
56     esac; \
57   fi; \
58   skip_next=no; \
59   strip_trailopt () \
60   { \
61     flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
62   }; \
63   for flg in $$sane_makeflags; do \
64     test $$skip_next = yes && { skip_next=no; continue; }; \
65     case $$flg in \
66       *=*|--*) continue;; \
67         -*I) strip_trailopt 'I'; skip_next=yes;; \
68       -*I?*) strip_trailopt 'I';; \
69         -*O) strip_trailopt 'O'; skip_next=yes;; \
70       -*O?*) strip_trailopt 'O';; \
71         -*l) strip_trailopt 'l'; skip_next=yes;; \
72       -*l?*) strip_trailopt 'l';; \
73       -[dEDm]) skip_next=yes;; \
74       -[JT]) skip_next=yes;; \
75     esac; \
76     case $$flg in \
77       *$$target_option*) has_opt=yes; break;; \
78     esac; \
79   done; \
80   test $$has_opt = yes
81 am__make_dryrun = (target_option=n; $(am__make_running_with_option))
82 am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
83 pkgdatadir = $(datadir)/@PACKAGE@
84 pkglibdir = $(libdir)/@PACKAGE@
85 pkglibexecdir = $(libexecdir)/@PACKAGE@
86 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
87 install_sh_DATA = $(install_sh) -c -m 644
88 install_sh_PROGRAM = $(install_sh) -c
89 install_sh_SCRIPT = $(install_sh) -c
90 INSTALL_HEADER = $(INSTALL_DATA)
91 transform = $(program_transform_name)
92 NORMAL_INSTALL = :
93 PRE_INSTALL = :
94 POST_INSTALL = :
95 NORMAL_UNINSTALL = :
96 PRE_UNINSTALL = :
97 POST_UNINSTALL = :
98 build_triplet = @build@
99 host_triplet = @host@
100 target_triplet = @target@
101 @WINDOWS_TRUE@am__append_1 = -DWINVER=0x0501 # _WIN32_WINNT_WINXP
102 @WINDOWS_TRUE@am__append_2 = -liphlpapi -lws2_32
103 @HAVE_INTROSPECTION_TRUE@am__append_3 = Nice-0.1.gir
104 @HAVE_INTROSPECTION_TRUE@am__append_4 = $(gir_DATA) $(typelib_DATA)
105 subdir = agent
106 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
107 am__aclocal_m4_deps = $(top_srcdir)/m4/as-compiler-flag.m4 \
108         $(top_srcdir)/m4/ax_check_openssl.m4 \
109         $(top_srcdir)/m4/gtk-doc.m4 $(top_srcdir)/m4/introspection.m4 \
110         $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
111         $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
112         $(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/configure.ac
113 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
114         $(ACLOCAL_M4)
115 DIST_COMMON = $(srcdir)/Makefile.am $(pkginclude_HEADERS) \
116         $(am__DIST_COMMON)
117 mkinstalldirs = $(install_sh) -d
118 CONFIG_HEADER = $(top_builddir)/config.h
119 CONFIG_CLEAN_FILES =
120 CONFIG_CLEAN_VPATH_FILES =
121 LTLIBRARIES = $(noinst_LTLIBRARIES)
122 am__DEPENDENCIES_1 =
123 am__objects_1 = agent-enum-types.lo
124 am_libagent_la_OBJECTS = address.lo debug.lo candidate.lo component.lo \
125         agent.lo stream.lo conncheck.lo discovery.lo interfaces.lo \
126         pseudotcp.lo iostream.lo inputstream.lo outputstream.lo \
127         $(am__objects_1)
128 libagent_la_OBJECTS = $(am_libagent_la_OBJECTS)
129 AM_V_lt = $(am__v_lt_@AM_V@)
130 am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
131 am__v_lt_0 = --silent
132 am__v_lt_1 = 
133 AM_V_P = $(am__v_P_@AM_V@)
134 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
135 am__v_P_0 = false
136 am__v_P_1 = :
137 AM_V_GEN = $(am__v_GEN_@AM_V@)
138 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
139 am__v_GEN_0 = @echo "  GEN     " $@;
140 am__v_GEN_1 = 
141 AM_V_at = $(am__v_at_@AM_V@)
142 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
143 am__v_at_0 = @
144 am__v_at_1 = 
145 DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
146 depcomp = $(SHELL) $(top_srcdir)/depcomp
147 am__maybe_remake_depfiles = depfiles
148 am__depfiles_remade = ./$(DEPDIR)/address.Plo \
149         ./$(DEPDIR)/agent-enum-types.Plo ./$(DEPDIR)/agent.Plo \
150         ./$(DEPDIR)/candidate.Plo ./$(DEPDIR)/component.Plo \
151         ./$(DEPDIR)/conncheck.Plo ./$(DEPDIR)/debug.Plo \
152         ./$(DEPDIR)/discovery.Plo ./$(DEPDIR)/inputstream.Plo \
153         ./$(DEPDIR)/interfaces.Plo ./$(DEPDIR)/iostream.Plo \
154         ./$(DEPDIR)/outputstream.Plo ./$(DEPDIR)/pseudotcp.Plo \
155         ./$(DEPDIR)/stream.Plo
156 am__mv = mv -f
157 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
158         $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
159 LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
160         $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
161         $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
162         $(AM_CFLAGS) $(CFLAGS)
163 AM_V_CC = $(am__v_CC_@AM_V@)
164 am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
165 am__v_CC_0 = @echo "  CC      " $@;
166 am__v_CC_1 = 
167 CCLD = $(CC)
168 LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
169         $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
170         $(AM_LDFLAGS) $(LDFLAGS) -o $@
171 AM_V_CCLD = $(am__v_CCLD_@AM_V@)
172 am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
173 am__v_CCLD_0 = @echo "  CCLD    " $@;
174 am__v_CCLD_1 = 
175 SOURCES = $(libagent_la_SOURCES)
176 DIST_SOURCES = $(libagent_la_SOURCES)
177 am__can_run_installinfo = \
178   case $$AM_UPDATE_INFO_DIR in \
179     n|no|NO) false;; \
180     *) (install-info --version) >/dev/null 2>&1;; \
181   esac
182 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
183 am__vpath_adj = case $$p in \
184     $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
185     *) f=$$p;; \
186   esac;
187 am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
188 am__install_max = 40
189 am__nobase_strip_setup = \
190   srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
191 am__nobase_strip = \
192   for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
193 am__nobase_list = $(am__nobase_strip_setup); \
194   for p in $$list; do echo "$$p $$p"; done | \
195   sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
196   $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
197     if (++n[$$2] == $(am__install_max)) \
198       { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
199     END { for (dir in files) print dir, files[dir] }'
200 am__base_list = \
201   sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
202   sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
203 am__uninstall_files_from_dir = { \
204   test -z "$$files" \
205     || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
206     || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
207          $(am__cd) "$$dir" && rm -f $$files; }; \
208   }
209 am__installdirs = "$(DESTDIR)$(girdir)" "$(DESTDIR)$(typelibdir)" \
210         "$(DESTDIR)$(pkgincludedir)"
211 DATA = $(gir_DATA) $(typelib_DATA)
212 HEADERS = $(pkginclude_HEADERS)
213 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
214 # Read a list of newline-separated strings from the standard input,
215 # and print each of them once, without duplicates.  Input order is
216 # *not* preserved.
217 am__uniquify_input = $(AWK) '\
218   BEGIN { nonempty = 0; } \
219   { items[$$0] = 1; nonempty = 1; } \
220   END { if (nonempty) { for (i in items) print i; }; } \
221 '
222 # Make sure the list of sources is unique.  This is necessary because,
223 # e.g., the same source file might be shared among _SOURCES variables
224 # for different programs/libraries.
225 am__define_uniq_tagged_files = \
226   list='$(am__tagged_files)'; \
227   unique=`for i in $$list; do \
228     if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
229   done | $(am__uniquify_input)`
230 ETAGS = etags
231 CTAGS = ctags
232 am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/common.mk \
233         $(top_srcdir)/depcomp INSTALL
234 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
235 pkgincludedir = $(includedir)/nice
236 ACLOCAL = @ACLOCAL@
237 AMTAR = @AMTAR@
238 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
239 AR = @AR@
240 AS = @AS@
241 AUTOCONF = @AUTOCONF@
242 AUTOHEADER = @AUTOHEADER@
243 AUTOMAKE = @AUTOMAKE@
244 AWK = @AWK@
245 CC = @CC@
246 CCACHE_DISABLE = @CCACHE_DISABLE@
247 CCDEPMODE = @CCDEPMODE@
248 CFLAGS = @CFLAGS@
249 CPP = @CPP@
250 CPPFLAGS = @CPPFLAGS@
251 CYGPATH_W = @CYGPATH_W@
252 DEFS = @DEFS@
253 DEPDIR = @DEPDIR@
254 DLLTOOL = @DLLTOOL@
255 DSYMUTIL = @DSYMUTIL@
256 DUMPBIN = @DUMPBIN@
257 ECHO_C = @ECHO_C@
258 ECHO_N = @ECHO_N@
259 ECHO_T = @ECHO_T@
260 EGREP = @EGREP@
261 EXEEXT = @EXEEXT@
262 FGREP = @FGREP@
263 GLIB_CFLAGS = @GLIB_CFLAGS@
264 GLIB_LIBS = @GLIB_LIBS@
265 GLIB_MKENUMS = @GLIB_MKENUMS@
266 GNUTLS_CFLAGS = @GNUTLS_CFLAGS@
267 GNUTLS_LIBS = @GNUTLS_LIBS@
268 GREP = @GREP@
269 GST010_CFLAGS = @GST010_CFLAGS@
270 GST010_LIBS = @GST010_LIBS@
271 GST_CFLAGS = @GST_CFLAGS@
272 GST_CHECK_CFLAGS = @GST_CHECK_CFLAGS@
273 GST_CHECK_LIBS = @GST_CHECK_LIBS@
274 GST_LIBS = @GST_LIBS@
275 GTKDOC_CHECK = @GTKDOC_CHECK@
276 GTKDOC_CHECK_PATH = @GTKDOC_CHECK_PATH@
277 GTKDOC_DEPS_CFLAGS = @GTKDOC_DEPS_CFLAGS@
278 GTKDOC_DEPS_LIBS = @GTKDOC_DEPS_LIBS@
279 GTKDOC_MKPDF = @GTKDOC_MKPDF@
280 GTKDOC_REBASE = @GTKDOC_REBASE@
281 GUPNP_CFLAGS = @GUPNP_CFLAGS@
282 GUPNP_LIBS = @GUPNP_LIBS@
283 GUPNP_PACKAGES = @GUPNP_PACKAGES@
284 GUPNP_PACKAGES_PRIVATE = @GUPNP_PACKAGES_PRIVATE@
285 GUPNP_PACKAGES_PUBLIC = @GUPNP_PACKAGES_PUBLIC@
286 HAVE_GUPNP = @HAVE_GUPNP@
287 HTML_DIR = @HTML_DIR@
288 INSTALL = @INSTALL@
289 INSTALL_DATA = @INSTALL_DATA@
290 INSTALL_PROGRAM = @INSTALL_PROGRAM@
291 INSTALL_SCRIPT = @INSTALL_SCRIPT@
292 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
293 INTROSPECTION_CFLAGS = @INTROSPECTION_CFLAGS@
294 INTROSPECTION_COMPILER = @INTROSPECTION_COMPILER@
295 INTROSPECTION_GENERATE = @INTROSPECTION_GENERATE@
296 INTROSPECTION_GIRDIR = @INTROSPECTION_GIRDIR@
297 INTROSPECTION_LIBS = @INTROSPECTION_LIBS@
298 INTROSPECTION_MAKEFILE = @INTROSPECTION_MAKEFILE@
299 INTROSPECTION_SCANNER = @INTROSPECTION_SCANNER@
300 INTROSPECTION_TYPELIBDIR = @INTROSPECTION_TYPELIBDIR@
301 LD = @LD@
302 LDFLAGS = @LDFLAGS@
303 LIBNICE_CFLAGS = @LIBNICE_CFLAGS@
304 LIBNICE_LT_LDFLAGS = @LIBNICE_LT_LDFLAGS@
305 LIBOBJS = @LIBOBJS@
306 LIBRT = @LIBRT@
307 LIBS = @LIBS@
308 LIBTOOL = @LIBTOOL@
309 LIPO = @LIPO@
310 LN_S = @LN_S@
311 LTLIBOBJS = @LTLIBOBJS@
312 LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
313 MAKEINFO = @MAKEINFO@
314 MANIFEST_TOOL = @MANIFEST_TOOL@
315 MKDIR_P = @MKDIR_P@
316 NICE_PACKAGES_PRIVATE = @NICE_PACKAGES_PRIVATE@
317 NICE_PACKAGES_PUBLIC = @NICE_PACKAGES_PUBLIC@
318 NM = @NM@
319 NMEDIT = @NMEDIT@
320 OBJDUMP = @OBJDUMP@
321 OBJEXT = @OBJEXT@
322 OPENSSL_INCLUDES = @OPENSSL_INCLUDES@
323 OPENSSL_LDFLAGS = @OPENSSL_LDFLAGS@
324 OPENSSL_LIBS = @OPENSSL_LIBS@
325 OTOOL = @OTOOL@
326 OTOOL64 = @OTOOL64@
327 PACKAGE = @PACKAGE@
328 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
329 PACKAGE_NAME = @PACKAGE_NAME@
330 PACKAGE_STRING = @PACKAGE_STRING@
331 PACKAGE_TARNAME = @PACKAGE_TARNAME@
332 PACKAGE_URL = @PACKAGE_URL@
333 PACKAGE_VERSION = @PACKAGE_VERSION@
334 PATH_SEPARATOR = @PATH_SEPARATOR@
335 PKG_CONFIG = @PKG_CONFIG@
336 PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
337 PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
338 RANLIB = @RANLIB@
339 SED = @SED@
340 SET_MAKE = @SET_MAKE@
341 SHELL = @SHELL@
342 STRIP = @STRIP@
343 UPNP_ENABLED = @UPNP_ENABLED@
344 VERSION = @VERSION@
345 abs_builddir = @abs_builddir@
346 abs_srcdir = @abs_srcdir@
347 abs_top_builddir = @abs_top_builddir@
348 abs_top_srcdir = @abs_top_srcdir@
349 ac_ct_AR = @ac_ct_AR@
350 ac_ct_CC = @ac_ct_CC@
351 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
352 am__include = @am__include@
353 am__leading_dot = @am__leading_dot@
354 am__quote = @am__quote@
355 am__tar = @am__tar@
356 am__untar = @am__untar@
357 bindir = @bindir@
358 build = @build@
359 build_alias = @build_alias@
360 build_cpu = @build_cpu@
361 build_os = @build_os@
362 build_vendor = @build_vendor@
363 builddir = @builddir@
364 datadir = @datadir@
365 datarootdir = @datarootdir@
366 docdir = @docdir@
367 dvidir = @dvidir@
368 exec_prefix = @exec_prefix@
369 gstplugin010dir = @gstplugin010dir@
370 gstplugindir = @gstplugindir@
371 host = @host@
372 host_alias = @host_alias@
373 host_cpu = @host_cpu@
374 host_os = @host_os@
375 host_vendor = @host_vendor@
376 htmldir = @htmldir@
377 includedir = @includedir@
378 infodir = @infodir@
379 install_sh = @install_sh@
380 libdir = @libdir@
381 libexecdir = @libexecdir@
382 localedir = @localedir@
383 localstatedir = @localstatedir@
384 mandir = @mandir@
385 mkdir_p = @mkdir_p@
386 oldincludedir = @oldincludedir@
387 pdfdir = @pdfdir@
388 prefix = @prefix@
389 program_transform_name = @program_transform_name@
390 psdir = @psdir@
391 sbindir = @sbindir@
392 sharedstatedir = @sharedstatedir@
393 srcdir = @srcdir@
394 sysconfdir = @sysconfdir@
395 target = @target@
396 target_alias = @target_alias@
397 target_cpu = @target_cpu@
398 target_os = @target_os@
399 target_vendor = @target_vendor@
400 top_build_prefix = @top_build_prefix@
401 top_builddir = @top_builddir@
402 top_srcdir = @top_srcdir@
403 CLEANFILES = *.gcno *.gcda $(BUILT_SOURCES) $(am__append_4)
404 LOG_DRIVER = $(top_srcdir)/scripts/valgrind-test-driver
405 AM_CFLAGS = -DG_LOG_DOMAIN=\"libnice\" $(LIBNICE_CFLAGS) \
406         $(GLIB_CFLAGS) $(GUPNP_CFLAGS) -I $(top_srcdir) -I \
407         $(top_srcdir)/random -I $(top_srcdir)/socket -I \
408         $(top_srcdir)/stun $(am__append_1)
409 BUILT_SOURCES = \
410         agent-enum-types.h \
411         agent-enum-types.c
412
413 noinst_LTLIBRARIES = libagent.la
414 pkginclude_HEADERS = \
415         agent.h \
416         candidate.h \
417         debug.h \
418         address.h \
419         interfaces.h \
420         pseudotcp.h \
421         $(NULL)
422
423 libagent_la_SOURCES = \
424         address.h \
425         address.c \
426         debug.h \
427         debug.c \
428         candidate.h \
429         candidate.c \
430         component.h \
431         component.c \
432         agent.h \
433         agent-priv.h \
434         agent.c \
435         stream.h \
436         stream.c \
437         conncheck.c \
438         conncheck.h \
439         discovery.c \
440         discovery.h \
441         interfaces.c \
442         interfaces.h \
443         pseudotcp.h \
444         pseudotcp.c \
445         iostream.h \
446         iostream.c \
447         inputstream.h \
448         inputstream.c \
449         outputstream.h \
450         outputstream.c \
451         $(BUILT_SOURCES)
452
453 libagent_la_LIBADD = $(top_builddir)/random/libnice-random.la \
454         $(top_builddir)/socket/libsocket.la \
455         $(top_builddir)/stun/libstun.la $(GLIB_LIBS) $(GUPNP_LIBS) \
456         $(NULL) $(am__append_2)
457 libagent_la_DEPENDENCIES = \
458         $(top_builddir)/random/libnice-random.la \
459         $(top_builddir)/socket/libsocket.la \
460         $(top_builddir)/stun/libstun.la
461
462 INTROSPECTION_GIRS = $(am__append_3)
463 INTROSPECTION_SCANNER_ARGS = --add-include-path=$(srcdir) --warn-all --accept-unprefixed
464 INTROSPECTION_COMPILER_ARGS = --includedir=$(srcdir)
465 @HAVE_INTROSPECTION_TRUE@introspection_sources = $(pkginclude_HEADERS)
466 @HAVE_INTROSPECTION_TRUE@Nice_0_1_gir_INCLUDES = GObject-2.0 Gio-2.0
467 @HAVE_INTROSPECTION_TRUE@Nice_0_1_gir_EXPORT_PACKAGES = nice
468 @HAVE_INTROSPECTION_TRUE@Nice_0_1_gir_CFLAGS = $(AM_CFLAGS)
469 @HAVE_INTROSPECTION_TRUE@Nice_0_1_gir_LIBS = libagent.la
470 @HAVE_INTROSPECTION_TRUE@Nice_0_1_gir_FILES = $(introspection_sources)
471 @HAVE_INTROSPECTION_TRUE@girdir = $(datadir)/gir-1.0
472 @HAVE_INTROSPECTION_TRUE@gir_DATA = $(INTROSPECTION_GIRS)
473 @HAVE_INTROSPECTION_TRUE@typelibdir = $(libdir)/girepository-1.0
474 @HAVE_INTROSPECTION_TRUE@typelib_DATA = $(INTROSPECTION_GIRS:.gir=.typelib)
475 EXTRA_DIST = meson.build
476 all: $(BUILT_SOURCES)
477         $(MAKE) $(AM_MAKEFLAGS) all-am
478
479 .SUFFIXES:
480 .SUFFIXES: .c .lo .o .obj
481 $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am $(top_srcdir)/common.mk $(am__configure_deps)
482         @for dep in $?; do \
483           case '$(am__configure_deps)' in \
484             *$$dep*) \
485               ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
486                 && { if test -f $@; then exit 0; else break; fi; }; \
487               exit 1;; \
488           esac; \
489         done; \
490         echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu agent/Makefile'; \
491         $(am__cd) $(top_srcdir) && \
492           $(AUTOMAKE) --gnu agent/Makefile
493 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
494         @case '$?' in \
495           *config.status*) \
496             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
497           *) \
498             echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \
499             cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \
500         esac;
501 $(top_srcdir)/common.mk $(am__empty):
502
503 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
504         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
505
506 $(top_srcdir)/configure:  $(am__configure_deps)
507         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
508 $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
509         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
510 $(am__aclocal_m4_deps):
511
512 clean-noinstLTLIBRARIES:
513         -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
514         @list='$(noinst_LTLIBRARIES)'; \
515         locs=`for p in $$list; do echo $$p; done | \
516               sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
517               sort -u`; \
518         test -z "$$locs" || { \
519           echo rm -f $${locs}; \
520           rm -f $${locs}; \
521         }
522
523 libagent.la: $(libagent_la_OBJECTS) $(libagent_la_DEPENDENCIES) $(EXTRA_libagent_la_DEPENDENCIES) 
524         $(AM_V_CCLD)$(LINK)  $(libagent_la_OBJECTS) $(libagent_la_LIBADD) $(LIBS)
525
526 mostlyclean-compile:
527         -rm -f *.$(OBJEXT)
528
529 distclean-compile:
530         -rm -f *.tab.c
531
532 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/address.Plo@am__quote@ # am--include-marker
533 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/agent-enum-types.Plo@am__quote@ # am--include-marker
534 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/agent.Plo@am__quote@ # am--include-marker
535 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/candidate.Plo@am__quote@ # am--include-marker
536 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/component.Plo@am__quote@ # am--include-marker
537 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/conncheck.Plo@am__quote@ # am--include-marker
538 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/debug.Plo@am__quote@ # am--include-marker
539 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/discovery.Plo@am__quote@ # am--include-marker
540 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/inputstream.Plo@am__quote@ # am--include-marker
541 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/interfaces.Plo@am__quote@ # am--include-marker
542 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/iostream.Plo@am__quote@ # am--include-marker
543 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/outputstream.Plo@am__quote@ # am--include-marker
544 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pseudotcp.Plo@am__quote@ # am--include-marker
545 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/stream.Plo@am__quote@ # am--include-marker
546
547 $(am__depfiles_remade):
548         @$(MKDIR_P) $(@D)
549         @echo '# dummy' >$@-t && $(am__mv) $@-t $@
550
551 am--depfiles: $(am__depfiles_remade)
552
553 .c.o:
554 @am__fastdepCC_TRUE@    $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
555 @am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
556 @am__fastdepCC_TRUE@    $(am__mv) $$depbase.Tpo $$depbase.Po
557 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
558 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
559 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
560
561 .c.obj:
562 @am__fastdepCC_TRUE@    $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
563 @am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
564 @am__fastdepCC_TRUE@    $(am__mv) $$depbase.Tpo $$depbase.Po
565 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
566 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
567 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
568
569 .c.lo:
570 @am__fastdepCC_TRUE@    $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\
571 @am__fastdepCC_TRUE@    $(LTCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
572 @am__fastdepCC_TRUE@    $(am__mv) $$depbase.Tpo $$depbase.Plo
573 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
574 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
575 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
576
577 mostlyclean-libtool:
578         -rm -f *.lo
579
580 clean-libtool:
581         -rm -rf .libs _libs
582 install-girDATA: $(gir_DATA)
583         @$(NORMAL_INSTALL)
584         @list='$(gir_DATA)'; test -n "$(girdir)" || list=; \
585         if test -n "$$list"; then \
586           echo " $(MKDIR_P) '$(DESTDIR)$(girdir)'"; \
587           $(MKDIR_P) "$(DESTDIR)$(girdir)" || exit 1; \
588         fi; \
589         for p in $$list; do \
590           if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
591           echo "$$d$$p"; \
592         done | $(am__base_list) | \
593         while read files; do \
594           echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(girdir)'"; \
595           $(INSTALL_DATA) $$files "$(DESTDIR)$(girdir)" || exit $$?; \
596         done
597
598 uninstall-girDATA:
599         @$(NORMAL_UNINSTALL)
600         @list='$(gir_DATA)'; test -n "$(girdir)" || list=; \
601         files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
602         dir='$(DESTDIR)$(girdir)'; $(am__uninstall_files_from_dir)
603 install-typelibDATA: $(typelib_DATA)
604         @$(NORMAL_INSTALL)
605         @list='$(typelib_DATA)'; test -n "$(typelibdir)" || list=; \
606         if test -n "$$list"; then \
607           echo " $(MKDIR_P) '$(DESTDIR)$(typelibdir)'"; \
608           $(MKDIR_P) "$(DESTDIR)$(typelibdir)" || exit 1; \
609         fi; \
610         for p in $$list; do \
611           if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
612           echo "$$d$$p"; \
613         done | $(am__base_list) | \
614         while read files; do \
615           echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(typelibdir)'"; \
616           $(INSTALL_DATA) $$files "$(DESTDIR)$(typelibdir)" || exit $$?; \
617         done
618
619 uninstall-typelibDATA:
620         @$(NORMAL_UNINSTALL)
621         @list='$(typelib_DATA)'; test -n "$(typelibdir)" || list=; \
622         files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
623         dir='$(DESTDIR)$(typelibdir)'; $(am__uninstall_files_from_dir)
624 install-pkgincludeHEADERS: $(pkginclude_HEADERS)
625         @$(NORMAL_INSTALL)
626         @list='$(pkginclude_HEADERS)'; test -n "$(pkgincludedir)" || list=; \
627         if test -n "$$list"; then \
628           echo " $(MKDIR_P) '$(DESTDIR)$(pkgincludedir)'"; \
629           $(MKDIR_P) "$(DESTDIR)$(pkgincludedir)" || exit 1; \
630         fi; \
631         for p in $$list; do \
632           if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
633           echo "$$d$$p"; \
634         done | $(am__base_list) | \
635         while read files; do \
636           echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(pkgincludedir)'"; \
637           $(INSTALL_HEADER) $$files "$(DESTDIR)$(pkgincludedir)" || exit $$?; \
638         done
639
640 uninstall-pkgincludeHEADERS:
641         @$(NORMAL_UNINSTALL)
642         @list='$(pkginclude_HEADERS)'; test -n "$(pkgincludedir)" || list=; \
643         files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
644         dir='$(DESTDIR)$(pkgincludedir)'; $(am__uninstall_files_from_dir)
645
646 ID: $(am__tagged_files)
647         $(am__define_uniq_tagged_files); mkid -fID $$unique
648 tags: tags-am
649 TAGS: tags
650
651 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
652         set x; \
653         here=`pwd`; \
654         $(am__define_uniq_tagged_files); \
655         shift; \
656         if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
657           test -n "$$unique" || unique=$$empty_fix; \
658           if test $$# -gt 0; then \
659             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
660               "$$@" $$unique; \
661           else \
662             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
663               $$unique; \
664           fi; \
665         fi
666 ctags: ctags-am
667
668 CTAGS: ctags
669 ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
670         $(am__define_uniq_tagged_files); \
671         test -z "$(CTAGS_ARGS)$$unique" \
672           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
673              $$unique
674
675 GTAGS:
676         here=`$(am__cd) $(top_builddir) && pwd` \
677           && $(am__cd) $(top_srcdir) \
678           && gtags -i $(GTAGS_ARGS) "$$here"
679 cscopelist: cscopelist-am
680
681 cscopelist-am: $(am__tagged_files)
682         list='$(am__tagged_files)'; \
683         case "$(srcdir)" in \
684           [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
685           *) sdir=$(subdir)/$(srcdir) ;; \
686         esac; \
687         for i in $$list; do \
688           if test -f "$$i"; then \
689             echo "$(subdir)/$$i"; \
690           else \
691             echo "$$sdir/$$i"; \
692           fi; \
693         done >> $(top_builddir)/cscope.files
694
695 distclean-tags:
696         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
697
698 distdir: $(BUILT_SOURCES)
699         $(MAKE) $(AM_MAKEFLAGS) distdir-am
700
701 distdir-am: $(DISTFILES)
702         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
703         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
704         list='$(DISTFILES)'; \
705           dist_files=`for file in $$list; do echo $$file; done | \
706           sed -e "s|^$$srcdirstrip/||;t" \
707               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
708         case $$dist_files in \
709           */*) $(MKDIR_P) `echo "$$dist_files" | \
710                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
711                            sort -u` ;; \
712         esac; \
713         for file in $$dist_files; do \
714           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
715           if test -d $$d/$$file; then \
716             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
717             if test -d "$(distdir)/$$file"; then \
718               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
719             fi; \
720             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
721               cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
722               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
723             fi; \
724             cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
725           else \
726             test -f "$(distdir)/$$file" \
727             || cp -p $$d/$$file "$(distdir)/$$file" \
728             || exit 1; \
729           fi; \
730         done
731 check-am: all-am
732 check: $(BUILT_SOURCES)
733         $(MAKE) $(AM_MAKEFLAGS) check-am
734 all-am: Makefile $(LTLIBRARIES) $(DATA) $(HEADERS)
735 installdirs:
736         for dir in "$(DESTDIR)$(girdir)" "$(DESTDIR)$(typelibdir)" "$(DESTDIR)$(pkgincludedir)"; do \
737           test -z "$$dir" || $(MKDIR_P) "$$dir"; \
738         done
739 install: $(BUILT_SOURCES)
740         $(MAKE) $(AM_MAKEFLAGS) install-am
741 install-exec: install-exec-am
742 install-data: install-data-am
743 uninstall: uninstall-am
744
745 install-am: all-am
746         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
747
748 installcheck: installcheck-am
749 install-strip:
750         if test -z '$(STRIP)'; then \
751           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
752             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
753               install; \
754         else \
755           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
756             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
757             "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
758         fi
759 mostlyclean-generic:
760
761 clean-generic:
762         -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
763
764 distclean-generic:
765         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
766         -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
767
768 maintainer-clean-generic:
769         @echo "This command is intended for maintainers to use"
770         @echo "it deletes files that may require special tools to rebuild."
771         -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
772 clean: clean-am
773
774 clean-am: clean-generic clean-libtool clean-noinstLTLIBRARIES \
775         mostlyclean-am
776
777 distclean: distclean-am
778                 -rm -f ./$(DEPDIR)/address.Plo
779         -rm -f ./$(DEPDIR)/agent-enum-types.Plo
780         -rm -f ./$(DEPDIR)/agent.Plo
781         -rm -f ./$(DEPDIR)/candidate.Plo
782         -rm -f ./$(DEPDIR)/component.Plo
783         -rm -f ./$(DEPDIR)/conncheck.Plo
784         -rm -f ./$(DEPDIR)/debug.Plo
785         -rm -f ./$(DEPDIR)/discovery.Plo
786         -rm -f ./$(DEPDIR)/inputstream.Plo
787         -rm -f ./$(DEPDIR)/interfaces.Plo
788         -rm -f ./$(DEPDIR)/iostream.Plo
789         -rm -f ./$(DEPDIR)/outputstream.Plo
790         -rm -f ./$(DEPDIR)/pseudotcp.Plo
791         -rm -f ./$(DEPDIR)/stream.Plo
792         -rm -f Makefile
793 distclean-am: clean-am distclean-compile distclean-generic \
794         distclean-tags
795
796 dvi: dvi-am
797
798 dvi-am:
799
800 html: html-am
801
802 html-am:
803
804 info: info-am
805
806 info-am:
807
808 install-data-am: install-girDATA install-pkgincludeHEADERS \
809         install-typelibDATA
810
811 install-dvi: install-dvi-am
812
813 install-dvi-am:
814
815 install-exec-am:
816
817 install-html: install-html-am
818
819 install-html-am:
820
821 install-info: install-info-am
822
823 install-info-am:
824
825 install-man:
826
827 install-pdf: install-pdf-am
828
829 install-pdf-am:
830
831 install-ps: install-ps-am
832
833 install-ps-am:
834
835 installcheck-am:
836
837 maintainer-clean: maintainer-clean-am
838                 -rm -f ./$(DEPDIR)/address.Plo
839         -rm -f ./$(DEPDIR)/agent-enum-types.Plo
840         -rm -f ./$(DEPDIR)/agent.Plo
841         -rm -f ./$(DEPDIR)/candidate.Plo
842         -rm -f ./$(DEPDIR)/component.Plo
843         -rm -f ./$(DEPDIR)/conncheck.Plo
844         -rm -f ./$(DEPDIR)/debug.Plo
845         -rm -f ./$(DEPDIR)/discovery.Plo
846         -rm -f ./$(DEPDIR)/inputstream.Plo
847         -rm -f ./$(DEPDIR)/interfaces.Plo
848         -rm -f ./$(DEPDIR)/iostream.Plo
849         -rm -f ./$(DEPDIR)/outputstream.Plo
850         -rm -f ./$(DEPDIR)/pseudotcp.Plo
851         -rm -f ./$(DEPDIR)/stream.Plo
852         -rm -f Makefile
853 maintainer-clean-am: distclean-am maintainer-clean-generic
854
855 mostlyclean: mostlyclean-am
856
857 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
858         mostlyclean-libtool
859
860 pdf: pdf-am
861
862 pdf-am:
863
864 ps: ps-am
865
866 ps-am:
867
868 uninstall-am: uninstall-girDATA uninstall-pkgincludeHEADERS \
869         uninstall-typelibDATA
870
871 .MAKE: all check install install-am install-strip
872
873 .PHONY: CTAGS GTAGS TAGS all all-am am--depfiles check check-am clean \
874         clean-generic clean-libtool clean-noinstLTLIBRARIES \
875         cscopelist-am ctags ctags-am distclean distclean-compile \
876         distclean-generic distclean-libtool distclean-tags distdir dvi \
877         dvi-am html html-am info info-am install install-am \
878         install-data install-data-am install-dvi install-dvi-am \
879         install-exec install-exec-am install-girDATA install-html \
880         install-html-am install-info install-info-am install-man \
881         install-pdf install-pdf-am install-pkgincludeHEADERS \
882         install-ps install-ps-am install-strip install-typelibDATA \
883         installcheck installcheck-am installdirs maintainer-clean \
884         maintainer-clean-generic mostlyclean mostlyclean-compile \
885         mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
886         tags tags-am uninstall uninstall-am uninstall-girDATA \
887         uninstall-pkgincludeHEADERS uninstall-typelibDATA
888
889 .PRECIOUS: Makefile
890
891
892 check-valgrind:
893         $(MAKE) TESTS_ENVIRONMENT="USE_VALGRIND=1 " check
894
895 .PHONY: check-valgrind
896
897 agent-enum-types.h: $(pkginclude_HEADERS) Makefile
898         $(AM_V_GEN)$(GLIB_MKENUMS) \
899                 --fhead "#ifndef __AGENT_ENUM_TYPES_H__\n#define __AGENT_ENUM_TYPES_H__ 1\n\n#include <glib-object.h>\n\nG_BEGIN_DECLS\n" \
900                 --fprod "/* enumerations from \"@filename@\" */\n" \
901                 --vhead "GType @enum_name@_get_type (void) G_GNUC_CONST;\n#define NICE_TYPE_@ENUMSHORT@ (@enum_name@_get_type())\n" \
902                 --ftail "G_END_DECLS\n\n#endif /* !AGENT_ENUM_TYPES_H */" \
903                 $(addprefix $(srcdir)/,$(pkginclude_HEADERS)) > $@
904
905 agent-enum-types.c: $(pkginclude_HEADERS) Makefile agent-enum-types.h
906         $(AM_V_GEN)$(GLIB_MKENUMS) \
907                 --fhead "#include <config.h>\n#include <glib-object.h>\n#include \"agent.h\"\n#include \"pseudotcp.h\"\n#include \"agent-enum-types.h\"" \
908                 --fprod "\n/* enumerations from \"@filename@\" */" \
909                 --vhead "GType\n@enum_name@_get_type (void)\n{\n  static GType type = 0;\n  if (!type) {\n    static const G@Type@Value values[] = {" \
910                 --vprod "      { @VALUENAME@, \"@VALUENAME@\", \"@valuenick@\" }," \
911                 --vtail "      { 0, NULL, NULL }\n    };\n    type = g_@type@_register_static (\"@EnumName@\", values);\n  }\n  return type;\n}\n\n" \
912                 $(addprefix $(srcdir)/,$(pkginclude_HEADERS)) > $@
913
914 #
915 # GObject introspection
916 #
917 # We need --accept-unprefixed because of PseudoTcp and TurnServer.
918 #
919 -include $(INTROSPECTION_MAKEFILE)
920
921 @HAVE_INTROSPECTION_TRUE@Nice-0.1.gir: libagent.la
922
923 # Tell versions [3.59,3.63) of GNU make to not export all variables.
924 # Otherwise a system limit (for SysV at least) may be exceeded.
925 .NOEXPORT: