Makefile.in 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371
  1. # Makefile.in generated automatically by automake 1.4-p5 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. CC = @CC@
  49. CRYPTLIB = @CRYPTLIB@
  50. MAINT = @MAINT@
  51. MAKEINFO = @MAKEINFO@
  52. NTRIPCASTER_BINDIR = @NTRIPCASTER_BINDIR@
  53. NTRIPCASTER_ETCDIR = @NTRIPCASTER_ETCDIR@
  54. NTRIPCASTER_ETCDIR_INST = @NTRIPCASTER_ETCDIR_INST@
  55. NTRIPCASTER_LOGDIR = @NTRIPCASTER_LOGDIR@
  56. NTRIPCASTER_LOGDIR_INST = @NTRIPCASTER_LOGDIR_INST@
  57. PACKAGE = @PACKAGE@
  58. RANLIB = @RANLIB@
  59. THREADLIBS = @THREADLIBS@
  60. UNAME = @UNAME@
  61. VERSION = @VERSION@
  62. WRAPINCLUDES = @WRAPINCLUDES@
  63. WRAPLIBS = @WRAPLIBS@
  64. AUTOMAKE_OPTIONS = foreign
  65. SUBDIRS = src conf
  66. ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
  67. mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
  68. CONFIG_HEADER = config.h
  69. CONFIG_CLEAN_FILES =
  70. DIST_COMMON = ./stamp-h.in Makefile.am Makefile.in acconfig.h \
  71. aclocal.m4 config.h.in configure configure.in install-sh missing \
  72. mkinstalldirs
  73. DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
  74. TAR = tar
  75. GZIP_ENV = --best
  76. all: all-redirect
  77. .SUFFIXES:
  78. $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
  79. cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile
  80. Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES)
  81. cd $(top_builddir) \
  82. && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
  83. $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ configure.in
  84. cd $(srcdir) && $(ACLOCAL)
  85. config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  86. $(SHELL) ./config.status --recheck
  87. $(srcdir)/configure: @MAINTAINER_MODE_TRUE@$(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
  88. cd $(srcdir) && $(AUTOCONF)
  89. config.h: stamp-h
  90. @if test ! -f $@; then \
  91. rm -f stamp-h; \
  92. $(MAKE) stamp-h; \
  93. else :; fi
  94. stamp-h: $(srcdir)/config.h.in $(top_builddir)/config.status
  95. cd $(top_builddir) \
  96. && CONFIG_FILES= CONFIG_HEADERS=config.h \
  97. $(SHELL) ./config.status
  98. @echo timestamp > stamp-h 2> /dev/null
  99. $(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@$(srcdir)/stamp-h.in
  100. @if test ! -f $@; then \
  101. rm -f $(srcdir)/stamp-h.in; \
  102. $(MAKE) $(srcdir)/stamp-h.in; \
  103. else :; fi
  104. $(srcdir)/stamp-h.in: $(top_srcdir)/configure.in $(ACLOCAL_M4) acconfig.h
  105. cd $(top_srcdir) && $(AUTOHEADER)
  106. @echo timestamp > $(srcdir)/stamp-h.in 2> /dev/null
  107. mostlyclean-hdr:
  108. clean-hdr:
  109. distclean-hdr:
  110. -rm -f config.h
  111. maintainer-clean-hdr:
  112. # This directory's subdirectories are mostly independent; you can cd
  113. # into them and run `make' without going through this Makefile.
  114. # To change the values of `make' variables: instead of editing Makefiles,
  115. # (1) if the variable is set in `config.status', edit `config.status'
  116. # (which will cause the Makefiles to be regenerated when you run `make');
  117. # (2) otherwise, pass the desired values on the `make' command line.
  118. @SET_MAKE@
  119. all-recursive install-data-recursive install-exec-recursive \
  120. installdirs-recursive install-recursive uninstall-recursive \
  121. check-recursive installcheck-recursive info-recursive dvi-recursive:
  122. @set fnord $(MAKEFLAGS); amf=$$2; \
  123. dot_seen=no; \
  124. target=`echo $@ | sed s/-recursive//`; \
  125. list='$(SUBDIRS)'; for subdir in $$list; do \
  126. echo "Making $$target in $$subdir"; \
  127. if test "$$subdir" = "."; then \
  128. dot_seen=yes; \
  129. local_target="$$target-am"; \
  130. else \
  131. local_target="$$target"; \
  132. fi; \
  133. (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
  134. || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
  135. done; \
  136. if test "$$dot_seen" = "no"; then \
  137. $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
  138. fi; test -z "$$fail"
  139. mostlyclean-recursive clean-recursive distclean-recursive \
  140. maintainer-clean-recursive:
  141. @set fnord $(MAKEFLAGS); amf=$$2; \
  142. dot_seen=no; \
  143. rev=''; list='$(SUBDIRS)'; for subdir in $$list; do \
  144. rev="$$subdir $$rev"; \
  145. test "$$subdir" != "." || dot_seen=yes; \
  146. done; \
  147. test "$$dot_seen" = "no" && rev=". $$rev"; \
  148. target=`echo $@ | sed s/-recursive//`; \
  149. for subdir in $$rev; do \
  150. echo "Making $$target in $$subdir"; \
  151. if test "$$subdir" = "."; then \
  152. local_target="$$target-am"; \
  153. else \
  154. local_target="$$target"; \
  155. fi; \
  156. (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
  157. || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
  158. done && test -z "$$fail"
  159. tags-recursive:
  160. list='$(SUBDIRS)'; for subdir in $$list; do \
  161. test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
  162. done
  163. tags: TAGS
  164. ID: $(HEADERS) $(SOURCES) $(LISP)
  165. list='$(SOURCES) $(HEADERS)'; \
  166. unique=`for i in $$list; do echo $$i; done | \
  167. awk ' { files[$$0] = 1; } \
  168. END { for (i in files) print i; }'`; \
  169. here=`pwd` && cd $(srcdir) \
  170. && mkid -f$$here/ID $$unique $(LISP)
  171. TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) $(LISP)
  172. tags=; \
  173. here=`pwd`; \
  174. list='$(SUBDIRS)'; for subdir in $$list; do \
  175. if test "$$subdir" = .; then :; else \
  176. test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
  177. fi; \
  178. done; \
  179. list='$(SOURCES) $(HEADERS)'; \
  180. unique=`for i in $$list; do echo $$i; done | \
  181. awk ' { files[$$0] = 1; } \
  182. END { for (i in files) print i; }'`; \
  183. test -z "$(ETAGS_ARGS)config.h.in$$unique$(LISP)$$tags" \
  184. || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags config.h.in $$unique $(LISP) -o $$here/TAGS)
  185. mostlyclean-tags:
  186. clean-tags:
  187. distclean-tags:
  188. -rm -f TAGS ID
  189. maintainer-clean-tags:
  190. distdir = $(PACKAGE)-$(VERSION)
  191. top_distdir = $(distdir)
  192. # This target untars the dist file and tries a VPATH configuration. Then
  193. # it guarantees that the distribution is self-contained by making another
  194. # tarfile.
  195. distcheck: dist
  196. -rm -rf $(distdir)
  197. GZIP=$(GZIP_ENV) $(TAR) zxf $(distdir).tar.gz
  198. mkdir $(distdir)/=build
  199. mkdir $(distdir)/=inst
  200. dc_install_base=`cd $(distdir)/=inst && pwd`; \
  201. cd $(distdir)/=build \
  202. && ../configure --srcdir=.. --prefix=$$dc_install_base \
  203. && $(MAKE) $(AM_MAKEFLAGS) \
  204. && $(MAKE) $(AM_MAKEFLAGS) dvi \
  205. && $(MAKE) $(AM_MAKEFLAGS) check \
  206. && $(MAKE) $(AM_MAKEFLAGS) install \
  207. && $(MAKE) $(AM_MAKEFLAGS) installcheck \
  208. && $(MAKE) $(AM_MAKEFLAGS) dist
  209. -rm -rf $(distdir)
  210. @banner="$(distdir).tar.gz is ready for distribution"; \
  211. dashes=`echo "$$banner" | sed s/./=/g`; \
  212. echo "$$dashes"; \
  213. echo "$$banner"; \
  214. echo "$$dashes"
  215. dist: distdir
  216. -chmod -R a+r $(distdir)
  217. GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
  218. -rm -rf $(distdir)
  219. dist-all: distdir
  220. -chmod -R a+r $(distdir)
  221. GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
  222. -rm -rf $(distdir)
  223. distdir: $(DISTFILES)
  224. -rm -rf $(distdir)
  225. mkdir $(distdir)
  226. -chmod 777 $(distdir)
  227. here=`cd $(top_builddir) && pwd`; \
  228. top_distdir=`cd $(distdir) && pwd`; \
  229. distdir=`cd $(distdir) && pwd`; \
  230. cd $(top_srcdir) \
  231. && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --foreign Makefile
  232. @for file in $(DISTFILES); do \
  233. d=$(srcdir); \
  234. if test -d $$d/$$file; then \
  235. cp -pr $$d/$$file $(distdir)/$$file; \
  236. else \
  237. test -f $(distdir)/$$file \
  238. || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
  239. || cp -p $$d/$$file $(distdir)/$$file || :; \
  240. fi; \
  241. done
  242. for subdir in $(SUBDIRS); do \
  243. if test "$$subdir" = .; then :; else \
  244. test -d $(distdir)/$$subdir \
  245. || mkdir $(distdir)/$$subdir \
  246. || exit 1; \
  247. chmod 777 $(distdir)/$$subdir; \
  248. (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir=../$(distdir) distdir=../$(distdir)/$$subdir distdir) \
  249. || exit 1; \
  250. fi; \
  251. done
  252. info-am:
  253. info: info-recursive
  254. dvi-am:
  255. dvi: dvi-recursive
  256. check-am: all-am
  257. check: check-recursive
  258. installcheck-am:
  259. installcheck: installcheck-recursive
  260. all-recursive-am: config.h
  261. $(MAKE) $(AM_MAKEFLAGS) all-recursive
  262. install-exec-am:
  263. install-exec: install-exec-recursive
  264. install-data-am: install-data-local
  265. install-data: install-data-recursive
  266. install-am: all-am
  267. @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  268. install: install-recursive
  269. uninstall-am:
  270. uninstall: uninstall-recursive
  271. all-am: Makefile config.h
  272. all-redirect: all-recursive-am
  273. install-strip:
  274. $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
  275. installdirs: installdirs-recursive
  276. installdirs-am:
  277. mostlyclean-generic:
  278. clean-generic:
  279. distclean-generic:
  280. -rm -f Makefile $(CONFIG_CLEAN_FILES)
  281. -rm -f config.cache config.log stamp-h stamp-h[0-9]*
  282. maintainer-clean-generic:
  283. mostlyclean-am: mostlyclean-hdr mostlyclean-tags mostlyclean-generic
  284. mostlyclean: mostlyclean-recursive
  285. clean-am: clean-hdr clean-tags clean-generic mostlyclean-am
  286. clean: clean-recursive
  287. distclean-am: distclean-hdr distclean-tags distclean-generic clean-am
  288. distclean: distclean-recursive
  289. -rm -f config.status
  290. maintainer-clean-am: maintainer-clean-hdr maintainer-clean-tags \
  291. maintainer-clean-generic distclean-am
  292. @echo "This command is intended for maintainers to use;"
  293. @echo "it deletes files that may require special tools to rebuild."
  294. maintainer-clean: maintainer-clean-recursive
  295. -rm -f config.status
  296. .PHONY: mostlyclean-hdr distclean-hdr clean-hdr maintainer-clean-hdr \
  297. install-data-recursive uninstall-data-recursive install-exec-recursive \
  298. uninstall-exec-recursive installdirs-recursive uninstalldirs-recursive \
  299. all-recursive check-recursive installcheck-recursive info-recursive \
  300. dvi-recursive mostlyclean-recursive distclean-recursive clean-recursive \
  301. maintainer-clean-recursive tags tags-recursive mostlyclean-tags \
  302. distclean-tags clean-tags maintainer-clean-tags distdir info-am info \
  303. dvi-am dvi check check-am installcheck-am installcheck all-recursive-am \
  304. install-exec-am install-exec install-data-local install-data-am \
  305. install-data install-am install uninstall-am uninstall all-redirect \
  306. all-am all installdirs-am installdirs mostlyclean-generic \
  307. distclean-generic clean-generic maintainer-clean-generic clean \
  308. mostlyclean distclean maintainer-clean
  309. install-data-local:
  310. mkdir -p $(DESTDIR)$(NTRIPCASTER_LOGDIR_INST)
  311. # Tell versions [3.59,3.63) of GNU make to not export all variables.
  312. # Otherwise a system limit (for SysV at least) may be exceeded.
  313. .NOEXPORT: