blob: d13f7c7e9359fbf920cfa0b8a36a986bc65889e0 [file] [log] [blame]
Ulas Kirazci64d8d8f2013-03-14 16:44:33 -07001# Makefile.in generated by automake 1.11.3 from Makefile.am.
Wink Savillefbaaef92010-05-27 16:25:37 -07002# @configure_input@
3
4# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
Ulas Kirazci64d8d8f2013-03-14 16:44:33 -07005# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software
6# Foundation, Inc.
Wink Savillefbaaef92010-05-27 16:25:37 -07007# This Makefile.in is free software; the Free Software Foundation
8# gives unlimited permission to copy and/or distribute it,
9# with or without modifications, as long as this notice is preserved.
10
11# This program is distributed in the hope that it will be useful,
12# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
13# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
14# PARTICULAR PURPOSE.
15
16@SET_MAKE@
17
18VPATH = @srcdir@
19pkgdatadir = $(datadir)/@PACKAGE@
Wink Savillefbaaef92010-05-27 16:25:37 -070020pkgincludedir = $(includedir)/@PACKAGE@
Ulas Kirazci64d8d8f2013-03-14 16:44:33 -070021pkglibdir = $(libdir)/@PACKAGE@
22pkglibexecdir = $(libexecdir)/@PACKAGE@
Wink Savillefbaaef92010-05-27 16:25:37 -070023am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
24install_sh_DATA = $(install_sh) -c -m 644
25install_sh_PROGRAM = $(install_sh) -c
26install_sh_SCRIPT = $(install_sh) -c
27INSTALL_HEADER = $(INSTALL_DATA)
28transform = $(program_transform_name)
29NORMAL_INSTALL = :
30PRE_INSTALL = :
31POST_INSTALL = :
32NORMAL_UNINSTALL = :
33PRE_UNINSTALL = :
34POST_UNINSTALL = :
35build_triplet = @build@
36host_triplet = @host@
37target_triplet = @target@
38subdir = .
39DIST_COMMON = $(am__configure_deps) $(srcdir)/Makefile.am \
40 $(srcdir)/Makefile.in $(srcdir)/config.h.in \
41 $(srcdir)/protobuf-lite.pc.in $(srcdir)/protobuf.pc.in \
42 $(top_srcdir)/configure config.guess config.sub depcomp \
43 install-sh ltmain.sh missing
44ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
45am__aclocal_m4_deps = $(top_srcdir)/m4/ac_system_extensions.m4 \
46 $(top_srcdir)/m4/acx_check_suncc.m4 \
47 $(top_srcdir)/m4/acx_pthread.m4 $(top_srcdir)/m4/libtool.m4 \
48 $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
49 $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
50 $(top_srcdir)/m4/stl_hash.m4 $(top_srcdir)/configure.ac
51am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
52 $(ACLOCAL_M4)
53am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
54 configure.lineno config.status.lineno
55mkinstalldirs = $(install_sh) -d
56CONFIG_HEADER = config.h
57CONFIG_CLEAN_FILES = protobuf.pc protobuf-lite.pc
Ulas Kirazci64d8d8f2013-03-14 16:44:33 -070058CONFIG_CLEAN_VPATH_FILES =
Wink Savillefbaaef92010-05-27 16:25:37 -070059SOURCES =
60DIST_SOURCES =
61RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
62 html-recursive info-recursive install-data-recursive \
63 install-dvi-recursive install-exec-recursive \
64 install-html-recursive install-info-recursive \
65 install-pdf-recursive install-ps-recursive install-recursive \
66 installcheck-recursive installdirs-recursive pdf-recursive \
67 ps-recursive uninstall-recursive
68am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
69am__vpath_adj = case $$p in \
70 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
71 *) f=$$p;; \
72 esac;
Ulas Kirazci64d8d8f2013-03-14 16:44:33 -070073am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
74am__install_max = 40
75am__nobase_strip_setup = \
76 srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
77am__nobase_strip = \
78 for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
79am__nobase_list = $(am__nobase_strip_setup); \
80 for p in $$list; do echo "$$p $$p"; done | \
81 sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
82 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
83 if (++n[$$2] == $(am__install_max)) \
84 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
85 END { for (dir in files) print dir, files[dir] }'
86am__base_list = \
87 sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
88 sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
89am__uninstall_files_from_dir = { \
90 test -z "$$files" \
91 || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
92 || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
93 $(am__cd) "$$dir" && rm -f $$files; }; \
94 }
Wink Savillefbaaef92010-05-27 16:25:37 -070095am__installdirs = "$(DESTDIR)$(pkgconfigdir)"
Wink Savillefbaaef92010-05-27 16:25:37 -070096DATA = $(pkgconfig_DATA)
97RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
98 distclean-recursive maintainer-clean-recursive
Ulas Kirazci64d8d8f2013-03-14 16:44:33 -070099AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
100 $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
101 distdir dist dist-all distcheck
Wink Savillefbaaef92010-05-27 16:25:37 -0700102ETAGS = etags
103CTAGS = ctags
104DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
105distdir = $(PACKAGE)-$(VERSION)
106top_distdir = $(distdir)
107am__remove_distdir = \
Ulas Kirazci64d8d8f2013-03-14 16:44:33 -0700108 if test -d "$(distdir)"; then \
109 find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
110 && rm -rf "$(distdir)" \
111 || { sleep 5 && rm -rf "$(distdir)"; }; \
112 else :; fi
113am__relativize = \
114 dir0=`pwd`; \
115 sed_first='s,^\([^/]*\)/.*$$,\1,'; \
116 sed_rest='s,^[^/]*/*,,'; \
117 sed_last='s,^.*/\([^/]*\)$$,\1,'; \
118 sed_butlast='s,/*[^/]*$$,,'; \
119 while test -n "$$dir1"; do \
120 first=`echo "$$dir1" | sed -e "$$sed_first"`; \
121 if test "$$first" != "."; then \
122 if test "$$first" = ".."; then \
123 dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
124 dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
125 else \
126 first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
127 if test "$$first2" = "$$first"; then \
128 dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
129 else \
130 dir2="../$$dir2"; \
131 fi; \
132 dir0="$$dir0"/"$$first"; \
133 fi; \
134 fi; \
135 dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
136 done; \
137 reldir="$$dir2"
Wink Savillefbaaef92010-05-27 16:25:37 -0700138DIST_ARCHIVES = $(distdir).tar.gz
139GZIP_ENV = --best
140distuninstallcheck_listfiles = find . -type f -print
Ulas Kirazci64d8d8f2013-03-14 16:44:33 -0700141am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
142 | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
Wink Savillefbaaef92010-05-27 16:25:37 -0700143distcleancheck_listfiles = find . -type f -print
144ACLOCAL = @ACLOCAL@
145AMTAR = @AMTAR@
146AR = @AR@
147AUTOCONF = @AUTOCONF@
148AUTOHEADER = @AUTOHEADER@
149AUTOMAKE = @AUTOMAKE@
150AWK = @AWK@
151CC = @CC@
152CCDEPMODE = @CCDEPMODE@
153CFLAGS = @CFLAGS@
154CPPFLAGS = @CPPFLAGS@
155CXX = @CXX@
156CXXCPP = @CXXCPP@
157CXXDEPMODE = @CXXDEPMODE@
158CXXFLAGS = @CXXFLAGS@
159CYGPATH_W = @CYGPATH_W@
160DEFS = @DEFS@
161DEPDIR = @DEPDIR@
162DSYMUTIL = @DSYMUTIL@
163DUMPBIN = @DUMPBIN@
164ECHO_C = @ECHO_C@
165ECHO_N = @ECHO_N@
166ECHO_T = @ECHO_T@
167EGREP = @EGREP@
168EXEEXT = @EXEEXT@
169FGREP = @FGREP@
170GREP = @GREP@
171INSTALL = @INSTALL@
172INSTALL_DATA = @INSTALL_DATA@
173INSTALL_PROGRAM = @INSTALL_PROGRAM@
174INSTALL_SCRIPT = @INSTALL_SCRIPT@
175INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
176ISAINFO = @ISAINFO@
177LD = @LD@
178LDFLAGS = @LDFLAGS@
179LIBOBJS = @LIBOBJS@
180LIBS = @LIBS@
181LIBTOOL = @LIBTOOL@
182LIPO = @LIPO@
183LN_S = @LN_S@
184LTLIBOBJS = @LTLIBOBJS@
185MAKEINFO = @MAKEINFO@
186MKDIR_P = @MKDIR_P@
187NM = @NM@
188NMEDIT = @NMEDIT@
189OBJEXT = @OBJEXT@
190OTOOL = @OTOOL@
191OTOOL64 = @OTOOL64@
192PACKAGE = @PACKAGE@
193PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
194PACKAGE_NAME = @PACKAGE_NAME@
195PACKAGE_STRING = @PACKAGE_STRING@
196PACKAGE_TARNAME = @PACKAGE_TARNAME@
Ulas Kirazci64d8d8f2013-03-14 16:44:33 -0700197PACKAGE_URL = @PACKAGE_URL@
Wink Savillefbaaef92010-05-27 16:25:37 -0700198PACKAGE_VERSION = @PACKAGE_VERSION@
199PATH_SEPARATOR = @PATH_SEPARATOR@
200POW_LIB = @POW_LIB@
201PROTOBUF_OPT_FLAG = @PROTOBUF_OPT_FLAG@
202PROTOC = @PROTOC@
203PTHREAD_CC = @PTHREAD_CC@
204PTHREAD_CFLAGS = @PTHREAD_CFLAGS@
205PTHREAD_LIBS = @PTHREAD_LIBS@
206RANLIB = @RANLIB@
207SED = @SED@
208SET_MAKE = @SET_MAKE@
209SHELL = @SHELL@
210STRIP = @STRIP@
211VERSION = @VERSION@
212abs_builddir = @abs_builddir@
213abs_srcdir = @abs_srcdir@
214abs_top_builddir = @abs_top_builddir@
215abs_top_srcdir = @abs_top_srcdir@
216ac_ct_CC = @ac_ct_CC@
217ac_ct_CXX = @ac_ct_CXX@
218ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
219acx_pthread_config = @acx_pthread_config@
220am__include = @am__include@
221am__leading_dot = @am__leading_dot@
222am__quote = @am__quote@
223am__tar = @am__tar@
224am__untar = @am__untar@
225bindir = @bindir@
226build = @build@
227build_alias = @build_alias@
228build_cpu = @build_cpu@
229build_os = @build_os@
230build_vendor = @build_vendor@
231builddir = @builddir@
232datadir = @datadir@
233datarootdir = @datarootdir@
234docdir = @docdir@
235dvidir = @dvidir@
236exec_prefix = @exec_prefix@
237host = @host@
238host_alias = @host_alias@
239host_cpu = @host_cpu@
240host_os = @host_os@
241host_vendor = @host_vendor@
242htmldir = @htmldir@
243includedir = @includedir@
244infodir = @infodir@
245install_sh = @install_sh@
246libdir = @libdir@
247libexecdir = @libexecdir@
248localedir = @localedir@
249localstatedir = @localstatedir@
250lt_ECHO = @lt_ECHO@
251mandir = @mandir@
252mkdir_p = @mkdir_p@
253oldincludedir = @oldincludedir@
254pdfdir = @pdfdir@
255prefix = @prefix@
256program_transform_name = @program_transform_name@
257psdir = @psdir@
258sbindir = @sbindir@
259sharedstatedir = @sharedstatedir@
260srcdir = @srcdir@
261subdirs = @subdirs@
262sysconfdir = @sysconfdir@
263target = @target@
264target_alias = @target_alias@
265target_cpu = @target_cpu@
266target_os = @target_os@
267target_vendor = @target_vendor@
Ulas Kirazci64d8d8f2013-03-14 16:44:33 -0700268top_build_prefix = @top_build_prefix@
Wink Savillefbaaef92010-05-27 16:25:37 -0700269top_builddir = @top_builddir@
270top_srcdir = @top_srcdir@
271ACLOCAL_AMFLAGS = -I m4
272AUTOMAKE_OPTIONS = foreign
273
274# Build . before src so that our all-local and clean-local hooks kicks in at
275# the right time.
276SUBDIRS = . src
277
278# Always include gtest in distributions.
279DIST_SUBDIRS = $(subdirs) src
280pkgconfigdir = $(libdir)/pkgconfig
281pkgconfig_DATA = protobuf.pc protobuf-lite.pc
282EXTRA_DIST = \
283 autogen.sh \
284 generate_descriptor_proto.sh \
285 README.txt \
286 INSTALL.txt \
287 COPYING.txt \
288 CONTRIBUTORS.txt \
289 CHANGES.txt \
290 editors/README.txt \
291 editors/proto.vim \
292 editors/protobuf-mode.el \
293 vsprojects/config.h \
294 vsprojects/extract_includes.bat \
295 vsprojects/libprotobuf.vcproj \
296 vsprojects/libprotobuf-lite.vcproj \
297 vsprojects/libprotoc.vcproj \
298 vsprojects/protobuf.sln \
299 vsprojects/protoc.vcproj \
300 vsprojects/readme.txt \
Wink Savilled0332952010-05-29 13:00:38 -0700301 vsprojects/test_plugin.vcproj \
Wink Savillefbaaef92010-05-27 16:25:37 -0700302 vsprojects/tests.vcproj \
303 vsprojects/lite-test.vcproj \
304 vsprojects/convert2008to2005.sh \
305 examples/README.txt \
306 examples/Makefile \
307 examples/addressbook.proto \
308 examples/add_person.cc \
309 examples/list_people.cc \
310 examples/AddPerson.java \
311 examples/ListPeople.java \
312 examples/add_person.py \
313 examples/list_people.py \
314 java/src/main/java/com/google/protobuf/AbstractMessage.java \
315 java/src/main/java/com/google/protobuf/AbstractMessageLite.java \
316 java/src/main/java/com/google/protobuf/BlockingRpcChannel.java \
317 java/src/main/java/com/google/protobuf/BlockingService.java \
318 java/src/main/java/com/google/protobuf/ByteString.java \
319 java/src/main/java/com/google/protobuf/CodedInputStream.java \
320 java/src/main/java/com/google/protobuf/CodedOutputStream.java \
321 java/src/main/java/com/google/protobuf/Descriptors.java \
322 java/src/main/java/com/google/protobuf/DynamicMessage.java \
323 java/src/main/java/com/google/protobuf/ExtensionRegistry.java \
324 java/src/main/java/com/google/protobuf/ExtensionRegistryLite.java \
325 java/src/main/java/com/google/protobuf/FieldSet.java \
326 java/src/main/java/com/google/protobuf/GeneratedMessage.java \
327 java/src/main/java/com/google/protobuf/GeneratedMessageLite.java \
328 java/src/main/java/com/google/protobuf/Internal.java \
329 java/src/main/java/com/google/protobuf/InvalidProtocolBufferException.java \
330 java/src/main/java/com/google/protobuf/Message.java \
331 java/src/main/java/com/google/protobuf/MessageLite.java \
332 java/src/main/java/com/google/protobuf/ProtocolMessageEnum.java \
333 java/src/main/java/com/google/protobuf/RpcCallback.java \
334 java/src/main/java/com/google/protobuf/RpcChannel.java \
335 java/src/main/java/com/google/protobuf/RpcController.java \
336 java/src/main/java/com/google/protobuf/RpcUtil.java \
337 java/src/main/java/com/google/protobuf/Service.java \
338 java/src/main/java/com/google/protobuf/ServiceException.java \
339 java/src/main/java/com/google/protobuf/TextFormat.java \
340 java/src/main/java/com/google/protobuf/UninitializedMessageException.java \
341 java/src/main/java/com/google/protobuf/UnknownFieldSet.java \
342 java/src/main/java/com/google/protobuf/WireFormat.java \
343 java/src/test/java/com/google/protobuf/AbstractMessageTest.java \
344 java/src/test/java/com/google/protobuf/CodedInputStreamTest.java \
345 java/src/test/java/com/google/protobuf/CodedOutputStreamTest.java \
346 java/src/test/java/com/google/protobuf/DescriptorsTest.java \
347 java/src/test/java/com/google/protobuf/DynamicMessageTest.java \
348 java/src/test/java/com/google/protobuf/GeneratedMessageTest.java \
349 java/src/test/java/com/google/protobuf/LiteTest.java \
350 java/src/test/java/com/google/protobuf/MessageTest.java \
351 java/src/test/java/com/google/protobuf/ServiceTest.java \
352 java/src/test/java/com/google/protobuf/TestUtil.java \
353 java/src/test/java/com/google/protobuf/TextFormatTest.java \
354 java/src/test/java/com/google/protobuf/UnknownFieldSetTest.java \
355 java/src/test/java/com/google/protobuf/WireFormatTest.java \
356 java/src/test/java/com/google/protobuf/multiple_files_test.proto \
357 java/pom.xml \
358 java/README.txt \
359 python/google/protobuf/internal/generator_test.py \
360 python/google/protobuf/internal/containers.py \
361 python/google/protobuf/internal/decoder.py \
Wink Savillefbaaef92010-05-27 16:25:37 -0700362 python/google/protobuf/internal/descriptor_test.py \
363 python/google/protobuf/internal/encoder.py \
Wink Savillefbaaef92010-05-27 16:25:37 -0700364 python/google/protobuf/internal/message_listener.py \
365 python/google/protobuf/internal/message_test.py \
366 python/google/protobuf/internal/more_extensions.proto \
367 python/google/protobuf/internal/more_messages.proto \
Wink Savillefbaaef92010-05-27 16:25:37 -0700368 python/google/protobuf/internal/reflection_test.py \
369 python/google/protobuf/internal/service_reflection_test.py \
370 python/google/protobuf/internal/test_util.py \
371 python/google/protobuf/internal/text_format_test.py \
372 python/google/protobuf/internal/type_checkers.py \
373 python/google/protobuf/internal/wire_format.py \
374 python/google/protobuf/internal/wire_format_test.py \
375 python/google/protobuf/internal/__init__.py \
376 python/google/protobuf/descriptor.py \
377 python/google/protobuf/message.py \
378 python/google/protobuf/reflection.py \
379 python/google/protobuf/service.py \
380 python/google/protobuf/service_reflection.py \
381 python/google/protobuf/text_format.py \
382 python/google/protobuf/__init__.py \
383 python/google/__init__.py \
384 python/ez_setup.py \
385 python/setup.py \
386 python/mox.py \
387 python/stubout.py \
388 python/README.txt
389
390
391# Deletes all the files generated by autogen.sh.
392MAINTAINERCLEANFILES = \
393 aclocal.m4 \
394 config.guess \
395 config.sub \
396 configure \
397 depcomp \
398 install-sh \
399 ltmain.sh \
400 Makefile.in \
401 missing \
402 mkinstalldirs \
403 config.h.in \
404 stamp.h.in \
405 m4/ltsugar.m4 \
406 m4/libtool.m4 \
407 m4/ltversion.m4 \
408 m4/lt~obsolete.m4 \
409 m4/ltoptions.m4
410
411all: config.h
412 $(MAKE) $(AM_MAKEFLAGS) all-recursive
413
414.SUFFIXES:
Ulas Kirazci64d8d8f2013-03-14 16:44:33 -0700415am--refresh: Makefile
Wink Savillefbaaef92010-05-27 16:25:37 -0700416 @:
417$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
418 @for dep in $?; do \
419 case '$(am__configure_deps)' in \
420 *$$dep*) \
Ulas Kirazci64d8d8f2013-03-14 16:44:33 -0700421 echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
422 $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
Wink Savillefbaaef92010-05-27 16:25:37 -0700423 && exit 0; \
424 exit 1;; \
425 esac; \
426 done; \
Ulas Kirazci64d8d8f2013-03-14 16:44:33 -0700427 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
428 $(am__cd) $(top_srcdir) && \
429 $(AUTOMAKE) --foreign Makefile
Wink Savillefbaaef92010-05-27 16:25:37 -0700430.PRECIOUS: Makefile
431Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
432 @case '$?' in \
433 *config.status*) \
434 echo ' $(SHELL) ./config.status'; \
435 $(SHELL) ./config.status;; \
436 *) \
437 echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
438 cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
439 esac;
440
441$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
442 $(SHELL) ./config.status --recheck
443
444$(top_srcdir)/configure: $(am__configure_deps)
Ulas Kirazci64d8d8f2013-03-14 16:44:33 -0700445 $(am__cd) $(srcdir) && $(AUTOCONF)
Wink Savillefbaaef92010-05-27 16:25:37 -0700446$(ACLOCAL_M4): $(am__aclocal_m4_deps)
Ulas Kirazci64d8d8f2013-03-14 16:44:33 -0700447 $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
448$(am__aclocal_m4_deps):
Wink Savillefbaaef92010-05-27 16:25:37 -0700449
450config.h: stamp-h1
Ulas Kirazci64d8d8f2013-03-14 16:44:33 -0700451 @if test ! -f $@; then rm -f stamp-h1; else :; fi
452 @if test ! -f $@; then $(MAKE) $(AM_MAKEFLAGS) stamp-h1; else :; fi
Wink Savillefbaaef92010-05-27 16:25:37 -0700453
454stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
455 @rm -f stamp-h1
456 cd $(top_builddir) && $(SHELL) ./config.status config.h
457$(srcdir)/config.h.in: $(am__configure_deps)
Ulas Kirazci64d8d8f2013-03-14 16:44:33 -0700458 ($(am__cd) $(top_srcdir) && $(AUTOHEADER))
Wink Savillefbaaef92010-05-27 16:25:37 -0700459 rm -f stamp-h1
460 touch $@
461
462distclean-hdr:
463 -rm -f config.h stamp-h1
464protobuf.pc: $(top_builddir)/config.status $(srcdir)/protobuf.pc.in
465 cd $(top_builddir) && $(SHELL) ./config.status $@
466protobuf-lite.pc: $(top_builddir)/config.status $(srcdir)/protobuf-lite.pc.in
467 cd $(top_builddir) && $(SHELL) ./config.status $@
468
469mostlyclean-libtool:
470 -rm -f *.lo
471
472clean-libtool:
473 -rm -rf .libs _libs
474
475distclean-libtool:
Ulas Kirazci64d8d8f2013-03-14 16:44:33 -0700476 -rm -f libtool config.lt
Wink Savillefbaaef92010-05-27 16:25:37 -0700477install-pkgconfigDATA: $(pkgconfig_DATA)
478 @$(NORMAL_INSTALL)
479 test -z "$(pkgconfigdir)" || $(MKDIR_P) "$(DESTDIR)$(pkgconfigdir)"
Ulas Kirazci64d8d8f2013-03-14 16:44:33 -0700480 @list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \
481 for p in $$list; do \
Wink Savillefbaaef92010-05-27 16:25:37 -0700482 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
Ulas Kirazci64d8d8f2013-03-14 16:44:33 -0700483 echo "$$d$$p"; \
484 done | $(am__base_list) | \
485 while read files; do \
486 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgconfigdir)'"; \
487 $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgconfigdir)" || exit $$?; \
Wink Savillefbaaef92010-05-27 16:25:37 -0700488 done
489
490uninstall-pkgconfigDATA:
491 @$(NORMAL_UNINSTALL)
Ulas Kirazci64d8d8f2013-03-14 16:44:33 -0700492 @list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \
493 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
494 dir='$(DESTDIR)$(pkgconfigdir)'; $(am__uninstall_files_from_dir)
Wink Savillefbaaef92010-05-27 16:25:37 -0700495
496# This directory's subdirectories are mostly independent; you can cd
497# into them and run `make' without going through this Makefile.
498# To change the values of `make' variables: instead of editing Makefiles,
499# (1) if the variable is set in `config.status', edit `config.status'
500# (which will cause the Makefiles to be regenerated when you run `make');
501# (2) otherwise, pass the desired values on the `make' command line.
502$(RECURSIVE_TARGETS):
Ulas Kirazci64d8d8f2013-03-14 16:44:33 -0700503 @fail= failcom='exit 1'; \
Wink Savillefbaaef92010-05-27 16:25:37 -0700504 for f in x $$MAKEFLAGS; do \
505 case $$f in \
506 *=* | --[!k]*);; \
507 *k*) failcom='fail=yes';; \
508 esac; \
509 done; \
510 dot_seen=no; \
511 target=`echo $@ | sed s/-recursive//`; \
512 list='$(SUBDIRS)'; for subdir in $$list; do \
513 echo "Making $$target in $$subdir"; \
514 if test "$$subdir" = "."; then \
515 dot_seen=yes; \
516 local_target="$$target-am"; \
517 else \
518 local_target="$$target"; \
519 fi; \
Ulas Kirazci64d8d8f2013-03-14 16:44:33 -0700520 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
Wink Savillefbaaef92010-05-27 16:25:37 -0700521 || eval $$failcom; \
522 done; \
523 if test "$$dot_seen" = "no"; then \
524 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
525 fi; test -z "$$fail"
526
527$(RECURSIVE_CLEAN_TARGETS):
Ulas Kirazci64d8d8f2013-03-14 16:44:33 -0700528 @fail= failcom='exit 1'; \
Wink Savillefbaaef92010-05-27 16:25:37 -0700529 for f in x $$MAKEFLAGS; do \
530 case $$f in \
531 *=* | --[!k]*);; \
532 *k*) failcom='fail=yes';; \
533 esac; \
534 done; \
535 dot_seen=no; \
536 case "$@" in \
537 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
538 *) list='$(SUBDIRS)' ;; \
539 esac; \
540 rev=''; for subdir in $$list; do \
541 if test "$$subdir" = "."; then :; else \
542 rev="$$subdir $$rev"; \
543 fi; \
544 done; \
545 rev="$$rev ."; \
546 target=`echo $@ | sed s/-recursive//`; \
547 for subdir in $$rev; do \
548 echo "Making $$target in $$subdir"; \
549 if test "$$subdir" = "."; then \
550 local_target="$$target-am"; \
551 else \
552 local_target="$$target"; \
553 fi; \
Ulas Kirazci64d8d8f2013-03-14 16:44:33 -0700554 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
Wink Savillefbaaef92010-05-27 16:25:37 -0700555 || eval $$failcom; \
556 done && test -z "$$fail"
557tags-recursive:
558 list='$(SUBDIRS)'; for subdir in $$list; do \
Ulas Kirazci64d8d8f2013-03-14 16:44:33 -0700559 test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
Wink Savillefbaaef92010-05-27 16:25:37 -0700560 done
561ctags-recursive:
562 list='$(SUBDIRS)'; for subdir in $$list; do \
Ulas Kirazci64d8d8f2013-03-14 16:44:33 -0700563 test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
Wink Savillefbaaef92010-05-27 16:25:37 -0700564 done
565
566ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
567 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
568 unique=`for i in $$list; do \
569 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
570 done | \
Ulas Kirazci64d8d8f2013-03-14 16:44:33 -0700571 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
Wink Savillefbaaef92010-05-27 16:25:37 -0700572 END { if (nonempty) { for (i in files) print i; }; }'`; \
573 mkid -fID $$unique
574tags: TAGS
575
576TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
577 $(TAGS_FILES) $(LISP)
Ulas Kirazci64d8d8f2013-03-14 16:44:33 -0700578 set x; \
Wink Savillefbaaef92010-05-27 16:25:37 -0700579 here=`pwd`; \
580 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
581 include_option=--etags-include; \
582 empty_fix=.; \
583 else \
584 include_option=--include; \
585 empty_fix=; \
586 fi; \
587 list='$(SUBDIRS)'; for subdir in $$list; do \
588 if test "$$subdir" = .; then :; else \
589 test ! -f $$subdir/TAGS || \
Ulas Kirazci64d8d8f2013-03-14 16:44:33 -0700590 set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
Wink Savillefbaaef92010-05-27 16:25:37 -0700591 fi; \
592 done; \
593 list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
594 unique=`for i in $$list; do \
595 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
596 done | \
597 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
598 END { if (nonempty) { for (i in files) print i; }; }'`; \
Ulas Kirazci64d8d8f2013-03-14 16:44:33 -0700599 shift; \
600 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
Wink Savillefbaaef92010-05-27 16:25:37 -0700601 test -n "$$unique" || unique=$$empty_fix; \
Ulas Kirazci64d8d8f2013-03-14 16:44:33 -0700602 if test $$# -gt 0; then \
603 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
604 "$$@" $$unique; \
605 else \
606 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
607 $$unique; \
608 fi; \
Wink Savillefbaaef92010-05-27 16:25:37 -0700609 fi
610ctags: CTAGS
611CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
612 $(TAGS_FILES) $(LISP)
Wink Savillefbaaef92010-05-27 16:25:37 -0700613 list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
614 unique=`for i in $$list; do \
615 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
616 done | \
617 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
618 END { if (nonempty) { for (i in files) print i; }; }'`; \
Ulas Kirazci64d8d8f2013-03-14 16:44:33 -0700619 test -z "$(CTAGS_ARGS)$$unique" \
Wink Savillefbaaef92010-05-27 16:25:37 -0700620 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
Ulas Kirazci64d8d8f2013-03-14 16:44:33 -0700621 $$unique
Wink Savillefbaaef92010-05-27 16:25:37 -0700622
623GTAGS:
624 here=`$(am__cd) $(top_builddir) && pwd` \
Ulas Kirazci64d8d8f2013-03-14 16:44:33 -0700625 && $(am__cd) $(top_srcdir) \
626 && gtags -i $(GTAGS_ARGS) "$$here"
Wink Savillefbaaef92010-05-27 16:25:37 -0700627
628distclean-tags:
629 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
630
631distdir: $(DISTFILES)
632 $(am__remove_distdir)
Ulas Kirazci64d8d8f2013-03-14 16:44:33 -0700633 test -d "$(distdir)" || mkdir "$(distdir)"
Wink Savillefbaaef92010-05-27 16:25:37 -0700634 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
635 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
636 list='$(DISTFILES)'; \
637 dist_files=`for file in $$list; do echo $$file; done | \
638 sed -e "s|^$$srcdirstrip/||;t" \
639 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
640 case $$dist_files in \
641 */*) $(MKDIR_P) `echo "$$dist_files" | \
642 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
643 sort -u` ;; \
644 esac; \
645 for file in $$dist_files; do \
646 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
647 if test -d $$d/$$file; then \
648 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
Ulas Kirazci64d8d8f2013-03-14 16:44:33 -0700649 if test -d "$(distdir)/$$file"; then \
650 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
Wink Savillefbaaef92010-05-27 16:25:37 -0700651 fi; \
Ulas Kirazci64d8d8f2013-03-14 16:44:33 -0700652 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
653 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
654 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
655 fi; \
656 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
Wink Savillefbaaef92010-05-27 16:25:37 -0700657 else \
Ulas Kirazci64d8d8f2013-03-14 16:44:33 -0700658 test -f "$(distdir)/$$file" \
659 || cp -p $$d/$$file "$(distdir)/$$file" \
Wink Savillefbaaef92010-05-27 16:25:37 -0700660 || exit 1; \
661 fi; \
662 done
Ulas Kirazci64d8d8f2013-03-14 16:44:33 -0700663 @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
Wink Savillefbaaef92010-05-27 16:25:37 -0700664 if test "$$subdir" = .; then :; else \
665 test -d "$(distdir)/$$subdir" \
666 || $(MKDIR_P) "$(distdir)/$$subdir" \
667 || exit 1; \
Ulas Kirazci64d8d8f2013-03-14 16:44:33 -0700668 fi; \
669 done
670 @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
671 if test "$$subdir" = .; then :; else \
672 dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
673 $(am__relativize); \
674 new_distdir=$$reldir; \
675 dir1=$$subdir; dir2="$(top_distdir)"; \
676 $(am__relativize); \
677 new_top_distdir=$$reldir; \
678 echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
679 echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
680 ($(am__cd) $$subdir && \
Wink Savillefbaaef92010-05-27 16:25:37 -0700681 $(MAKE) $(AM_MAKEFLAGS) \
Ulas Kirazci64d8d8f2013-03-14 16:44:33 -0700682 top_distdir="$$new_top_distdir" \
683 distdir="$$new_distdir" \
Wink Savillefbaaef92010-05-27 16:25:37 -0700684 am__remove_distdir=: \
685 am__skip_length_check=: \
Ulas Kirazci64d8d8f2013-03-14 16:44:33 -0700686 am__skip_mode_fix=: \
Wink Savillefbaaef92010-05-27 16:25:37 -0700687 distdir) \
688 || exit 1; \
689 fi; \
690 done
Ulas Kirazci64d8d8f2013-03-14 16:44:33 -0700691 -test -n "$(am__skip_mode_fix)" \
692 || find "$(distdir)" -type d ! -perm -755 \
693 -exec chmod u+rwx,go+rx {} \; -o \
Wink Savillefbaaef92010-05-27 16:25:37 -0700694 ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
695 ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
696 ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
Ulas Kirazci64d8d8f2013-03-14 16:44:33 -0700697 || chmod -R a+r "$(distdir)"
Wink Savillefbaaef92010-05-27 16:25:37 -0700698dist-gzip: distdir
699 tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
700 $(am__remove_distdir)
701
702dist-bzip2: distdir
Ulas Kirazci64d8d8f2013-03-14 16:44:33 -0700703 tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
704 $(am__remove_distdir)
705
706dist-lzip: distdir
707 tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
Wink Savillefbaaef92010-05-27 16:25:37 -0700708 $(am__remove_distdir)
709
710dist-lzma: distdir
711 tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma
712 $(am__remove_distdir)
713
Ulas Kirazci64d8d8f2013-03-14 16:44:33 -0700714dist-xz: distdir
715 tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
716 $(am__remove_distdir)
717
Wink Savillefbaaef92010-05-27 16:25:37 -0700718dist-tarZ: distdir
719 tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
720 $(am__remove_distdir)
721
722dist-shar: distdir
723 shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
724 $(am__remove_distdir)
725
726dist-zip: distdir
727 -rm -f $(distdir).zip
728 zip -rq $(distdir).zip $(distdir)
729 $(am__remove_distdir)
730
731dist dist-all: distdir
732 tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
733 $(am__remove_distdir)
734
735# This target untars the dist file and tries a VPATH configuration. Then
736# it guarantees that the distribution is self-contained by making another
737# tarfile.
738distcheck: dist
739 case '$(DIST_ARCHIVES)' in \
740 *.tar.gz*) \
Ulas Kirazci64d8d8f2013-03-14 16:44:33 -0700741 GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
Wink Savillefbaaef92010-05-27 16:25:37 -0700742 *.tar.bz2*) \
Ulas Kirazci64d8d8f2013-03-14 16:44:33 -0700743 bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
Wink Savillefbaaef92010-05-27 16:25:37 -0700744 *.tar.lzma*) \
Ulas Kirazci64d8d8f2013-03-14 16:44:33 -0700745 lzma -dc $(distdir).tar.lzma | $(am__untar) ;;\
746 *.tar.lz*) \
747 lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
748 *.tar.xz*) \
749 xz -dc $(distdir).tar.xz | $(am__untar) ;;\
Wink Savillefbaaef92010-05-27 16:25:37 -0700750 *.tar.Z*) \
751 uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
752 *.shar.gz*) \
Ulas Kirazci64d8d8f2013-03-14 16:44:33 -0700753 GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
Wink Savillefbaaef92010-05-27 16:25:37 -0700754 *.zip*) \
755 unzip $(distdir).zip ;;\
756 esac
757 chmod -R a-w $(distdir); chmod a+w $(distdir)
758 mkdir $(distdir)/_build
759 mkdir $(distdir)/_inst
760 chmod a-w $(distdir)
Ulas Kirazci64d8d8f2013-03-14 16:44:33 -0700761 test -d $(distdir)/_build || exit 0; \
Wink Savillefbaaef92010-05-27 16:25:37 -0700762 dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
763 && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
Ulas Kirazci64d8d8f2013-03-14 16:44:33 -0700764 && am__cwd=`pwd` \
765 && $(am__cd) $(distdir)/_build \
Wink Savillefbaaef92010-05-27 16:25:37 -0700766 && ../configure --srcdir=.. --prefix="$$dc_install_base" \
Ulas Kirazci64d8d8f2013-03-14 16:44:33 -0700767 $(AM_DISTCHECK_CONFIGURE_FLAGS) \
Wink Savillefbaaef92010-05-27 16:25:37 -0700768 $(DISTCHECK_CONFIGURE_FLAGS) \
769 && $(MAKE) $(AM_MAKEFLAGS) \
770 && $(MAKE) $(AM_MAKEFLAGS) dvi \
771 && $(MAKE) $(AM_MAKEFLAGS) check \
772 && $(MAKE) $(AM_MAKEFLAGS) install \
773 && $(MAKE) $(AM_MAKEFLAGS) installcheck \
774 && $(MAKE) $(AM_MAKEFLAGS) uninstall \
775 && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
776 distuninstallcheck \
777 && chmod -R a-w "$$dc_install_base" \
778 && ({ \
779 (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
780 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
781 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
782 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
783 distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
784 } || { rm -rf "$$dc_destdir"; exit 1; }) \
785 && rm -rf "$$dc_destdir" \
786 && $(MAKE) $(AM_MAKEFLAGS) dist \
787 && rm -rf $(DIST_ARCHIVES) \
Ulas Kirazci64d8d8f2013-03-14 16:44:33 -0700788 && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
789 && cd "$$am__cwd" \
790 || exit 1
Wink Savillefbaaef92010-05-27 16:25:37 -0700791 $(am__remove_distdir)
792 @(echo "$(distdir) archives ready for distribution: "; \
793 list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
794 sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
795distuninstallcheck:
Ulas Kirazci64d8d8f2013-03-14 16:44:33 -0700796 @test -n '$(distuninstallcheck_dir)' || { \
797 echo 'ERROR: trying to run $@ with an empty' \
798 '$$(distuninstallcheck_dir)' >&2; \
799 exit 1; \
800 }; \
801 $(am__cd) '$(distuninstallcheck_dir)' || { \
802 echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \
803 exit 1; \
804 }; \
805 test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
Wink Savillefbaaef92010-05-27 16:25:37 -0700806 || { echo "ERROR: files left after uninstall:" ; \
807 if test -n "$(DESTDIR)"; then \
808 echo " (check DESTDIR support)"; \
809 fi ; \
810 $(distuninstallcheck_listfiles) ; \
811 exit 1; } >&2
812distcleancheck: distclean
813 @if test '$(srcdir)' = . ; then \
814 echo "ERROR: distcleancheck can only run from a VPATH build" ; \
815 exit 1 ; \
816 fi
817 @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
818 || { echo "ERROR: files left in build directory after distclean:" ; \
819 $(distcleancheck_listfiles) ; \
820 exit 1; } >&2
821check-am: all-am
822 $(MAKE) $(AM_MAKEFLAGS) check-local
823check: check-recursive
824all-am: Makefile $(DATA) config.h
825installdirs: installdirs-recursive
826installdirs-am:
827 for dir in "$(DESTDIR)$(pkgconfigdir)"; do \
828 test -z "$$dir" || $(MKDIR_P) "$$dir"; \
829 done
830install: install-recursive
831install-exec: install-exec-recursive
832install-data: install-data-recursive
833uninstall: uninstall-recursive
834
835install-am: all-am
836 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
837
838installcheck: installcheck-recursive
839install-strip:
Ulas Kirazci64d8d8f2013-03-14 16:44:33 -0700840 if test -z '$(STRIP)'; then \
841 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
842 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
843 install; \
844 else \
845 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
846 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
847 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
848 fi
Wink Savillefbaaef92010-05-27 16:25:37 -0700849mostlyclean-generic:
850
851clean-generic:
852
853distclean-generic:
854 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
Ulas Kirazci64d8d8f2013-03-14 16:44:33 -0700855 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
Wink Savillefbaaef92010-05-27 16:25:37 -0700856
857maintainer-clean-generic:
858 @echo "This command is intended for maintainers to use"
859 @echo "it deletes files that may require special tools to rebuild."
860 -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
861clean: clean-recursive
862
863clean-am: clean-generic clean-libtool clean-local mostlyclean-am
864
865distclean: distclean-recursive
866 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
867 -rm -f Makefile
868distclean-am: clean-am distclean-generic distclean-hdr \
869 distclean-libtool distclean-tags
870
871dvi: dvi-recursive
872
873dvi-am:
874
875html: html-recursive
876
Ulas Kirazci64d8d8f2013-03-14 16:44:33 -0700877html-am:
878
Wink Savillefbaaef92010-05-27 16:25:37 -0700879info: info-recursive
880
881info-am:
882
883install-data-am: install-pkgconfigDATA
884
885install-dvi: install-dvi-recursive
886
Ulas Kirazci64d8d8f2013-03-14 16:44:33 -0700887install-dvi-am:
888
Wink Savillefbaaef92010-05-27 16:25:37 -0700889install-exec-am:
890
891install-html: install-html-recursive
892
Ulas Kirazci64d8d8f2013-03-14 16:44:33 -0700893install-html-am:
894
Wink Savillefbaaef92010-05-27 16:25:37 -0700895install-info: install-info-recursive
896
Ulas Kirazci64d8d8f2013-03-14 16:44:33 -0700897install-info-am:
898
Wink Savillefbaaef92010-05-27 16:25:37 -0700899install-man:
900
901install-pdf: install-pdf-recursive
902
Ulas Kirazci64d8d8f2013-03-14 16:44:33 -0700903install-pdf-am:
904
Wink Savillefbaaef92010-05-27 16:25:37 -0700905install-ps: install-ps-recursive
906
Ulas Kirazci64d8d8f2013-03-14 16:44:33 -0700907install-ps-am:
908
Wink Savillefbaaef92010-05-27 16:25:37 -0700909installcheck-am:
910
911maintainer-clean: maintainer-clean-recursive
912 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
913 -rm -rf $(top_srcdir)/autom4te.cache
914 -rm -f Makefile
915maintainer-clean-am: distclean-am maintainer-clean-generic
916
917mostlyclean: mostlyclean-recursive
918
919mostlyclean-am: mostlyclean-generic mostlyclean-libtool
920
921pdf: pdf-recursive
922
923pdf-am:
924
925ps: ps-recursive
926
927ps-am:
928
929uninstall-am: uninstall-pkgconfigDATA
930
Ulas Kirazci64d8d8f2013-03-14 16:44:33 -0700931.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) all check-am \
932 ctags-recursive install-am install-strip tags-recursive
Wink Savillefbaaef92010-05-27 16:25:37 -0700933
934.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
935 all all-am am--refresh check check-am check-local clean \
936 clean-generic clean-libtool clean-local ctags ctags-recursive \
Ulas Kirazci64d8d8f2013-03-14 16:44:33 -0700937 dist dist-all dist-bzip2 dist-gzip dist-lzip dist-lzma \
938 dist-shar dist-tarZ dist-xz dist-zip distcheck distclean \
939 distclean-generic distclean-hdr distclean-libtool \
940 distclean-tags distcleancheck distdir distuninstallcheck dvi \
941 dvi-am html html-am info info-am install install-am \
942 install-data install-data-am install-dvi install-dvi-am \
943 install-exec install-exec-am install-html install-html-am \
944 install-info install-info-am install-man install-pdf \
945 install-pdf-am install-pkgconfigDATA install-ps install-ps-am \
946 install-strip installcheck installcheck-am installdirs \
947 installdirs-am maintainer-clean maintainer-clean-generic \
948 mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
949 ps ps-am tags tags-recursive uninstall uninstall-am \
950 uninstall-pkgconfigDATA
Wink Savillefbaaef92010-05-27 16:25:37 -0700951
952
953# Build gtest before we build protobuf tests. We don't add gtest to SUBDIRS
954# because then "make check" would also build and run all of gtest's own tests,
955# which takes a lot of time and is generally not useful to us. Also, we don't
956# want "make install" to recurse into gtest since we don't want to overwrite
957# the installed version of gtest if there is one.
958check-local:
959 @echo "Making lib/libgtest.a lib/libgtest_main.a in gtest"
960 @cd gtest && $(MAKE) $(AM_MAKEFLAGS) lib/libgtest.la lib/libgtest_main.la
961
962# We would like to clean gtest when "make clean" is invoked. But we have to
963# be careful because clean-local is also invoked during "make distclean", but
964# "make distclean" already recurses into gtest because it's listed among the
965# DIST_SUBDIRS. distclean will delete gtest/Makefile, so if we then try to
966# cd to the directory again and "make clean" it will fail. So, check that the
967# Makefile exists before recursing.
968clean-local:
969 @if test -e gtest/Makefile; then \
970 echo "Making clean in gtest"; \
971 cd gtest && $(MAKE) $(AM_MAKEFLAGS) clean; \
972 fi
Ulas Kirazci64d8d8f2013-03-14 16:44:33 -0700973
Wink Savillefbaaef92010-05-27 16:25:37 -0700974# Tell versions [3.59,3.63) of GNU make to not export all variables.
975# Otherwise a system limit (for SysV at least) may be exceeded.
976.NOEXPORT: