# Makefile.in generated by automake 1.8.5 from Makefile.am.
# qt/Makefile.  Generated from Makefile.in by configure.

# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
# 2003, 2004  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.



# Eliot
# Copyright (C) 2008  Olivier Teulière
# Authors: Olivier Teulière <ipkiss @@ gmail.com>
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 2 of the License, or
# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA

SOURCES = $(eliot_SOURCES) $(nodist_eliot_SOURCES)

srcdir = .
top_srcdir = ..

pkgdatadir = $(datadir)/eliot
pkglibdir = $(libdir)/eliot
pkgincludedir = $(includedir)/eliot
top_builddir = ..
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
INSTALL = /scratchbox/tools/bin/install -c
install_sh_DATA = $(install_sh) -c -m 644
install_sh_PROGRAM = $(install_sh) -c
install_sh_SCRIPT = $(install_sh) -c
INSTALL_HEADER = $(INSTALL_DATA)
transform = $(program_transform_name)
NORMAL_INSTALL = :
PRE_INSTALL = :
POST_INSTALL = :
NORMAL_UNINSTALL = :
PRE_UNINSTALL = :
POST_UNINSTALL = :
host_triplet = arm-unknown-linux-gnu
bin_PROGRAMS = eliot$(EXEEXT)
#am__append_1 = 

# Embed the icon in the win32 binary, see http://doc.trolltech.com/4.4/appicon.html
#am__append_2 = win32icon.rc
#am__append_3 = win32icon.rc
#am__append_4 = win32icon.o
subdir = qt
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
am__aclocal_m4_deps = $(top_srcdir)/m4/ax_boost_base.m4 \
	$(top_srcdir)/m4/ax_cxx_gcc_abi_demangle.m4 \
	$(top_srcdir)/m4/ax_lib_expat.m4 $(top_srcdir)/m4/codeset.m4 \
	$(top_srcdir)/m4/gettext.m4 $(top_srcdir)/m4/glibc2.m4 \
	$(top_srcdir)/m4/glibc21.m4 $(top_srcdir)/m4/iconv.m4 \
	$(top_srcdir)/m4/intdiv0.m4 $(top_srcdir)/m4/intl.m4 \
	$(top_srcdir)/m4/intmax.m4 $(top_srcdir)/m4/inttypes-pri.m4 \
	$(top_srcdir)/m4/inttypes_h.m4 $(top_srcdir)/m4/lcmessage.m4 \
	$(top_srcdir)/m4/lib-ld.m4 $(top_srcdir)/m4/lib-link.m4 \
	$(top_srcdir)/m4/lib-prefix.m4 $(top_srcdir)/m4/lock.m4 \
	$(top_srcdir)/m4/longdouble.m4 $(top_srcdir)/m4/longlong.m4 \
	$(top_srcdir)/m4/nls.m4 $(top_srcdir)/m4/po.m4 \
	$(top_srcdir)/m4/printf-posix.m4 $(top_srcdir)/m4/progtest.m4 \
	$(top_srcdir)/m4/size_max.m4 $(top_srcdir)/m4/stdint_h.m4 \
	$(top_srcdir)/m4/uintmax_t.m4 $(top_srcdir)/m4/ulonglong.m4 \
	$(top_srcdir)/m4/visibility.m4 $(top_srcdir)/m4/wchar_t.m4 \
	$(top_srcdir)/m4/wint_t.m4 $(top_srcdir)/m4/xsize.m4 \
	$(top_srcdir)/configure.in
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
	$(ACLOCAL_M4)
mkinstalldirs = $(mkdir_p)
CONFIG_HEADER = $(top_builddir)/config.h
CONFIG_CLEAN_FILES =
am__installdirs = "$(DESTDIR)$(bindir)"
binPROGRAMS_INSTALL = $(INSTALL_PROGRAM)
PROGRAMS = $(bin_PROGRAMS)
am__eliot_SOURCES_DIST = qtcommon.h qtcommon.cpp coord_model.h \
	coord_model.cpp tile_widget.cpp tile_widget.h tile_layout.cpp \
	tile_layout.h custom_popup.cpp custom_popup.h bag_widget.cpp \
	bag_widget.h bag_widget2.cpp bag_widget2.h \
	dic_tools_widget.cpp dic_tools_widget.h new_game.cpp \
	new_game.h score_widget.cpp score_widget.h dic_wizard.cpp \
	dic_wizard.h board_widget.cpp board_widget.h \
	history_widget.cpp history_widget.h play_word_mediator.cpp \
	play_word_mediator.h training_widget.cpp training_widget.h \
	player_widget.cpp player_widget.h prefs_dialog.cpp \
	prefs_dialog.h aux_window.cpp aux_window.h main_window.cpp \
	main_window.h main.cpp win32icon.rc
am__objects_1 =
am_eliot_OBJECTS = qtcommon.$(OBJEXT) \
	coord_model.$(OBJEXT) tile_widget.$(OBJEXT) \
	tile_layout.$(OBJEXT) custom_popup.$(OBJEXT) \
	bag_widget.$(OBJEXT) bag_widget2.$(OBJEXT) \
	dic_tools_widget.$(OBJEXT) new_game.$(OBJEXT) \
	score_widget.$(OBJEXT) dic_wizard.$(OBJEXT) \
	board_widget.$(OBJEXT) history_widget.$(OBJEXT) \
	play_word_mediator.$(OBJEXT) \
	training_widget.$(OBJEXT) \
	player_widget.$(OBJEXT) prefs_dialog.$(OBJEXT) \
	aux_window.$(OBJEXT) main_window.$(OBJEXT) \
	main.$(OBJEXT) $(am__objects_1)
nodist_eliot_OBJECTS = coord_model.moc.$(OBJEXT) \
	tile_widget.moc.$(OBJEXT) \
	tile_layout.moc.$(OBJEXT) \
	custom_popup.moc.$(OBJEXT) \
	new_game.moc.$(OBJEXT) \
	dic_tools_widget.moc.$(OBJEXT) \
	bag_widget.moc.$(OBJEXT) \
	bag_widget2.moc.$(OBJEXT) \
	score_widget.moc.$(OBJEXT) \
	dic_wizard.moc.$(OBJEXT) \
	board_widget.moc.$(OBJEXT) \
	history_widget.moc.$(OBJEXT) \
	play_word_mediator.moc.$(OBJEXT) \
	player_widget.moc.$(OBJEXT) \
	training_widget.moc.$(OBJEXT) \
	prefs_dialog.moc.$(OBJEXT) \
	aux_window.moc.$(OBJEXT) \
	main_window.moc.$(OBJEXT) resources.$(OBJEXT)
eliot_OBJECTS = $(am_eliot_OBJECTS) $(nodist_eliot_OBJECTS)
am__DEPENDENCIES_1 =
#am__DEPENDENCIES_2 = win32icon.o
eliot_DEPENDENCIES = ../game/libgame.a ../dic/libdic.a \
	$(am__DEPENDENCIES_1) $(am__DEPENDENCIES_2)
DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
depcomp = $(SHELL) $(top_srcdir)/depcomp
am__depfiles_maybe = depfiles
DEP_FILES = ./$(DEPDIR)/aux_window.Po \
	./$(DEPDIR)/aux_window.moc.Po \
	./$(DEPDIR)/bag_widget.Po \
	./$(DEPDIR)/bag_widget.moc.Po \
	./$(DEPDIR)/bag_widget2.Po \
	./$(DEPDIR)/bag_widget2.moc.Po \
	./$(DEPDIR)/board_widget.Po \
	./$(DEPDIR)/board_widget.moc.Po \
	./$(DEPDIR)/coord_model.Po \
	./$(DEPDIR)/coord_model.moc.Po \
	./$(DEPDIR)/custom_popup.Po \
	./$(DEPDIR)/custom_popup.moc.Po \
	./$(DEPDIR)/dic_tools_widget.Po \
	./$(DEPDIR)/dic_tools_widget.moc.Po \
	./$(DEPDIR)/dic_wizard.Po \
	./$(DEPDIR)/dic_wizard.moc.Po \
	./$(DEPDIR)/history_widget.Po \
	./$(DEPDIR)/history_widget.moc.Po \
	./$(DEPDIR)/main.Po ./$(DEPDIR)/main_window.Po \
	./$(DEPDIR)/main_window.moc.Po \
	./$(DEPDIR)/new_game.Po \
	./$(DEPDIR)/new_game.moc.Po \
	./$(DEPDIR)/play_word_mediator.Po \
	./$(DEPDIR)/play_word_mediator.moc.Po \
	./$(DEPDIR)/player_widget.Po \
	./$(DEPDIR)/player_widget.moc.Po \
	./$(DEPDIR)/prefs_dialog.Po \
	./$(DEPDIR)/prefs_dialog.moc.Po \
	./$(DEPDIR)/qtcommon.Po ./$(DEPDIR)/resources.Po \
	./$(DEPDIR)/score_widget.Po \
	./$(DEPDIR)/score_widget.moc.Po \
	./$(DEPDIR)/tile_layout.Po \
	./$(DEPDIR)/tile_layout.moc.Po \
	./$(DEPDIR)/tile_widget.Po \
	./$(DEPDIR)/tile_widget.moc.Po \
	./$(DEPDIR)/training_widget.Po \
	./$(DEPDIR)/training_widget.moc.Po
CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
CXXLD = $(CXX)
CXXLINK = $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) \
	-o $@
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
CCLD = $(CC)
LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
SOURCES = $(eliot_SOURCES) $(nodist_eliot_SOURCES)
DIST_SOURCES = $(am__eliot_SOURCES_DIST)
ETAGS = etags
CTAGS = ctags
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
ACLOCAL = ${SHELL} /home/rantalai/scrabble/elliot/eliot/missing --run aclocal-1.8
ALLOCA = 
AMDEP_FALSE = #
AMDEP_TRUE = 
AMTAR = ${SHELL} /home/rantalai/scrabble/elliot/eliot/missing --run tar
ARABICA_CFLAGS = -I/usr/include/arabica -I/usr/include/libxml2  
ARABICA_LIBS = -L/usr/lib -larabica  
AUTOCONF = ${SHELL} /home/rantalai/scrabble/elliot/eliot/missing --run autoconf
AUTOHEADER = ${SHELL} /home/rantalai/scrabble/elliot/eliot/missing --run autoheader
AUTOMAKE = ${SHELL} /home/rantalai/scrabble/elliot/eliot/missing --run automake-1.8
AWK = gawk
BOOST_CPPFLAGS = -I/usr/include
BOOST_LDFLAGS = -L/usr/lib
BUILD_DICTOOLS_FALSE = #
BUILD_DICTOOLS_TRUE = 
BUILD_INCLUDED_LIBINTL = no
BUILD_NCURSES_FALSE = #
BUILD_NCURSES_TRUE = 
BUILD_QT_FALSE = #
BUILD_QT_TRUE = 
BUILD_TEXT_FALSE = #
BUILD_TEXT_TRUE = 
CATOBJEXT = .gmo
CC = gcc
CCDEPMODE = depmode=gcc3
CFLAGS = -g -O2
CFLAG_VISIBILITY = -fvisibility=hidden
CPP = gcc -E
CPPFLAGS = 
CXX = g++
CXXDEPMODE = depmode=gcc3
CXXFLAGS = -g -O2
CYGPATH_W = echo
DATADIRNAME = share
DEFS = -DHAVE_CONFIG_H
DEPDIR = .deps
ECHO_C = 
ECHO_N = -n
ECHO_T = 
EGREP = /scratchbox/tools/bin/grep -E
EXEEXT = 
EXPAT_CFLAGS = -I/usr/include
EXPAT_LDFLAGS = -L/usr/lib -lexpat
EXPAT_VERSION = 1.95.8
GENCAT = gencat
GLIBC2 = yes
GLIBC21 = yes
GMSGFMT = /scratchbox/devkits/autotools-legacy/bin/msgfmt
GMSGFMT_015 = /scratchbox/devkits/autotools-legacy/bin/msgfmt
GREP = /scratchbox/tools/bin/grep
HAS_READLINE_FALSE = #
HAS_READLINE_TRUE = 
HAVE_ASPRINTF = 1
HAVE_POSIX_PRINTF = 1
HAVE_SNPRINTF = 1
HAVE_VISIBILITY = 1
HAVE_WPRINTF = 0
INSTALL_DATA = ${INSTALL} -m 644
INSTALL_PROGRAM = ${INSTALL}
INSTALL_SCRIPT = ${INSTALL}
INSTALL_STRIP_PROGRAM = ${SHELL} $(install_sh) -c -s
INSTOBJEXT = .mo
INTLBISON = bison
INTLLIBS = 
INTLOBJS = 
INTL_LIBTOOL_SUFFIX_PREFIX = 
INTL_MACOSX_LIBS = 
LDFLAGS = 
LIBCONFIG_CFLAGS =  
LIBCONFIG_LIBS = -L/usr/lib -lconfig++  
LIBICONV = 
LIBINTL = 
LIBMULTITHREAD = -lpthread
LIBOBJS = 
LIBPTH = 
LIBS = 
LIBTHREAD = 
LOG4CXX_CFLAGS = 
LOG4CXX_LIBS = 
LTLIBICONV = 
LTLIBINTL = 
LTLIBMULTITHREAD = -lpthread
LTLIBOBJS = 
LTLIBPTH = 
LTLIBTHREAD = 
MAKEINFO = ${SHELL} /home/rantalai/scrabble/elliot/eliot/missing --run makeinfo
MOC = /usr/bin/moc
MSGFMT = /scratchbox/devkits/autotools-legacy/bin/msgfmt
MSGFMT_015 = /scratchbox/devkits/autotools-legacy/bin/msgfmt
MSGMERGE = /scratchbox/devkits/autotools-legacy/bin/msgmerge
OBJEXT = o
PACKAGE = eliot
PACKAGE_BUGREPORT = 
PACKAGE_NAME = eliot
PACKAGE_STRING = eliot 1.14-cvs
PACKAGE_TARNAME = eliot
PACKAGE_URL = 
PACKAGE_VERSION = 1.14-cvs
PATH_SEPARATOR = :
PKG_CONFIG = /scratchbox/devkits/autotools-legacy/bin/pkg-config
POSUB = po
PRI_MACROS_BROKEN = 0
QT4LOCALEDIR = /usr/share/qt4/translations/
QT_CFLAGS = -DQT_SHARED -I/usr/include/QtCore -I/usr/include/QtGui -I/usr/include/QtDBus -I/usr/include/QtXml  
QT_LIBS = -L/usr/lib -lQtGui -lQtDBus -lQtXml -lQtCore  
RANLIB = ranlib
RCC = /usr/bin/rcc
SET_MAKE = 
SHELL = /bin/sh
STRIP = 
UIC = /usr/bin/uic
USE_INCLUDED_LIBINTL = no
USE_NLS = yes
VERSION = 1.14-cvs
WIN32_BUILD_FALSE = 
WIN32_BUILD_TRUE = #
WITH_LOGGING_FALSE = 
WITH_LOGGING_TRUE = #
WOE32DLL = no
XGETTEXT = /scratchbox/devkits/autotools-legacy/bin/xgettext
XGETTEXT_015 = /scratchbox/devkits/autotools-legacy/bin/xgettext
ac_ct_CC = gcc
ac_ct_CXX = g++
am__fastdepCC_FALSE = #
am__fastdepCC_TRUE = 
am__fastdepCXX_FALSE = #
am__fastdepCXX_TRUE = 
am__include = include
am__leading_dot = .
am__quote = 
bindir = ${exec_prefix}/bin
build = arm-unknown-linux-gnu
build_alias = 
build_cpu = arm
build_os = linux-gnu
build_vendor = unknown
datadir = ${datarootdir}
datarootdir = ${prefix}/share
docdir = ${datarootdir}/doc/${PACKAGE_TARNAME}
dvidir = ${docdir}
exec_prefix = ${prefix}
host = arm-unknown-linux-gnu
host_alias = 
host_cpu = arm
host_os = linux-gnu
host_vendor = unknown
htmldir = ${docdir}
includedir = ${prefix}/include
infodir = ${datarootdir}/info
install_sh = /home/rantalai/scrabble/elliot/eliot/install-sh
libdir = ${exec_prefix}/lib
libexecdir = ${exec_prefix}/libexec
localedir = $(datadir)/locale
localstatedir = ${prefix}/var
mandir = ${datarootdir}/man
mkdir_p = mkdir -p -- .
oldincludedir = /usr/include
pdfdir = ${docdir}
prefix = /usr/local
program_transform_name = s,x,x,
psdir = ${docdir}
sbindir = ${exec_prefix}/sbin
sharedstatedir = ${prefix}/com
sysconfdir = ${prefix}/etc
target_alias = 
AM_CPPFLAGS = -DLOCALEDIR=\"$(localedir)\" -DQT_SHARED -I/usr/include/QtCore -I/usr/include/QtGui -I/usr/include/QtDBus -I/usr/include/QtXml   -DQT4LOCALEDIR=\"/usr/share/qt4/translations/\" -I$(top_srcdir) -I../intl -I$(top_srcdir)/dic -I$(top_srcdir)/game 
SUFFIXES = .ui.h .moc.cpp
RESOURCES = \
    images/eliot.xpm \
    images/go-first.png \
    images/go-jump.png \
    images/go-last.png \
    images/go-next.png \
    images/go-previous.png \
    images/info_16px.png \
    images/playlist_16px.png \
    images/preferences.png \
    images/printer.png \
    images/quit_16px.png

EXTRA_DIST = \
    ui/dic_tools_widget.ui \
    ui/dic_wizard_info_page.ui \
    ui/dic_wizard_letters_def_page.ui \
    ui/dic_wizard_conclusion_page.ui \
    ui/bag_widget.ui \
    ui/main_window.ui \
    ui/new_game.ui \
    ui/player_widget.ui \
    ui/prefs_dialog.ui \
    ui/training_widget.ui \
    eliot.qrc \
    $(RESOURCES) \
    images/eliot.ico

eliot_SOURCES = \
    qtcommon.h qtcommon.cpp \
    coord_model.h coord_model.cpp \
    tile_widget.cpp tile_widget.h \
    tile_layout.cpp tile_layout.h \
    custom_popup.cpp custom_popup.h \
    bag_widget.cpp bag_widget.h \
    bag_widget2.cpp bag_widget2.h \
    dic_tools_widget.cpp dic_tools_widget.h \
    new_game.cpp new_game.h \
    score_widget.cpp score_widget.h \
    dic_wizard.cpp dic_wizard.h \
    board_widget.cpp board_widget.h \
    history_widget.cpp history_widget.h \
    play_word_mediator.cpp play_word_mediator.h \
    training_widget.cpp training_widget.h \
    player_widget.cpp player_widget.h \
    prefs_dialog.cpp prefs_dialog.h \
    aux_window.cpp aux_window.h \
    main_window.cpp main_window.h \
    main.cpp\
$(am__append_3)
nodist_eliot_SOURCES = \
    ui/main_window.ui.h \
    ui/bag_widget.ui.h \
    ui/new_game.ui.h \
    ui/player_widget.ui.h \
    ui/training_widget.ui.h \
    ui/prefs_dialog.ui.h \
    ui/dic_tools_widget.ui.h \
    ui/dic_wizard_info_page.ui.h \
    ui/dic_wizard_letters_def_page.ui.h \
    ui/dic_wizard_conclusion_page.ui.h \
    coord_model.moc.cpp \
    tile_widget.moc.cpp \
    tile_layout.moc.cpp \
    custom_popup.moc.cpp \
    new_game.moc.cpp \
    dic_tools_widget.moc.cpp \
    bag_widget.moc.cpp \
    bag_widget2.moc.cpp \
    score_widget.moc.cpp \
    dic_wizard.moc.cpp \
    board_widget.moc.cpp \
    history_widget.moc.cpp \
    play_word_mediator.moc.cpp \
    player_widget.moc.cpp \
    training_widget.moc.cpp \
    prefs_dialog.moc.cpp \
    aux_window.moc.cpp \
    main_window.moc.cpp \
    resources.cpp

BUILT_SOURCES = $(nodist_eliot_SOURCES) $(am__append_2)
MOSTLYCLEANFILES = $(nodist_eliot_SOURCES)
eliot_LDADD = ../game/libgame.a ../dic/libdic.a -L/usr/lib -lQtGui -lQtDBus -lQtXml -lQtCore    -L/usr/lib -lconfig++   -L/usr/lib -larabica   -L/usr/lib -lexpat $(am__append_1) $(am__append_4)
# Needed for proper stack trace handling
eliot_LDFLAGS = -rdynamic
all: $(BUILT_SOURCES)
	$(MAKE) $(AM_MAKEFLAGS) all-am

.SUFFIXES:
.SUFFIXES: .ui.h .moc.cpp .cpp .o .obj
$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
	@for dep in $?; do \
	  case '$(am__configure_deps)' in \
	    *$$dep*) \
	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
		&& exit 0; \
	      exit 1;; \
	  esac; \
	done; \
	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  qt/Makefile'; \
	cd $(top_srcdir) && \
	  $(AUTOMAKE) --foreign  qt/Makefile
.PRECIOUS: Makefile
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
	@case '$?' in \
	  *config.status*) \
	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
	  *) \
	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
	esac;

$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh

$(top_srcdir)/configure:  $(am__configure_deps)
	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
install-binPROGRAMS: $(bin_PROGRAMS)
	@$(NORMAL_INSTALL)
	test -z "$(bindir)" || $(mkdir_p) "$(DESTDIR)$(bindir)"
	@list='$(bin_PROGRAMS)'; for p in $$list; do \
	  p1=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
	  if test -f $$p \
	  ; then \
	    f=`echo "$$p1" | sed 's,^.*/,,;$(transform);s/$$/$(EXEEXT)/'`; \
	   echo " $(INSTALL_PROGRAM_ENV) $(binPROGRAMS_INSTALL) '$$p' '$(DESTDIR)$(bindir)/$$f'"; \
	   $(INSTALL_PROGRAM_ENV) $(binPROGRAMS_INSTALL) "$$p" "$(DESTDIR)$(bindir)/$$f" || exit 1; \
	  else :; fi; \
	done

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

clean-binPROGRAMS:
	-test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS)
eliot$(EXEEXT): $(eliot_OBJECTS) $(eliot_DEPENDENCIES) 
	@rm -f eliot$(EXEEXT)
	$(CXXLINK) $(eliot_LDFLAGS) $(eliot_OBJECTS) $(eliot_LDADD) $(LIBS)

mostlyclean-compile:
	-rm -f *.$(OBJEXT)

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

include ./$(DEPDIR)/aux_window.Po
include ./$(DEPDIR)/aux_window.moc.Po
include ./$(DEPDIR)/bag_widget.Po
include ./$(DEPDIR)/bag_widget.moc.Po
include ./$(DEPDIR)/bag_widget2.Po
include ./$(DEPDIR)/bag_widget2.moc.Po
include ./$(DEPDIR)/board_widget.Po
include ./$(DEPDIR)/board_widget.moc.Po
include ./$(DEPDIR)/coord_model.Po
include ./$(DEPDIR)/coord_model.moc.Po
include ./$(DEPDIR)/custom_popup.Po
include ./$(DEPDIR)/custom_popup.moc.Po
include ./$(DEPDIR)/dic_tools_widget.Po
include ./$(DEPDIR)/dic_tools_widget.moc.Po
include ./$(DEPDIR)/dic_wizard.Po
include ./$(DEPDIR)/dic_wizard.moc.Po
include ./$(DEPDIR)/history_widget.Po
include ./$(DEPDIR)/history_widget.moc.Po
include ./$(DEPDIR)/main.Po
include ./$(DEPDIR)/main_window.Po
include ./$(DEPDIR)/main_window.moc.Po
include ./$(DEPDIR)/new_game.Po
include ./$(DEPDIR)/new_game.moc.Po
include ./$(DEPDIR)/play_word_mediator.Po
include ./$(DEPDIR)/play_word_mediator.moc.Po
include ./$(DEPDIR)/player_widget.Po
include ./$(DEPDIR)/player_widget.moc.Po
include ./$(DEPDIR)/prefs_dialog.Po
include ./$(DEPDIR)/prefs_dialog.moc.Po
include ./$(DEPDIR)/qtcommon.Po
include ./$(DEPDIR)/resources.Po
include ./$(DEPDIR)/score_widget.Po
include ./$(DEPDIR)/score_widget.moc.Po
include ./$(DEPDIR)/tile_layout.Po
include ./$(DEPDIR)/tile_layout.moc.Po
include ./$(DEPDIR)/tile_widget.Po
include ./$(DEPDIR)/tile_widget.moc.Po
include ./$(DEPDIR)/training_widget.Po
include ./$(DEPDIR)/training_widget.moc.Po

.cpp.o:
	if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
#	source='$<' object='$@' libtool=no \
#	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' \
#	$(CXXDEPMODE) $(depcomp) \
#	$(CXXCOMPILE) -c -o $@ $<

.cpp.obj:
	if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
#	source='$<' object='$@' libtool=no \
#	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' \
#	$(CXXDEPMODE) $(depcomp) \
#	$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
uninstall-info-am:

ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
	unique=`for i in $$list; do \
	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
	  done | \
	  $(AWK) '    { files[$$0] = 1; } \
	       END { for (i in files) print i; }'`; \
	mkid -fID $$unique
tags: TAGS

TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
		$(TAGS_FILES) $(LISP)
	tags=; \
	here=`pwd`; \
	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
	unique=`for i in $$list; do \
	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
	  done | \
	  $(AWK) '    { files[$$0] = 1; } \
	       END { for (i in files) print i; }'`; \
	if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
	  test -n "$$unique" || unique=$$empty_fix; \
	  $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
	    $$tags $$unique; \
	fi
ctags: CTAGS
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
		$(TAGS_FILES) $(LISP)
	tags=; \
	here=`pwd`; \
	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
	unique=`for i in $$list; do \
	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
	  done | \
	  $(AWK) '    { files[$$0] = 1; } \
	       END { for (i in files) print i; }'`; \
	test -z "$(CTAGS_ARGS)$$tags$$unique" \
	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
	     $$tags $$unique

GTAGS:
	here=`$(am__cd) $(top_builddir) && pwd` \
	  && cd $(top_srcdir) \
	  && gtags -i $(GTAGS_ARGS) $$here

distclean-tags:
	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags

distdir: $(DISTFILES)
	$(mkdir_p) $(distdir)/images $(distdir)/ui
	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
	list='$(DISTFILES)'; for file in $$list; do \
	  case $$file in \
	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
	  esac; \
	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
	    dir="/$$dir"; \
	    $(mkdir_p) "$(distdir)$$dir"; \
	  else \
	    dir=''; \
	  fi; \
	  if test -d $$d/$$file; then \
	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
	      cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
	    fi; \
	    cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
	  else \
	    test -f $(distdir)/$$file \
	    || cp -p $$d/$$file $(distdir)/$$file \
	    || exit 1; \
	  fi; \
	done
check-am: all-am
check: $(BUILT_SOURCES)
	$(MAKE) $(AM_MAKEFLAGS) check-am
all-am: Makefile $(PROGRAMS)
installdirs:
	for dir in "$(DESTDIR)$(bindir)"; do \
	  test -z "$$dir" || $(mkdir_p) "$$dir"; \
	done
install: $(BUILT_SOURCES)
	$(MAKE) $(AM_MAKEFLAGS) install-am
install-exec: install-exec-am
install-data: install-data-am
uninstall: uninstall-am

install-am: all-am
	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am

installcheck: installcheck-am
install-strip:
	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
	  `test -z '$(STRIP)' || \
	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
mostlyclean-generic:
	-test -z "$(MOSTLYCLEANFILES)" || rm -f $(MOSTLYCLEANFILES)

clean-generic:

distclean-generic:
	-rm -f $(CONFIG_CLEAN_FILES)

maintainer-clean-generic:
	@echo "This command is intended for maintainers to use"
	@echo "it deletes files that may require special tools to rebuild."
	-test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
clean: clean-am

clean-am: clean-binPROGRAMS clean-generic mostlyclean-am

distclean: distclean-am
	-rm -rf ./$(DEPDIR)
	-rm -f Makefile
distclean-am: clean-am distclean-compile distclean-generic \
	distclean-tags

dvi: dvi-am

dvi-am:

html: html-am

info: info-am

info-am:

install-data-am:

install-exec-am: install-binPROGRAMS

install-info: install-info-am

install-man:

installcheck-am:

maintainer-clean: maintainer-clean-am
	-rm -rf ./$(DEPDIR)
	-rm -f Makefile
maintainer-clean-am: distclean-am maintainer-clean-generic

mostlyclean: mostlyclean-am

mostlyclean-am: mostlyclean-compile mostlyclean-generic

pdf: pdf-am

pdf-am:

ps: ps-am

ps-am:

uninstall-am: uninstall-binPROGRAMS uninstall-info-am

.PHONY: CTAGS GTAGS all all-am check check-am clean clean-binPROGRAMS \
	clean-generic ctags distclean distclean-compile \
	distclean-generic distclean-tags distdir dvi dvi-am html \
	html-am info info-am install install-am install-binPROGRAMS \
	install-data install-data-am install-exec install-exec-am \
	install-info install-info-am install-man install-strip \
	installcheck installcheck-am installdirs maintainer-clean \
	maintainer-clean-generic mostlyclean mostlyclean-compile \
	mostlyclean-generic pdf pdf-am ps ps-am tags uninstall \
	uninstall-am uninstall-binPROGRAMS uninstall-info-am


# Generate a cpp file from the resources
resources.cpp: eliot.qrc $(RESOURCES)
	$(RCC) -o $@ $<

# Generate the implementation file from the header
%.moc.cpp: %.h
	$(MOC) -o $@ $<

# Generate the header from the .ui file
# We want to translate the string with gettext, not Qt own way
%.ui.h: %.ui
	mkdir -p ui
	rm -f $@ $@.tmp
	echo "// Note: Lines below generated by Eliot build system" > $@.tmp
	echo "#include \"qtcommon.h\"" >> $@.tmp
	echo "#define Q_(a,b) _q(a)" >> $@.tmp
	$(UIC) -tr "Q_" $< >> $@.tmp
	sed 's/Q_(\"_(\\\"\(.*\)\\\")"/Q_("\1"/' $@.tmp >$@
	rm -f $@.tmp

#win32icon.o: win32icon.rc
#	i586-mingw32msvc-windres -o $@ -i $<

# This target is out of the conditional, so that make distcheck is happy
win32icon.rc: images/eliot.ico
	echo "IDI_ICON1 ICON DISCARDABLE \"$(top_srcdir)/qt/images/eliot.ico\"" > $@
# 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:
