# Makefile.in generated automatically by automake 1.3 from Makefile.am

# Copyright (C) 1994, 1995, 1996, 1997, 1998 Free Software Foundation, Inc.
# This Makefile.in is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it,
# with or without modifications, as long as this notice is preserved.

# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
# PARTICULAR PURPOSE.


SHELL = /bin/sh

srcdir = @srcdir@
top_srcdir = @top_srcdir@
VPATH = @srcdir@
prefix = @prefix@
exec_prefix = @exec_prefix@

bindir = @bindir@
sbindir = @sbindir@
libexecdir = @libexecdir@
datadir = @datadir@
sysconfdir = @sysconfdir@
sharedstatedir = @sharedstatedir@
localstatedir = @localstatedir@
libdir = @libdir@
infodir = @infodir@
mandir = @mandir@
includedir = @includedir@
oldincludedir = /usr/include

DISTDIR =

pkgdatadir = $(datadir)/@PACKAGE@
pkglibdir = $(libdir)/@PACKAGE@
pkgincludedir = $(includedir)/@PACKAGE@

top_builddir = ..

ACLOCAL = @ACLOCAL@
AUTOCONF = @AUTOCONF@
AUTOMAKE = @AUTOMAKE@
AUTOHEADER = @AUTOHEADER@

INSTALL = @INSTALL@
INSTALL_PROGRAM = @INSTALL_PROGRAM@
INSTALL_DATA = @INSTALL_DATA@
INSTALL_SCRIPT = @INSTALL_SCRIPT@
transform = @program_transform_name@

NORMAL_INSTALL = :
PRE_INSTALL = :
POST_INSTALL = :
NORMAL_UNINSTALL = :
PRE_UNINSTALL = :
POST_UNINSTALL = :
CC = @CC@
CPP = @CPP@
MAKEINFO = @MAKEINFO@
PACKAGE = @PACKAGE@
RANLIB = @RANLIB@
VERSION = @VERSION@

bin_PROGRAMS = civclient
INCLUDES = -I $(srcdir)/../common -I $(srcdir)/../ai

BUILT_SOURCES = Freeciv.h

civclient_DEPENDENCIES = ad2c cityicon.ico freeciv.ico ../common/libcivcommon.a
civclient_LDADD        = ../common/libcivcommon.a

civclient_SOURCES = \
		cityicon.ico freeciv.ico ad2c \
		Freeciv.h	\
		canvas.c	\
		canvas.h	\
		canvasp.h	\
		chatline.c	\
		chatline.h	\
		citydlg.c	\
		citydlg.h	\
		civclient.c	\
		civclient.h	\
		climisc.c	\
		climisc.h	\
		clinet.c	\
		clinet.h	\
		colors.c	\
		colors.h	\
		connectdlg.c	\
		connectdlg.h	\
		dialogs.c	\
		dialogs.h	\
		diplodlg.c	\
		diplodlg.h	\
		finddlg.c	\
		finddlg.h	\
		gotodlg.c	\
		gotodlg.h	\
		graphics.c	\
		graphics.h	\
		helpdlg.c	\
		helpdlg.h	\
		inputdlg.c	\
		inputdlg.h	\
		inteldlg.c	\
		inteldlg.h	\
		mapctrl.c	\
		mapctrl.h	\
		mapview.c	\
		mapview.h	\
		menu.c		\
		menu.h		\
		messagedlg.c	\
		messagedlg.h	\
		messagewin.c	\
		meswindlg.h	\
		optiondlg.c	\
		optiondlg.h	\
		packhand.c	\
		packhand.h	\
		pixcomm.c	\
		pixcomm.h	\
		pixcommp.h	\
		plrdlg.c	\
		plrdlg.h	\
		ratesdlg.c	\
		ratesdlg.h	\
		repodlgs.c	\
		repodlgs.h	\
		resources.c	\
		resources.h	\
		xmain.c		\
		xmain.h		\
		xstuff.c	\
		xstuff.h
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
CONFIG_CLEAN_FILES = 
PROGRAMS =  $(bin_PROGRAMS)


DEFS = @DEFS@ -I. -I$(srcdir) 
CPPFLAGS = @CPPFLAGS@
LDFLAGS = @LDFLAGS@
LIBS = @LIBS@
X_CFLAGS = @X_CFLAGS@
X_LIBS = @X_LIBS@
X_EXTRA_LIBS = @X_EXTRA_LIBS@
X_PRE_LIBS = @X_PRE_LIBS@
civclient_OBJECTS =  canvas.o chatline.o citydlg.o civclient.o climisc.o \
clinet.o colors.o connectdlg.o dialogs.o diplodlg.o finddlg.o gotodlg.o \
graphics.o helpdlg.o inputdlg.o inteldlg.o mapctrl.o mapview.o menu.o \
messagedlg.o messagewin.o optiondlg.o packhand.o pixcomm.o plrdlg.o \
ratesdlg.o repodlgs.o resources.o xmain.o xstuff.o
civclient_LDFLAGS = 
CFLAGS = @CFLAGS@
COMPILE = $(CC) $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CFLAGS)
LINK = $(CC) $(CFLAGS) $(LDFLAGS) -o $@
DIST_COMMON =  Makefile.am Makefile.in


DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)

TAR = gtar
GZIP = --best
SOURCES = $(civclient_SOURCES)
OBJECTS = $(civclient_OBJECTS)

all: Makefile $(PROGRAMS)

.SUFFIXES:
.SUFFIXES: .S .c .o .s
$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
	cd $(top_srcdir) && $(AUTOMAKE) --gnu --include-deps client/Makefile

Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status
	cd $(top_builddir) \
	  && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status


mostlyclean-binPROGRAMS:

clean-binPROGRAMS:
	-test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS)

distclean-binPROGRAMS:

maintainer-clean-binPROGRAMS:

install-binPROGRAMS: $(bin_PROGRAMS)
	@$(NORMAL_INSTALL)
	$(mkinstalldirs) $(DESTDIR)$(bindir)
	@list='$(bin_PROGRAMS)'; for p in $$list; do \
	  if test -f $$p; then \
	    echo "  $(INSTALL_PROGRAM) $$p $(DESTDIR)$(bindir)/`echo $$p|sed '$(transform)'`"; \
	     $(INSTALL_PROGRAM) $$p $(DESTDIR)$(bindir)/`echo $$p|sed '$(transform)'`; \
	  else :; fi; \
	done

uninstall-binPROGRAMS:
	@$(NORMAL_UNINSTALL)
	list='$(bin_PROGRAMS)'; for p in $$list; do \
	  rm -f $(DESTDIR)$(bindir)/`echo $$p|sed '$(transform)'`; \
	done

.c.o:
	$(COMPILE) -c $<

.s.o:
	$(COMPILE) -c $<

.S.o:
	$(COMPILE) -c $<

mostlyclean-compile:
	-rm -f *.o core *.core

clean-compile:

distclean-compile:
	-rm -f *.tab.c

maintainer-clean-compile:

civclient: $(civclient_OBJECTS) $(civclient_DEPENDENCIES)
	@rm -f civclient
	$(LINK) $(civclient_LDFLAGS) $(civclient_OBJECTS) $(civclient_LDADD) $(LIBS)

tags: TAGS

ID: $(HEADERS) $(SOURCES) $(LISP)
	here=`pwd` && cd $(srcdir) \
	  && mkid -f$$here/ID $(SOURCES) $(HEADERS) $(LISP)

TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) $(LISP)
	tags=; \
	here=`pwd`; \
	list='$(SOURCES) $(HEADERS)'; \
	unique=`for i in $$list; do echo $$i; done | \
	  awk '    { files[$$0] = 1; } \
	       END { for (i in files) print i; }'`; \
	test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
	  || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags  $$unique $(LISP) -o $$here/TAGS)

mostlyclean-tags:

clean-tags:

distclean-tags:
	-rm -f TAGS ID

maintainer-clean-tags:

distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)

subdir = client

distdir: $(DISTFILES)
	@for file in $(DISTFILES); do \
	  d=$(srcdir); \
	  test -f $(distdir)/$$file \
	  || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
	  || cp -p $$d/$$file $(distdir)/$$file; \
	done
canvas.o: canvas.c xstuff.h canvasp.h canvas.h
chatline.o: chatline.c chatline.h ../common/log.h ../common/packets.h \
	../common/player.h ../common/tech.h ../common/genlist.h \
	../common/unit.h ../common/shared.h ../common/city.h \
	../ai/aitools.h clinet.h xstuff.h
citydlg.o: citydlg.c pixcomm.h ../common/game.h ../common/player.h \
	../common/tech.h ../common/genlist.h ../common/unit.h \
	../common/shared.h ../common/city.h ../ai/aitools.h citydlg.h \
	cityicon.ico canvas.h mapview.h mapctrl.h ../common/packets.h \
	../common/map.h dialogs.h inputdlg.h xstuff.h colors.h \
	repodlgs.h helpdlg.h graphics.h
civclient.o: civclient.c civclient.h ../common/packets.h \
	../common/player.h ../common/tech.h ../common/genlist.h \
	../common/unit.h ../common/shared.h ../common/city.h \
	../ai/aitools.h ../common/game.h clinet.h xmain.h \
	../common/log.h ../common/map.h dialogs.h chatline.h plrdlg.h \
	mapctrl.h mapview.h citydlg.h diplodlg.h repodlgs.h \
	../common/events.h meswindlg.h climisc.h packhand.h menu.h \
	connectdlg.h helpdlg.h
climisc.o: climisc.c ../common/game.h ../common/player.h \
	../common/tech.h ../common/genlist.h ../common/unit.h \
	../common/shared.h ../common/city.h ../ai/aitools.h citydlg.h \
	mapview.h climisc.h mapctrl.h ../common/packets.h \
	../common/map.h chatline.h
clinet.o: clinet.c civclient.h ../common/packets.h ../common/player.h \
	../common/tech.h ../common/genlist.h ../common/unit.h \
	../common/shared.h ../common/city.h ../ai/aitools.h \
	../common/game.h clinet.h ../common/log.h chatline.h xmain.h
colors.o: colors.c ../common/log.h colors.h
connectdlg.o: connectdlg.c resources.h xstuff.h clinet.h chatline.h \
	../common/shared.h
dialogs.o: dialogs.c dialogs.h ../common/player.h ../common/tech.h \
	../common/genlist.h ../common/unit.h ../common/shared.h \
	../common/city.h ../ai/aitools.h ../common/packets.h chatline.h \
	../common/map.h mapview.h ../common/game.h mapctrl.h xstuff.h \
	graphics.h civclient.h
diplodlg.o: diplodlg.c ../common/game.h ../common/player.h \
	../common/tech.h ../common/genlist.h ../common/unit.h \
	../common/shared.h ../common/city.h ../ai/aitools.h diplodlg.h \
	../common/packets.h ../common/diptreaty.h clinet.h mapview.h \
	xstuff.h chatline.h
finddlg.o: finddlg.c ../common/game.h ../common/player.h \
	../common/tech.h ../common/genlist.h ../common/unit.h \
	../common/shared.h ../common/city.h ../ai/aitools.h mapview.h
gotodlg.o: gotodlg.c ../common/game.h ../common/player.h \
	../common/tech.h ../common/genlist.h ../common/unit.h \
	../common/shared.h ../common/city.h ../ai/aitools.h mapview.h \
	gotodlg.h ../common/packets.h mapctrl.h clinet.h \
	../common/map.h civclient.h
graphics.o: graphics.c ../common/shared.h ../common/log.h \
	../common/unit.h ../common/genlist.h ../common/game.h \
	../common/player.h ../common/tech.h ../common/city.h \
	../ai/aitools.h graphics.h colors.h climisc.h
helpdlg.o: helpdlg.c xstuff.h climisc.h ../common/log.h \
	../common/shared.h ../common/unit.h ../common/genlist.h \
	../common/city.h ../common/tech.h ../common/game.h \
	../common/player.h ../ai/aitools.h helpdlg.h dialogs.h \
	graphics.h
inputdlg.o: inputdlg.c xstuff.h
inteldlg.o: inteldlg.c ../common/game.h ../common/player.h \
	../common/tech.h ../common/genlist.h ../common/unit.h \
	../common/shared.h ../common/city.h ../ai/aitools.h mapview.h \
	optiondlg.h ../common/packets.h xstuff.h
mapctrl.o: mapctrl.c xstuff.h civclient.h ../common/packets.h \
	../common/player.h ../common/tech.h ../common/genlist.h \
	../common/unit.h ../common/shared.h ../common/city.h \
	../ai/aitools.h ../common/game.h mapview.h mapctrl.h \
	../common/map.h dialogs.h citydlg.h clinet.h inputdlg.h \
	chatline.h menu.h graphics.h
mapview.o: mapview.c mapview.h ../common/map.h ../common/player.h \
	../common/tech.h ../common/genlist.h ../common/unit.h \
	../common/shared.h ../common/city.h ../ai/aitools.h graphics.h \
	../common/log.h colors.h ../common/game.h civclient.h \
	../common/packets.h xstuff.h mapctrl.h canvas.h pixcomm.h
menu.o: menu.c menu.h dialogs.h plrdlg.h meswindlg.h ../common/packets.h \
	../common/player.h ../common/tech.h ../common/genlist.h \
	../common/unit.h ../common/shared.h ../common/city.h \
	../ai/aitools.h mapctrl.h repodlgs.h ratesdlg.h optiondlg.h \
	messagedlg.h finddlg.h helpdlg.h civclient.h ../common/game.h \
	../common/map.h gotodlg.h climisc.h clinet.h
messagedlg.o: messagedlg.c ../common/game.h ../common/player.h \
	../common/tech.h ../common/genlist.h ../common/unit.h \
	../common/shared.h ../common/city.h ../ai/aitools.h mapview.h \
	messagedlg.h ../common/packets.h xstuff.h ../common/events.h
messagewin.o: messagewin.c ../common/game.h ../common/player.h \
	../common/tech.h ../common/genlist.h ../common/unit.h \
	../common/shared.h ../common/city.h ../ai/aitools.h meswindlg.h \
	../common/packets.h diplodlg.h inteldlg.h clinet.h chatline.h \
	xstuff.h ../common/events.h dialogs.h mapview.h
optiondlg.o: optiondlg.c ../common/game.h ../common/player.h \
	../common/tech.h ../common/genlist.h ../common/unit.h \
	../common/shared.h ../common/city.h ../ai/aitools.h mapview.h \
	optiondlg.h ../common/packets.h xstuff.h
packhand.o: packhand.c ../common/packets.h ../common/player.h \
	../common/tech.h ../common/genlist.h ../common/unit.h \
	../common/shared.h ../common/city.h ../ai/aitools.h climisc.h \
	../common/game.h mapview.h mapctrl.h ../common/map.h dialogs.h \
	citydlg.h repodlgs.h xmain.h ../common/log.h meswindlg.h \
	chatline.h plrdlg.h civclient.h graphics.h
pixcomm.o: pixcomm.c pixcomm.h pixcommp.h xstuff.h
plrdlg.o: plrdlg.c ../common/game.h ../common/player.h ../common/tech.h \
	../common/genlist.h ../common/unit.h ../common/shared.h \
	../common/city.h ../ai/aitools.h plrdlg.h diplodlg.h \
	../common/packets.h inteldlg.h clinet.h chatline.h xstuff.h
ratesdlg.o: ratesdlg.c ../common/game.h ../common/player.h \
	../common/tech.h ../common/genlist.h ../common/unit.h \
	../common/shared.h ../common/city.h ../ai/aitools.h mapview.h \
	ratesdlg.h ../common/packets.h xstuff.h
repodlgs.o: repodlgs.c ../common/player.h ../common/tech.h \
	../common/genlist.h ../common/unit.h ../common/shared.h \
	../common/city.h ../ai/aitools.h ../common/packets.h \
	../common/game.h mapctrl.h repodlgs.h xstuff.h mapview.h \
	citydlg.h civclient.h helpdlg.h chatline.h dialogs.h
resources.o: resources.c resources.h Freeciv.h
xmain.o: xmain.c pixcomm.h xmain.h canvas.h menu.h colors.h \
	../common/log.h graphics.h ../common/shared.h ../common/map.h \
	../common/player.h ../common/tech.h ../common/genlist.h \
	../common/unit.h ../common/city.h ../ai/aitools.h mapview.h \
	chatline.h civclient.h ../common/packets.h ../common/game.h \
	clinet.h mapctrl.h citydlg.h freeciv.ico inputdlg.h dialogs.h \
	diplodlg.h resources.h gotodlg.h connectdlg.h
xstuff.o: xstuff.c

info:
dvi:
check: all
	$(MAKE)
installcheck:
install-exec: install-binPROGRAMS
	@$(NORMAL_INSTALL)

install-data: 
	@$(NORMAL_INSTALL)

install: install-exec install-data all
	@:

uninstall: uninstall-binPROGRAMS

install-strip:
	$(MAKE) INSTALL_PROGRAM='$(INSTALL_PROGRAM) -s' INSTALL_SCRIPT='$(INSTALL_PROGRAM)' install
installdirs:
	$(mkinstalldirs)  $(DATADIR)$(bindir)


mostlyclean-generic:
	-test -z "$(MOSTLYCLEANFILES)" || rm -f $(MOSTLYCLEANFILES)

clean-generic:
	-test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)

distclean-generic:
	-rm -f Makefile $(DISTCLEANFILES)
	-rm -f config.cache config.log stamp-h stamp-h[0-9]*
	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)

maintainer-clean-generic:
	-test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
	-test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
mostlyclean:  mostlyclean-binPROGRAMS mostlyclean-compile \
		mostlyclean-tags mostlyclean-generic

clean:  clean-binPROGRAMS clean-compile clean-tags clean-generic \
		mostlyclean

distclean:  distclean-binPROGRAMS distclean-compile distclean-tags \
		distclean-generic clean
	-rm -f config.status

maintainer-clean:  maintainer-clean-binPROGRAMS maintainer-clean-compile \
		maintainer-clean-tags maintainer-clean-generic \
		distclean
	@echo "This command is intended for maintainers to use;"
	@echo "it deletes files that may require special tools to rebuild."

.PHONY: mostlyclean-binPROGRAMS distclean-binPROGRAMS clean-binPROGRAMS \
maintainer-clean-binPROGRAMS uninstall-binPROGRAMS install-binPROGRAMS \
mostlyclean-compile distclean-compile clean-compile \
maintainer-clean-compile tags mostlyclean-tags distclean-tags \
clean-tags maintainer-clean-tags distdir info dvi installcheck \
install-exec install-data install uninstall all installdirs \
mostlyclean-generic distclean-generic clean-generic \
maintainer-clean-generic clean mostlyclean distclean maintainer-clean


Freeciv.h: ../data/Freeciv
	./ad2c ../data/Freeciv > Freeciv.h

# Tell versions [3.59,3.63) of GNU make to not export all variables.
# Otherwise a system limit (for SysV at least) may be exceeded.
.NOEXPORT:
