Makefile.in 5.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206
  1. # Makefile.in generated automatically by automake 1.4-p6 from Makefile.am
  2. # Copyright (C) 1994, 1995-8, 1999, 2001 Free Software Foundation, Inc.
  3. # This Makefile.in is free software; the Free Software Foundation
  4. # gives unlimited permission to copy and/or distribute it,
  5. # with or without modifications, as long as this notice is preserved.
  6. # This program is distributed in the hope that it will be useful,
  7. # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
  8. # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
  9. # PARTICULAR PURPOSE.
  10. SHELL = @SHELL@
  11. srcdir = @srcdir@
  12. top_srcdir = @top_srcdir@
  13. VPATH = @srcdir@
  14. prefix = @prefix@
  15. exec_prefix = @exec_prefix@
  16. bindir = @bindir@
  17. sbindir = @sbindir@
  18. libexecdir = @libexecdir@
  19. datadir = @datadir@
  20. sysconfdir = @sysconfdir@
  21. sharedstatedir = @sharedstatedir@
  22. localstatedir = @localstatedir@
  23. libdir = @libdir@
  24. infodir = @infodir@
  25. mandir = @mandir@
  26. includedir = @includedir@
  27. oldincludedir = /usr/include
  28. DESTDIR =
  29. pkgdatadir = $(datadir)/@PACKAGE@
  30. pkglibdir = $(libdir)/@PACKAGE@
  31. pkgincludedir = $(includedir)/@PACKAGE@
  32. top_builddir = ../..
  33. ACLOCAL = @ACLOCAL@
  34. AUTOCONF = @AUTOCONF@
  35. AUTOMAKE = @AUTOMAKE@
  36. AUTOHEADER = @AUTOHEADER@
  37. INSTALL = @INSTALL@
  38. INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
  39. INSTALL_DATA = @INSTALL_DATA@
  40. INSTALL_SCRIPT = @INSTALL_SCRIPT@
  41. transform = @program_transform_name@
  42. NORMAL_INSTALL = :
  43. PRE_INSTALL = :
  44. POST_INSTALL = :
  45. NORMAL_UNINSTALL = :
  46. PRE_UNINSTALL = :
  47. POST_UNINSTALL = :
  48. host_alias = @host_alias@
  49. host_triplet = @host@
  50. BINDIR = @BINDIR@
  51. CC = @CC@
  52. CONFDIR = @CONFDIR@
  53. HAVE_LIB = @HAVE_LIB@
  54. LIB = @LIB@
  55. LOCALSTATEDIR = @LOCALSTATEDIR@
  56. LTLIB = @LTLIB@
  57. MAKEINFO = @MAKEINFO@
  58. PACKAGE = @PACKAGE@
  59. RANLIB = @RANLIB@
  60. VERSION = @VERSION@
  61. EXTRA_DIST = cell-struct.fig interaction.fig tor-design.bib usenix.sty latex8.bst tor-design.tex
  62. DISTCLEANFILES = cell-struct.eps interaction.eps cell-struct.pdf interaction.pdf tor-design.aux tor-design.bbl tor-design.blg tor-design.log tor-design.dvi tor-design.ps
  63. mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
  64. CONFIG_HEADER = ../../orconfig.h
  65. CONFIG_CLEAN_FILES =
  66. DIST_COMMON = Makefile.am Makefile.in
  67. DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
  68. TAR = tar
  69. GZIP_ENV = --best
  70. all: all-redirect
  71. .SUFFIXES:
  72. $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
  73. cd $(top_srcdir) && $(AUTOMAKE) --gnu doc/design-paper/Makefile
  74. Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES)
  75. cd $(top_builddir) \
  76. && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
  77. tags: TAGS
  78. TAGS:
  79. distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
  80. subdir = doc/design-paper
  81. distdir: $(DISTFILES)
  82. here=`cd $(top_builddir) && pwd`; \
  83. top_distdir=`cd $(top_distdir) && pwd`; \
  84. distdir=`cd $(distdir) && pwd`; \
  85. cd $(top_srcdir) \
  86. && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --gnu doc/design-paper/Makefile
  87. @for file in $(DISTFILES); do \
  88. d=$(srcdir); \
  89. if test -d $$d/$$file; then \
  90. cp -pr $$d/$$file $(distdir)/$$file; \
  91. else \
  92. test -f $(distdir)/$$file \
  93. || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
  94. || cp -p $$d/$$file $(distdir)/$$file || :; \
  95. fi; \
  96. done
  97. info-am:
  98. info: info-am
  99. dvi-am:
  100. dvi: dvi-am
  101. check-am: all-am
  102. check: check-am
  103. installcheck-am:
  104. installcheck: installcheck-am
  105. install-exec-am:
  106. install-exec: install-exec-am
  107. install-data-am:
  108. install-data: install-data-am
  109. install-am: all-am
  110. @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  111. install: install-am
  112. uninstall-am:
  113. uninstall: uninstall-am
  114. all-am: Makefile
  115. all-redirect: all-am
  116. install-strip:
  117. $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
  118. installdirs:
  119. mostlyclean-generic:
  120. clean-generic:
  121. distclean-generic:
  122. -rm -f Makefile $(CONFIG_CLEAN_FILES)
  123. -rm -f config.cache config.log stamp-h stamp-h[0-9]*
  124. -test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)
  125. maintainer-clean-generic:
  126. mostlyclean-am: mostlyclean-generic
  127. mostlyclean: mostlyclean-am
  128. clean-am: clean-generic mostlyclean-am
  129. clean: clean-am
  130. distclean-am: distclean-generic clean-am
  131. distclean: distclean-am
  132. maintainer-clean-am: maintainer-clean-generic distclean-am
  133. @echo "This command is intended for maintainers to use;"
  134. @echo "it deletes files that may require special tools to rebuild."
  135. maintainer-clean: maintainer-clean-am
  136. .PHONY: tags distdir info-am info dvi-am dvi check check-am \
  137. installcheck-am installcheck install-exec-am install-exec \
  138. install-data-am install-data install-am install uninstall-am uninstall \
  139. all-redirect all-am all installdirs mostlyclean-generic \
  140. distclean-generic clean-generic maintainer-clean-generic clean \
  141. mostlyclean distclean maintainer-clean
  142. cell-struct.eps: cell-struct.fig
  143. fig2dev -L eps $< $@
  144. interaction.eps: interaction.fig
  145. fig2dev -L eps $< $@
  146. cell-struct.pdf: cell-struct.fig
  147. fig2dev -L pdf $< $@
  148. interaction.pdf: interaction.fig
  149. fig2dev -L pdf $< $@
  150. tor-design.ps: cell-struct.eps interaction.eps tor-design.bib tor-design.tex usenix.sty latex8.bst
  151. latex tor-design.tex
  152. bibtex tor-design
  153. latex tor-design.tex
  154. latex tor-design.tex
  155. dvips -o $@ tor-design.dvi
  156. tor-design.pdf: cell-struct.pdf interaction.pdf tor-design.bib tor-design.tex usenix.sty latex8.bst
  157. pdflatex tor-design.tex
  158. bibtex tor-design
  159. pdflatex tor-design.tex
  160. pdflatex tor-design.tex
  161. # Tell versions [3.59,3.63) of GNU make to not export all variables.
  162. # Otherwise a system limit (for SysV at least) may be exceeded.
  163. .NOEXPORT: