#############################################################################
# Makefile for building: libKindleFb.so
# Generated by qmake (2.01a) (Qt 4.6.2) on: Wed Jun 27 18:05:13 2012
# Project:  KindleFb.pro
# Template: lib
# Command: /home/ttyyrr/kobo/qt/bin/qmake -unix -o Makefile KindleFb.pro
#############################################################################

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

CC            = arm-linux-gcc
CXX           = arm-linux-g++
DEFINES       = -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED
CFLAGS        = -pipe -O2 -Wall -W -D_REENTRANT -fPIC $(DEFINES)
CXXFLAGS      = -pipe -O2 -Wall -W -D_REENTRANT -fPIC $(DEFINES)
INCPATH       = -I/home/ttyyrr/kobo/qt/mkspecs/qws/linux-arm-g++ -I. -I/home/ttyyrr/kobo/qt/include/QtCore -I/home/ttyyrr/kobo/qt/include/QtNetwork -I/home/ttyyrr/kobo/qt/include/QtGui -I/home/ttyyrr/kobo/qt/include -I.
LINK          = arm-linux-g++
LFLAGS        = -Wl,-O1 -Wl,-rpath,/home/ttyyrr/kobo/qt/lib -shared
LIBS          = $(SUBLIBS)  -L/home/ttyyrr/kobo/qt/lib -lQtGui -L/home/ttyyrr/kobo/fs/lib -L/home/ttyyrr/kobo/fs/usr/lib -L/home/ttyyrr/kobo/qt/lib -lQtNetwork -lQtCore -ldbus-1 -lrt -lpthread 
AR            = arm-linux-ar cqs
RANLIB        = 
QMAKE         = /home/ttyyrr/kobo/qt/bin/qmake
TAR           = tar -cf
COMPRESS      = gzip -9f
COPY          = cp -f
SED           = sed
COPY_FILE     = $(COPY)
COPY_DIR      = $(COPY) -r
STRIP         = arm-linux-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          = cp -f
CHK_DIR_EXISTS= test -d
MKDIR         = mkdir -p

####### Output directory

OBJECTS_DIR   = ./

####### Files

SOURCES       = screenplugin.cpp \
		kindlescreen.cpp \
		kindlescreen_private.cpp \
		kindlescreenthread.cpp moc_screenplugin.cpp \
		moc_kindlescreenthread.cpp
OBJECTS       = screenplugin.o \
		kindlescreen.o \
		kindlescreen_private.o \
		kindlescreenthread.o \
		moc_screenplugin.o \
		moc_kindlescreenthread.o
DIST          = /home/ttyyrr/kobo/qt/mkspecs/common/g++.conf \
		/home/ttyyrr/kobo/qt/mkspecs/common/unix.conf \
		/home/ttyyrr/kobo/qt/mkspecs/common/linux.conf \
		/home/ttyyrr/kobo/qt/mkspecs/common/qws.conf \
		/home/ttyyrr/kobo/qt/mkspecs/qconfig.pri \
		/home/ttyyrr/kobo/qt/mkspecs/features/qt_functions.prf \
		/home/ttyyrr/kobo/qt/mkspecs/features/qt_config.prf \
		/home/ttyyrr/kobo/qt/mkspecs/features/exclusive_builds.prf \
		/home/ttyyrr/kobo/qt/mkspecs/features/default_pre.prf \
		/home/ttyyrr/kobo/qt/mkspecs/features/release.prf \
		/home/ttyyrr/kobo/qt/mkspecs/features/default_post.prf \
		/home/ttyyrr/kobo/qt/mkspecs/features/warn_on.prf \
		/home/ttyyrr/kobo/qt/mkspecs/features/qt.prf \
		/home/ttyyrr/kobo/qt/mkspecs/features/unix/thread.prf \
		/home/ttyyrr/kobo/qt/mkspecs/features/moc.prf \
		/home/ttyyrr/kobo/qt/mkspecs/features/resources.prf \
		/home/ttyyrr/kobo/qt/mkspecs/features/uic.prf \
		/home/ttyyrr/kobo/qt/mkspecs/features/yacc.prf \
		/home/ttyyrr/kobo/qt/mkspecs/features/lex.prf \
		/home/ttyyrr/kobo/qt/mkspecs/features/include_source_dir.prf \
		KindleFb.pro
QMAKE_TARGET  = KindleFb
DESTDIR       = /home/ttyyrr/kobo/qt/plugins/gfxdrivers/
TARGET        = libKindleFb.so
TARGETD       = libKindleFb.so

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  /home/ttyyrr/kobo/qt/plugins/gfxdrivers/$(TARGET)

/home/ttyyrr/kobo/qt/plugins/gfxdrivers/$(TARGET):  $(OBJECTS) $(SUBLIBS) $(OBJCOMP)  
	@$(CHK_DIR_EXISTS) /home/ttyyrr/kobo/qt/plugins/gfxdrivers/ || $(MKDIR) /home/ttyyrr/kobo/qt/plugins/gfxdrivers/ 
	-$(DEL_FILE) $(TARGET)
	$(LINK) $(LFLAGS) -o $(TARGET) $(OBJECTS) $(LIBS) $(OBJCOMP)
	-$(MOVE) $(TARGET) /home/ttyyrr/kobo/qt/plugins/gfxdrivers/



Makefile: KindleFb.pro  /home/ttyyrr/kobo/qt/mkspecs/qws/linux-arm-g++/qmake.conf /home/ttyyrr/kobo/qt/mkspecs/common/g++.conf \
		/home/ttyyrr/kobo/qt/mkspecs/common/unix.conf \
		/home/ttyyrr/kobo/qt/mkspecs/common/linux.conf \
		/home/ttyyrr/kobo/qt/mkspecs/common/qws.conf \
		/home/ttyyrr/kobo/qt/mkspecs/qconfig.pri \
		/home/ttyyrr/kobo/qt/mkspecs/features/qt_functions.prf \
		/home/ttyyrr/kobo/qt/mkspecs/features/qt_config.prf \
		/home/ttyyrr/kobo/qt/mkspecs/features/exclusive_builds.prf \
		/home/ttyyrr/kobo/qt/mkspecs/features/default_pre.prf \
		/home/ttyyrr/kobo/qt/mkspecs/features/release.prf \
		/home/ttyyrr/kobo/qt/mkspecs/features/default_post.prf \
		/home/ttyyrr/kobo/qt/mkspecs/features/warn_on.prf \
		/home/ttyyrr/kobo/qt/mkspecs/features/qt.prf \
		/home/ttyyrr/kobo/qt/mkspecs/features/unix/thread.prf \
		/home/ttyyrr/kobo/qt/mkspecs/features/moc.prf \
		/home/ttyyrr/kobo/qt/mkspecs/features/resources.prf \
		/home/ttyyrr/kobo/qt/mkspecs/features/uic.prf \
		/home/ttyyrr/kobo/qt/mkspecs/features/yacc.prf \
		/home/ttyyrr/kobo/qt/mkspecs/features/lex.prf \
		/home/ttyyrr/kobo/qt/mkspecs/features/include_source_dir.prf \
		/home/ttyyrr/kobo/qt/lib/libQtGui.prl \
		/home/ttyyrr/kobo/qt/lib/libQtNetwork.prl \
		/home/ttyyrr/kobo/qt/lib/libQtCore.prl
	$(QMAKE) -unix -o Makefile KindleFb.pro
/home/ttyyrr/kobo/qt/mkspecs/common/g++.conf:
/home/ttyyrr/kobo/qt/mkspecs/common/unix.conf:
/home/ttyyrr/kobo/qt/mkspecs/common/linux.conf:
/home/ttyyrr/kobo/qt/mkspecs/common/qws.conf:
/home/ttyyrr/kobo/qt/mkspecs/qconfig.pri:
/home/ttyyrr/kobo/qt/mkspecs/features/qt_functions.prf:
/home/ttyyrr/kobo/qt/mkspecs/features/qt_config.prf:
/home/ttyyrr/kobo/qt/mkspecs/features/exclusive_builds.prf:
/home/ttyyrr/kobo/qt/mkspecs/features/default_pre.prf:
/home/ttyyrr/kobo/qt/mkspecs/features/release.prf:
/home/ttyyrr/kobo/qt/mkspecs/features/default_post.prf:
/home/ttyyrr/kobo/qt/mkspecs/features/warn_on.prf:
/home/ttyyrr/kobo/qt/mkspecs/features/qt.prf:
/home/ttyyrr/kobo/qt/mkspecs/features/unix/thread.prf:
/home/ttyyrr/kobo/qt/mkspecs/features/moc.prf:
/home/ttyyrr/kobo/qt/mkspecs/features/resources.prf:
/home/ttyyrr/kobo/qt/mkspecs/features/uic.prf:
/home/ttyyrr/kobo/qt/mkspecs/features/yacc.prf:
/home/ttyyrr/kobo/qt/mkspecs/features/lex.prf:
/home/ttyyrr/kobo/qt/mkspecs/features/include_source_dir.prf:
/home/ttyyrr/kobo/qt/lib/libQtGui.prl:
/home/ttyyrr/kobo/qt/lib/libQtNetwork.prl:
/home/ttyyrr/kobo/qt/lib/libQtCore.prl:
qmake:  FORCE
	@$(QMAKE) -unix -o Makefile KindleFb.pro

dist: 
	@$(CHK_DIR_EXISTS) .tmp/KindleFb1.0.0 || $(MKDIR) .tmp/KindleFb1.0.0 
	$(COPY_FILE) --parents $(SOURCES) $(DIST) .tmp/KindleFb1.0.0/ && $(COPY_FILE) --parents screenplugin.h kindlescreen.h kindlescreen_private.h kindlescreenthread.h .tmp/KindleFb1.0.0/ && $(COPY_FILE) --parents screenplugin.cpp kindlescreen.cpp kindlescreen_private.cpp kindlescreenthread.cpp .tmp/KindleFb1.0.0/ && (cd `dirname .tmp/KindleFb1.0.0` && $(TAR) KindleFb1.0.0.tar KindleFb1.0.0 && $(COMPRESS) KindleFb1.0.0.tar) && $(MOVE) `dirname .tmp/KindleFb1.0.0`/KindleFb1.0.0.tar.gz . && $(DEL_FILE) -r .tmp/KindleFb1.0.0


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


####### Sub-libraries

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


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: moc_screenplugin.cpp moc_kindlescreenthread.cpp
compiler_moc_header_clean:
	-$(DEL_FILE) moc_screenplugin.cpp moc_kindlescreenthread.cpp
moc_screenplugin.cpp: screenplugin.h
	/home/ttyyrr/kobo/qt/bin/moc $(DEFINES) $(INCPATH) screenplugin.h -o moc_screenplugin.cpp

moc_kindlescreenthread.cpp: kindlescreenthread.h
	/home/ttyyrr/kobo/qt/bin/moc $(DEFINES) $(INCPATH) kindlescreenthread.h -o moc_kindlescreenthread.cpp

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:
compiler_moc_source_clean:
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_header_clean 

####### Compile

screenplugin.o: screenplugin.cpp screenplugin.h \
		kindlescreen.h
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o screenplugin.o screenplugin.cpp

kindlescreen.o: kindlescreen.cpp kindlescreen.h \
		kindlescreenthread.h
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o kindlescreen.o kindlescreen.cpp

kindlescreen_private.o: kindlescreen_private.cpp kindlescreen_private.h
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o kindlescreen_private.o kindlescreen_private.cpp

kindlescreenthread.o: kindlescreenthread.cpp kindlescreen.h \
		kindlescreenthread.h
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o kindlescreenthread.o kindlescreenthread.cpp

moc_screenplugin.o: moc_screenplugin.cpp 
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o moc_screenplugin.o moc_screenplugin.cpp

moc_kindlescreenthread.o: moc_kindlescreenthread.cpp 
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o moc_kindlescreenthread.o moc_kindlescreenthread.cpp

####### Install

install:   FORCE

uninstall:   FORCE

FORCE:

