~ubuntu-branches/debian/lenny/tor/lenny

« back to all changes in this revision

Viewing changes to contrib/suse/Makefile.in

  • Committer: Package Import Robot
  • Author(s): Peter Palfrader
  • Date: 2011-12-15 21:25:18 UTC
  • mfrom: (1.6.1) (6.1.16 sid)
  • Revision ID: package-import@ubuntu.com-20111215212518-4eaqirobd1uhcmxb
Tags: 0.2.1.32-1
New upstream version, fixing a heap overflow bug related to Tor's
SOCKS code (CVE-2011-2778).

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.10.1 from Makefile.am.
 
1
# Makefile.in generated by automake 1.11.1 from Makefile.am.
2
2
# @configure_input@
3
3
 
4
4
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5
 
# 2003, 2004, 2005, 2006, 2007, 2008  Free Software Foundation, Inc.
 
5
# 2003, 2004, 2005, 2006, 2007, 2008, 2009  Free Software Foundation,
 
6
# Inc.
6
7
# This Makefile.in is free software; the Free Software Foundation
7
8
# gives unlimited permission to copy and/or distribute it,
8
9
# with or without modifications, as long as this notice is preserved.
15
16
@SET_MAKE@
16
17
VPATH = @srcdir@
17
18
pkgdatadir = $(datadir)/@PACKAGE@
 
19
pkgincludedir = $(includedir)/@PACKAGE@
18
20
pkglibdir = $(libdir)/@PACKAGE@
19
 
pkgincludedir = $(includedir)/@PACKAGE@
 
21
pkglibexecdir = $(libexecdir)/@PACKAGE@
20
22
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
21
23
install_sh_DATA = $(install_sh) -c -m 644
22
24
install_sh_PROGRAM = $(install_sh) -c
42
44
mkinstalldirs = $(install_sh) -d
43
45
CONFIG_HEADER = $(top_builddir)/orconfig.h
44
46
CONFIG_CLEAN_FILES = tor.sh
 
47
CONFIG_CLEAN_VPATH_FILES =
45
48
SOURCES =
46
49
DIST_SOURCES =
47
50
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
86
89
PACKAGE_NAME = @PACKAGE_NAME@
87
90
PACKAGE_STRING = @PACKAGE_STRING@
88
91
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
92
PACKAGE_URL = @PACKAGE_URL@
89
93
PACKAGE_VERSION = @PACKAGE_VERSION@
90
94
PATH_SEPARATOR = @PATH_SEPARATOR@
91
95
RANLIB = @RANLIB@
152
156
srcdir = @srcdir@
153
157
sysconfdir = @sysconfdir@
154
158
target_alias = @target_alias@
 
159
top_build_prefix = @top_build_prefix@
155
160
top_builddir = @top_builddir@
156
161
top_srcdir = @top_srcdir@
157
162
confdir = $(sysconfdir)/tor
163
168
        @for dep in $?; do \
164
169
          case '$(am__configure_deps)' in \
165
170
            *$$dep*) \
166
 
              cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
167
 
                && exit 0; \
 
171
              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
 
172
                && { if test -f $@; then exit 0; else break; fi; }; \
168
173
              exit 1;; \
169
174
          esac; \
170
175
        done; \
171
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  contrib/suse/Makefile'; \
172
 
        cd $(top_srcdir) && \
173
 
          $(AUTOMAKE) --foreign  contrib/suse/Makefile
 
176
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign contrib/suse/Makefile'; \
 
177
        $(am__cd) $(top_srcdir) && \
 
178
          $(AUTOMAKE) --foreign contrib/suse/Makefile
174
179
.PRECIOUS: Makefile
175
180
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
176
181
        @case '$?' in \
188
193
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
189
194
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
190
195
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
196
$(am__aclocal_m4_deps):
191
197
tor.sh: $(top_builddir)/config.status $(srcdir)/tor.sh.in
192
198
        cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
193
199
tags: TAGS
213
219
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
214
220
          if test -d $$d/$$file; then \
215
221
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
222
            if test -d "$(distdir)/$$file"; then \
 
223
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
224
            fi; \
216
225
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
217
 
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
226
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
 
227
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
218
228
            fi; \
219
 
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
229
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
220
230
          else \
221
 
            test -f $(distdir)/$$file \
222
 
            || cp -p $$d/$$file $(distdir)/$$file \
 
231
            test -f "$(distdir)/$$file" \
 
232
            || cp -p $$d/$$file "$(distdir)/$$file" \
223
233
            || exit 1; \
224
234
          fi; \
225
235
        done
247
257
 
248
258
distclean-generic:
249
259
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
260
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
250
261
 
251
262
maintainer-clean-generic:
252
263
        @echo "This command is intended for maintainers to use"
265
276
 
266
277
html: html-am
267
278
 
 
279
html-am:
 
280
 
268
281
info: info-am
269
282
 
270
283
info-am:
273
286
 
274
287
install-dvi: install-dvi-am
275
288
 
 
289
install-dvi-am:
 
290
 
276
291
install-exec-am:
277
292
 
278
293
install-html: install-html-am
279
294
 
 
295
install-html-am:
 
296
 
280
297
install-info: install-info-am
281
298
 
 
299
install-info-am:
 
300
 
282
301
install-man:
283
302
 
284
303
install-pdf: install-pdf-am
285
304
 
 
305
install-pdf-am:
 
306
 
286
307
install-ps: install-ps-am
287
308
 
 
309
install-ps-am:
 
310
 
288
311
installcheck-am:
289
312
 
290
313
maintainer-clean: maintainer-clean-am
317
340
        maintainer-clean maintainer-clean-generic mostlyclean \
318
341
        mostlyclean-generic pdf pdf-am ps ps-am uninstall uninstall-am
319
342
 
 
343
 
320
344
# Tell versions [3.59,3.63) of GNU make to not export all variables.
321
345
# Otherwise a system limit (for SysV at least) may be exceeded.
322
346
.NOEXPORT: