Imported Upstream version 2.99.2
[platform/upstream/libsigc++.git] / sigc++ / 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 = sigc++
94 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
95 am__aclocal_m4_deps = $(top_srcdir)/build/libtool.m4 \
96         $(top_srcdir)/build/ltoptions.m4 \
97         $(top_srcdir)/build/ltsugar.m4 \
98         $(top_srcdir)/build/ltversion.m4 \
99         $(top_srcdir)/build/lt~obsolete.m4 $(top_srcdir)/configure.ac
100 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
101         $(ACLOCAL_M4)
102 DIST_COMMON = $(srcdir)/Makefile.am $(dist_noinst_DATA) \
103         $(nobase_library_include_HEADERS) $(am__DIST_COMMON)
104 mkinstalldirs = $(install_sh) -d
105 CONFIG_HEADER = $(top_builddir)/config.h \
106         $(top_builddir)/sigc++config.h
107 CONFIG_CLEAN_FILES =
108 CONFIG_CLEAN_VPATH_FILES =
109 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
110 am__vpath_adj = case $$p in \
111     $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
112     *) f=$$p;; \
113   esac;
114 am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
115 am__install_max = 40
116 am__nobase_strip_setup = \
117   srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
118 am__nobase_strip = \
119   for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
120 am__nobase_list = $(am__nobase_strip_setup); \
121   for p in $$list; do echo "$$p $$p"; done | \
122   sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
123   $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
124     if (++n[$$2] == $(am__install_max)) \
125       { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
126     END { for (dir in files) print dir, files[dir] }'
127 am__base_list = \
128   sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
129   sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
130 am__uninstall_files_from_dir = { \
131   test -z "$$files" \
132     || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
133     || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
134          $(am__cd) "$$dir" && rm -f $$files; }; \
135   }
136 am__installdirs = "$(DESTDIR)$(libdir)" \
137         "$(DESTDIR)$(library_includedir)"
138 LTLIBRARIES = $(lib_LTLIBRARIES)
139 libsigc_@SIGCXX_API_VERSION@_la_LIBADD =
140 am__dirstamp = $(am__leading_dot)dirstamp
141 am_libsigc_@SIGCXX_API_VERSION@_la_OBJECTS = signal.lo signal_base.lo \
142         trackable.lo connection.lo functors/slot.lo \
143         functors/slot_base.lo
144 libsigc_@SIGCXX_API_VERSION@_la_OBJECTS =  \
145         $(am_libsigc_@SIGCXX_API_VERSION@_la_OBJECTS)
146 AM_V_lt = $(am__v_lt_@AM_V@)
147 am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
148 am__v_lt_0 = --silent
149 am__v_lt_1 = 
150 libsigc_@SIGCXX_API_VERSION@_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX \
151         $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CXXLD) \
152         $(AM_CXXFLAGS) $(CXXFLAGS) \
153         $(libsigc_@SIGCXX_API_VERSION@_la_LDFLAGS) $(LDFLAGS) -o $@
154 AM_V_P = $(am__v_P_@AM_V@)
155 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
156 am__v_P_0 = false
157 am__v_P_1 = :
158 AM_V_GEN = $(am__v_GEN_@AM_V@)
159 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
160 am__v_GEN_0 = @echo "  GEN     " $@;
161 am__v_GEN_1 = 
162 AM_V_at = $(am__v_at_@AM_V@)
163 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
164 am__v_at_0 = @
165 am__v_at_1 = 
166 DEFAULT_INCLUDES = 
167 depcomp = $(SHELL) $(top_srcdir)/build/depcomp
168 am__depfiles_maybe = depfiles
169 am__mv = mv -f
170 CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
171         $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
172 LTCXXCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \
173         $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) \
174         $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
175         $(AM_CXXFLAGS) $(CXXFLAGS)
176 AM_V_CXX = $(am__v_CXX_@AM_V@)
177 am__v_CXX_ = $(am__v_CXX_@AM_DEFAULT_V@)
178 am__v_CXX_0 = @echo "  CXX     " $@;
179 am__v_CXX_1 = 
180 CXXLD = $(CXX)
181 CXXLINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \
182         $(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \
183         $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
184 AM_V_CXXLD = $(am__v_CXXLD_@AM_V@)
185 am__v_CXXLD_ = $(am__v_CXXLD_@AM_DEFAULT_V@)
186 am__v_CXXLD_0 = @echo "  CXXLD   " $@;
187 am__v_CXXLD_1 = 
188 SOURCES = $(libsigc_@SIGCXX_API_VERSION@_la_SOURCES) \
189         $(EXTRA_libsigc_@SIGCXX_API_VERSION@_la_SOURCES)
190 DIST_SOURCES = $(libsigc_@SIGCXX_API_VERSION@_la_SOURCES) \
191         $(EXTRA_libsigc_@SIGCXX_API_VERSION@_la_SOURCES)
192 am__can_run_installinfo = \
193   case $$AM_UPDATE_INFO_DIR in \
194     n|no|NO) false;; \
195     *) (install-info --version) >/dev/null 2>&1;; \
196   esac
197 DATA = $(dist_noinst_DATA)
198 HEADERS = $(nobase_library_include_HEADERS)
199 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
200 # Read a list of newline-separated strings from the standard input,
201 # and print each of them once, without duplicates.  Input order is
202 # *not* preserved.
203 am__uniquify_input = $(AWK) '\
204   BEGIN { nonempty = 0; } \
205   { items[$$0] = 1; nonempty = 1; } \
206   END { if (nonempty) { for (i in items) print i; }; } \
207 '
208 # Make sure the list of sources is unique.  This is necessary because,
209 # e.g., the same source file might be shared among _SOURCES variables
210 # for different programs/libraries.
211 am__define_uniq_tagged_files = \
212   list='$(am__tagged_files)'; \
213   unique=`for i in $$list; do \
214     if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
215   done | $(am__uniquify_input)`
216 ETAGS = etags
217 CTAGS = ctags
218 am__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/filelist.am \
219         $(top_srcdir)/build/depcomp
220 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
221 ACLOCAL = @ACLOCAL@
222 ACLOCAL_FLAGS = @ACLOCAL_FLAGS@
223 AMTAR = @AMTAR@
224 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
225 AR = @AR@
226 AS = @AS@
227 AUTOCONF = @AUTOCONF@
228 AUTOHEADER = @AUTOHEADER@
229 AUTOMAKE = @AUTOMAKE@
230 AWK = @AWK@
231 CC = @CC@
232 CCDEPMODE = @CCDEPMODE@
233 CFLAGS = @CFLAGS@
234 CPP = @CPP@
235 CPPFLAGS = @CPPFLAGS@
236 CXX = @CXX@
237 CXXCPP = @CXXCPP@
238 CXXDEPMODE = @CXXDEPMODE@
239 CXXFLAGS = @CXXFLAGS@
240 CYGPATH_W = @CYGPATH_W@
241 DEFS = @DEFS@
242 DEPDIR = @DEPDIR@
243 DLLTOOL = @DLLTOOL@
244 DOCINSTALL_FLAGS = @DOCINSTALL_FLAGS@
245 DOT = @DOT@
246 DOXYGEN = @DOXYGEN@
247 DOXYGEN_TAGFILES = @DOXYGEN_TAGFILES@
248 DSYMUTIL = @DSYMUTIL@
249 DUMPBIN = @DUMPBIN@
250 ECHO_C = @ECHO_C@
251 ECHO_N = @ECHO_N@
252 ECHO_T = @ECHO_T@
253 EGREP = @EGREP@
254 EXEEXT = @EXEEXT@
255 FGREP = @FGREP@
256 GREP = @GREP@
257 HAVE_CXX14 = @HAVE_CXX14@
258 INSTALL = @INSTALL@
259 INSTALL_DATA = @INSTALL_DATA@
260 INSTALL_PROGRAM = @INSTALL_PROGRAM@
261 INSTALL_SCRIPT = @INSTALL_SCRIPT@
262 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
263 LD = @LD@
264 LDFLAGS = @LDFLAGS@
265 LIBOBJS = @LIBOBJS@
266 LIBS = @LIBS@
267 LIBTOOL = @LIBTOOL@
268 LIPO = @LIPO@
269 LN_S = @LN_S@
270 LTLIBOBJS = @LTLIBOBJS@
271 M4 = @M4@
272 MAINT = @MAINT@
273 MAKEINFO = @MAKEINFO@
274 MANIFEST_TOOL = @MANIFEST_TOOL@
275 MKDIR_P = @MKDIR_P@
276 MMDOCTOOLDIR = @MMDOCTOOLDIR@
277 NM = @NM@
278 NMEDIT = @NMEDIT@
279 OBJDUMP = @OBJDUMP@
280 OBJEXT = @OBJEXT@
281 OTOOL = @OTOOL@
282 OTOOL64 = @OTOOL64@
283 PACKAGE = @PACKAGE@
284 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
285 PACKAGE_NAME = @PACKAGE_NAME@
286 PACKAGE_STRING = @PACKAGE_STRING@
287 PACKAGE_TARNAME = @PACKAGE_TARNAME@
288 PACKAGE_URL = @PACKAGE_URL@
289 PACKAGE_VERSION = @PACKAGE_VERSION@
290 PATH_SEPARATOR = @PATH_SEPARATOR@
291 PERL = @PERL@
292 PKG_CONFIG = @PKG_CONFIG@
293 PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
294 PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
295 RANLIB = @RANLIB@
296 SED = @SED@
297 SET_MAKE = @SET_MAKE@
298 SHELL = @SHELL@
299 SIGCXX_API_VERSION = @SIGCXX_API_VERSION@
300 SIGCXX_MAJOR_VERSION = @SIGCXX_MAJOR_VERSION@
301 SIGCXX_MICRO_VERSION = @SIGCXX_MICRO_VERSION@
302 SIGCXX_MINOR_VERSION = @SIGCXX_MINOR_VERSION@
303 SIGCXX_MODULE_NAME = @SIGCXX_MODULE_NAME@
304 SIGCXX_VERSION = @SIGCXX_VERSION@
305 SIGC_WXXFLAGS = @SIGC_WXXFLAGS@
306 STRIP = @STRIP@
307 VERSION = @VERSION@
308 XSLTPROC = @XSLTPROC@
309 abs_builddir = @abs_builddir@
310 abs_srcdir = @abs_srcdir@
311 abs_top_builddir = @abs_top_builddir@
312 abs_top_srcdir = @abs_top_srcdir@
313 ac_ct_AR = @ac_ct_AR@
314 ac_ct_CC = @ac_ct_CC@
315 ac_ct_CXX = @ac_ct_CXX@
316 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
317 am__include = @am__include@
318 am__leading_dot = @am__leading_dot@
319 am__quote = @am__quote@
320 am__tar = @am__tar@
321 am__untar = @am__untar@
322 bindir = @bindir@
323 build = @build@
324 build_alias = @build_alias@
325 build_cpu = @build_cpu@
326 build_os = @build_os@
327 build_vendor = @build_vendor@
328 builddir = @builddir@
329 datadir = @datadir@
330 datarootdir = @datarootdir@
331 docdir = @docdir@
332 dvidir = @dvidir@
333 exec_prefix = @exec_prefix@
334 host = @host@
335 host_alias = @host_alias@
336 host_cpu = @host_cpu@
337 host_os = @host_os@
338 host_vendor = @host_vendor@
339 htmldir = @htmldir@
340 includedir = @includedir@
341 infodir = @infodir@
342 install_sh = @install_sh@
343 libdir = @libdir@
344 libexecdir = @libexecdir@
345 localedir = @localedir@
346 localstatedir = @localstatedir@
347 mandir = @mandir@
348 mkdir_p = @mkdir_p@
349 oldincludedir = @oldincludedir@
350 pdfdir = @pdfdir@
351 prefix = @prefix@
352 program_transform_name = @program_transform_name@
353 psdir = @psdir@
354 sbindir = @sbindir@
355 sharedstatedir = @sharedstatedir@
356 srcdir = @srcdir@
357 sysconfdir = @sysconfdir@
358 target_alias = @target_alias@
359 top_build_prefix = @top_build_prefix@
360 top_builddir = @top_builddir@
361 top_srcdir = @top_srcdir@
362 AUTOMAKE_OPTIONS = subdir-objects
363 sigc_public_h = \
364         bind.h                          \
365         bind_return.h                   \
366         connection.h                    \
367         limit_reference.h \
368         member_method_trait.h \
369         reference_wrapper.h             \
370         retype_return.h                 \
371         signal.h \
372         signal_base.h                   \
373         slot.h                  \
374         trackable.h                     \
375         tuple-utils/tuple_cdr.h \
376         tuple-utils/tuple_end.h \
377         tuple-utils/tuple_for_each.h \
378         tuple-utils/tuple_start.h \
379         tuple-utils/tuple_transform_each.h \
380         type_traits.h                   \
381         visit_each.h                    \
382         adaptors/adaptor_base.h \
383         adaptors/adaptors.h             \
384         adaptors/adaptor_trait.h                \
385         adaptors/bind.h \
386         adaptors/bind_return.h \
387         adaptors/bound_argument.h       \
388         adaptors/compose.h \
389         adaptors/exception_catch.h \
390         adaptors/hide.h \
391         adaptors/retype.h \
392         adaptors/track_obj.h \
393         adaptors/retype_return.h \
394         functors/functor_base.h \
395         functors/functor_trait.h                \
396         functors/functors.h             \
397         functors/mem_fun.h              \
398         functors/ptr_fun.h              \
399         functors/slot.h \
400         functors/slot_base.h
401
402
403 # Subdirectories needed also in the build dir
404 build_subdirs = functors
405 dist_noinst_DATA = $(sigc_m4) CMakeLists.txt
406 library_includedir = $(includedir)/$(SIGCXX_MODULE_NAME)/sigc++
407 nobase_library_include_HEADERS = sigc++.h $(sigc_public_h) $(sigc_built_h)
408 lib_LTLIBRARIES = libsigc-@SIGCXX_API_VERSION@.la
409 libsigc_@SIGCXX_API_VERSION@_la_SOURCES = \
410         signal.cc                               \
411         signal_base.cc                          \
412         trackable.cc                            \
413         connection.cc                           \
414         functors/slot.cc                        \
415         functors/slot_base.cc
416
417 EXTRA_libsigc_@SIGCXX_API_VERSION@_la_SOURCES = $(sigc_built_cc)
418
419 # http://www.gnu.org/software/libtool/manual/html_node/Updating-version-info.html
420 libsigc_@SIGCXX_API_VERSION@_la_LDFLAGS = -no-undefined -version-info 0:0:0
421 AM_CPPFLAGS = -I$(top_builddir) -I$(top_srcdir)
422 AM_CXXFLAGS = $(SIGC_WXXFLAGS)
423 BUILT_SOURCES = $(build_subdirs) $(sigc_built_h) $(sigc_built_cc)
424 MAINTAINERCLEANFILES = $(sigc_built_h) $(sigc_built_cc)
425 m4_dir = $(srcdir)/macros
426 all: $(BUILT_SOURCES)
427         $(MAKE) $(AM_MAKEFLAGS) all-am
428
429 .SUFFIXES:
430 .SUFFIXES: .cc .lo .o .obj
431 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(srcdir)/filelist.am $(am__configure_deps)
432         @for dep in $?; do \
433           case '$(am__configure_deps)' in \
434             *$$dep*) \
435               ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
436                 && { if test -f $@; then exit 0; else break; fi; }; \
437               exit 1;; \
438           esac; \
439         done; \
440         echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu sigc++/Makefile'; \
441         $(am__cd) $(top_srcdir) && \
442           $(AUTOMAKE) --gnu sigc++/Makefile
443 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
444         @case '$?' in \
445           *config.status*) \
446             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
447           *) \
448             echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
449             cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
450         esac;
451 $(srcdir)/filelist.am $(am__empty):
452
453 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
454         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
455
456 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
457         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
458 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
459         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
460 $(am__aclocal_m4_deps):
461
462 install-libLTLIBRARIES: $(lib_LTLIBRARIES)
463         @$(NORMAL_INSTALL)
464         @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
465         list2=; for p in $$list; do \
466           if test -f $$p; then \
467             list2="$$list2 $$p"; \
468           else :; fi; \
469         done; \
470         test -z "$$list2" || { \
471           echo " $(MKDIR_P) '$(DESTDIR)$(libdir)'"; \
472           $(MKDIR_P) "$(DESTDIR)$(libdir)" || exit 1; \
473           echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(libdir)'"; \
474           $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(libdir)"; \
475         }
476
477 uninstall-libLTLIBRARIES:
478         @$(NORMAL_UNINSTALL)
479         @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
480         for p in $$list; do \
481           $(am__strip_dir) \
482           echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$f'"; \
483           $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$f"; \
484         done
485
486 clean-libLTLIBRARIES:
487         -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
488         @list='$(lib_LTLIBRARIES)'; \
489         locs=`for p in $$list; do echo $$p; done | \
490               sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
491               sort -u`; \
492         test -z "$$locs" || { \
493           echo rm -f $${locs}; \
494           rm -f $${locs}; \
495         }
496 functors/$(am__dirstamp):
497         @$(MKDIR_P) functors
498         @: > functors/$(am__dirstamp)
499 functors/$(DEPDIR)/$(am__dirstamp):
500         @$(MKDIR_P) functors/$(DEPDIR)
501         @: > functors/$(DEPDIR)/$(am__dirstamp)
502 functors/slot.lo: functors/$(am__dirstamp) \
503         functors/$(DEPDIR)/$(am__dirstamp)
504 functors/slot_base.lo: functors/$(am__dirstamp) \
505         functors/$(DEPDIR)/$(am__dirstamp)
506
507 libsigc-@SIGCXX_API_VERSION@.la: $(libsigc_@SIGCXX_API_VERSION@_la_OBJECTS) $(libsigc_@SIGCXX_API_VERSION@_la_DEPENDENCIES) $(EXTRA_libsigc_@SIGCXX_API_VERSION@_la_DEPENDENCIES) 
508         $(AM_V_CXXLD)$(libsigc_@SIGCXX_API_VERSION@_la_LINK) -rpath $(libdir) $(libsigc_@SIGCXX_API_VERSION@_la_OBJECTS) $(libsigc_@SIGCXX_API_VERSION@_la_LIBADD) $(LIBS)
509
510 mostlyclean-compile:
511         -rm -f *.$(OBJEXT)
512         -rm -f functors/*.$(OBJEXT)
513         -rm -f functors/*.lo
514
515 distclean-compile:
516         -rm -f *.tab.c
517
518 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/connection.Plo@am__quote@
519 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/signal.Plo@am__quote@
520 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/signal_base.Plo@am__quote@
521 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/trackable.Plo@am__quote@
522 @AMDEP_TRUE@@am__include@ @am__quote@functors/$(DEPDIR)/slot.Plo@am__quote@
523 @AMDEP_TRUE@@am__include@ @am__quote@functors/$(DEPDIR)/slot_base.Plo@am__quote@
524
525 .cc.o:
526 @am__fastdepCXX_TRUE@   $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
527 @am__fastdepCXX_TRUE@   $(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
528 @am__fastdepCXX_TRUE@   $(am__mv) $$depbase.Tpo $$depbase.Po
529 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
530 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
531 @am__fastdepCXX_FALSE@  $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ $<
532
533 .cc.obj:
534 @am__fastdepCXX_TRUE@   $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
535 @am__fastdepCXX_TRUE@   $(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
536 @am__fastdepCXX_TRUE@   $(am__mv) $$depbase.Tpo $$depbase.Po
537 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
538 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
539 @am__fastdepCXX_FALSE@  $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
540
541 .cc.lo:
542 @am__fastdepCXX_TRUE@   $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\
543 @am__fastdepCXX_TRUE@   $(LTCXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
544 @am__fastdepCXX_TRUE@   $(am__mv) $$depbase.Tpo $$depbase.Plo
545 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      $(AM_V_CXX)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
546 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
547 @am__fastdepCXX_FALSE@  $(AM_V_CXX@am__nodep@)$(LTCXXCOMPILE) -c -o $@ $<
548
549 mostlyclean-libtool:
550         -rm -f *.lo
551
552 clean-libtool:
553         -rm -rf .libs _libs
554         -rm -rf functors/.libs functors/_libs
555 install-nobase_library_includeHEADERS: $(nobase_library_include_HEADERS)
556         @$(NORMAL_INSTALL)
557         @list='$(nobase_library_include_HEADERS)'; test -n "$(library_includedir)" || list=; \
558         if test -n "$$list"; then \
559           echo " $(MKDIR_P) '$(DESTDIR)$(library_includedir)'"; \
560           $(MKDIR_P) "$(DESTDIR)$(library_includedir)" || exit 1; \
561         fi; \
562         $(am__nobase_list) | while read dir files; do \
563           xfiles=; for file in $$files; do \
564             if test -f "$$file"; then xfiles="$$xfiles $$file"; \
565             else xfiles="$$xfiles $(srcdir)/$$file"; fi; done; \
566           test -z "$$xfiles" || { \
567             test "x$$dir" = x. || { \
568               echo " $(MKDIR_P) '$(DESTDIR)$(library_includedir)/$$dir'"; \
569               $(MKDIR_P) "$(DESTDIR)$(library_includedir)/$$dir"; }; \
570             echo " $(INSTALL_HEADER) $$xfiles '$(DESTDIR)$(library_includedir)/$$dir'"; \
571             $(INSTALL_HEADER) $$xfiles "$(DESTDIR)$(library_includedir)/$$dir" || exit $$?; }; \
572         done
573
574 uninstall-nobase_library_includeHEADERS:
575         @$(NORMAL_UNINSTALL)
576         @list='$(nobase_library_include_HEADERS)'; test -n "$(library_includedir)" || list=; \
577         $(am__nobase_strip_setup); files=`$(am__nobase_strip)`; \
578         dir='$(DESTDIR)$(library_includedir)'; $(am__uninstall_files_from_dir)
579
580 ID: $(am__tagged_files)
581         $(am__define_uniq_tagged_files); mkid -fID $$unique
582 tags: tags-am
583 TAGS: tags
584
585 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
586         set x; \
587         here=`pwd`; \
588         $(am__define_uniq_tagged_files); \
589         shift; \
590         if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
591           test -n "$$unique" || unique=$$empty_fix; \
592           if test $$# -gt 0; then \
593             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
594               "$$@" $$unique; \
595           else \
596             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
597               $$unique; \
598           fi; \
599         fi
600 ctags: ctags-am
601
602 CTAGS: ctags
603 ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
604         $(am__define_uniq_tagged_files); \
605         test -z "$(CTAGS_ARGS)$$unique" \
606           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
607              $$unique
608
609 GTAGS:
610         here=`$(am__cd) $(top_builddir) && pwd` \
611           && $(am__cd) $(top_srcdir) \
612           && gtags -i $(GTAGS_ARGS) "$$here"
613 cscopelist: cscopelist-am
614
615 cscopelist-am: $(am__tagged_files)
616         list='$(am__tagged_files)'; \
617         case "$(srcdir)" in \
618           [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
619           *) sdir=$(subdir)/$(srcdir) ;; \
620         esac; \
621         for i in $$list; do \
622           if test -f "$$i"; then \
623             echo "$(subdir)/$$i"; \
624           else \
625             echo "$$sdir/$$i"; \
626           fi; \
627         done >> $(top_builddir)/cscope.files
628
629 distclean-tags:
630         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
631
632 distdir: $(DISTFILES)
633         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
634         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
635         list='$(DISTFILES)'; \
636           dist_files=`for file in $$list; do echo $$file; done | \
637           sed -e "s|^$$srcdirstrip/||;t" \
638               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
639         case $$dist_files in \
640           */*) $(MKDIR_P) `echo "$$dist_files" | \
641                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
642                            sort -u` ;; \
643         esac; \
644         for file in $$dist_files; do \
645           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
646           if test -d $$d/$$file; then \
647             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
648             if test -d "$(distdir)/$$file"; then \
649               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
650             fi; \
651             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
652               cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
653               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
654             fi; \
655             cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
656           else \
657             test -f "$(distdir)/$$file" \
658             || cp -p $$d/$$file "$(distdir)/$$file" \
659             || exit 1; \
660           fi; \
661         done
662 check-am: all-am
663 check: $(BUILT_SOURCES)
664         $(MAKE) $(AM_MAKEFLAGS) check-am
665 all-am: Makefile $(LTLIBRARIES) $(DATA) $(HEADERS)
666 installdirs:
667         for dir in "$(DESTDIR)$(libdir)" "$(DESTDIR)$(library_includedir)"; do \
668           test -z "$$dir" || $(MKDIR_P) "$$dir"; \
669         done
670 install: $(BUILT_SOURCES)
671         $(MAKE) $(AM_MAKEFLAGS) install-am
672 install-exec: install-exec-am
673 install-data: install-data-am
674 uninstall: uninstall-am
675
676 install-am: all-am
677         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
678
679 installcheck: installcheck-am
680 install-strip:
681         if test -z '$(STRIP)'; then \
682           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
683             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
684               install; \
685         else \
686           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
687             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
688             "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
689         fi
690 mostlyclean-generic:
691
692 clean-generic:
693
694 distclean-generic:
695         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
696         -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
697         -rm -f functors/$(DEPDIR)/$(am__dirstamp)
698         -rm -f functors/$(am__dirstamp)
699
700 maintainer-clean-generic:
701         @echo "This command is intended for maintainers to use"
702         @echo "it deletes files that may require special tools to rebuild."
703         -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
704         -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
705 clean: clean-am
706
707 clean-am: clean-generic clean-libLTLIBRARIES clean-libtool \
708         mostlyclean-am
709
710 distclean: distclean-am
711         -rm -rf ./$(DEPDIR) functors/$(DEPDIR)
712         -rm -f Makefile
713 distclean-am: clean-am distclean-compile distclean-generic \
714         distclean-tags
715
716 dvi: dvi-am
717
718 dvi-am:
719
720 html: html-am
721
722 html-am:
723
724 info: info-am
725
726 info-am:
727
728 install-data-am: install-nobase_library_includeHEADERS
729
730 install-dvi: install-dvi-am
731
732 install-dvi-am:
733
734 install-exec-am: install-libLTLIBRARIES
735
736 install-html: install-html-am
737
738 install-html-am:
739
740 install-info: install-info-am
741
742 install-info-am:
743
744 install-man:
745
746 install-pdf: install-pdf-am
747
748 install-pdf-am:
749
750 install-ps: install-ps-am
751
752 install-ps-am:
753
754 installcheck-am:
755
756 maintainer-clean: maintainer-clean-am
757         -rm -rf ./$(DEPDIR) functors/$(DEPDIR)
758         -rm -f Makefile
759 maintainer-clean-am: distclean-am maintainer-clean-generic
760
761 mostlyclean: mostlyclean-am
762
763 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
764         mostlyclean-libtool
765
766 pdf: pdf-am
767
768 pdf-am:
769
770 ps: ps-am
771
772 ps-am:
773
774 uninstall-am: uninstall-libLTLIBRARIES \
775         uninstall-nobase_library_includeHEADERS
776
777 .MAKE: all check install install-am install-strip
778
779 .PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \
780         clean-libLTLIBRARIES clean-libtool cscopelist-am ctags \
781         ctags-am distclean distclean-compile distclean-generic \
782         distclean-libtool distclean-tags distdir dvi dvi-am html \
783         html-am info info-am install install-am install-data \
784         install-data-am install-dvi install-dvi-am install-exec \
785         install-exec-am install-html install-html-am install-info \
786         install-info-am install-libLTLIBRARIES install-man \
787         install-nobase_library_includeHEADERS install-pdf \
788         install-pdf-am install-ps install-ps-am install-strip \
789         installcheck installcheck-am installdirs maintainer-clean \
790         maintainer-clean-generic mostlyclean mostlyclean-compile \
791         mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
792         tags tags-am uninstall uninstall-am uninstall-libLTLIBRARIES \
793         uninstall-nobase_library_includeHEADERS
794
795 .PRECIOUS: Makefile
796
797
798 $(build_subdirs):
799         $(AM_V_at)$(MKDIR_P) $@
800
801 signal.cc:                      \
802         signal.h                \
803         signal_base.h           \
804         functors/slot.h         \
805         functors/slot_base.h    \
806         functors/mem_fun.h      \
807         functors/functor_trait.h
808
809 functors/slot.cc:               \
810         functors/slot.h         \
811         functors/slot_base.h    \
812         functors/functor_trait.h
813
814 %.h: macros/%.h.m4 $(m4_dir)/template.macros.m4 | $(build_subdirs)
815         $(AM_V_GEN)$(M4) -I $(m4_dir) -I macros $< >$@
816
817 %.cc: macros/%.cc.m4 $(m4_dir)/template.macros.m4 | $(build_subdirs)
818         $(AM_V_GEN)$(M4) -I $(m4_dir) -I macros $< >$@
819
820 # Tell versions [3.59,3.63) of GNU make to not export all variables.
821 # Otherwise a system limit (for SysV at least) may be exceeded.
822 .NOEXPORT: