root/torment/trunk/Makefile.in

Revision 3922, 12.9 kB (checked in by hdm, 2 years ago)

Merge from 0.1.1.21 to 0.1.1.23

  • Property svn:eol-style set to native
Line 
1 # Makefile.in generated automatically by automake 1.4-p6 from Makefile.am
2
3 # Copyright (C) 1994, 1995-8, 1999, 2001 Free Software Foundation, Inc.
4 # This Makefile.in is free software; the Free Software Foundation
5 # gives unlimited permission to copy and/or distribute it,
6 # with or without modifications, as long as this notice is preserved.
7
8 # This program is distributed in the hope that it will be useful,
9 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
10 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
11 # PARTICULAR PURPOSE.
12
13 # $Id: Makefile.am 6438 2006-05-04 00:40:27Z phobos $
14 # Copyright (c) 2001-2004, Roger Dingledine
15 # Copyright (c) 2004-2006, Roger Dingledine, Nick Mathewson
16 # See LICENSE for licensing information
17
18
19 SHELL = @SHELL@
20
21 srcdir = @srcdir@
22 top_srcdir = @top_srcdir@
23 VPATH = @srcdir@
24 prefix = @prefix@
25 exec_prefix = @exec_prefix@
26
27 bindir = @bindir@
28 sbindir = @sbindir@
29 libexecdir = @libexecdir@
30 datadir = @datadir@
31 sysconfdir = @sysconfdir@
32 sharedstatedir = @sharedstatedir@
33 localstatedir = @localstatedir@
34 libdir = @libdir@
35 infodir = @infodir@
36 mandir = @mandir@
37 includedir = @includedir@
38 oldincludedir = /usr/include
39
40 DESTDIR =
41
42 pkgdatadir = $(datadir)/@PACKAGE@
43 pkglibdir = $(libdir)/@PACKAGE@
44 pkgincludedir = $(includedir)/@PACKAGE@
45
46 top_builddir = .
47
48 ACLOCAL = @ACLOCAL@
49 AUTOCONF = @AUTOCONF@
50 AUTOMAKE = @AUTOMAKE@
51 AUTOHEADER = @AUTOHEADER@
52
53 INSTALL = @INSTALL@
54 INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
55 INSTALL_DATA = @INSTALL_DATA@
56 INSTALL_SCRIPT = @INSTALL_SCRIPT@
57 transform = @program_transform_name@
58
59 NORMAL_INSTALL = :
60 PRE_INSTALL = :
61 POST_INSTALL = :
62 NORMAL_UNINSTALL = :
63 PRE_UNINSTALL = :
64 POST_UNINSTALL = :
65 host_alias = @host_alias@
66 host_triplet = @host@
67 BINDIR = @BINDIR@
68 CC = @CC@
69 CONFDIR = @CONFDIR@
70 HAVE_LIB = @HAVE_LIB@
71 LIB = @LIB@
72 LOCALSTATEDIR = @LOCALSTATEDIR@
73 LOGFACILITY = @LOGFACILITY@
74 LTLIB = @LTLIB@
75 MAKEINFO = @MAKEINFO@
76 PACKAGE = @PACKAGE@
77 RANLIB = @RANLIB@
78 TORGROUP = @TORGROUP@
79 TORUSER = @TORUSER@
80 VERSION = @VERSION@
81
82 AUTOMAKE_OPTIONS = foreign
83
84 SUBDIRS = src doc contrib
85
86 DIST_SUBDIRS = src doc contrib
87
88 EXTRA_DIST = INSTALL README AUTHORS LICENSE ChangeLog tor.spec tor.spec.in
89 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
90 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
91 CONFIG_HEADER = orconfig.h
92 CONFIG_CLEAN_FILES =  tor.spec
93 DIST_COMMON =  README ./stamp-h.in AUTHORS ChangeLog INSTALL Makefile.am \
94 Makefile.in aclocal.m4 config.guess config.sub configure configure.in \
95 install-sh missing mkinstalldirs orconfig.h.in tor.spec.in
96
97
98 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
99
100 TAR = tar
101 GZIP_ENV = --best
102 all: all-redirect
103 .SUFFIXES:
104 $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
105         cd $(top_srcdir) && $(AUTOMAKE) --foreign --include-deps Makefile
106
107 Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status
108         cd $(top_builddir) \
109           && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
110
111 $(ACLOCAL_M4):  configure.in
112         cd $(srcdir) && $(ACLOCAL)
113
114 config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
115         $(SHELL) ./config.status --recheck
116 $(srcdir)/configure: $(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
117         cd $(srcdir) && $(AUTOCONF)
118
119 orconfig.h: stamp-h
120         @if test ! -f $@; then \
121                 rm -f stamp-h; \
122                 $(MAKE) stamp-h; \
123         else :; fi
124 stamp-h: $(srcdir)/orconfig.h.in $(top_builddir)/config.status
125         cd $(top_builddir) \
126           && CONFIG_FILES= CONFIG_HEADERS=orconfig.h \
127              $(SHELL) ./config.status
128         @echo timestamp > stamp-h 2> /dev/null
129 $(srcdir)/orconfig.h.in: $(srcdir)/stamp-h.in
130         @if test ! -f $@; then \
131                 rm -f $(srcdir)/stamp-h.in; \
132                 $(MAKE) $(srcdir)/stamp-h.in; \
133         else :; fi
134 $(srcdir)/stamp-h.in: $(top_srcdir)/configure.in $(ACLOCAL_M4)
135         cd $(top_srcdir) && $(AUTOHEADER)
136         @echo timestamp > $(srcdir)/stamp-h.in 2> /dev/null
137
138 mostlyclean-hdr:
139
140 clean-hdr:
141
142 distclean-hdr:
143         -rm -f orconfig.h
144
145 maintainer-clean-hdr:
146 tor.spec: $(top_builddir)/config.status tor.spec.in
147         cd $(top_builddir) && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
148
149 # This directory's subdirectories are mostly independent; you can cd
150 # into them and run `make' without going through this Makefile.
151 # To change the values of `make' variables: instead of editing Makefiles,
152 # (1) if the variable is set in `config.status', edit `config.status'
153 #     (which will cause the Makefiles to be regenerated when you run `make');
154 # (2) otherwise, pass the desired values on the `make' command line.
155
156 @SET_MAKE@
157
158 all-recursive install-data-recursive install-exec-recursive \
159 installdirs-recursive install-recursive uninstall-recursive  \
160 check-recursive installcheck-recursive info-recursive dvi-recursive:
161         @set fnord $$MAKEFLAGS; amf=$$2; \
162         dot_seen=no; \
163         target=`echo $@ | sed s/-recursive//`; \
164         list='$(SUBDIRS)'; for subdir in $$list; do \
165           echo "Making $$target in $$subdir"; \
166           if test "$$subdir" = "."; then \
167             dot_seen=yes; \
168             local_target="$$target-am"; \
169           else \
170             local_target="$$target"; \
171           fi; \
172           (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
173            || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
174         done; \
175         if test "$$dot_seen" = "no"; then \
176           $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
177         fi; test -z "$$fail"
178
179 mostlyclean-recursive clean-recursive distclean-recursive \
180 maintainer-clean-recursive:
181         @set fnord $$MAKEFLAGS; amf=$$2; \
182         dot_seen=no; \
183         rev=''; list='$(SUBDIRS)'; for subdir in $$list; do \
184           rev="$$subdir $$rev"; \
185           test "$$subdir" != "." || dot_seen=yes; \
186         done; \
187         test "$$dot_seen" = "no" && rev=". $$rev"; \
188         target=`echo $@ | sed s/-recursive//`; \
189         for subdir in $$rev; do \
190           echo "Making $$target in $$subdir"; \
191           if test "$$subdir" = "."; then \
192             local_target="$$target-am"; \
193           else \
194             local_target="$$target"; \
195           fi; \
196           (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
197            || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
198         done && test -z "$$fail"
199 tags-recursive:
200         list='$(SUBDIRS)'; for subdir in $$list; do \
201           test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
202         done
203
204 tags: TAGS
205
206 ID: $(HEADERS) $(SOURCES) $(LISP)
207         list='$(SOURCES) $(HEADERS)'; \
208         unique=`for i in $$list; do echo $$i; done | \
209           awk '    { files[$$0] = 1; } \
210                END { for (i in files) print i; }'`; \
211         here=`pwd` && cd $(srcdir) \
212           && mkid -f$$here/ID $$unique $(LISP)
213
214 TAGS: tags-recursive $(HEADERS) $(SOURCES) orconfig.h.in $(TAGS_DEPENDENCIES) $(LISP)
215         tags=; \
216         here=`pwd`; \
217         list='$(SUBDIRS)'; for subdir in $$list; do \
218    if test "$$subdir" = .; then :; else \
219             test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
220    fi; \
221         done; \
222         list='$(SOURCES) $(HEADERS)'; \
223         unique=`for i in $$list; do echo $$i; done | \
224           awk '    { files[$$0] = 1; } \
225                END { for (i in files) print i; }'`; \
226         test -z "$(ETAGS_ARGS)orconfig.h.in$$unique$(LISP)$$tags" \
227           || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags orconfig.h.in $$unique $(LISP) -o $$here/TAGS)
228
229 mostlyclean-tags:
230
231 clean-tags:
232
233 distclean-tags:
234         -rm -f TAGS ID
235
236 maintainer-clean-tags:
237
238 distdir = $(PACKAGE)-$(VERSION)
239 top_distdir = $(distdir)
240
241 # This target untars the dist file and tries a VPATH configuration.  Then
242 # it guarantees that the distribution is self-contained by making another
243 # tarfile.
244 distcheck: dist
245         -rm -rf $(distdir)
246         GZIP=$(GZIP_ENV) $(TAR) zxf $(distdir).tar.gz
247         mkdir $(distdir)/=build
248         mkdir $(distdir)/=inst
249         dc_install_base=`cd $(distdir)/=inst && pwd`; \
250         cd $(distdir)/=build \
251           && ../configure --srcdir=.. --prefix=$$dc_install_base \
252           && $(MAKE) $(AM_MAKEFLAGS) \
253           && $(MAKE) $(AM_MAKEFLAGS) dvi \
254           && $(MAKE) $(AM_MAKEFLAGS) check \
255           && $(MAKE) $(AM_MAKEFLAGS) install \
256           && $(MAKE) $(AM_MAKEFLAGS) installcheck \
257           && $(MAKE) $(AM_MAKEFLAGS) dist
258         -rm -rf $(distdir)
259         @banner="$(distdir).tar.gz is ready for distribution"; \
260         dashes=`echo "$$banner" | sed s/./=/g`; \
261         echo "$$dashes"; \
262         echo "$$banner"; \
263         echo "$$dashes"
264 dist: distdir
265         -chmod -R a+r $(distdir)
266         GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
267         -rm -rf $(distdir)
268 dist-all: distdir
269         -chmod -R a+r $(distdir)
270         GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
271         -rm -rf $(distdir)
272 distdir: $(DISTFILES)
273         -rm -rf $(distdir)
274         mkdir $(distdir)
275         -chmod 777 $(distdir)
276         @for file in $(DISTFILES); do \
277           d=$(srcdir); \
278           if test -d $$d/$$file; then \
279             cp -pr $$d/$$file $(distdir)/$$file; \
280           else \
281             test -f $(distdir)/$$file \
282             || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
283             || cp -p $$d/$$file $(distdir)/$$file || :; \
284           fi; \
285         done
286         for subdir in $(DIST_SUBDIRS); do \
287           if test "$$subdir" = .; then :; else \
288             test -d $(distdir)/$$subdir \
289             || mkdir $(distdir)/$$subdir \
290             || exit 1; \
291             chmod 777 $(distdir)/$$subdir; \
292             (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir=../$(distdir) distdir=../$(distdir)/$$subdir distdir) \
293               || exit 1; \
294           fi; \
295         done
296 info-am:
297 info: info-recursive
298 dvi-am:
299 dvi: dvi-recursive
300 check-am: all-am
301 check: check-recursive
302 installcheck-am:
303 installcheck: installcheck-recursive
304 all-recursive-am: orconfig.h
305         $(MAKE) $(AM_MAKEFLAGS) all-recursive
306
307 install-exec-am:
308 install-exec: install-exec-recursive
309
310 install-data-am:
311 install-data: install-data-recursive
312
313 install-am: all-am
314         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
315 install: install-recursive
316 uninstall-am:
317 uninstall: uninstall-recursive
318 all-am: Makefile orconfig.h
319 all-redirect: all-recursive-am
320 install-strip:
321         $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
322 installdirs: installdirs-recursive
323 installdirs-am:
324
325
326 mostlyclean-generic:
327
328 clean-generic:
329
330 distclean-generic:
331         -rm -f Makefile $(CONFIG_CLEAN_FILES)
332         -rm -f config.cache config.log stamp-h stamp-h[0-9]*
333
334 maintainer-clean-generic:
335 mostlyclean-am:  mostlyclean-hdr mostlyclean-tags mostlyclean-generic
336
337 mostlyclean: mostlyclean-recursive
338
339 clean-am:  clean-hdr clean-tags clean-generic mostlyclean-am
340
341 clean: clean-recursive
342
343 distclean-am:  distclean-hdr distclean-tags distclean-generic clean-am
344
345 distclean: distclean-recursive
346         -rm -f config.status
347
348 maintainer-clean-am:  maintainer-clean-hdr maintainer-clean-tags \
349                 maintainer-clean-generic distclean-am
350         @echo "This command is intended for maintainers to use;"
351         @echo "it deletes files that may require special tools to rebuild."
352
353 maintainer-clean: maintainer-clean-recursive
354         -rm -f config.status
355
356 .PHONY: mostlyclean-hdr distclean-hdr clean-hdr maintainer-clean-hdr \
357 install-data-recursive uninstall-data-recursive install-exec-recursive \
358 uninstall-exec-recursive installdirs-recursive uninstalldirs-recursive \
359 all-recursive check-recursive installcheck-recursive info-recursive \
360 dvi-recursive mostlyclean-recursive distclean-recursive clean-recursive \
361 maintainer-clean-recursive tags tags-recursive mostlyclean-tags \
362 distclean-tags clean-tags maintainer-clean-tags distdir info-am info \
363 dvi-am dvi check check-am installcheck-am installcheck all-recursive-am \
364 install-exec-am install-exec install-data-am install-data install-am \
365 install uninstall-am uninstall all-redirect all-am all installdirs-am \
366 installdirs mostlyclean-generic distclean-generic clean-generic \
367 maintainer-clean-generic clean mostlyclean distclean maintainer-clean
368
369  # else it keeps trying to put COPYING back in
370
371 #install-data-local:
372 #       $(INSTALL) -m 755 -d $(LOCALSTATEDIR)/lib/tor
373
374 dist-rpm:
375         RPM_BUILD_DIR="/tmp/tor-rpm-build-$$$$";                \
376         rm -rf $$RPM_BUILD_DIR;                                 \
377         mkdir $$RPM_BUILD_DIR || exit 1;                        \
378         for subdir in BUILD RPMS SOURCES SPECS SRPMS; do        \
379             mkdir $$RPM_BUILD_DIR/$$subdir;                     \
380         done;                                                   \
381         mkdir $$RPM_BUILD_DIR/SOURCES/tor-$(VERSION);           \
382         cp -R ./ $$RPM_BUILD_DIR/SOURCES/tor-$(VERSION)/;       \
383         pushd $$RPM_BUILD_DIR/SOURCES/;                         \
384         tar zcf tor-$(VERSION).tar.gz ./;                       \
385         popd;                                                   \
386         rpmbuild -ba --define "_topdir $$RPM_BUILD_DIR" tor.spec; \
387         mv $$RPM_BUILD_DIR/SRPMS/* .;                           \
388         mv $$RPM_BUILD_DIR/RPMS/* .;                            \
389         rm -rf $$RPM_BUILD_DIR
390
391 dist-osx:
392         @if [ "x$(prefix)" != 'x/Library/Tor' ]; then \
393           echo "Configure with --prefix=/Library/Tor, please"; \
394           exit 1; \
395         fi; \
396         if [ "x$(bindir)" != 'x/Library/Tor' ]; then \
397           echo "Configure with --bindir=/Library/Tor, please"; \
398           exit 1; \
399         fi; \
400         if [ "x$(sysconfdir)" != 'x/Library' ]; then \
401           echo "Configure with --sysconfdir=/Library, please"; \
402           exit 1; \
403         fi
404         $(MAKE) all
405         VERSION=$(VERSION) sh ./contrib/osx/package.sh
406
407 doxygen:
408         doxygen && cd doc/doxygen/latex && make
409
410 # Avoid strlcpy.c, strlcat.c, tree.h
411 check-spaces:
412         ./contrib/checkSpace.pl -C             \
413                 src/common/*.h                 \
414                 src/common/[^s]*.c             \
415                 src/or/[^t]*.[ch] src/or/t*.c
416
417 # Tell versions [3.59,3.63) of GNU make to not export all variables.
418 # Otherwise a system limit (for SysV at least) may be exceeded.
419 .NOEXPORT:
Note: See TracBrowser for help on using the browser.