Makefile.in 5.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216
  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. etcdir = $(NTRIPCASTER_ETCDIR_INST)
  66. etc_DATA = ntripcaster.conf.dist sourcetable.dat.dist ntripcaster.conf sourcetable.dat
  67. EXTRA_DIST = $(etc_DATA)
  68. mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
  69. CONFIG_HEADER = ../config.h
  70. CONFIG_CLEAN_FILES = ntripcaster.conf.dist
  71. DATA = $(etc_DATA)
  72. DIST_COMMON = Makefile.am Makefile.in ntripcaster.conf.dist.in
  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 conf/Makefile
  80. Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES)
  81. cd $(top_builddir) \
  82. && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
  83. ntripcaster.conf.dist: $(top_builddir)/config.status ntripcaster.conf.dist.in
  84. cd $(top_builddir) && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
  85. install-etcDATA: $(etc_DATA)
  86. @$(NORMAL_INSTALL)
  87. $(mkinstalldirs) $(DESTDIR)$(etcdir)
  88. @list='$(etc_DATA)'; for p in $$list; do \
  89. if test -f $(srcdir)/$$p; then \
  90. echo " $(INSTALL_DATA) $(srcdir)/$$p $(DESTDIR)$(etcdir)/$$p"; \
  91. $(INSTALL_DATA) $(srcdir)/$$p $(DESTDIR)$(etcdir)/$$p; \
  92. else if test -f $$p; then \
  93. echo " $(INSTALL_DATA) $$p $(DESTDIR)$(etcdir)/$$p"; \
  94. $(INSTALL_DATA) $$p $(DESTDIR)$(etcdir)/$$p; \
  95. fi; fi; \
  96. done
  97. uninstall-etcDATA:
  98. @$(NORMAL_UNINSTALL)
  99. list='$(etc_DATA)'; for p in $$list; do \
  100. rm -f $(DESTDIR)$(etcdir)/$$p; \
  101. done
  102. tags: TAGS
  103. TAGS:
  104. distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
  105. subdir = conf
  106. distdir: $(DISTFILES)
  107. here=`cd $(top_builddir) && pwd`; \
  108. top_distdir=`cd $(top_distdir) && pwd`; \
  109. distdir=`cd $(distdir) && pwd`; \
  110. cd $(top_srcdir) \
  111. && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --foreign conf/Makefile
  112. @for file in $(DISTFILES); do \
  113. d=$(srcdir); \
  114. if test -d $$d/$$file; then \
  115. cp -pr $$d/$$file $(distdir)/$$file; \
  116. else \
  117. test -f $(distdir)/$$file \
  118. || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
  119. || cp -p $$d/$$file $(distdir)/$$file || :; \
  120. fi; \
  121. done
  122. info-am:
  123. info: info-am
  124. dvi-am:
  125. dvi: dvi-am
  126. check-am: all-am
  127. check: check-am
  128. installcheck-am:
  129. installcheck: installcheck-am
  130. install-exec-am:
  131. install-exec: install-exec-am
  132. install-data-am: install-etcDATA
  133. install-data: install-data-am
  134. install-am: all-am
  135. @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  136. install: install-am
  137. uninstall-am: uninstall-etcDATA
  138. uninstall: uninstall-am
  139. all-am: Makefile $(DATA)
  140. all-redirect: all-am
  141. install-strip:
  142. $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
  143. installdirs:
  144. $(mkinstalldirs) $(DESTDIR)$(etcdir)
  145. mostlyclean-generic:
  146. clean-generic:
  147. distclean-generic:
  148. -rm -f Makefile $(CONFIG_CLEAN_FILES)
  149. -rm -f config.cache config.log stamp-h stamp-h[0-9]*
  150. maintainer-clean-generic:
  151. mostlyclean-am: mostlyclean-generic
  152. mostlyclean: mostlyclean-am
  153. clean-am: clean-generic mostlyclean-am
  154. clean: clean-am
  155. distclean-am: distclean-generic clean-am
  156. distclean: distclean-am
  157. maintainer-clean-am: maintainer-clean-generic distclean-am
  158. @echo "This command is intended for maintainers to use;"
  159. @echo "it deletes files that may require special tools to rebuild."
  160. maintainer-clean: maintainer-clean-am
  161. .PHONY: uninstall-etcDATA install-etcDATA tags distdir info-am info \
  162. dvi-am dvi check check-am installcheck-am installcheck install-exec-am \
  163. install-exec install-data-am install-data install-am install \
  164. uninstall-am uninstall all-redirect all-am all installdirs \
  165. mostlyclean-generic distclean-generic clean-generic \
  166. maintainer-clean-generic clean mostlyclean distclean maintainer-clean
  167. all:
  168. # Tell versions [3.59,3.63) of GNU make to not export all variables.
  169. # Otherwise a system limit (for SysV at least) may be exceeded.
  170. .NOEXPORT: