Makefile.in 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358
  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.25 2001/05/03 16:37:47 glop 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. @AM_BUILD_PASCAL_TRUE@PASCAL_INC = -DENABLE_GPC
  66. @AM_BUILD_PASCAL_FALSE@PASCAL_INC =
  67. @AM_BUILD_PASCAL_TRUE@PASCAL_LD = -lgpc
  68. @AM_BUILD_PASCAL_FALSE@PASCAL_LD =
  69. INCLUDES = @GLIB_CFLAGS@ $(PASCAL_INC)
  70. bin_PROGRAMS = server
  71. server_SOURCES = public.h private.h server.h plugins.h conf.h action.h main.c init.c plugins.c exec.c exec.h erreur.h ipc.c ipc.h client.c message.c message.h parser.c parser.h map.c map_parser.c bouvier.c game.c time.c pulse.c game.h objects.c network.c network_connect.c network.h client.h
  72. server_LDADD = @GLIB_LIBS@ -L../netlib -lnet -lgmodule $(PASCAL_LD)
  73. server_LDFLAGS = -rdynamic
  74. server_DEPENDENCIES = ../netlib/libnet.a
  75. mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
  76. CONFIG_HEADER = ../../config.h
  77. CONFIG_CLEAN_FILES =
  78. PROGRAMS = $(bin_PROGRAMS)
  79. DEFS = @DEFS@ -I. -I$(srcdir) -I../..
  80. CPPFLAGS = @CPPFLAGS@
  81. LIBS = @LIBS@
  82. server_OBJECTS = main.o init.o plugins.o exec.o ipc.o client.o \
  83. message.o parser.o map.o map_parser.o bouvier.o game.o time.o pulse.o \
  84. objects.o network.o network_connect.o
  85. COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
  86. CCLD = $(CC)
  87. LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@
  88. DIST_COMMON = Makefile.am Makefile.in
  89. DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
  90. TAR = tar
  91. GZIP_ENV = --best
  92. SOURCES = $(server_SOURCES)
  93. OBJECTS = $(server_OBJECTS)
  94. all: all-redirect
  95. .SUFFIXES:
  96. .SUFFIXES: .S .c .o .s
  97. $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
  98. cd $(top_srcdir) && $(AUTOMAKE) --gnu --include-deps src/server/Makefile
  99. Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
  100. cd $(top_builddir) \
  101. && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
  102. mostlyclean-binPROGRAMS:
  103. clean-binPROGRAMS:
  104. -test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS)
  105. distclean-binPROGRAMS:
  106. maintainer-clean-binPROGRAMS:
  107. install-binPROGRAMS: $(bin_PROGRAMS)
  108. @$(NORMAL_INSTALL)
  109. $(mkinstalldirs) $(DESTDIR)$(bindir)
  110. @list='$(bin_PROGRAMS)'; for p in $$list; do \
  111. if test -f $$p; then \
  112. echo " $(INSTALL_PROGRAM) $$p $(DESTDIR)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`"; \
  113. $(INSTALL_PROGRAM) $$p $(DESTDIR)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`; \
  114. else :; fi; \
  115. done
  116. uninstall-binPROGRAMS:
  117. @$(NORMAL_UNINSTALL)
  118. list='$(bin_PROGRAMS)'; for p in $$list; do \
  119. rm -f $(DESTDIR)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`; \
  120. done
  121. .c.o:
  122. $(COMPILE) -c $<
  123. .s.o:
  124. $(COMPILE) -c $<
  125. .S.o:
  126. $(COMPILE) -c $<
  127. mostlyclean-compile:
  128. -rm -f *.o core *.core
  129. clean-compile:
  130. distclean-compile:
  131. -rm -f *.tab.c
  132. maintainer-clean-compile:
  133. server: $(server_OBJECTS) $(server_DEPENDENCIES)
  134. @rm -f server
  135. $(LINK) $(server_LDFLAGS) $(server_OBJECTS) $(server_LDADD) $(LIBS)
  136. tags: TAGS
  137. ID: $(HEADERS) $(SOURCES) $(LISP)
  138. list='$(SOURCES) $(HEADERS)'; \
  139. unique=`for i in $$list; do echo $$i; done | \
  140. awk ' { files[$$0] = 1; } \
  141. END { for (i in files) print i; }'`; \
  142. here=`pwd` && cd $(srcdir) \
  143. && mkid -f$$here/ID $$unique $(LISP)
  144. TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) $(LISP)
  145. tags=; \
  146. here=`pwd`; \
  147. list='$(SOURCES) $(HEADERS)'; \
  148. unique=`for i in $$list; do echo $$i; done | \
  149. awk ' { files[$$0] = 1; } \
  150. END { for (i in files) print i; }'`; \
  151. test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
  152. || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags $$unique $(LISP) -o $$here/TAGS)
  153. mostlyclean-tags:
  154. clean-tags:
  155. distclean-tags:
  156. -rm -f TAGS ID
  157. maintainer-clean-tags:
  158. distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
  159. subdir = src/server
  160. distdir: $(DISTFILES)
  161. @for file in $(DISTFILES); do \
  162. d=$(srcdir); \
  163. if test -d $$d/$$file; then \
  164. cp -pr $$d/$$file $(distdir)/$$file; \
  165. else \
  166. test -f $(distdir)/$$file \
  167. || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
  168. || cp -p $$d/$$file $(distdir)/$$file || :; \
  169. fi; \
  170. done
  171. bouvier.o: bouvier.c
  172. client.o: client.c server.h ../general.h ../../config.h ../netlib/net.h \
  173. ../netlib/../general.h public.h action.h private.h network.h \
  174. conf.h game.h plugins.h exec.h parser.h erreur.h ipc.h client.h \
  175. message.h
  176. exec.o: exec.c server.h ../general.h ../../config.h ../netlib/net.h \
  177. ../netlib/../general.h public.h action.h private.h network.h \
  178. conf.h game.h plugins.h exec.h parser.h erreur.h ipc.h client.h \
  179. message.h
  180. game.o: game.c server.h ../general.h ../../config.h ../netlib/net.h \
  181. ../netlib/../general.h public.h action.h private.h network.h \
  182. conf.h game.h plugins.h exec.h parser.h erreur.h ipc.h client.h \
  183. message.h
  184. init.o: init.c server.h ../general.h ../../config.h ../netlib/net.h \
  185. ../netlib/../general.h public.h action.h private.h network.h \
  186. conf.h game.h plugins.h exec.h parser.h erreur.h ipc.h client.h \
  187. message.h
  188. ipc.o: ipc.c server.h ../general.h ../../config.h ../netlib/net.h \
  189. ../netlib/../general.h public.h action.h private.h network.h \
  190. conf.h game.h plugins.h exec.h parser.h erreur.h ipc.h client.h \
  191. message.h
  192. main.o: main.c server.h ../general.h ../../config.h ../netlib/net.h \
  193. ../netlib/../general.h public.h action.h private.h network.h \
  194. conf.h game.h plugins.h exec.h parser.h erreur.h ipc.h client.h \
  195. message.h
  196. map.o: map.c server.h ../general.h ../../config.h ../netlib/net.h \
  197. ../netlib/../general.h public.h action.h private.h network.h \
  198. conf.h game.h plugins.h exec.h parser.h erreur.h ipc.h client.h \
  199. message.h
  200. map_parser.o: map_parser.c server.h ../general.h ../../config.h \
  201. ../netlib/net.h ../netlib/../general.h public.h action.h \
  202. private.h network.h conf.h game.h plugins.h exec.h parser.h \
  203. erreur.h ipc.h client.h message.h
  204. message.o: message.c server.h ../general.h ../../config.h \
  205. ../netlib/net.h ../netlib/../general.h public.h action.h \
  206. private.h network.h conf.h game.h plugins.h exec.h parser.h \
  207. erreur.h ipc.h client.h message.h
  208. network.o: network.c server.h ../general.h ../../config.h \
  209. ../netlib/net.h ../netlib/../general.h public.h action.h \
  210. private.h network.h conf.h game.h plugins.h exec.h parser.h \
  211. erreur.h ipc.h client.h message.h
  212. network_connect.o: network_connect.c server.h ../general.h \
  213. ../../config.h ../netlib/net.h ../netlib/../general.h public.h \
  214. action.h private.h network.h conf.h game.h plugins.h exec.h \
  215. parser.h erreur.h ipc.h client.h message.h
  216. objects.o: objects.c server.h ../general.h ../../config.h \
  217. ../netlib/net.h ../netlib/../general.h public.h action.h \
  218. private.h network.h conf.h game.h plugins.h exec.h parser.h \
  219. erreur.h ipc.h client.h message.h
  220. parser.o: parser.c server.h ../general.h ../../config.h ../netlib/net.h \
  221. ../netlib/../general.h public.h action.h private.h network.h \
  222. conf.h game.h plugins.h exec.h parser.h erreur.h ipc.h client.h \
  223. message.h
  224. plugins.o: plugins.c server.h ../general.h ../../config.h \
  225. ../netlib/net.h ../netlib/../general.h public.h action.h \
  226. private.h network.h conf.h game.h plugins.h exec.h parser.h \
  227. erreur.h ipc.h client.h message.h
  228. pulse.o: pulse.c server.h ../general.h ../../config.h ../netlib/net.h \
  229. ../netlib/../general.h public.h action.h private.h network.h \
  230. conf.h game.h plugins.h exec.h parser.h erreur.h ipc.h client.h \
  231. message.h
  232. time.o: time.c server.h ../general.h ../../config.h ../netlib/net.h \
  233. ../netlib/../general.h public.h action.h private.h network.h \
  234. conf.h game.h plugins.h exec.h parser.h erreur.h ipc.h client.h \
  235. message.h
  236. info-am:
  237. info: info-am
  238. dvi-am:
  239. dvi: dvi-am
  240. check-am: all-am
  241. check: check-am
  242. installcheck-am:
  243. installcheck: installcheck-am
  244. install-exec-am: install-binPROGRAMS
  245. install-exec: install-exec-am
  246. install-data-am:
  247. install-data: install-data-am
  248. install-am: all-am
  249. @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  250. install: install-am
  251. uninstall-am: uninstall-binPROGRAMS
  252. uninstall: uninstall-am
  253. all-am: Makefile $(PROGRAMS)
  254. all-redirect: all-am
  255. install-strip:
  256. $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
  257. installdirs:
  258. $(mkinstalldirs) $(DESTDIR)$(bindir)
  259. mostlyclean-generic:
  260. clean-generic:
  261. distclean-generic:
  262. -rm -f Makefile $(CONFIG_CLEAN_FILES)
  263. -rm -f config.cache config.log stamp-h stamp-h[0-9]*
  264. maintainer-clean-generic:
  265. mostlyclean-am: mostlyclean-binPROGRAMS mostlyclean-compile \
  266. mostlyclean-tags mostlyclean-generic
  267. mostlyclean: mostlyclean-am
  268. clean-am: clean-binPROGRAMS clean-compile clean-tags clean-generic \
  269. mostlyclean-am
  270. clean: clean-am
  271. distclean-am: distclean-binPROGRAMS distclean-compile distclean-tags \
  272. distclean-generic clean-am
  273. distclean: distclean-am
  274. maintainer-clean-am: maintainer-clean-binPROGRAMS \
  275. maintainer-clean-compile maintainer-clean-tags \
  276. maintainer-clean-generic distclean-am
  277. @echo "This command is intended for maintainers to use;"
  278. @echo "it deletes files that may require special tools to rebuild."
  279. maintainer-clean: maintainer-clean-am
  280. .PHONY: mostlyclean-binPROGRAMS distclean-binPROGRAMS clean-binPROGRAMS \
  281. maintainer-clean-binPROGRAMS uninstall-binPROGRAMS install-binPROGRAMS \
  282. mostlyclean-compile distclean-compile clean-compile \
  283. maintainer-clean-compile tags mostlyclean-tags distclean-tags \
  284. clean-tags maintainer-clean-tags distdir info-am info dvi-am dvi check \
  285. check-am installcheck-am installcheck install-exec-am install-exec \
  286. install-data-am install-data install-am install uninstall-am uninstall \
  287. all-redirect all-am all installdirs mostlyclean-generic \
  288. distclean-generic clean-generic maintainer-clean-generic clean \
  289. mostlyclean distclean maintainer-clean
  290. # Tell versions [3.59,3.63) of GNU make to not export all variables.
  291. # Otherwise a system limit (for SysV at least) may be exceeded.
  292. .NOEXPORT: