#############################################################################
# Makefile for building: testposition
# Generated by qmake (2.01a) (Qt 4.7.4) on: Fri Oct 14 04:02:13 2011
# Project:  testposition.pro
# Template: app
# Command: /usr/bin/qmake PREFIX=/opt CONFIG+=enable-gui -o Makefile testposition.pro
#############################################################################

####### Compiler, tools and options

CC            = gcc
CXX           = g++
DEFINES       = -DMINIATURE_GUI_ENABLED -DMINIATURE_LIB_PATH=\"/home/michael/miniature/tests/testposition/../../game\" -DMINIATURE_BIN=\"/home/michael/miniature/tests/testposition/../../src/miniature\" -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED
CFLAGS        = -pipe -O2 -g -Wno-psabi -Wall -W -D_REENTRANT $(DEFINES)
CXXFLAGS      = -pipe -O2 -g -Wno-psabi -Wall -W -D_REENTRANT $(DEFINES)
INCPATH       = -I/targets/10-armv7/usr/share/qt4/mkspecs/linux-g++-maemo -I. -I/targets/10-armv7/usr/include/qt4/QtCore -I/targets/10-armv7/usr/include/qt4/QtGui -I/targets/10-armv7/usr/include/qt4 -I/targets/10-armv7/usr/include/qt4/QtTest -I../../game -I.. -I.moc
LINK          = g++
LFLAGS        = -Wl,-O1
LIBS          = $(SUBLIBS)  -L/usr/lib -L../../game -lminiature-game -lQtTest -lQtGui -lQtCore -lpthread 
AR            = ar cqs
RANLIB        = 
QMAKE         = /usr/bin/qmake
TAR           = tar -cf
COMPRESS      = gzip -9f
COPY          = cp -f
SED           = sed
COPY_FILE     = $(COPY)
COPY_DIR      = $(COPY) -r
STRIP         = strip
INSTALL_FILE  = install -m 644 -p
INSTALL_DIR   = $(COPY_DIR)
INSTALL_PROGRAM = install -m 755 -p
DEL_FILE      = rm -f
SYMLINK       = ln -f -s
DEL_DIR       = rmdir
MOVE          = mv -f
CHK_DIR_EXISTS= test -d
MKDIR         = mkdir -p

####### Output directory

OBJECTS_DIR   = .obj/

####### Files

SOURCES       = testposition.cc 
OBJECTS       = .obj/testposition.o
DIST          = /targets/10-armv7/usr/share/qt4/mkspecs/common/g++.conf \
		/targets/10-armv7/usr/share/qt4/mkspecs/common/unix.conf \
		/targets/10-armv7/usr/share/qt4/mkspecs/common/linux.conf \
		/targets/10-armv7/usr/share/qt4/mkspecs/qconfig.pri \
		/targets/10-armv7/usr/share/qt4/mkspecs/features/qt_functions.prf \
		/targets/10-armv7/usr/share/qt4/mkspecs/features/qt_config.prf \
		/targets/10-armv7/usr/share/qt4/mkspecs/features/exclusive_builds.prf \
		/targets/10-armv7/usr/share/qt4/mkspecs/features/default_pre.prf \
		../../config.pri \
		../config.pri \
		/targets/10-armv7/usr/share/qt4/mkspecs/features/release.prf \
		/targets/10-armv7/usr/share/qt4/mkspecs/features/default_post.prf \
		/targets/10-armv7/usr/share/qt4/mkspecs/features/qtestlib.prf \
		/targets/10-armv7/usr/share/qt4/mkspecs/features/warn_on.prf \
		/targets/10-armv7/usr/share/qt4/mkspecs/features/qt.prf \
		/targets/10-armv7/usr/share/qt4/mkspecs/features/unix/thread.prf \
		/targets/10-armv7/usr/share/qt4/mkspecs/features/moc.prf \
		/targets/10-armv7/usr/share/qt4/mkspecs/features/resources.prf \
		/targets/10-armv7/usr/share/qt4/mkspecs/features/uic.prf \
		/targets/10-armv7/usr/share/qt4/mkspecs/features/yacc.prf \
		/targets/10-armv7/usr/share/qt4/mkspecs/features/lex.prf \
		/targets/10-armv7/usr/share/qt4/mkspecs/features/include_source_dir.prf \
		testposition.pro
QMAKE_TARGET  = testposition
DESTDIR       = 
TARGET        = testposition

first: all
####### Implicit rules

.SUFFIXES: .o .c .cpp .cc .cxx .C

.cpp.o:
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o "$@" "$<"

.cc.o:
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o "$@" "$<"

.cxx.o:
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o "$@" "$<"

.C.o:
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o "$@" "$<"

.c.o:
	$(CC) -c $(CFLAGS) $(INCPATH) -o "$@" "$<"

####### Build rules

all: Makefile $(TARGET)

$(TARGET):  $(OBJECTS)  
	$(LINK) $(LFLAGS) -o $(TARGET) $(OBJECTS) $(OBJCOMP) $(LIBS)

Makefile: testposition.pro  /targets/10-armv7/usr/share/qt4/mkspecs/linux-g++-maemo/qmake.conf /targets/10-armv7/usr/share/qt4/mkspecs/common/g++.conf \
		/targets/10-armv7/usr/share/qt4/mkspecs/common/unix.conf \
		/targets/10-armv7/usr/share/qt4/mkspecs/common/linux.conf \
		/targets/10-armv7/usr/share/qt4/mkspecs/qconfig.pri \
		/targets/10-armv7/usr/share/qt4/mkspecs/features/qt_functions.prf \
		/targets/10-armv7/usr/share/qt4/mkspecs/features/qt_config.prf \
		/targets/10-armv7/usr/share/qt4/mkspecs/features/exclusive_builds.prf \
		/targets/10-armv7/usr/share/qt4/mkspecs/features/default_pre.prf \
		../../config.pri \
		../config.pri \
		/targets/10-armv7/usr/share/qt4/mkspecs/features/release.prf \
		/targets/10-armv7/usr/share/qt4/mkspecs/features/default_post.prf \
		/targets/10-armv7/usr/share/qt4/mkspecs/features/qtestlib.prf \
		/targets/10-armv7/usr/share/qt4/mkspecs/features/warn_on.prf \
		/targets/10-armv7/usr/share/qt4/mkspecs/features/qt.prf \
		/targets/10-armv7/usr/share/qt4/mkspecs/features/unix/thread.prf \
		/targets/10-armv7/usr/share/qt4/mkspecs/features/moc.prf \
		/targets/10-armv7/usr/share/qt4/mkspecs/features/resources.prf \
		/targets/10-armv7/usr/share/qt4/mkspecs/features/uic.prf \
		/targets/10-armv7/usr/share/qt4/mkspecs/features/yacc.prf \
		/targets/10-armv7/usr/share/qt4/mkspecs/features/lex.prf \
		/targets/10-armv7/usr/share/qt4/mkspecs/features/include_source_dir.prf \
		/usr/lib/libQtTest.prl \
		/usr/lib/libQtGui.prl \
		/usr/lib/libQtCore.prl
	$(QMAKE) PREFIX=/opt CONFIG+=enable-gui -o Makefile testposition.pro
/targets/10-armv7/usr/share/qt4/mkspecs/common/g++.conf:
/targets/10-armv7/usr/share/qt4/mkspecs/common/unix.conf:
/targets/10-armv7/usr/share/qt4/mkspecs/common/linux.conf:
/targets/10-armv7/usr/share/qt4/mkspecs/qconfig.pri:
/targets/10-armv7/usr/share/qt4/mkspecs/features/qt_functions.prf:
/targets/10-armv7/usr/share/qt4/mkspecs/features/qt_config.prf:
/targets/10-armv7/usr/share/qt4/mkspecs/features/exclusive_builds.prf:
/targets/10-armv7/usr/share/qt4/mkspecs/features/default_pre.prf:
../../config.pri:
../config.pri:
/targets/10-armv7/usr/share/qt4/mkspecs/features/release.prf:
/targets/10-armv7/usr/share/qt4/mkspecs/features/default_post.prf:
/targets/10-armv7/usr/share/qt4/mkspecs/features/qtestlib.prf:
/targets/10-armv7/usr/share/qt4/mkspecs/features/warn_on.prf:
/targets/10-armv7/usr/share/qt4/mkspecs/features/qt.prf:
/targets/10-armv7/usr/share/qt4/mkspecs/features/unix/thread.prf:
/targets/10-armv7/usr/share/qt4/mkspecs/features/moc.prf:
/targets/10-armv7/usr/share/qt4/mkspecs/features/resources.prf:
/targets/10-armv7/usr/share/qt4/mkspecs/features/uic.prf:
/targets/10-armv7/usr/share/qt4/mkspecs/features/yacc.prf:
/targets/10-armv7/usr/share/qt4/mkspecs/features/lex.prf:
/targets/10-armv7/usr/share/qt4/mkspecs/features/include_source_dir.prf:
/usr/lib/libQtTest.prl:
/usr/lib/libQtGui.prl:
/usr/lib/libQtCore.prl:
qmake:  FORCE
	@$(QMAKE) PREFIX=/opt CONFIG+=enable-gui -o Makefile testposition.pro

dist: 
	@$(CHK_DIR_EXISTS) .obj/testposition1.0.0 || $(MKDIR) .obj/testposition1.0.0 
	$(COPY_FILE) --parents $(SOURCES) $(DIST) .obj/testposition1.0.0/ && $(COPY_FILE) --parents ../testutils.h .obj/testposition1.0.0/ && $(COPY_FILE) --parents testposition.cc .obj/testposition1.0.0/ && (cd `dirname .obj/testposition1.0.0` && $(TAR) testposition1.0.0.tar testposition1.0.0 && $(COMPRESS) testposition1.0.0.tar) && $(MOVE) `dirname .obj/testposition1.0.0`/testposition1.0.0.tar.gz . && $(DEL_FILE) -r .obj/testposition1.0.0


clean:compiler_clean 
	-$(DEL_FILE) $(OBJECTS)
	-$(DEL_FILE) *~ core *.core


####### Sub-libraries

distclean: clean
	-$(DEL_FILE) $(TARGET) 
	-$(DEL_FILE) Makefile


check: first

mocclean: compiler_moc_header_clean compiler_moc_source_clean

mocables: compiler_moc_header_make_all compiler_moc_source_make_all

compiler_moc_header_make_all:
compiler_moc_header_clean:
compiler_rcc_make_all:
compiler_rcc_clean:
compiler_image_collection_make_all: qmake_image_collection.cpp
compiler_image_collection_clean:
	-$(DEL_FILE) qmake_image_collection.cpp
compiler_moc_source_make_all: .moc/testposition.moc
compiler_moc_source_clean:
	-$(DEL_FILE) .moc/testposition.moc
.moc/testposition.moc: testposition.cc
	/usr/bin/moc $(DEFINES) $(INCPATH) testposition.cc -o .moc/testposition.moc

compiler_uic_make_all:
compiler_uic_clean:
compiler_yacc_decl_make_all:
compiler_yacc_decl_clean:
compiler_yacc_impl_make_all:
compiler_yacc_impl_clean:
compiler_lex_make_all:
compiler_lex_clean:
compiler_clean: compiler_moc_source_clean 

####### Compile

.obj/testposition.o: testposition.cc .moc/testposition.moc
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o .obj/testposition.o testposition.cc

####### Install

install:   FORCE

uninstall:   FORCE

FORCE:

