Imported Upstream version 2.99.9 (LGPL3)
[platform/upstream/libsigc++.git] / Makefile.in
1 # Makefile.in generated by automake 1.15 from Makefile.am.
2 # @configure_input@
3
4 # Copyright (C) 1994-2014 Free Software Foundation, Inc.
5
6 # This Makefile.in is free software; the Free Software Foundation
7 # gives unlimited permission to copy and/or distribute it,
8 # with or without modifications, as long as this notice is preserved.
9
10 # This program is distributed in the hope that it will be useful,
11 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
12 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
13 # PARTICULAR PURPOSE.
14
15 @SET_MAKE@
16
17
18
19 VPATH = @srcdir@
20 am__is_gnu_make = { \
21   if test -z '$(MAKELEVEL)'; then \
22     false; \
23   elif test -n '$(MAKE_HOST)'; then \
24     true; \
25   elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
26     true; \
27   else \
28     false; \
29   fi; \
30 }
31 am__make_running_with_option = \
32   case $${target_option-} in \
33       ?) ;; \
34       *) echo "am__make_running_with_option: internal error: invalid" \
35               "target option '$${target_option-}' specified" >&2; \
36          exit 1;; \
37   esac; \
38   has_opt=no; \
39   sane_makeflags=$$MAKEFLAGS; \
40   if $(am__is_gnu_make); then \
41     sane_makeflags=$$MFLAGS; \
42   else \
43     case $$MAKEFLAGS in \
44       *\\[\ \   ]*) \
45         bs=\\; \
46         sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
47           | sed "s/$$bs$$bs[$$bs $$bs   ]*//g"`;; \
48     esac; \
49   fi; \
50   skip_next=no; \
51   strip_trailopt () \
52   { \
53     flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
54   }; \
55   for flg in $$sane_makeflags; do \
56     test $$skip_next = yes && { skip_next=no; continue; }; \
57     case $$flg in \
58       *=*|--*) continue;; \
59         -*I) strip_trailopt 'I'; skip_next=yes;; \
60       -*I?*) strip_trailopt 'I';; \
61         -*O) strip_trailopt 'O'; skip_next=yes;; \
62       -*O?*) strip_trailopt 'O';; \
63         -*l) strip_trailopt 'l'; skip_next=yes;; \
64       -*l?*) strip_trailopt 'l';; \
65       -[dEDm]) skip_next=yes;; \
66       -[JT]) skip_next=yes;; \
67     esac; \
68     case $$flg in \
69       *$$target_option*) has_opt=yes; break;; \
70     esac; \
71   done; \
72   test $$has_opt = yes
73 am__make_dryrun = (target_option=n; $(am__make_running_with_option))
74 am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
75 pkgdatadir = $(datadir)/@PACKAGE@
76 pkgincludedir = $(includedir)/@PACKAGE@
77 pkglibdir = $(libdir)/@PACKAGE@
78 pkglibexecdir = $(libexecdir)/@PACKAGE@
79 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
80 install_sh_DATA = $(install_sh) -c -m 644
81 install_sh_PROGRAM = $(install_sh) -c
82 install_sh_SCRIPT = $(install_sh) -c
83 INSTALL_HEADER = $(INSTALL_DATA)
84 transform = $(program_transform_name)
85 NORMAL_INSTALL = :
86 PRE_INSTALL = :
87 POST_INSTALL = :
88 NORMAL_UNINSTALL = :
89 PRE_UNINSTALL = :
90 POST_UNINSTALL = :
91 build_triplet = @build@
92 host_triplet = @host@
93 subdir = .
94 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
95 am__aclocal_m4_deps = $(top_srcdir)/build/ax_boost_base.m4 \
96         $(top_srcdir)/build/ax_boost_system.m4 \
97         $(top_srcdir)/build/ax_boost_timer.m4 \
98         $(top_srcdir)/build/libtool.m4 \
99         $(top_srcdir)/build/ltoptions.m4 \
100         $(top_srcdir)/build/ltsugar.m4 \
101         $(top_srcdir)/build/ltversion.m4 \
102         $(top_srcdir)/build/lt~obsolete.m4 $(top_srcdir)/configure.ac
103 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
104         $(ACLOCAL_M4)
105 DIST_COMMON = $(srcdir)/Makefile.am $(top_srcdir)/configure \
106         $(am__configure_deps) $(dist_noinst_SCRIPTS) \
107         $(dist_noinst_DATA) $(am__DIST_COMMON)
108 am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
109  configure.lineno config.status.lineno
110 mkinstalldirs = $(install_sh) -d
111 CONFIG_HEADER = config.h sigc++config.h
112 CONFIG_CLEAN_FILES = ${SIGCXX_MODULE_NAME}.pc \
113         ${SIGCXX_MODULE_NAME}-uninstalled.pc docs/reference/Doxyfile \
114         MSVC_Net2017/sigc.rc
115 CONFIG_CLEAN_VPATH_FILES =
116 SCRIPTS = $(dist_noinst_SCRIPTS)
117 AM_V_P = $(am__v_P_@AM_V@)
118 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
119 am__v_P_0 = false
120 am__v_P_1 = :
121 AM_V_GEN = $(am__v_GEN_@AM_V@)
122 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
123 am__v_GEN_0 = @echo "  GEN     " $@;
124 am__v_GEN_1 = 
125 AM_V_at = $(am__v_at_@AM_V@)
126 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
127 am__v_at_0 = @
128 am__v_at_1 = 
129 SOURCES =
130 DIST_SOURCES =
131 RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
132         ctags-recursive dvi-recursive html-recursive info-recursive \
133         install-data-recursive install-dvi-recursive \
134         install-exec-recursive install-html-recursive \
135         install-info-recursive install-pdf-recursive \
136         install-ps-recursive install-recursive installcheck-recursive \
137         installdirs-recursive pdf-recursive ps-recursive \
138         tags-recursive uninstall-recursive
139 am__can_run_installinfo = \
140   case $$AM_UPDATE_INFO_DIR in \
141     n|no|NO) false;; \
142     *) (install-info --version) >/dev/null 2>&1;; \
143   esac
144 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
145 am__vpath_adj = case $$p in \
146     $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
147     *) f=$$p;; \
148   esac;
149 am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
150 am__install_max = 40
151 am__nobase_strip_setup = \
152   srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
153 am__nobase_strip = \
154   for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
155 am__nobase_list = $(am__nobase_strip_setup); \
156   for p in $$list; do echo "$$p $$p"; done | \
157   sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
158   $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
159     if (++n[$$2] == $(am__install_max)) \
160       { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
161     END { for (dir in files) print dir, files[dir] }'
162 am__base_list = \
163   sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
164   sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
165 am__uninstall_files_from_dir = { \
166   test -z "$$files" \
167     || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
168     || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
169          $(am__cd) "$$dir" && rm -f $$files; }; \
170   }
171 am__installdirs = "$(DESTDIR)$(pkgconfigdir)" \
172         "$(DESTDIR)$(sigc_configdir)"
173 DATA = $(dist_noinst_DATA) $(nodist_pkgconfig_DATA) $(noinst_DATA)
174 HEADERS = $(nodist_sigc_config_HEADERS)
175 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
176   distclean-recursive maintainer-clean-recursive
177 am__recursive_targets = \
178   $(RECURSIVE_TARGETS) \
179   $(RECURSIVE_CLEAN_TARGETS) \
180   $(am__extra_recursive_targets)
181 AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
182         cscope distdir dist dist-all distcheck
183 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) \
184         $(LISP)config.h.in sigc++config.h.in
185 # Read a list of newline-separated strings from the standard input,
186 # and print each of them once, without duplicates.  Input order is
187 # *not* preserved.
188 am__uniquify_input = $(AWK) '\
189   BEGIN { nonempty = 0; } \
190   { items[$$0] = 1; nonempty = 1; } \
191   END { if (nonempty) { for (i in items) print i; }; } \
192 '
193 # Make sure the list of sources is unique.  This is necessary because,
194 # e.g., the same source file might be shared among _SOURCES variables
195 # for different programs/libraries.
196 am__define_uniq_tagged_files = \
197   list='$(am__tagged_files)'; \
198   unique=`for i in $$list; do \
199     if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
200   done | $(am__uniquify_input)`
201 ETAGS = etags
202 CTAGS = ctags
203 CSCOPE = cscope
204 DIST_SUBDIRS = sigc++ tests examples cmake docs
205 am__DIST_COMMON = $(srcdir)/MSVC_Net2017/filelist.am \
206         $(srcdir)/Makefile.in $(srcdir)/config.h.in \
207         $(srcdir)/sigc++-uninstalled.pc.in $(srcdir)/sigc++.pc.in \
208         $(srcdir)/sigc++config.h.in \
209         $(top_srcdir)/MSVC_Net2017/sigc.rc.in \
210         $(top_srcdir)/build/compile $(top_srcdir)/build/config.guess \
211         $(top_srcdir)/build/config.sub \
212         $(top_srcdir)/build/dist-changelog.am \
213         $(top_srcdir)/build/install-sh $(top_srcdir)/build/ltmain.sh \
214         $(top_srcdir)/build/missing \
215         $(top_srcdir)/docs/reference/Doxyfile.in AUTHORS COPYING \
216         ChangeLog INSTALL NEWS README build/compile build/config.guess \
217         build/config.sub build/install-sh build/ltmain.sh \
218         build/missing
219 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
220 distdir = $(PACKAGE)-$(VERSION)
221 top_distdir = $(distdir)
222 am__remove_distdir = \
223   if test -d "$(distdir)"; then \
224     find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
225       && rm -rf "$(distdir)" \
226       || { sleep 5 && rm -rf "$(distdir)"; }; \
227   else :; fi
228 am__post_remove_distdir = $(am__remove_distdir)
229 am__relativize = \
230   dir0=`pwd`; \
231   sed_first='s,^\([^/]*\)/.*$$,\1,'; \
232   sed_rest='s,^[^/]*/*,,'; \
233   sed_last='s,^.*/\([^/]*\)$$,\1,'; \
234   sed_butlast='s,/*[^/]*$$,,'; \
235   while test -n "$$dir1"; do \
236     first=`echo "$$dir1" | sed -e "$$sed_first"`; \
237     if test "$$first" != "."; then \
238       if test "$$first" = ".."; then \
239         dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
240         dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
241       else \
242         first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
243         if test "$$first2" = "$$first"; then \
244           dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
245         else \
246           dir2="../$$dir2"; \
247         fi; \
248         dir0="$$dir0"/"$$first"; \
249       fi; \
250     fi; \
251     dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
252   done; \
253   reldir="$$dir2"
254 DIST_ARCHIVES = $(distdir).tar.gz $(distdir).tar.bz2
255 GZIP_ENV = --best
256 DIST_TARGETS = dist-bzip2 dist-gzip
257 distuninstallcheck_listfiles = find . -type f -print
258 am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
259   | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
260 distcleancheck_listfiles = find . -type f -print
261 ACLOCAL = @ACLOCAL@
262 ACLOCAL_FLAGS = @ACLOCAL_FLAGS@
263 AMTAR = @AMTAR@
264 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
265 AR = @AR@
266 AS = @AS@
267 AUTOCONF = @AUTOCONF@
268 AUTOHEADER = @AUTOHEADER@
269 AUTOMAKE = @AUTOMAKE@
270 AWK = @AWK@
271 BOOST_CPPFLAGS = @BOOST_CPPFLAGS@
272 BOOST_LDFLAGS = @BOOST_LDFLAGS@
273 BOOST_SYSTEM_LIB = @BOOST_SYSTEM_LIB@
274 BOOST_TIMER_LIB = @BOOST_TIMER_LIB@
275 CC = @CC@
276 CCDEPMODE = @CCDEPMODE@
277 CFLAGS = @CFLAGS@
278 CPP = @CPP@
279 CPPFLAGS = @CPPFLAGS@
280 CXX = @CXX@
281 CXXCPP = @CXXCPP@
282 CXXDEPMODE = @CXXDEPMODE@
283 CXXFLAGS = @CXXFLAGS@
284 CYGPATH_W = @CYGPATH_W@
285 DEFS = @DEFS@
286 DEPDIR = @DEPDIR@
287 DLLTOOL = @DLLTOOL@
288 DOCINSTALL_FLAGS = @DOCINSTALL_FLAGS@
289 DOT = @DOT@
290 DOXYGEN = @DOXYGEN@
291 DOXYGEN_TAGFILES = @DOXYGEN_TAGFILES@
292 DSYMUTIL = @DSYMUTIL@
293 DUMPBIN = @DUMPBIN@
294 ECHO_C = @ECHO_C@
295 ECHO_N = @ECHO_N@
296 ECHO_T = @ECHO_T@
297 EGREP = @EGREP@
298 EXEEXT = @EXEEXT@
299 FGREP = @FGREP@
300 GREP = @GREP@
301 HAVE_CXX14 = @HAVE_CXX14@
302 INSTALL = @INSTALL@
303 INSTALL_DATA = @INSTALL_DATA@
304 INSTALL_PROGRAM = @INSTALL_PROGRAM@
305 INSTALL_SCRIPT = @INSTALL_SCRIPT@
306 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
307 LD = @LD@
308 LDFLAGS = @LDFLAGS@
309 LIBOBJS = @LIBOBJS@
310 LIBS = @LIBS@
311 LIBTOOL = @LIBTOOL@
312 LIPO = @LIPO@
313 LN_S = @LN_S@
314 LTLIBOBJS = @LTLIBOBJS@
315 LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
316 MAINT = @MAINT@
317 MAKEINFO = @MAKEINFO@
318 MANIFEST_TOOL = @MANIFEST_TOOL@
319 MKDIR_P = @MKDIR_P@
320 MMDOCTOOLDIR = @MMDOCTOOLDIR@
321 NM = @NM@
322 NMEDIT = @NMEDIT@
323 OBJDUMP = @OBJDUMP@
324 OBJEXT = @OBJEXT@
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 PERL = @PERL@
336 PKG_CONFIG = @PKG_CONFIG@
337 PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
338 PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
339 RANLIB = @RANLIB@
340 SED = @SED@
341 SET_MAKE = @SET_MAKE@
342 SHELL = @SHELL@
343 SIGCXX_API_VERSION = @SIGCXX_API_VERSION@
344 SIGCXX_MAJOR_VERSION = @SIGCXX_MAJOR_VERSION@
345 SIGCXX_MICRO_VERSION = @SIGCXX_MICRO_VERSION@
346 SIGCXX_MINOR_VERSION = @SIGCXX_MINOR_VERSION@
347 SIGCXX_MODULE_NAME = @SIGCXX_MODULE_NAME@
348 SIGCXX_VERSION = @SIGCXX_VERSION@
349 SIGC_WXXFLAGS = @SIGC_WXXFLAGS@
350 STRIP = @STRIP@
351 VERSION = @VERSION@
352 XSLTPROC = @XSLTPROC@
353 abs_builddir = @abs_builddir@
354 abs_srcdir = @abs_srcdir@
355 abs_top_builddir = @abs_top_builddir@
356 abs_top_srcdir = @abs_top_srcdir@
357 ac_ct_AR = @ac_ct_AR@
358 ac_ct_CC = @ac_ct_CC@
359 ac_ct_CXX = @ac_ct_CXX@
360 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
361 am__include = @am__include@
362 am__leading_dot = @am__leading_dot@
363 am__quote = @am__quote@
364 am__tar = @am__tar@
365 am__untar = @am__untar@
366 bindir = @bindir@
367 build = @build@
368 build_alias = @build_alias@
369 build_cpu = @build_cpu@
370 build_os = @build_os@
371 build_vendor = @build_vendor@
372 builddir = @builddir@
373 datadir = @datadir@
374 datarootdir = @datarootdir@
375 docdir = @docdir@
376 dvidir = @dvidir@
377 exec_prefix = @exec_prefix@
378 host = @host@
379 host_alias = @host_alias@
380 host_cpu = @host_cpu@
381 host_os = @host_os@
382 host_vendor = @host_vendor@
383 htmldir = @htmldir@
384 includedir = @includedir@
385 infodir = @infodir@
386 install_sh = @install_sh@
387 libdir = @libdir@
388 libexecdir = @libexecdir@
389 localedir = @localedir@
390 localstatedir = @localstatedir@
391 mandir = @mandir@
392 mkdir_p = @mkdir_p@
393 oldincludedir = @oldincludedir@
394 pdfdir = @pdfdir@
395 prefix = @prefix@
396 program_transform_name = @program_transform_name@
397 psdir = @psdir@
398 runstatedir = @runstatedir@
399 sbindir = @sbindir@
400 sharedstatedir = @sharedstatedir@
401 srcdir = @srcdir@
402 sysconfdir = @sysconfdir@
403 target_alias = @target_alias@
404 top_build_prefix = @top_build_prefix@
405 top_builddir = @top_builddir@
406 top_srcdir = @top_srcdir@
407 ACLOCAL_AMFLAGS = -I build ${ACLOCAL_FLAGS}
408 @ENABLE_DOCUMENTATION_FALSE@doc_subdirs = 
409 @ENABLE_DOCUMENTATION_TRUE@doc_subdirs = docs
410 SUBDIRS = sigc++ tests examples cmake $(doc_subdirs)
411 sigc_configdir = $(libdir)/$(SIGCXX_MODULE_NAME)/include
412 nodist_sigc_config_HEADERS = sigc++config.h
413 pkgconfigdir = $(libdir)/pkgconfig
414 nodist_pkgconfig_DATA = $(SIGCXX_MODULE_NAME).pc
415 noinst_DATA = $(SIGCXX_MODULE_NAME)-uninstalled.pc
416 dist_noinst_SCRIPTS = autogen.sh
417 msvc_net2017_data = \
418         libsigc++3.sln                                  \
419         libsigc++3.vcxproj                              \
420         libsigc++3.vcxproj.filters                      \
421         sigc++config.h                                  \
422         sigc.rc                                         \
423         sigc-build-defines.props                                \
424         sigc-debug-dll-build-defines.props              \
425         sigc-install.props                              \
426         sigc-release-dll-build-defines.props            \
427         sigc-version-paths.props                                \
428         sigc-install.vcxproj                            \
429         test_accum_iter.vcxproj                         \
430         test_accum_iter.vcxproj.filters                 \
431         test_accumulated.vcxproj                        \
432         test_accumulated.vcxproj.filters                \
433         test_bind.vcxproj                               \
434         test_bind.vcxproj.filters                       \
435         test_bind_ref.vcxproj                           \
436         test_bind_ref.vcxproj.filters                   \
437         test_bind_refptr.vcxproj                        \
438         test_bind_refptr.vcxproj.filters                \
439         test_bind_return.vcxproj                        \
440         test_bind_return.vcxproj.filters                \
441         test_compose.vcxproj                            \
442         test_compose.vcxproj.filters                    \
443         test_copy_invalid_slot.vcxproj                  \
444         test_copy_invalid_slot.vcxproj.filters          \
445         test_cpp11_lambda.vcxproj                       \
446         test_cpp11_lambda.vcxproj.filters               \
447         test_custom.vcxproj                             \
448         test_custom.vcxproj.filters                     \
449         test_disconnect.vcxproj                         \
450         test_disconnect.vcxproj.filters                 \
451         test_disconnect_during_emit.vcxproj             \
452         test_disconnect_during_emit.vcxproj.filters     \
453         test_exception_catch.vcxproj                    \
454         test_exception_catch.vcxproj.filters            \
455         test_hide.vcxproj                               \
456         test_hide.vcxproj.filters                       \
457         test_limit_reference.vcxproj                    \
458         test_limit_reference.vcxproj.filters            \
459         test_mem_fun.vcxproj                            \
460         test_mem_fun.vcxproj.filters                    \
461         test_ptr_fun.vcxproj                            \
462         test_ptr_fun.vcxproj.filters                    \
463         test_retype.vcxproj                             \
464         test_retype.vcxproj.filters                     \
465         test_retype_return.vcxproj                      \
466         test_retype_return.vcxproj.filters              \
467         test_signal.vcxproj                             \
468         test_signal.vcxproj.filters                     \
469         test_size.vcxproj                               \
470         test_size.vcxproj.filters                       \
471         test_slot.vcxproj                               \
472         test_slot.vcxproj.filters                       \
473         test_slot_disconnect.vcxproj                    \
474         test_slot_disconnect.vcxproj.filters            \
475         test_trackable.vcxproj                          \
476         test_trackable.vcxproj.filters                  \
477         test_track_obj.vcxproj                          \
478         test_track_obj.vcxproj.filters                  \
479         test_visit_each.vcxproj                         \
480         test_visit_each.vcxproj.filters
481
482 dist_noinst_DATA = $(addprefix MSVC_Net2017/,$(msvc_net2017_data)) CMakeLists.txt sigc++config.h.cmake cmake_uninstall.cmake.in
483 DISTCLEANFILES = MSVC_Net2017/sigc++config.h
484 all: config.h sigc++config.h
485         $(MAKE) $(AM_MAKEFLAGS) all-recursive
486
487 .SUFFIXES:
488 am--refresh: Makefile
489         @:
490 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(srcdir)/MSVC_Net2017/filelist.am $(top_srcdir)/build/dist-changelog.am $(am__configure_deps)
491         @for dep in $?; do \
492           case '$(am__configure_deps)' in \
493             *$$dep*) \
494               echo ' cd $(srcdir) && $(AUTOMAKE) --gnu'; \
495               $(am__cd) $(srcdir) && $(AUTOMAKE) --gnu \
496                 && exit 0; \
497               exit 1;; \
498           esac; \
499         done; \
500         echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu Makefile'; \
501         $(am__cd) $(top_srcdir) && \
502           $(AUTOMAKE) --gnu Makefile
503 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
504         @case '$?' in \
505           *config.status*) \
506             echo ' $(SHELL) ./config.status'; \
507             $(SHELL) ./config.status;; \
508           *) \
509             echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
510             cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
511         esac;
512 $(srcdir)/MSVC_Net2017/filelist.am $(top_srcdir)/build/dist-changelog.am $(am__empty):
513
514 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
515         $(SHELL) ./config.status --recheck
516
517 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
518         $(am__cd) $(srcdir) && $(AUTOCONF)
519 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
520         $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
521 $(am__aclocal_m4_deps):
522
523 config.h: stamp-h1
524         @test -f $@ || rm -f stamp-h1
525         @test -f $@ || $(MAKE) $(AM_MAKEFLAGS) stamp-h1
526
527 stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
528         @rm -f stamp-h1
529         cd $(top_builddir) && $(SHELL) ./config.status config.h
530 $(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) 
531         ($(am__cd) $(top_srcdir) && $(AUTOHEADER))
532         rm -f stamp-h1
533         touch $@
534
535 sigc++config.h: stamp-h2
536         @test -f $@ || rm -f stamp-h2
537         @test -f $@ || $(MAKE) $(AM_MAKEFLAGS) stamp-h2
538
539 stamp-h2: $(srcdir)/sigc++config.h.in $(top_builddir)/config.status
540         @rm -f stamp-h2
541         cd $(top_builddir) && $(SHELL) ./config.status sigc++config.h
542
543 distclean-hdr:
544         -rm -f config.h stamp-h1 sigc++config.h stamp-h2
545 ${SIGCXX_MODULE_NAME}.pc: $(top_builddir)/config.status $(srcdir)/sigc++.pc.in
546         cd $(top_builddir) && $(SHELL) ./config.status $@
547 ${SIGCXX_MODULE_NAME}-uninstalled.pc: $(top_builddir)/config.status $(srcdir)/sigc++-uninstalled.pc.in
548         cd $(top_builddir) && $(SHELL) ./config.status $@
549 docs/reference/Doxyfile: $(top_builddir)/config.status $(top_srcdir)/docs/reference/Doxyfile.in
550         cd $(top_builddir) && $(SHELL) ./config.status $@
551 MSVC_Net2017/sigc.rc: $(top_builddir)/config.status $(top_srcdir)/MSVC_Net2017/sigc.rc.in
552         cd $(top_builddir) && $(SHELL) ./config.status $@
553
554 mostlyclean-libtool:
555         -rm -f *.lo
556
557 clean-libtool:
558         -rm -rf .libs _libs
559
560 distclean-libtool:
561         -rm -f libtool config.lt
562 install-nodist_pkgconfigDATA: $(nodist_pkgconfig_DATA)
563         @$(NORMAL_INSTALL)
564         @list='$(nodist_pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \
565         if test -n "$$list"; then \
566           echo " $(MKDIR_P) '$(DESTDIR)$(pkgconfigdir)'"; \
567           $(MKDIR_P) "$(DESTDIR)$(pkgconfigdir)" || exit 1; \
568         fi; \
569         for p in $$list; do \
570           if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
571           echo "$$d$$p"; \
572         done | $(am__base_list) | \
573         while read files; do \
574           echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgconfigdir)'"; \
575           $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgconfigdir)" || exit $$?; \
576         done
577
578 uninstall-nodist_pkgconfigDATA:
579         @$(NORMAL_UNINSTALL)
580         @list='$(nodist_pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \
581         files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
582         dir='$(DESTDIR)$(pkgconfigdir)'; $(am__uninstall_files_from_dir)
583 install-nodist_sigc_configHEADERS: $(nodist_sigc_config_HEADERS)
584         @$(NORMAL_INSTALL)
585         @list='$(nodist_sigc_config_HEADERS)'; test -n "$(sigc_configdir)" || list=; \
586         if test -n "$$list"; then \
587           echo " $(MKDIR_P) '$(DESTDIR)$(sigc_configdir)'"; \
588           $(MKDIR_P) "$(DESTDIR)$(sigc_configdir)" || exit 1; \
589         fi; \
590         for p in $$list; do \
591           if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
592           echo "$$d$$p"; \
593         done | $(am__base_list) | \
594         while read files; do \
595           echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(sigc_configdir)'"; \
596           $(INSTALL_HEADER) $$files "$(DESTDIR)$(sigc_configdir)" || exit $$?; \
597         done
598
599 uninstall-nodist_sigc_configHEADERS:
600         @$(NORMAL_UNINSTALL)
601         @list='$(nodist_sigc_config_HEADERS)'; test -n "$(sigc_configdir)" || list=; \
602         files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
603         dir='$(DESTDIR)$(sigc_configdir)'; $(am__uninstall_files_from_dir)
604
605 # This directory's subdirectories are mostly independent; you can cd
606 # into them and run 'make' without going through this Makefile.
607 # To change the values of 'make' variables: instead of editing Makefiles,
608 # (1) if the variable is set in 'config.status', edit 'config.status'
609 #     (which will cause the Makefiles to be regenerated when you run 'make');
610 # (2) otherwise, pass the desired values on the 'make' command line.
611 $(am__recursive_targets):
612         @fail=; \
613         if $(am__make_keepgoing); then \
614           failcom='fail=yes'; \
615         else \
616           failcom='exit 1'; \
617         fi; \
618         dot_seen=no; \
619         target=`echo $@ | sed s/-recursive//`; \
620         case "$@" in \
621           distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
622           *) list='$(SUBDIRS)' ;; \
623         esac; \
624         for subdir in $$list; do \
625           echo "Making $$target in $$subdir"; \
626           if test "$$subdir" = "."; then \
627             dot_seen=yes; \
628             local_target="$$target-am"; \
629           else \
630             local_target="$$target"; \
631           fi; \
632           ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
633           || eval $$failcom; \
634         done; \
635         if test "$$dot_seen" = "no"; then \
636           $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
637         fi; test -z "$$fail"
638
639 ID: $(am__tagged_files)
640         $(am__define_uniq_tagged_files); mkid -fID $$unique
641 tags: tags-recursive
642 TAGS: tags
643
644 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
645         set x; \
646         here=`pwd`; \
647         if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
648           include_option=--etags-include; \
649           empty_fix=.; \
650         else \
651           include_option=--include; \
652           empty_fix=; \
653         fi; \
654         list='$(SUBDIRS)'; for subdir in $$list; do \
655           if test "$$subdir" = .; then :; else \
656             test ! -f $$subdir/TAGS || \
657               set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
658           fi; \
659         done; \
660         $(am__define_uniq_tagged_files); \
661         shift; \
662         if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
663           test -n "$$unique" || unique=$$empty_fix; \
664           if test $$# -gt 0; then \
665             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
666               "$$@" $$unique; \
667           else \
668             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
669               $$unique; \
670           fi; \
671         fi
672 ctags: ctags-recursive
673
674 CTAGS: ctags
675 ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
676         $(am__define_uniq_tagged_files); \
677         test -z "$(CTAGS_ARGS)$$unique" \
678           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
679              $$unique
680
681 GTAGS:
682         here=`$(am__cd) $(top_builddir) && pwd` \
683           && $(am__cd) $(top_srcdir) \
684           && gtags -i $(GTAGS_ARGS) "$$here"
685 cscope: cscope.files
686         test ! -s cscope.files \
687           || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS)
688 clean-cscope:
689         -rm -f cscope.files
690 cscope.files: clean-cscope cscopelist
691 cscopelist: cscopelist-recursive
692
693 cscopelist-am: $(am__tagged_files)
694         list='$(am__tagged_files)'; \
695         case "$(srcdir)" in \
696           [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
697           *) sdir=$(subdir)/$(srcdir) ;; \
698         esac; \
699         for i in $$list; do \
700           if test -f "$$i"; then \
701             echo "$(subdir)/$$i"; \
702           else \
703             echo "$$sdir/$$i"; \
704           fi; \
705         done >> $(top_builddir)/cscope.files
706
707 distclean-tags:
708         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
709         -rm -f cscope.out cscope.in.out cscope.po.out cscope.files
710
711 distdir: $(DISTFILES)
712         @case `sed 15q $(srcdir)/NEWS` in \
713         *"$(VERSION)"*) : ;; \
714         *) \
715           echo "NEWS not updated; not releasing" 1>&2; \
716           exit 1;; \
717         esac
718         $(am__remove_distdir)
719         test -d "$(distdir)" || mkdir "$(distdir)"
720         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
721         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
722         list='$(DISTFILES)'; \
723           dist_files=`for file in $$list; do echo $$file; done | \
724           sed -e "s|^$$srcdirstrip/||;t" \
725               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
726         case $$dist_files in \
727           */*) $(MKDIR_P) `echo "$$dist_files" | \
728                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
729                            sort -u` ;; \
730         esac; \
731         for file in $$dist_files; do \
732           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
733           if test -d $$d/$$file; then \
734             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
735             if test -d "$(distdir)/$$file"; then \
736               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
737             fi; \
738             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
739               cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
740               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
741             fi; \
742             cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
743           else \
744             test -f "$(distdir)/$$file" \
745             || cp -p $$d/$$file "$(distdir)/$$file" \
746             || exit 1; \
747           fi; \
748         done
749         @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
750           if test "$$subdir" = .; then :; else \
751             $(am__make_dryrun) \
752               || test -d "$(distdir)/$$subdir" \
753               || $(MKDIR_P) "$(distdir)/$$subdir" \
754               || exit 1; \
755             dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
756             $(am__relativize); \
757             new_distdir=$$reldir; \
758             dir1=$$subdir; dir2="$(top_distdir)"; \
759             $(am__relativize); \
760             new_top_distdir=$$reldir; \
761             echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
762             echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
763             ($(am__cd) $$subdir && \
764               $(MAKE) $(AM_MAKEFLAGS) \
765                 top_distdir="$$new_top_distdir" \
766                 distdir="$$new_distdir" \
767                 am__remove_distdir=: \
768                 am__skip_length_check=: \
769                 am__skip_mode_fix=: \
770                 distdir) \
771               || exit 1; \
772           fi; \
773         done
774         $(MAKE) $(AM_MAKEFLAGS) \
775           top_distdir="$(top_distdir)" distdir="$(distdir)" \
776           dist-hook
777         -test -n "$(am__skip_mode_fix)" \
778         || find "$(distdir)" -type d ! -perm -755 \
779                 -exec chmod u+rwx,go+rx {} \; -o \
780           ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
781           ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
782           ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
783         || chmod -R a+r "$(distdir)"
784 dist-gzip: distdir
785         tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
786         $(am__post_remove_distdir)
787 dist-bzip2: distdir
788         tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
789         $(am__post_remove_distdir)
790
791 dist-lzip: distdir
792         tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
793         $(am__post_remove_distdir)
794
795 dist-xz: distdir
796         tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
797         $(am__post_remove_distdir)
798
799 dist-tarZ: distdir
800         @echo WARNING: "Support for distribution archives compressed with" \
801                        "legacy program 'compress' is deprecated." >&2
802         @echo WARNING: "It will be removed altogether in Automake 2.0" >&2
803         tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
804         $(am__post_remove_distdir)
805
806 dist-shar: distdir
807         @echo WARNING: "Support for shar distribution archives is" \
808                        "deprecated." >&2
809         @echo WARNING: "It will be removed altogether in Automake 2.0" >&2
810         shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
811         $(am__post_remove_distdir)
812
813 dist-zip: distdir
814         -rm -f $(distdir).zip
815         zip -rq $(distdir).zip $(distdir)
816         $(am__post_remove_distdir)
817
818 dist dist-all:
819         $(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:'
820         $(am__post_remove_distdir)
821
822 # This target untars the dist file and tries a VPATH configuration.  Then
823 # it guarantees that the distribution is self-contained by making another
824 # tarfile.
825 distcheck: dist
826         case '$(DIST_ARCHIVES)' in \
827         *.tar.gz*) \
828           GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
829         *.tar.bz2*) \
830           bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
831         *.tar.lz*) \
832           lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
833         *.tar.xz*) \
834           xz -dc $(distdir).tar.xz | $(am__untar) ;;\
835         *.tar.Z*) \
836           uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
837         *.shar.gz*) \
838           GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
839         *.zip*) \
840           unzip $(distdir).zip ;;\
841         esac
842         chmod -R a-w $(distdir)
843         chmod u+w $(distdir)
844         mkdir $(distdir)/_build $(distdir)/_build/sub $(distdir)/_inst
845         chmod a-w $(distdir)
846         test -d $(distdir)/_build || exit 0; \
847         dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
848           && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
849           && am__cwd=`pwd` \
850           && $(am__cd) $(distdir)/_build/sub \
851           && ../../configure \
852             $(AM_DISTCHECK_CONFIGURE_FLAGS) \
853             $(DISTCHECK_CONFIGURE_FLAGS) \
854             --srcdir=../.. --prefix="$$dc_install_base" \
855           && $(MAKE) $(AM_MAKEFLAGS) \
856           && $(MAKE) $(AM_MAKEFLAGS) dvi \
857           && $(MAKE) $(AM_MAKEFLAGS) check \
858           && $(MAKE) $(AM_MAKEFLAGS) install \
859           && $(MAKE) $(AM_MAKEFLAGS) installcheck \
860           && $(MAKE) $(AM_MAKEFLAGS) uninstall \
861           && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
862                 distuninstallcheck \
863           && chmod -R a-w "$$dc_install_base" \
864           && ({ \
865                (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
866                && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
867                && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
868                && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
869                     distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
870               } || { rm -rf "$$dc_destdir"; exit 1; }) \
871           && rm -rf "$$dc_destdir" \
872           && $(MAKE) $(AM_MAKEFLAGS) dist \
873           && rm -rf $(DIST_ARCHIVES) \
874           && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
875           && cd "$$am__cwd" \
876           || exit 1
877         $(am__post_remove_distdir)
878         @(echo "$(distdir) archives ready for distribution: "; \
879           list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
880           sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
881 distuninstallcheck:
882         @test -n '$(distuninstallcheck_dir)' || { \
883           echo 'ERROR: trying to run $@ with an empty' \
884                '$$(distuninstallcheck_dir)' >&2; \
885           exit 1; \
886         }; \
887         $(am__cd) '$(distuninstallcheck_dir)' || { \
888           echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \
889           exit 1; \
890         }; \
891         test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
892            || { echo "ERROR: files left after uninstall:" ; \
893                 if test -n "$(DESTDIR)"; then \
894                   echo "  (check DESTDIR support)"; \
895                 fi ; \
896                 $(distuninstallcheck_listfiles) ; \
897                 exit 1; } >&2
898 distcleancheck: distclean
899         @if test '$(srcdir)' = . ; then \
900           echo "ERROR: distcleancheck can only run from a VPATH build" ; \
901           exit 1 ; \
902         fi
903         @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
904           || { echo "ERROR: files left in build directory after distclean:" ; \
905                $(distcleancheck_listfiles) ; \
906                exit 1; } >&2
907 check-am: all-am
908 check: check-recursive
909 all-am: Makefile $(SCRIPTS) $(DATA) $(HEADERS) config.h sigc++config.h
910 installdirs: installdirs-recursive
911 installdirs-am:
912         for dir in "$(DESTDIR)$(pkgconfigdir)" "$(DESTDIR)$(sigc_configdir)"; do \
913           test -z "$$dir" || $(MKDIR_P) "$$dir"; \
914         done
915 install: install-recursive
916 install-exec: install-exec-recursive
917 install-data: install-data-recursive
918 uninstall: uninstall-recursive
919
920 install-am: all-am
921         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
922
923 installcheck: installcheck-recursive
924 install-strip:
925         if test -z '$(STRIP)'; then \
926           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
927             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
928               install; \
929         else \
930           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
931             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
932             "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
933         fi
934 mostlyclean-generic:
935
936 clean-generic:
937
938 distclean-generic:
939         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
940         -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
941         -test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)
942
943 maintainer-clean-generic:
944         @echo "This command is intended for maintainers to use"
945         @echo "it deletes files that may require special tools to rebuild."
946 clean: clean-recursive
947
948 clean-am: clean-generic clean-libtool mostlyclean-am
949
950 distclean: distclean-recursive
951         -rm -f $(am__CONFIG_DISTCLEAN_FILES)
952         -rm -f Makefile
953 distclean-am: clean-am distclean-generic distclean-hdr \
954         distclean-libtool distclean-tags
955
956 dvi: dvi-recursive
957
958 dvi-am:
959
960 html: html-recursive
961
962 html-am:
963
964 info: info-recursive
965
966 info-am:
967
968 install-data-am: install-nodist_pkgconfigDATA \
969         install-nodist_sigc_configHEADERS
970
971 install-dvi: install-dvi-recursive
972
973 install-dvi-am:
974
975 install-exec-am:
976
977 install-html: install-html-recursive
978
979 install-html-am:
980
981 install-info: install-info-recursive
982
983 install-info-am:
984
985 install-man:
986
987 install-pdf: install-pdf-recursive
988
989 install-pdf-am:
990
991 install-ps: install-ps-recursive
992
993 install-ps-am:
994
995 installcheck-am:
996
997 maintainer-clean: maintainer-clean-recursive
998         -rm -f $(am__CONFIG_DISTCLEAN_FILES)
999         -rm -rf $(top_srcdir)/autom4te.cache
1000         -rm -f Makefile
1001 maintainer-clean-am: distclean-am maintainer-clean-generic
1002
1003 mostlyclean: mostlyclean-recursive
1004
1005 mostlyclean-am: mostlyclean-generic mostlyclean-libtool
1006
1007 pdf: pdf-recursive
1008
1009 pdf-am:
1010
1011 ps: ps-recursive
1012
1013 ps-am:
1014
1015 uninstall-am: uninstall-nodist_pkgconfigDATA \
1016         uninstall-nodist_sigc_configHEADERS
1017
1018 .MAKE: $(am__recursive_targets) all install-am install-strip
1019
1020 .PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am \
1021         am--refresh check check-am clean clean-cscope clean-generic \
1022         clean-libtool cscope cscopelist-am ctags ctags-am dist \
1023         dist-all dist-bzip2 dist-gzip dist-hook dist-lzip dist-shar \
1024         dist-tarZ dist-xz dist-zip distcheck distclean \
1025         distclean-generic distclean-hdr distclean-libtool \
1026         distclean-tags distcleancheck distdir distuninstallcheck dvi \
1027         dvi-am html html-am info info-am install install-am \
1028         install-data install-data-am install-dvi install-dvi-am \
1029         install-exec install-exec-am install-html install-html-am \
1030         install-info install-info-am install-man \
1031         install-nodist_pkgconfigDATA install-nodist_sigc_configHEADERS \
1032         install-pdf install-pdf-am install-ps install-ps-am \
1033         install-strip installcheck installcheck-am installdirs \
1034         installdirs-am maintainer-clean maintainer-clean-generic \
1035         mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
1036         ps ps-am tags tags-am uninstall uninstall-am \
1037         uninstall-nodist_pkgconfigDATA \
1038         uninstall-nodist_sigc_configHEADERS
1039
1040 .PRECIOUS: Makefile
1041
1042
1043 @MAINTAINER_MODE_TRUE@dist-hook: dist-changelog
1044 @MAINTAINER_MODE_FALSE@dist-hook:
1045
1046 .PHONY: dist-changelog
1047
1048 dist-changelog:
1049         $(AM_V_at)if git --git-dir=$(top_srcdir)/.git --work-tree=$(top_srcdir) \
1050                 log --no-merges --date=short --pretty='tformat:%cd  %an  <%ae>%n%n%s%n%n%b' | \
1051          $(SED) -e '/^[12]...-[01].-[0123].  [^<>]*  <[^<>]*>$$/,/^$$/ b' \
1052                 -e '/[^  ]/,/^[  ]*$$/ !d' \
1053                 -e 's/^[         ]*/    /' \
1054                 -e 's/^[         ]*$$//' >.ChangeLog.tmp; \
1055         then mv -f .ChangeLog.tmp "$(top_distdir)/ChangeLog"; \
1056         else rm -f .ChangeLog.tmp; exit 1; fi
1057
1058 # Optional: auto-generate the ChangeLog file from the git log on make dist
1059
1060 # Tell versions [3.59,3.63) of GNU make to not export all variables.
1061 # Otherwise a system limit (for SysV at least) may be exceeded.
1062 .NOEXPORT: