Makefile.in 9.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315
  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.8 2001/05/03 23:17:47 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. INCLUDES = @GTK_CFLAGS@
  66. bin_PROGRAMS = prologin
  67. prologin_SOURCES = init.c main.c mclient.h gtk_main.c menubar.c bitmaps.c maps.c champions.c run_match.c matchs.c tournois.c tournois.h run_tournois.c mysql.h mysql_list.c mysql.c
  68. prologin_LDADD = @GTK_LIBS@ -lmysqlclient -L../gtkutil -lgtkutil
  69. prologin_DEPENDENCIES = ../gtkutil/libgtkutil.a
  70. mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
  71. CONFIG_HEADER = ../../config.h
  72. CONFIG_CLEAN_FILES =
  73. PROGRAMS = $(bin_PROGRAMS)
  74. DEFS = @DEFS@ -I. -I$(srcdir) -I../..
  75. CPPFLAGS = @CPPFLAGS@
  76. LIBS = @LIBS@
  77. prologin_OBJECTS = init.o main.o gtk_main.o menubar.o bitmaps.o maps.o \
  78. champions.o run_match.o matchs.o tournois.o run_tournois.o mysql_list.o \
  79. mysql.o
  80. prologin_LDFLAGS =
  81. COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
  82. CCLD = $(CC)
  83. LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@
  84. DIST_COMMON = Makefile.am Makefile.in
  85. DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
  86. TAR = tar
  87. GZIP_ENV = --best
  88. SOURCES = $(prologin_SOURCES)
  89. OBJECTS = $(prologin_OBJECTS)
  90. all: all-redirect
  91. .SUFFIXES:
  92. .SUFFIXES: .S .c .o .s
  93. $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
  94. cd $(top_srcdir) && $(AUTOMAKE) --gnu --include-deps src/meta-client/Makefile
  95. Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
  96. cd $(top_builddir) \
  97. && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
  98. mostlyclean-binPROGRAMS:
  99. clean-binPROGRAMS:
  100. -test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS)
  101. distclean-binPROGRAMS:
  102. maintainer-clean-binPROGRAMS:
  103. install-binPROGRAMS: $(bin_PROGRAMS)
  104. @$(NORMAL_INSTALL)
  105. $(mkinstalldirs) $(DESTDIR)$(bindir)
  106. @list='$(bin_PROGRAMS)'; for p in $$list; do \
  107. if test -f $$p; then \
  108. echo " $(INSTALL_PROGRAM) $$p $(DESTDIR)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`"; \
  109. $(INSTALL_PROGRAM) $$p $(DESTDIR)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`; \
  110. else :; fi; \
  111. done
  112. uninstall-binPROGRAMS:
  113. @$(NORMAL_UNINSTALL)
  114. list='$(bin_PROGRAMS)'; for p in $$list; do \
  115. rm -f $(DESTDIR)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`; \
  116. done
  117. .c.o:
  118. $(COMPILE) -c $<
  119. .s.o:
  120. $(COMPILE) -c $<
  121. .S.o:
  122. $(COMPILE) -c $<
  123. mostlyclean-compile:
  124. -rm -f *.o core *.core
  125. clean-compile:
  126. distclean-compile:
  127. -rm -f *.tab.c
  128. maintainer-clean-compile:
  129. prologin: $(prologin_OBJECTS) $(prologin_DEPENDENCIES)
  130. @rm -f prologin
  131. $(LINK) $(prologin_LDFLAGS) $(prologin_OBJECTS) $(prologin_LDADD) $(LIBS)
  132. tags: TAGS
  133. ID: $(HEADERS) $(SOURCES) $(LISP)
  134. list='$(SOURCES) $(HEADERS)'; \
  135. unique=`for i in $$list; do echo $$i; done | \
  136. awk ' { files[$$0] = 1; } \
  137. END { for (i in files) print i; }'`; \
  138. here=`pwd` && cd $(srcdir) \
  139. && mkid -f$$here/ID $$unique $(LISP)
  140. TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) $(LISP)
  141. tags=; \
  142. here=`pwd`; \
  143. list='$(SOURCES) $(HEADERS)'; \
  144. unique=`for i in $$list; do echo $$i; done | \
  145. awk ' { files[$$0] = 1; } \
  146. END { for (i in files) print i; }'`; \
  147. test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
  148. || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags $$unique $(LISP) -o $$here/TAGS)
  149. mostlyclean-tags:
  150. clean-tags:
  151. distclean-tags:
  152. -rm -f TAGS ID
  153. maintainer-clean-tags:
  154. distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
  155. subdir = src/meta-client
  156. distdir: $(DISTFILES)
  157. @for file in $(DISTFILES); do \
  158. d=$(srcdir); \
  159. if test -d $$d/$$file; then \
  160. cp -pr $$d/$$file $(distdir)/$$file; \
  161. else \
  162. test -f $(distdir)/$$file \
  163. || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
  164. || cp -p $$d/$$file $(distdir)/$$file || :; \
  165. fi; \
  166. done
  167. bitmaps.o: bitmaps.c mclient.h ../general.h ../../config.h \
  168. ../gtkutil/gtkutil.h ../gtkutil/../general.h mysql.h
  169. champions.o: champions.c mclient.h ../general.h ../../config.h \
  170. ../gtkutil/gtkutil.h ../gtkutil/../general.h mysql.h
  171. gtk_main.o: gtk_main.c mclient.h ../general.h ../../config.h \
  172. ../gtkutil/gtkutil.h ../gtkutil/../general.h mysql.h
  173. init.o: init.c mclient.h ../general.h ../../config.h \
  174. ../gtkutil/gtkutil.h ../gtkutil/../general.h mysql.h
  175. main.o: main.c mclient.h ../general.h ../../config.h \
  176. ../gtkutil/gtkutil.h ../gtkutil/../general.h mysql.h
  177. maps.o: maps.c mclient.h ../general.h ../../config.h \
  178. ../gtkutil/gtkutil.h ../gtkutil/../general.h mysql.h
  179. matchs.o: matchs.c mclient.h ../general.h ../../config.h \
  180. ../gtkutil/gtkutil.h ../gtkutil/../general.h mysql.h
  181. menubar.o: menubar.c mclient.h ../general.h ../../config.h \
  182. ../gtkutil/gtkutil.h ../gtkutil/../general.h mysql.h
  183. mysql.o: mysql.c mclient.h ../general.h ../../config.h \
  184. ../gtkutil/gtkutil.h ../gtkutil/../general.h mysql.h
  185. mysql_list.o: mysql_list.c mclient.h ../general.h ../../config.h \
  186. ../gtkutil/gtkutil.h ../gtkutil/../general.h mysql.h
  187. run_match.o: run_match.c mclient.h ../general.h ../../config.h \
  188. ../gtkutil/gtkutil.h ../gtkutil/../general.h mysql.h
  189. run_tournois.o: run_tournois.c mclient.h ../general.h ../../config.h \
  190. ../gtkutil/gtkutil.h ../gtkutil/../general.h mysql.h tournois.h
  191. tournois.o: tournois.c mclient.h ../general.h ../../config.h \
  192. ../gtkutil/gtkutil.h ../gtkutil/../general.h mysql.h tournois.h
  193. info-am:
  194. info: info-am
  195. dvi-am:
  196. dvi: dvi-am
  197. check-am: all-am
  198. check: check-am
  199. installcheck-am:
  200. installcheck: installcheck-am
  201. install-exec-am: install-binPROGRAMS
  202. install-exec: install-exec-am
  203. install-data-am:
  204. install-data: install-data-am
  205. install-am: all-am
  206. @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  207. install: install-am
  208. uninstall-am: uninstall-binPROGRAMS
  209. uninstall: uninstall-am
  210. all-am: Makefile $(PROGRAMS)
  211. all-redirect: all-am
  212. install-strip:
  213. $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
  214. installdirs:
  215. $(mkinstalldirs) $(DESTDIR)$(bindir)
  216. mostlyclean-generic:
  217. clean-generic:
  218. distclean-generic:
  219. -rm -f Makefile $(CONFIG_CLEAN_FILES)
  220. -rm -f config.cache config.log stamp-h stamp-h[0-9]*
  221. maintainer-clean-generic:
  222. mostlyclean-am: mostlyclean-binPROGRAMS mostlyclean-compile \
  223. mostlyclean-tags mostlyclean-generic
  224. mostlyclean: mostlyclean-am
  225. clean-am: clean-binPROGRAMS clean-compile clean-tags clean-generic \
  226. mostlyclean-am
  227. clean: clean-am
  228. distclean-am: distclean-binPROGRAMS distclean-compile distclean-tags \
  229. distclean-generic clean-am
  230. distclean: distclean-am
  231. maintainer-clean-am: maintainer-clean-binPROGRAMS \
  232. maintainer-clean-compile maintainer-clean-tags \
  233. maintainer-clean-generic distclean-am
  234. @echo "This command is intended for maintainers to use;"
  235. @echo "it deletes files that may require special tools to rebuild."
  236. maintainer-clean: maintainer-clean-am
  237. .PHONY: mostlyclean-binPROGRAMS distclean-binPROGRAMS clean-binPROGRAMS \
  238. maintainer-clean-binPROGRAMS uninstall-binPROGRAMS install-binPROGRAMS \
  239. mostlyclean-compile distclean-compile clean-compile \
  240. maintainer-clean-compile tags mostlyclean-tags distclean-tags \
  241. clean-tags maintainer-clean-tags distdir info-am info dvi-am dvi check \
  242. check-am installcheck-am installcheck install-exec-am install-exec \
  243. install-data-am install-data install-am install uninstall-am uninstall \
  244. all-redirect all-am all installdirs mostlyclean-generic \
  245. distclean-generic clean-generic maintainer-clean-generic clean \
  246. mostlyclean distclean maintainer-clean
  247. # Tell versions [3.59,3.63) of GNU make to not export all variables.
  248. # Otherwise a system limit (for SysV at least) may be exceeded.
  249. .NOEXPORT: