Makefile.in 8.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295
  1. # Makefile.in generated automatically by automake 1.4 from Makefile.am
  2. # Copyright (C) 1994, 1995-8, 1999 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. # $Id: Makefile.am,v 1.9 2001/05/01 11:56:10 kilobug Exp $
  11. SHELL = @SHELL@
  12. srcdir = @srcdir@
  13. top_srcdir = @top_srcdir@
  14. VPATH = @srcdir@
  15. prefix = @prefix@
  16. exec_prefix = @exec_prefix@
  17. bindir = @bindir@
  18. sbindir = @sbindir@
  19. libexecdir = @libexecdir@
  20. datadir = @datadir@
  21. sysconfdir = @sysconfdir@
  22. sharedstatedir = @sharedstatedir@
  23. localstatedir = @localstatedir@
  24. libdir = @libdir@
  25. infodir = @infodir@
  26. mandir = @mandir@
  27. includedir = @includedir@
  28. oldincludedir = /usr/include
  29. DESTDIR =
  30. pkgdatadir = $(datadir)/@PACKAGE@
  31. pkglibdir = $(libdir)/@PACKAGE@
  32. pkgincludedir = $(includedir)/@PACKAGE@
  33. top_builddir = ..
  34. ACLOCAL = @ACLOCAL@
  35. AUTOCONF = @AUTOCONF@
  36. AUTOMAKE = @AUTOMAKE@
  37. AUTOHEADER = @AUTOHEADER@
  38. INSTALL = @INSTALL@
  39. INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
  40. INSTALL_DATA = @INSTALL_DATA@
  41. INSTALL_SCRIPT = @INSTALL_SCRIPT@
  42. transform = @program_transform_name@
  43. NORMAL_INSTALL = :
  44. PRE_INSTALL = :
  45. POST_INSTALL = :
  46. NORMAL_UNINSTALL = :
  47. PRE_UNINSTALL = :
  48. POST_UNINSTALL = :
  49. CC = @CC@
  50. CFLAGS = @CFLAGS@
  51. GDK_PIXBUF_CFLAGS = @GDK_PIXBUF_CFLAGS@
  52. GDK_PIXBUF_CONFIG = @GDK_PIXBUF_CONFIG@
  53. GDK_PIXBUF_LIBS = @GDK_PIXBUF_LIBS@
  54. GLIB_CFLAGS = @GLIB_CFLAGS@
  55. GLIB_CONFIG = @GLIB_CONFIG@
  56. GLIB_LIBS = @GLIB_LIBS@
  57. GTK_CFLAGS = @GTK_CFLAGS@
  58. GTK_CONFIG = @GTK_CONFIG@
  59. GTK_LIBS = @GTK_LIBS@
  60. LDFLAGS = @LDFLAGS@
  61. MAKEINFO = @MAKEINFO@
  62. PACKAGE = @PACKAGE@
  63. RANLIB = @RANLIB@
  64. VERSION = @VERSION@
  65. EXTRA_DIST = cleanshm.sh general.h
  66. @AM_BUILD_MCLIENT_TRUE@METACLIENT = gtkutil meta-client
  67. @AM_BUILD_MCLIENT_FALSE@METACLIENT =
  68. @AM_BUILD_GTKCLIENT_TRUE@GTKCLIENT = netlib gtkutil gtk-client
  69. @AM_BUILD_GTKCLIENT_FALSE@GTKCLIENT =
  70. @AM_BUILD_SERVER_TRUE@SERVER = netlib server
  71. @AM_BUILD_SERVER_FALSE@SERVER =
  72. SUBDIRS = $(SERVER) $(GTKCLIENT) $(METACLIENT)
  73. DIST_SUBDIRS = netlib gtkutil server gtk-client meta-client
  74. mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
  75. CONFIG_HEADER = ../config.h
  76. CONFIG_CLEAN_FILES =
  77. DIST_COMMON = Makefile.am Makefile.in
  78. DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
  79. TAR = tar
  80. GZIP_ENV = --best
  81. all: all-redirect
  82. .SUFFIXES:
  83. $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
  84. cd $(top_srcdir) && $(AUTOMAKE) --gnu --include-deps src/Makefile
  85. Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
  86. cd $(top_builddir) \
  87. && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
  88. # This directory's subdirectories are mostly independent; you can cd
  89. # into them and run `make' without going through this Makefile.
  90. # To change the values of `make' variables: instead of editing Makefiles,
  91. # (1) if the variable is set in `config.status', edit `config.status'
  92. # (which will cause the Makefiles to be regenerated when you run `make');
  93. # (2) otherwise, pass the desired values on the `make' command line.
  94. @SET_MAKE@
  95. all-recursive install-data-recursive install-exec-recursive \
  96. installdirs-recursive install-recursive uninstall-recursive \
  97. check-recursive installcheck-recursive info-recursive dvi-recursive:
  98. @set fnord $(MAKEFLAGS); amf=$$2; \
  99. dot_seen=no; \
  100. target=`echo $@ | sed s/-recursive//`; \
  101. list='$(SUBDIRS)'; for subdir in $$list; do \
  102. echo "Making $$target in $$subdir"; \
  103. if test "$$subdir" = "."; then \
  104. dot_seen=yes; \
  105. local_target="$$target-am"; \
  106. else \
  107. local_target="$$target"; \
  108. fi; \
  109. (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
  110. || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
  111. done; \
  112. if test "$$dot_seen" = "no"; then \
  113. $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
  114. fi; test -z "$$fail"
  115. mostlyclean-recursive clean-recursive distclean-recursive \
  116. maintainer-clean-recursive:
  117. @set fnord $(MAKEFLAGS); amf=$$2; \
  118. dot_seen=no; \
  119. rev=''; list='$(SUBDIRS)'; for subdir in $$list; do \
  120. rev="$$subdir $$rev"; \
  121. test "$$subdir" = "." && dot_seen=yes; \
  122. done; \
  123. test "$$dot_seen" = "no" && rev=". $$rev"; \
  124. target=`echo $@ | sed s/-recursive//`; \
  125. for subdir in $$rev; do \
  126. echo "Making $$target in $$subdir"; \
  127. if test "$$subdir" = "."; then \
  128. local_target="$$target-am"; \
  129. else \
  130. local_target="$$target"; \
  131. fi; \
  132. (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
  133. || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
  134. done && test -z "$$fail"
  135. tags-recursive:
  136. list='$(SUBDIRS)'; for subdir in $$list; do \
  137. test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
  138. done
  139. tags: TAGS
  140. ID: $(HEADERS) $(SOURCES) $(LISP)
  141. list='$(SOURCES) $(HEADERS)'; \
  142. unique=`for i in $$list; do echo $$i; done | \
  143. awk ' { files[$$0] = 1; } \
  144. END { for (i in files) print i; }'`; \
  145. here=`pwd` && cd $(srcdir) \
  146. && mkid -f$$here/ID $$unique $(LISP)
  147. TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) $(LISP)
  148. tags=; \
  149. here=`pwd`; \
  150. list='$(SUBDIRS)'; for subdir in $$list; do \
  151. if test "$$subdir" = .; then :; else \
  152. test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
  153. fi; \
  154. done; \
  155. list='$(SOURCES) $(HEADERS)'; \
  156. unique=`for i in $$list; do echo $$i; done | \
  157. awk ' { files[$$0] = 1; } \
  158. END { for (i in files) print i; }'`; \
  159. test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
  160. || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags $$unique $(LISP) -o $$here/TAGS)
  161. mostlyclean-tags:
  162. clean-tags:
  163. distclean-tags:
  164. -rm -f TAGS ID
  165. maintainer-clean-tags:
  166. distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
  167. subdir = src
  168. distdir: $(DISTFILES)
  169. @for file in $(DISTFILES); do \
  170. d=$(srcdir); \
  171. if test -d $$d/$$file; then \
  172. cp -pr $$d/$$file $(distdir)/$$file; \
  173. else \
  174. test -f $(distdir)/$$file \
  175. || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
  176. || cp -p $$d/$$file $(distdir)/$$file || :; \
  177. fi; \
  178. done
  179. for subdir in $(DIST_SUBDIRS); do \
  180. if test "$$subdir" = .; then :; else \
  181. test -d $(distdir)/$$subdir \
  182. || mkdir $(distdir)/$$subdir \
  183. || exit 1; \
  184. chmod 777 $(distdir)/$$subdir; \
  185. (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir=../$(top_distdir) distdir=../$(distdir)/$$subdir distdir) \
  186. || exit 1; \
  187. fi; \
  188. done
  189. info-am:
  190. info: info-recursive
  191. dvi-am:
  192. dvi: dvi-recursive
  193. check-am: all-am
  194. check: check-recursive
  195. installcheck-am:
  196. installcheck: installcheck-recursive
  197. install-exec-am:
  198. install-exec: install-exec-recursive
  199. install-data-am:
  200. install-data: install-data-recursive
  201. install-am: all-am
  202. @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  203. install: install-recursive
  204. uninstall-am:
  205. uninstall: uninstall-recursive
  206. all-am: Makefile
  207. all-redirect: all-recursive
  208. install-strip:
  209. $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
  210. installdirs: installdirs-recursive
  211. installdirs-am:
  212. mostlyclean-generic:
  213. clean-generic:
  214. distclean-generic:
  215. -rm -f Makefile $(CONFIG_CLEAN_FILES)
  216. -rm -f config.cache config.log stamp-h stamp-h[0-9]*
  217. maintainer-clean-generic:
  218. mostlyclean-am: mostlyclean-tags mostlyclean-generic
  219. mostlyclean: mostlyclean-recursive
  220. clean-am: clean-tags clean-generic mostlyclean-am
  221. clean: clean-recursive
  222. distclean-am: distclean-tags distclean-generic clean-am
  223. distclean: distclean-recursive
  224. maintainer-clean-am: maintainer-clean-tags maintainer-clean-generic \
  225. distclean-am
  226. @echo "This command is intended for maintainers to use;"
  227. @echo "it deletes files that may require special tools to rebuild."
  228. maintainer-clean: maintainer-clean-recursive
  229. .PHONY: install-data-recursive uninstall-data-recursive \
  230. install-exec-recursive uninstall-exec-recursive installdirs-recursive \
  231. uninstalldirs-recursive all-recursive check-recursive \
  232. installcheck-recursive info-recursive dvi-recursive \
  233. mostlyclean-recursive distclean-recursive clean-recursive \
  234. maintainer-clean-recursive tags tags-recursive mostlyclean-tags \
  235. distclean-tags clean-tags maintainer-clean-tags distdir info-am info \
  236. dvi-am dvi check check-am installcheck-am installcheck install-exec-am \
  237. install-exec install-data-am install-data install-am install \
  238. uninstall-am uninstall all-redirect all-am all installdirs-am \
  239. installdirs mostlyclean-generic distclean-generic clean-generic \
  240. maintainer-clean-generic clean mostlyclean distclean maintainer-clean
  241. # Tell versions [3.59,3.63) of GNU make to not export all variables.
  242. # Otherwise a system limit (for SysV at least) may be exceeded.
  243. .NOEXPORT: