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