Imported Upstream version 2.99.2
[platform/upstream/libsigc++.git] / cmake / 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 VPATH = @srcdir@
18 am__is_gnu_make = { \
19   if test -z '$(MAKELEVEL)'; then \
20     false; \
21   elif test -n '$(MAKE_HOST)'; then \
22     true; \
23   elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
24     true; \
25   else \
26     false; \
27   fi; \
28 }
29 am__make_running_with_option = \
30   case $${target_option-} in \
31       ?) ;; \
32       *) echo "am__make_running_with_option: internal error: invalid" \
33               "target option '$${target_option-}' specified" >&2; \
34          exit 1;; \
35   esac; \
36   has_opt=no; \
37   sane_makeflags=$$MAKEFLAGS; \
38   if $(am__is_gnu_make); then \
39     sane_makeflags=$$MFLAGS; \
40   else \
41     case $$MAKEFLAGS in \
42       *\\[\ \   ]*) \
43         bs=\\; \
44         sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
45           | sed "s/$$bs$$bs[$$bs $$bs   ]*//g"`;; \
46     esac; \
47   fi; \
48   skip_next=no; \
49   strip_trailopt () \
50   { \
51     flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
52   }; \
53   for flg in $$sane_makeflags; do \
54     test $$skip_next = yes && { skip_next=no; continue; }; \
55     case $$flg in \
56       *=*|--*) continue;; \
57         -*I) strip_trailopt 'I'; skip_next=yes;; \
58       -*I?*) strip_trailopt 'I';; \
59         -*O) strip_trailopt 'O'; skip_next=yes;; \
60       -*O?*) strip_trailopt 'O';; \
61         -*l) strip_trailopt 'l'; skip_next=yes;; \
62       -*l?*) strip_trailopt 'l';; \
63       -[dEDm]) skip_next=yes;; \
64       -[JT]) skip_next=yes;; \
65     esac; \
66     case $$flg in \
67       *$$target_option*) has_opt=yes; break;; \
68     esac; \
69   done; \
70   test $$has_opt = yes
71 am__make_dryrun = (target_option=n; $(am__make_running_with_option))
72 am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
73 pkgdatadir = $(datadir)/@PACKAGE@
74 pkgincludedir = $(includedir)/@PACKAGE@
75 pkglibdir = $(libdir)/@PACKAGE@
76 pkglibexecdir = $(libexecdir)/@PACKAGE@
77 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
78 install_sh_DATA = $(install_sh) -c -m 644
79 install_sh_PROGRAM = $(install_sh) -c
80 install_sh_SCRIPT = $(install_sh) -c
81 INSTALL_HEADER = $(INSTALL_DATA)
82 transform = $(program_transform_name)
83 NORMAL_INSTALL = :
84 PRE_INSTALL = :
85 POST_INSTALL = :
86 NORMAL_UNINSTALL = :
87 PRE_UNINSTALL = :
88 POST_UNINSTALL = :
89 build_triplet = @build@
90 host_triplet = @host@
91 subdir = cmake
92 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
93 am__aclocal_m4_deps = $(top_srcdir)/build/libtool.m4 \
94         $(top_srcdir)/build/ltoptions.m4 \
95         $(top_srcdir)/build/ltsugar.m4 \
96         $(top_srcdir)/build/ltversion.m4 \
97         $(top_srcdir)/build/lt~obsolete.m4 $(top_srcdir)/configure.ac
98 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
99         $(ACLOCAL_M4)
100 DIST_COMMON = $(srcdir)/Makefile.am $(dist_noinst_DATA) \
101         $(am__DIST_COMMON)
102 mkinstalldirs = $(install_sh) -d
103 CONFIG_HEADER = $(top_builddir)/config.h \
104         $(top_builddir)/sigc++config.h
105 CONFIG_CLEAN_FILES =
106 CONFIG_CLEAN_VPATH_FILES =
107 AM_V_P = $(am__v_P_@AM_V@)
108 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
109 am__v_P_0 = false
110 am__v_P_1 = :
111 AM_V_GEN = $(am__v_GEN_@AM_V@)
112 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
113 am__v_GEN_0 = @echo "  GEN     " $@;
114 am__v_GEN_1 = 
115 AM_V_at = $(am__v_at_@AM_V@)
116 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
117 am__v_at_0 = @
118 am__v_at_1 = 
119 SOURCES =
120 DIST_SOURCES =
121 am__can_run_installinfo = \
122   case $$AM_UPDATE_INFO_DIR in \
123     n|no|NO) false;; \
124     *) (install-info --version) >/dev/null 2>&1;; \
125   esac
126 DATA = $(dist_noinst_DATA)
127 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
128 am__DIST_COMMON = $(srcdir)/Makefile.in
129 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
130 ACLOCAL = @ACLOCAL@
131 ACLOCAL_FLAGS = @ACLOCAL_FLAGS@
132 AMTAR = @AMTAR@
133 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
134 AR = @AR@
135 AS = @AS@
136 AUTOCONF = @AUTOCONF@
137 AUTOHEADER = @AUTOHEADER@
138 AUTOMAKE = @AUTOMAKE@
139 AWK = @AWK@
140 CC = @CC@
141 CCDEPMODE = @CCDEPMODE@
142 CFLAGS = @CFLAGS@
143 CPP = @CPP@
144 CPPFLAGS = @CPPFLAGS@
145 CXX = @CXX@
146 CXXCPP = @CXXCPP@
147 CXXDEPMODE = @CXXDEPMODE@
148 CXXFLAGS = @CXXFLAGS@
149 CYGPATH_W = @CYGPATH_W@
150 DEFS = @DEFS@
151 DEPDIR = @DEPDIR@
152 DLLTOOL = @DLLTOOL@
153 DOCINSTALL_FLAGS = @DOCINSTALL_FLAGS@
154 DOT = @DOT@
155 DOXYGEN = @DOXYGEN@
156 DOXYGEN_TAGFILES = @DOXYGEN_TAGFILES@
157 DSYMUTIL = @DSYMUTIL@
158 DUMPBIN = @DUMPBIN@
159 ECHO_C = @ECHO_C@
160 ECHO_N = @ECHO_N@
161 ECHO_T = @ECHO_T@
162 EGREP = @EGREP@
163 EXEEXT = @EXEEXT@
164 FGREP = @FGREP@
165 GREP = @GREP@
166 HAVE_CXX14 = @HAVE_CXX14@
167 INSTALL = @INSTALL@
168 INSTALL_DATA = @INSTALL_DATA@
169 INSTALL_PROGRAM = @INSTALL_PROGRAM@
170 INSTALL_SCRIPT = @INSTALL_SCRIPT@
171 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
172 LD = @LD@
173 LDFLAGS = @LDFLAGS@
174 LIBOBJS = @LIBOBJS@
175 LIBS = @LIBS@
176 LIBTOOL = @LIBTOOL@
177 LIPO = @LIPO@
178 LN_S = @LN_S@
179 LTLIBOBJS = @LTLIBOBJS@
180 M4 = @M4@
181 MAINT = @MAINT@
182 MAKEINFO = @MAKEINFO@
183 MANIFEST_TOOL = @MANIFEST_TOOL@
184 MKDIR_P = @MKDIR_P@
185 MMDOCTOOLDIR = @MMDOCTOOLDIR@
186 NM = @NM@
187 NMEDIT = @NMEDIT@
188 OBJDUMP = @OBJDUMP@
189 OBJEXT = @OBJEXT@
190 OTOOL = @OTOOL@
191 OTOOL64 = @OTOOL64@
192 PACKAGE = @PACKAGE@
193 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
194 PACKAGE_NAME = @PACKAGE_NAME@
195 PACKAGE_STRING = @PACKAGE_STRING@
196 PACKAGE_TARNAME = @PACKAGE_TARNAME@
197 PACKAGE_URL = @PACKAGE_URL@
198 PACKAGE_VERSION = @PACKAGE_VERSION@
199 PATH_SEPARATOR = @PATH_SEPARATOR@
200 PERL = @PERL@
201 PKG_CONFIG = @PKG_CONFIG@
202 PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
203 PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
204 RANLIB = @RANLIB@
205 SED = @SED@
206 SET_MAKE = @SET_MAKE@
207 SHELL = @SHELL@
208 SIGCXX_API_VERSION = @SIGCXX_API_VERSION@
209 SIGCXX_MAJOR_VERSION = @SIGCXX_MAJOR_VERSION@
210 SIGCXX_MICRO_VERSION = @SIGCXX_MICRO_VERSION@
211 SIGCXX_MINOR_VERSION = @SIGCXX_MINOR_VERSION@
212 SIGCXX_MODULE_NAME = @SIGCXX_MODULE_NAME@
213 SIGCXX_VERSION = @SIGCXX_VERSION@
214 SIGC_WXXFLAGS = @SIGC_WXXFLAGS@
215 STRIP = @STRIP@
216 VERSION = @VERSION@
217 XSLTPROC = @XSLTPROC@
218 abs_builddir = @abs_builddir@
219 abs_srcdir = @abs_srcdir@
220 abs_top_builddir = @abs_top_builddir@
221 abs_top_srcdir = @abs_top_srcdir@
222 ac_ct_AR = @ac_ct_AR@
223 ac_ct_CC = @ac_ct_CC@
224 ac_ct_CXX = @ac_ct_CXX@
225 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
226 am__include = @am__include@
227 am__leading_dot = @am__leading_dot@
228 am__quote = @am__quote@
229 am__tar = @am__tar@
230 am__untar = @am__untar@
231 bindir = @bindir@
232 build = @build@
233 build_alias = @build_alias@
234 build_cpu = @build_cpu@
235 build_os = @build_os@
236 build_vendor = @build_vendor@
237 builddir = @builddir@
238 datadir = @datadir@
239 datarootdir = @datarootdir@
240 docdir = @docdir@
241 dvidir = @dvidir@
242 exec_prefix = @exec_prefix@
243 host = @host@
244 host_alias = @host_alias@
245 host_cpu = @host_cpu@
246 host_os = @host_os@
247 host_vendor = @host_vendor@
248 htmldir = @htmldir@
249 includedir = @includedir@
250 infodir = @infodir@
251 install_sh = @install_sh@
252 libdir = @libdir@
253 libexecdir = @libexecdir@
254 localedir = @localedir@
255 localstatedir = @localstatedir@
256 mandir = @mandir@
257 mkdir_p = @mkdir_p@
258 oldincludedir = @oldincludedir@
259 pdfdir = @pdfdir@
260 prefix = @prefix@
261 program_transform_name = @program_transform_name@
262 psdir = @psdir@
263 sbindir = @sbindir@
264 sharedstatedir = @sharedstatedir@
265 srcdir = @srcdir@
266 sysconfdir = @sysconfdir@
267 target_alias = @target_alias@
268 top_build_prefix = @top_build_prefix@
269 top_builddir = @top_builddir@
270 top_srcdir = @top_srcdir@
271 dist_noinst_DATA = sigc++-3Config.cmake.in
272 all: all-am
273
274 .SUFFIXES:
275 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
276         @for dep in $?; do \
277           case '$(am__configure_deps)' in \
278             *$$dep*) \
279               ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
280                 && { if test -f $@; then exit 0; else break; fi; }; \
281               exit 1;; \
282           esac; \
283         done; \
284         echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu cmake/Makefile'; \
285         $(am__cd) $(top_srcdir) && \
286           $(AUTOMAKE) --gnu cmake/Makefile
287 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
288         @case '$?' in \
289           *config.status*) \
290             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
291           *) \
292             echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
293             cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
294         esac;
295
296 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
297         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
298
299 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
300         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
301 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
302         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
303 $(am__aclocal_m4_deps):
304
305 mostlyclean-libtool:
306         -rm -f *.lo
307
308 clean-libtool:
309         -rm -rf .libs _libs
310 tags TAGS:
311
312 ctags CTAGS:
313
314 cscope cscopelist:
315
316
317 distdir: $(DISTFILES)
318         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
319         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
320         list='$(DISTFILES)'; \
321           dist_files=`for file in $$list; do echo $$file; done | \
322           sed -e "s|^$$srcdirstrip/||;t" \
323               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
324         case $$dist_files in \
325           */*) $(MKDIR_P) `echo "$$dist_files" | \
326                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
327                            sort -u` ;; \
328         esac; \
329         for file in $$dist_files; do \
330           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
331           if test -d $$d/$$file; then \
332             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
333             if test -d "$(distdir)/$$file"; then \
334               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
335             fi; \
336             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
337               cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
338               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
339             fi; \
340             cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
341           else \
342             test -f "$(distdir)/$$file" \
343             || cp -p $$d/$$file "$(distdir)/$$file" \
344             || exit 1; \
345           fi; \
346         done
347 check-am: all-am
348 check: check-am
349 all-am: Makefile $(DATA)
350 installdirs:
351 install: install-am
352 install-exec: install-exec-am
353 install-data: install-data-am
354 uninstall: uninstall-am
355
356 install-am: all-am
357         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
358
359 installcheck: installcheck-am
360 install-strip:
361         if test -z '$(STRIP)'; then \
362           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
363             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
364               install; \
365         else \
366           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
367             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
368             "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
369         fi
370 mostlyclean-generic:
371
372 clean-generic:
373
374 distclean-generic:
375         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
376         -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
377
378 maintainer-clean-generic:
379         @echo "This command is intended for maintainers to use"
380         @echo "it deletes files that may require special tools to rebuild."
381 clean: clean-am
382
383 clean-am: clean-generic clean-libtool mostlyclean-am
384
385 distclean: distclean-am
386         -rm -f Makefile
387 distclean-am: clean-am distclean-generic
388
389 dvi: dvi-am
390
391 dvi-am:
392
393 html: html-am
394
395 html-am:
396
397 info: info-am
398
399 info-am:
400
401 install-data-am:
402
403 install-dvi: install-dvi-am
404
405 install-dvi-am:
406
407 install-exec-am:
408
409 install-html: install-html-am
410
411 install-html-am:
412
413 install-info: install-info-am
414
415 install-info-am:
416
417 install-man:
418
419 install-pdf: install-pdf-am
420
421 install-pdf-am:
422
423 install-ps: install-ps-am
424
425 install-ps-am:
426
427 installcheck-am:
428
429 maintainer-clean: maintainer-clean-am
430         -rm -f Makefile
431 maintainer-clean-am: distclean-am maintainer-clean-generic
432
433 mostlyclean: mostlyclean-am
434
435 mostlyclean-am: mostlyclean-generic mostlyclean-libtool
436
437 pdf: pdf-am
438
439 pdf-am:
440
441 ps: ps-am
442
443 ps-am:
444
445 uninstall-am:
446
447 .MAKE: install-am install-strip
448
449 .PHONY: all all-am check check-am clean clean-generic clean-libtool \
450         cscopelist-am ctags-am distclean distclean-generic \
451         distclean-libtool distdir dvi dvi-am html html-am info info-am \
452         install install-am install-data install-data-am install-dvi \
453         install-dvi-am install-exec install-exec-am install-html \
454         install-html-am install-info install-info-am install-man \
455         install-pdf install-pdf-am install-ps install-ps-am \
456         install-strip installcheck installcheck-am installdirs \
457         maintainer-clean maintainer-clean-generic mostlyclean \
458         mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
459         tags-am uninstall uninstall-am
460
461 .PRECIOUS: Makefile
462
463
464 # Tell versions [3.59,3.63) of GNU make to not export all variables.
465 # Otherwise a system limit (for SysV at least) may be exceeded.
466 .NOEXPORT: