~ubuntu-branches/debian/squeeze/protobuf/squeeze

« back to all changes in this revision

Viewing changes to Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Julien Cristau
  • Date: 2009-06-02 16:19:00 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20090602161900-vm176i3ryt35yk91
Tags: 2.0.3-2.2
* Non-maintainer upload.
* Fix FTBFS from -2.1: don't fail when we can't clean up the java build,
  such as when openjdk isn't installed.
* Disable parallel builds, because libtool is made of fail (if binary-arch
  and build-indep run concurrently, we relink a library while it's being
  used; that doesn't work so well).

Show diffs side-by-side

added added

removed removed

Lines of Context:
41
41
        install-sh ltmain.sh missing
42
42
subdir = .
43
43
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
44
 
am__aclocal_m4_deps = $(top_srcdir)/m4/acx_pthread.m4 \
 
44
am__aclocal_m4_deps = $(top_srcdir)/m4/ac_system_extensions.m4 \
 
45
        $(top_srcdir)/m4/acx_pthread.m4 $(top_srcdir)/m4/libtool.m4 \
 
46
        $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
 
47
        $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
45
48
        $(top_srcdir)/m4/stl_hash.m4 $(top_srcdir)/configure.ac
46
49
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
47
50
        $(ACLOCAL_M4)
93
96
CYGPATH_W = @CYGPATH_W@
94
97
DEFS = @DEFS@
95
98
DEPDIR = @DEPDIR@
96
 
ECHO = @ECHO@
 
99
DSYMUTIL = @DSYMUTIL@
 
100
DUMPBIN = @DUMPBIN@
97
101
ECHO_C = @ECHO_C@
98
102
ECHO_N = @ECHO_N@
99
103
ECHO_T = @ECHO_T@
100
104
EGREP = @EGREP@
101
105
EXEEXT = @EXEEXT@
102
 
F77 = @F77@
103
 
FFLAGS = @FFLAGS@
 
106
FGREP = @FGREP@
104
107
GCC_FALSE = @GCC_FALSE@
105
108
GCC_TRUE = @GCC_TRUE@
 
109
GREP = @GREP@
106
110
INSTALL_DATA = @INSTALL_DATA@
107
111
INSTALL_PROGRAM = @INSTALL_PROGRAM@
108
112
INSTALL_SCRIPT = @INSTALL_SCRIPT@
109
113
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
 
114
LD = @LD@
110
115
LDFLAGS = @LDFLAGS@
111
116
LIBOBJS = @LIBOBJS@
112
117
LIBS = @LIBS@
113
118
LIBTOOL = @LIBTOOL@
 
119
LIPO = @LIPO@
114
120
LN_S = @LN_S@
115
121
LTLIBOBJS = @LTLIBOBJS@
116
122
MAKEINFO = @MAKEINFO@
 
123
NM = @NM@
 
124
NMEDIT = @NMEDIT@
117
125
OBJEXT = @OBJEXT@
 
126
OTOOL = @OTOOL@
 
127
OTOOL64 = @OTOOL64@
118
128
PACKAGE = @PACKAGE@
119
129
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
120
130
PACKAGE_NAME = @PACKAGE_NAME@
127
137
PTHREAD_CFLAGS = @PTHREAD_CFLAGS@
128
138
PTHREAD_LIBS = @PTHREAD_LIBS@
129
139
RANLIB = @RANLIB@
 
140
SED = @SED@
130
141
SET_MAKE = @SET_MAKE@
131
142
SHELL = @SHELL@
132
143
STRIP = @STRIP@
134
145
ac_ct_AR = @ac_ct_AR@
135
146
ac_ct_CC = @ac_ct_CC@
136
147
ac_ct_CXX = @ac_ct_CXX@
137
 
ac_ct_F77 = @ac_ct_F77@
 
148
ac_ct_DSYMUTIL = @ac_ct_DSYMUTIL@
 
149
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
 
150
ac_ct_LIPO = @ac_ct_LIPO@
 
151
ac_ct_NMEDIT = @ac_ct_NMEDIT@
 
152
ac_ct_OTOOL = @ac_ct_OTOOL@
 
153
ac_ct_OTOOL64 = @ac_ct_OTOOL64@
138
154
ac_ct_RANLIB = @ac_ct_RANLIB@
139
155
ac_ct_STRIP = @ac_ct_STRIP@
140
156
acx_pthread_config = @acx_pthread_config@
166
182
libdir = @libdir@
167
183
libexecdir = @libexecdir@
168
184
localstatedir = @localstatedir@
 
185
lt_ECHO = @lt_ECHO@
169
186
mandir = @mandir@
170
187
mkdir_p = @mkdir_p@
171
188
oldincludedir = @oldincludedir@
176
193
sysconfdir = @sysconfdir@
177
194
target_alias = @target_alias@
178
195
ACLOCAL_AMFLAGS = -I m4
 
196
AUTOMAKE_OPTIONS = foreign
179
197
SUBDIRS = src
180
198
EXTRA_DIST = \
181
199
  autogen.sh                                                                 \
241
259
  java/pom.xml                                                               \
242
260
  java/README.txt                                                            \
243
261
  python/google/protobuf/internal/generator_test.py                          \
 
262
  python/google/protobuf/internal/containers.py                              \
244
263
  python/google/protobuf/internal/decoder.py                                 \
245
264
  python/google/protobuf/internal/decoder_test.py                            \
246
265
  python/google/protobuf/internal/descriptor_test.py                         \
257
276
  python/google/protobuf/internal/service_reflection_test.py                 \
258
277
  python/google/protobuf/internal/test_util.py                               \
259
278
  python/google/protobuf/internal/text_format_test.py                        \
 
279
  python/google/protobuf/internal/type_checkers.py                           \
260
280
  python/google/protobuf/internal/wire_format.py                             \
261
281
  python/google/protobuf/internal/wire_format_test.py                        \
262
282
  python/google/protobuf/internal/__init__.py                                \