nexmon – Blame information for rev 1

Subversion Repositories:
Rev:
Rev Author Line No. Line
1 office 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 # Centralized autotools file
18 # Create the Visual Studio 2012/2013/2015 project files
19 # from the Visual Studio 2010 project files
20  
21 # This autotools file, from GLib, can be used in other projects
22 # that have Visual Studio build support, and is copied into
23 # $(srcroot)/build/.
24  
25 # Author: Fan, Chun-wei
26 # November 05, 2012
27  
28 # MSVC_VER_LONG: Long Version of Visual Studio (2012, 2013, 14 and so on)
29 # MSVC_VER: Short Version of Visual Studio (11 for 2012, 12 for 2013, 14 for 2015 and so on)
30 # MSVC_FORMAT_VER: Use 12 for MSVC 2012 through 2015
31 VPATH = @srcdir@
32 am__is_gnu_make = { \
33 if test -z '$(MAKELEVEL)'; then \
34 false; \
35 elif test -n '$(MAKE_HOST)'; then \
36 true; \
37 elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
38 true; \
39 else \
40 false; \
41 fi; \
42 }
43 am__make_running_with_option = \
44 case $${target_option-} in \
45 ?) ;; \
46 *) echo "am__make_running_with_option: internal error: invalid" \
47 "target option '$${target_option-}' specified" >&2; \
48 exit 1;; \
49 esac; \
50 has_opt=no; \
51 sane_makeflags=$$MAKEFLAGS; \
52 if $(am__is_gnu_make); then \
53 sane_makeflags=$$MFLAGS; \
54 else \
55 case $$MAKEFLAGS in \
56 *\\[\ \ ]*) \
57 bs=\\; \
58 sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
59 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
60 esac; \
61 fi; \
62 skip_next=no; \
63 strip_trailopt () \
64 { \
65 flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
66 }; \
67 for flg in $$sane_makeflags; do \
68 test $$skip_next = yes && { skip_next=no; continue; }; \
69 case $$flg in \
70 *=*|--*) continue;; \
71 -*I) strip_trailopt 'I'; skip_next=yes;; \
72 -*I?*) strip_trailopt 'I';; \
73 -*O) strip_trailopt 'O'; skip_next=yes;; \
74 -*O?*) strip_trailopt 'O';; \
75 -*l) strip_trailopt 'l'; skip_next=yes;; \
76 -*l?*) strip_trailopt 'l';; \
77 -[dEDm]) skip_next=yes;; \
78 -[JT]) skip_next=yes;; \
79 esac; \
80 case $$flg in \
81 *$$target_option*) has_opt=yes; break;; \
82 esac; \
83 done; \
84 test $$has_opt = yes
85 am__make_dryrun = (target_option=n; $(am__make_running_with_option))
86 am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
87 pkgdatadir = $(datadir)/@PACKAGE@
88 pkgincludedir = $(includedir)/@PACKAGE@
89 pkglibdir = $(libdir)/@PACKAGE@
90 pkglibexecdir = $(libexecdir)/@PACKAGE@
91 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
92 install_sh_DATA = $(install_sh) -c -m 644
93 install_sh_PROGRAM = $(install_sh) -c
94 install_sh_SCRIPT = $(install_sh) -c
95 INSTALL_HEADER = $(INSTALL_DATA)
96 transform = $(program_transform_name)
97 NORMAL_INSTALL = :
98 PRE_INSTALL = :
99 POST_INSTALL = :
100 NORMAL_UNINSTALL = :
101 PRE_UNINSTALL = :
102 POST_UNINSTALL = :
103 build_triplet = @build@
104 host_triplet = @host@
105 subdir = build/win32/vs12
106 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
107 am__aclocal_m4_deps = $(top_srcdir)/m4macros/attributes.m4 \
108 $(top_srcdir)/m4macros/glibtests.m4 \
109 $(top_srcdir)/m4macros/gtk-doc.m4 \
110 $(top_srcdir)/m4macros/libtool.m4 \
111 $(top_srcdir)/m4macros/ltoptions.m4 \
112 $(top_srcdir)/m4macros/ltsugar.m4 \
113 $(top_srcdir)/m4macros/ltversion.m4 \
114 $(top_srcdir)/m4macros/lt~obsolete.m4 \
115 $(top_srcdir)/acinclude.m4 $(top_srcdir)/acglib.m4 \
116 $(top_srcdir)/glib/libcharset/codeset.m4 \
117 $(top_srcdir)/glib/libcharset/glibc21.m4 \
118 $(top_srcdir)/m4macros/glib-gettext.m4 \
119 $(top_srcdir)/configure.ac
120 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
121 $(ACLOCAL_M4)
122 DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
123 mkinstalldirs = $(install_sh) -d
124 CONFIG_HEADER = $(top_builddir)/config.h
125 CONFIG_CLEAN_FILES =
126 CONFIG_CLEAN_VPATH_FILES =
127 AM_V_P = $(am__v_P_@AM_V@)
128 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
129 am__v_P_0 = false
130 am__v_P_1 = :
131 AM_V_GEN = $(am__v_GEN_@AM_V@)
132 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
133 am__v_GEN_0 = @echo " GEN " $@;
134 am__v_GEN_1 =
135 AM_V_at = $(am__v_at_@AM_V@)
136 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
137 am__v_at_0 = @
138 am__v_at_1 =
139 SOURCES =
140 DIST_SOURCES =
141 am__can_run_installinfo = \
142 case $$AM_UPDATE_INFO_DIR in \
143 n|no|NO) false;; \
144 *) (install-info --version) >/dev/null 2>&1;; \
145 esac
146 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
147 am__DIST_COMMON = $(srcdir)/Makefile.in \
148 $(top_srcdir)/build/Makefile-newvs.am
149 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
150 ABS_TAPSET_DIR = @ABS_TAPSET_DIR@
151 ACLOCAL = @ACLOCAL@
152 ALLOCA = @ALLOCA@
153 AMTAR = @AMTAR@
154 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
155 AR = @AR@
156 AS = @AS@
157 AUTOCONF = @AUTOCONF@
158 AUTOHEADER = @AUTOHEADER@
159 AUTOMAKE = @AUTOMAKE@
160 AWK = @AWK@
161 CARBON_LIBS = @CARBON_LIBS@
162 CATALOGS = @CATALOGS@
163 CATOBJEXT = @CATOBJEXT@
164 CC = @CC@
165 CCDEPMODE = @CCDEPMODE@
166 CFLAGS = @CFLAGS@
167 COCOA_LIBS = @COCOA_LIBS@
168 CONFIG_STATUS_DEPENDENCIES = @CONFIG_STATUS_DEPENDENCIES@
169 CPP = @CPP@
170 CPPFLAGS = @CPPFLAGS@
171 CXX = @CXX@
172 CXXCPP = @CXXCPP@
173 CXXDEPMODE = @CXXDEPMODE@
174 CXXFLAGS = @CXXFLAGS@
175 CYGPATH_W = @CYGPATH_W@
176 DATADIRNAME = @DATADIRNAME@
177 DBUS1_CFLAGS = @DBUS1_CFLAGS@
178 DBUS1_LIBS = @DBUS1_LIBS@
179 DBUS_DAEMON = @DBUS_DAEMON@
180 DEFS = @DEFS@
181 DEPDIR = @DEPDIR@
182 DLLTOOL = @DLLTOOL@
183 DSYMUTIL = @DSYMUTIL@
184 DTRACE = @DTRACE@
185 DUMPBIN = @DUMPBIN@
186 ECHO_C = @ECHO_C@
187 ECHO_N = @ECHO_N@
188 ECHO_T = @ECHO_T@
189 EGREP = @EGREP@
190 EXEEXT = @EXEEXT@
191 FAM_LIBS = @FAM_LIBS@
192 FGREP = @FGREP@
193 GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
194 GIO = @GIO@
195 GIO_MODULE_DIR = @GIO_MODULE_DIR@
196 GLIBC21 = @GLIBC21@
197 GLIB_BINARY_AGE = @GLIB_BINARY_AGE@
198 GLIB_DEBUG_FLAGS = @GLIB_DEBUG_FLAGS@
199 GLIB_EXTRA_CFLAGS = @GLIB_EXTRA_CFLAGS@
200 GLIB_HIDDEN_VISIBILITY_CFLAGS = @GLIB_HIDDEN_VISIBILITY_CFLAGS@
201 GLIB_INTERFACE_AGE = @GLIB_INTERFACE_AGE@
202 GLIB_LINK_FLAGS = @GLIB_LINK_FLAGS@
203 GLIB_MAJOR_VERSION = @GLIB_MAJOR_VERSION@
204 GLIB_MICRO_VERSION = @GLIB_MICRO_VERSION@
205 GLIB_MINOR_VERSION = @GLIB_MINOR_VERSION@
206 GLIB_RUNTIME_LIBDIR = @GLIB_RUNTIME_LIBDIR@
207 GLIB_VERSION = @GLIB_VERSION@
208 GLIB_WARN_CFLAGS = @GLIB_WARN_CFLAGS@
209 GLIB_WIN32_STATIC_COMPILATION_DEFINE = @GLIB_WIN32_STATIC_COMPILATION_DEFINE@
210 GMOFILES = @GMOFILES@
211 GMSGFMT = @GMSGFMT@
212 GREP = @GREP@
213 GSPAWN = @GSPAWN@
214 GTHREAD_COMPILE_IMPL_DEFINES = @GTHREAD_COMPILE_IMPL_DEFINES@
215 GTKDOC_CHECK = @GTKDOC_CHECK@
216 GTKDOC_CHECK_PATH = @GTKDOC_CHECK_PATH@
217 GTKDOC_DEPS_CFLAGS = @GTKDOC_DEPS_CFLAGS@
218 GTKDOC_DEPS_LIBS = @GTKDOC_DEPS_LIBS@
219 GTKDOC_MKPDF = @GTKDOC_MKPDF@
220 GTKDOC_REBASE = @GTKDOC_REBASE@
221 G_LIBS_EXTRA = @G_LIBS_EXTRA@
222 G_MODULE_BROKEN_RTLD_GLOBAL = @G_MODULE_BROKEN_RTLD_GLOBAL@
223 G_MODULE_HAVE_DLERROR = @G_MODULE_HAVE_DLERROR@
224 G_MODULE_IMPL = @G_MODULE_IMPL@
225 G_MODULE_LDFLAGS = @G_MODULE_LDFLAGS@
226 G_MODULE_LIBS = @G_MODULE_LIBS@
227 G_MODULE_LIBS_EXTRA = @G_MODULE_LIBS_EXTRA@
228 G_MODULE_NEED_USCORE = @G_MODULE_NEED_USCORE@
229 G_MODULE_PLUGIN_LIBS = @G_MODULE_PLUGIN_LIBS@
230 G_MODULE_SUPPORTED = @G_MODULE_SUPPORTED@
231 G_THREAD_CFLAGS = @G_THREAD_CFLAGS@
232 G_THREAD_LIBS = @G_THREAD_LIBS@
233 G_THREAD_LIBS_EXTRA = @G_THREAD_LIBS_EXTRA@
234 G_THREAD_LIBS_FOR_GTHREAD = @G_THREAD_LIBS_FOR_GTHREAD@
235 HTML_DIR = @HTML_DIR@
236 ICONV_LIBS = @ICONV_LIBS@
237 INDENT = @INDENT@
238 INSTALL = @INSTALL@
239 INSTALL_DATA = @INSTALL_DATA@
240 INSTALL_PROGRAM = @INSTALL_PROGRAM@
241 INSTALL_SCRIPT = @INSTALL_SCRIPT@
242 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
243 INSTOBJEXT = @INSTOBJEXT@
244 INTLLIBS = @INTLLIBS@
245 LD = @LD@
246 LDFLAGS = @LDFLAGS@
247 LIBELF_CFLAGS = @LIBELF_CFLAGS@
248 LIBELF_LIBS = @LIBELF_LIBS@
249 LIBFFI_CFLAGS = @LIBFFI_CFLAGS@
250 LIBFFI_LIBS = @LIBFFI_LIBS@
251 LIBOBJS = @LIBOBJS@
252 LIBS = @LIBS@
253 LIBTOOL = @LIBTOOL@
254 LIB_EXE_MACHINE_FLAG = @LIB_EXE_MACHINE_FLAG@
255 LIPO = @LIPO@
256 LN_S = @LN_S@
257 LTLIBOBJS = @LTLIBOBJS@
258 LTP = @LTP@
259 LTP_GENHTML = @LTP_GENHTML@
260 LT_AGE = @LT_AGE@
261 LT_CURRENT = @LT_CURRENT@
262 LT_CURRENT_MINUS_AGE = @LT_CURRENT_MINUS_AGE@
263 LT_RELEASE = @LT_RELEASE@
264 LT_REVISION = @LT_REVISION@
265 LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
266 MAINT = @MAINT@
267 MAKEINFO = @MAKEINFO@
268 MANIFEST_TOOL = @MANIFEST_TOOL@
269 MKDIR_P = @MKDIR_P@
270 MKINSTALLDIRS = @MKINSTALLDIRS@
271 MSGFMT = @MSGFMT@
272 MSGFMT_OPTS = @MSGFMT_OPTS@
273 NAMESER_COMPAT_INCLUDE = @NAMESER_COMPAT_INCLUDE@
274 NETWORK_LIBS = @NETWORK_LIBS@
275 NM = @NM@
276 NMEDIT = @NMEDIT@
277 OBJDUMP = @OBJDUMP@
278 OBJEXT = @OBJEXT@
279 OTOOL = @OTOOL@
280 OTOOL64 = @OTOOL64@
281 PACKAGE = @PACKAGE@
282 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
283 PACKAGE_NAME = @PACKAGE_NAME@
284 PACKAGE_STRING = @PACKAGE_STRING@
285 PACKAGE_TARNAME = @PACKAGE_TARNAME@
286 PACKAGE_URL = @PACKAGE_URL@
287 PACKAGE_VERSION = @PACKAGE_VERSION@
288 PATH_SEPARATOR = @PATH_SEPARATOR@
289 PCRE_CFLAGS = @PCRE_CFLAGS@
290 PCRE_LIBS = @PCRE_LIBS@
291 PCRE_REQUIRES = @PCRE_REQUIRES@
292 PCRE_WARN_CFLAGS = @PCRE_WARN_CFLAGS@
293 PERL = @PERL@
294 PERL_PATH = @PERL_PATH@
295 PKG_CONFIG = @PKG_CONFIG@
296 PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
297 PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
298 PLATFORMDEP = @PLATFORMDEP@
299 POFILES = @POFILES@
300 POSUB = @POSUB@
301 PO_IN_DATADIR_FALSE = @PO_IN_DATADIR_FALSE@
302 PO_IN_DATADIR_TRUE = @PO_IN_DATADIR_TRUE@
303 PYTHON = @PYTHON@
304 PYTHON_EXEC_PREFIX = @PYTHON_EXEC_PREFIX@
305 PYTHON_PLATFORM = @PYTHON_PLATFORM@
306 PYTHON_PREFIX = @PYTHON_PREFIX@
307 PYTHON_VERSION = @PYTHON_VERSION@
308 RANLIB = @RANLIB@
309 REBUILD = @REBUILD@
310 SED = @SED@
311 SELINUX_LIBS = @SELINUX_LIBS@
312 SET_MAKE = @SET_MAKE@
313 SHELL = @SHELL@
314 SHTOOL = @SHTOOL@
315 STRIP = @STRIP@
316 USE_NLS = @USE_NLS@
317 VERSION = @VERSION@
318 WINDRES = @WINDRES@
319 WSPIAPI_INCLUDE = @WSPIAPI_INCLUDE@
320 XATTR_LIBS = @XATTR_LIBS@
321 XGETTEXT = @XGETTEXT@
322 XMLCATALOG = @XMLCATALOG@
323 XML_CATALOG_FILE = @XML_CATALOG_FILE@
324 XSLTPROC = @XSLTPROC@
325 ZLIB_CFLAGS = @ZLIB_CFLAGS@
326 ZLIB_LIBS = @ZLIB_LIBS@
327 abs_builddir = @abs_builddir@
328 abs_srcdir = @abs_srcdir@
329 abs_top_builddir = @abs_top_builddir@
330 abs_top_srcdir = @abs_top_srcdir@
331 ac_ct_AR = @ac_ct_AR@
332 ac_ct_CC = @ac_ct_CC@
333 ac_ct_CXX = @ac_ct_CXX@
334 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
335 am__include = @am__include@
336 am__leading_dot = @am__leading_dot@
337 am__quote = @am__quote@
338 am__tar = @am__tar@
339 am__untar = @am__untar@
340 bindir = @bindir@
341 build = @build@
342 build_alias = @build_alias@
343 build_cpu = @build_cpu@
344 build_os = @build_os@
345 build_vendor = @build_vendor@
346 builddir = @builddir@
347 config_h_INCLUDES = @config_h_INCLUDES@
348 datadir = @datadir@
349 datarootdir = @datarootdir@
350 docdir = @docdir@
351 dvidir = @dvidir@
352 exec_prefix = @exec_prefix@
353 gio_INCLUDES = @gio_INCLUDES@
354 glib_INCLUDES = @glib_INCLUDES@
355 gmodule_INCLUDES = @gmodule_INCLUDES@
356 gobject_INCLUDES = @gobject_INCLUDES@
357 host = @host@
358 host_alias = @host_alias@
359 host_cpu = @host_cpu@
360 host_os = @host_os@
361 host_vendor = @host_vendor@
362 htmldir = @htmldir@
363 includedir = @includedir@
364 infodir = @infodir@
365 install_sh = @install_sh@
366 installed_test_metadir = @installed_test_metadir@
367 installed_testdir = @installed_testdir@
368 libdir = @libdir@
369 libexecdir = @libexecdir@
370 localedir = @localedir@
371 localstatedir = @localstatedir@
372 mandir = @mandir@
373 mkdir_p = @mkdir_p@
374 ms_librarian = @ms_librarian@
375 oldincludedir = @oldincludedir@
376 pdfdir = @pdfdir@
377 pkgpyexecdir = @pkgpyexecdir@
378 pkgpythondir = @pkgpythondir@
379 prefix = @prefix@
380 program_transform_name = @program_transform_name@
381 psdir = @psdir@
382 pyexecdir = @pyexecdir@
383 pythondir = @pythondir@
384 runstatedir = @runstatedir@
385 sbindir = @sbindir@
386 sharedstatedir = @sharedstatedir@
387 srcdir = @srcdir@
388 sysconfdir = @sysconfdir@
389 target_alias = @target_alias@
390 top_build_prefix = @top_build_prefix@
391 top_builddir = @top_builddir@
392 top_srcdir = @top_srcdir@
393 EXTRA_DIST = \
394 README.txt \
395 glib.sln \
396 glib.vcxproj \
397 glib.vcxproj.filters \
398 glib-genmarshal.vcxproj \
399 glib-genmarshal.vcxproj.filters \
400 gspawn-win32-helper-console.vcxproj \
401 gspawn-win32-helper-console.vcxproj.filters \
402 gspawn-win32-helper.vcxproj \
403 gspawn-win32-helper.vcxproj.filters \
404 gmodule.vcxproj \
405 gmodule.vcxproj.filters \
406 gobject.vcxproj \
407 gobject.vcxproj.filters \
408 gthread.vcxproj \
409 gthread.vcxproj.filters \
410 gio.vcxproj \
411 gio.vcxproj.filters \
412 glib-compile-schemas.vcxproj \
413 glib-compile-schemas.vcxproj.filters \
414 gsettings.vcxproj \
415 gsettings.vcxproj.filters \
416 glib-compile-resources.vcxproj \
417 glib-compile-resources.vcxproj.filters \
418 gresource.vcxproj \
419 gresource.vcxproj.filters \
420 gio-querymodules.vcxproj \
421 gio-querymodules.vcxproj.filters \
422 gdbus.vcxproj \
423 gdbus.vcxproj.filters \
424 glib-install.vcxproj \
425 glib-install.vcxproj.filters \
426 glib-build-defines.props \
427 glib-install.props \
428 glib-version-paths.props \
429 glib-gen-srcs.props
430  
431 DISTCLEANFILES = $(EXTRA_DIST)
432 MSVC_VER = 12
433 MSVC_FORMAT_VER = 12
434 MSVC_VER_LONG = 2013
435 all: all-am
436  
437 .SUFFIXES:
438 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(top_srcdir)/build/Makefile-newvs.am $(am__configure_deps)
439 @for dep in $?; do \
440 case '$(am__configure_deps)' in \
441 *$$dep*) \
442 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
443 && { if test -f $@; then exit 0; else break; fi; }; \
444 exit 1;; \
445 esac; \
446 done; \
447 echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu build/win32/vs12/Makefile'; \
448 $(am__cd) $(top_srcdir) && \
449 $(AUTOMAKE) --gnu build/win32/vs12/Makefile
450 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
451 @case '$?' in \
452 *config.status*) \
453 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
454 *) \
455 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
456 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
457 esac;
458 $(top_srcdir)/build/Makefile-newvs.am $(am__empty):
459  
460 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
461 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
462  
463 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
464 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
465 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
466 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
467 $(am__aclocal_m4_deps):
468  
469 mostlyclean-libtool:
470 -rm -f *.lo
471  
472 clean-libtool:
473 -rm -rf .libs _libs
474 tags TAGS:
475  
476 ctags CTAGS:
477  
478 cscope cscopelist:
479  
480  
481 distdir: $(DISTFILES)
482 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
483 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
484 list='$(DISTFILES)'; \
485 dist_files=`for file in $$list; do echo $$file; done | \
486 sed -e "s|^$$srcdirstrip/||;t" \
487 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
488 case $$dist_files in \
489 */*) $(MKDIR_P) `echo "$$dist_files" | \
490 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
491 sort -u` ;; \
492 esac; \
493 for file in $$dist_files; do \
494 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
495 if test -d $$d/$$file; then \
496 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
497 if test -d "$(distdir)/$$file"; then \
498 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
499 fi; \
500 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
501 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
502 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
503 fi; \
504 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
505 else \
506 test -f "$(distdir)/$$file" \
507 || cp -p $$d/$$file "$(distdir)/$$file" \
508 || exit 1; \
509 fi; \
510 done
511 check-am: all-am
512 check: check-am
513 all-am: Makefile
514 installdirs:
515 install: install-am
516 install-exec: install-exec-am
517 install-data: install-data-am
518 uninstall: uninstall-am
519  
520 install-am: all-am
521 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
522  
523 installcheck: installcheck-am
524 install-strip:
525 if test -z '$(STRIP)'; then \
526 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
527 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
528 install; \
529 else \
530 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
531 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
532 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
533 fi
534 mostlyclean-generic:
535  
536 clean-generic:
537  
538 distclean-generic:
539 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
540 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
541 -test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)
542  
543 maintainer-clean-generic:
544 @echo "This command is intended for maintainers to use"
545 @echo "it deletes files that may require special tools to rebuild."
546 clean: clean-am
547  
548 clean-am: clean-generic clean-libtool mostlyclean-am
549  
550 distclean: distclean-am
551 -rm -f Makefile
552 distclean-am: clean-am distclean-generic
553  
554 dvi: dvi-am
555  
556 dvi-am:
557  
558 html: html-am
559  
560 html-am:
561  
562 info: info-am
563  
564 info-am:
565  
566 install-data-am:
567  
568 install-dvi: install-dvi-am
569  
570 install-dvi-am:
571  
572 install-exec-am:
573  
574 install-html: install-html-am
575  
576 install-html-am:
577  
578 install-info: install-info-am
579  
580 install-info-am:
581  
582 install-man:
583  
584 install-pdf: install-pdf-am
585  
586 install-pdf-am:
587  
588 install-ps: install-ps-am
589  
590 install-ps-am:
591  
592 installcheck-am:
593  
594 maintainer-clean: maintainer-clean-am
595 -rm -f Makefile
596 maintainer-clean-am: distclean-am maintainer-clean-generic
597  
598 mostlyclean: mostlyclean-am
599  
600 mostlyclean-am: mostlyclean-generic mostlyclean-libtool
601  
602 pdf: pdf-am
603  
604 pdf-am:
605  
606 ps: ps-am
607  
608 ps-am:
609  
610 uninstall-am:
611  
612 .MAKE: install-am install-strip
613  
614 .PHONY: all all-am check check-am clean clean-generic clean-libtool \
615 cscopelist-am ctags-am distclean distclean-generic \
616 distclean-libtool distdir dvi dvi-am html html-am info info-am \
617 install install-am install-data install-data-am install-dvi \
618 install-dvi-am install-exec install-exec-am install-html \
619 install-html-am install-info install-info-am install-man \
620 install-pdf install-pdf-am install-ps install-ps-am \
621 install-strip installcheck installcheck-am installdirs \
622 maintainer-clean maintainer-clean-generic mostlyclean \
623 mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
624 tags-am uninstall uninstall-am
625  
626 .PRECIOUS: Makefile
627  
628  
629 %.sln:
630 sed 's/11\.00/$(MSVC_FORMAT_VER)\.00/g' < $(top_srcdir)/build/win32/vs10/$@ > $(top_builddir)/build/win32/vs$(MSVC_VER)/$@.tmp
631 sed 's/2010/$(MSVC_VER_LONG)/g' < $(top_builddir)/build/win32/vs$(MSVC_VER)/$@.tmp > $(top_builddir)/build/win32/vs$(MSVC_VER)/$@
632 rm $(top_builddir)/build/win32/vs$(MSVC_VER)/$@.tmp
633  
634 %.txt:
635 sed 's/vs10/vs$(MSVC_VER)/g' < $(top_srcdir)/build/win32/vs10/$@ > $(top_builddir)/build/win32/vs$(MSVC_VER)/$@.tmp
636 sed 's/VS10/VS$(MSVC_VER)/g' < $(top_builddir)/build/win32/vs$(MSVC_VER)/$@.tmp > $(top_builddir)/build/win32/vs$(MSVC_VER)/$@
637 rm $(top_builddir)/build/win32/vs$(MSVC_VER)/$@.tmp
638  
639 %.vcxproj:
640 if test -e $(top_srcdir)/build/win32/vs10/$@; then \
641 sed 's/v100/v$(MSVC_VER)0/g' < $(top_srcdir)/build/win32/vs10/$@ > $(top_builddir)/build/win32/vs$(MSVC_VER)/$@; \
642 else \
643 sed 's/v100/v$(MSVC_VER)0/g' < $(top_builddir)/build/win32/vs10/$@ > $(top_builddir)/build/win32/vs$(MSVC_VER)/$@; \
644 fi
645  
646 %.props:
647 if test -e $(top_srcdir)/build/win32/vs10/$@; then \
648 sed 's/<VSVer>10<\/VSVer>/<VSVer>$(MSVC_VER)<\/VSVer>/g' < $(top_srcdir)/build/win32/vs10/$@ > $(top_builddir)/build/win32/vs$(MSVC_VER)/$@; \
649 else \
650 sed 's/<VSVer>10<\/VSVer>/<VSVer>$(MSVC_VER)<\/VSVer>/g' < $(top_builddir)/build/win32/vs10/$@ > $(top_builddir)/build/win32/vs$(MSVC_VER)/$@; \
651 fi
652  
653 %.vcxproj.filters:
654 if test -e $(top_srcdir)/build/win32/vs10/$@; then \
655 cp $(top_srcdir)/build/win32/vs10/$@ $(top_builddir)/build/win32/vs$(MSVC_VER)/$@; \
656 else \
657 cp $(top_builddir)/build/win32/vs10/$@ $(top_builddir)/build/win32/vs$(MSVC_VER)/$@; \
658 fi
659  
660 # Tell versions [3.59,3.63) of GNU make to not export all variables.
661 # Otherwise a system limit (for SysV at least) may be exceeded.
662 .NOEXPORT: