#############################################################################
# Makefile for building: libStreams.a
# Generated by qmake (2.01a) (Qt 4.6.2) on: Sun Aug 1 00:19:17 2010
# Project:  Streams.pro
# Template: lib
# Command: /usr/bin/qmake -unix CONFIG+=maemo -o Makefile Streams.pro
#############################################################################

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

CC            = gcc
CXX           = g++
DEFINES       = -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED
CFLAGS        = -pipe -O2 -fPIC -Wall -W -D_REENTRANT $(DEFINES)
CXXFLAGS      = -pipe -O2 -fPIC -Wall -W -D_REENTRANT $(DEFINES)
INCPATH       = -I/targets/FREMANTLE_X86/usr/share/qt4/mkspecs/linux-g++ -I. -I/targets/FREMANTLE_X86/usr/include/QtCore -I/targets/FREMANTLE_X86/usr/include/QtNetwork -I/targets/FREMANTLE_X86/usr/include/QtGui -I/targets/FREMANTLE_X86/usr/include -I.. -I.
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   = ./

####### Files

SOURCES       = SocketFactory.cpp \
		IODeviceSocket.cpp \
		DeletionWatcher.cpp \
		FakeSocket.cpp moc_Socket.cpp \
		moc_SocketFactory.cpp \
		moc_IODeviceSocket.cpp \
		moc_DeletionWatcher.cpp \
		moc_FakeSocket.cpp
OBJECTS       = SocketFactory.o \
		IODeviceSocket.o \
		DeletionWatcher.o \
		FakeSocket.o \
		moc_Socket.o \
		moc_SocketFactory.o \
		moc_IODeviceSocket.o \
		moc_DeletionWatcher.o \
		moc_FakeSocket.o
DIST          = /targets/FREMANTLE_X86/usr/share/qt4/mkspecs/common/g++.conf \
		/targets/FREMANTLE_X86/usr/share/qt4/mkspecs/common/unix.conf \
		/targets/FREMANTLE_X86/usr/share/qt4/mkspecs/common/linux.conf \
		/targets/FREMANTLE_X86/usr/share/qt4/mkspecs/qconfig.pri \
		/targets/FREMANTLE_X86/usr/share/qt4/mkspecs/features/qt_functions.prf \
		/targets/FREMANTLE_X86/usr/share/qt4/mkspecs/features/qt_config.prf \
		/targets/FREMANTLE_X86/usr/share/qt4/mkspecs/features/exclusive_builds.prf \
		/targets/FREMANTLE_X86/usr/share/qt4/mkspecs/features/default_pre.prf \
		/targets/FREMANTLE_X86/usr/share/qt4/mkspecs/features/release.prf \
		/targets/FREMANTLE_X86/usr/share/qt4/mkspecs/features/default_post.prf \
		/targets/FREMANTLE_X86/usr/share/qt4/mkspecs/features/staticlib.prf \
		/targets/FREMANTLE_X86/usr/share/qt4/mkspecs/features/static.prf \
		/targets/FREMANTLE_X86/usr/share/qt4/mkspecs/features/warn_on.prf \
		/targets/FREMANTLE_X86/usr/share/qt4/mkspecs/features/qt.prf \
		/targets/FREMANTLE_X86/usr/share/qt4/mkspecs/features/unix/thread.prf \
		/targets/FREMANTLE_X86/usr/share/qt4/mkspecs/features/moc.prf \
		/targets/FREMANTLE_X86/usr/share/qt4/mkspecs/features/resources.prf \
		/targets/FREMANTLE_X86/usr/share/qt4/mkspecs/features/uic.prf \
		/targets/FREMANTLE_X86/usr/share/qt4/mkspecs/features/yacc.prf \
		/targets/FREMANTLE_X86/usr/share/qt4/mkspecs/features/lex.prf \
		/targets/FREMANTLE_X86/usr/share/qt4/mkspecs/features/include_source_dir.prf \
		Streams.pro
QMAKE_TARGET  = Streams
DESTDIR       = 
TARGET        = libStreams.a

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) 

staticlib: $(TARGET)

$(TARGET):  $(OBJECTS) $(OBJCOMP) 
	-$(DEL_FILE) $(TARGET)
	$(AR) $(TARGET) $(OBJECTS)


Makefile: Streams.pro  /targets/FREMANTLE_X86/usr/share/qt4/mkspecs/linux-g++/qmake.conf /targets/FREMANTLE_X86/usr/share/qt4/mkspecs/common/g++.conf \
		/targets/FREMANTLE_X86/usr/share/qt4/mkspecs/common/unix.conf \
		/targets/FREMANTLE_X86/usr/share/qt4/mkspecs/common/linux.conf \
		/targets/FREMANTLE_X86/usr/share/qt4/mkspecs/qconfig.pri \
		/targets/FREMANTLE_X86/usr/share/qt4/mkspecs/features/qt_functions.prf \
		/targets/FREMANTLE_X86/usr/share/qt4/mkspecs/features/qt_config.prf \
		/targets/FREMANTLE_X86/usr/share/qt4/mkspecs/features/exclusive_builds.prf \
		/targets/FREMANTLE_X86/usr/share/qt4/mkspecs/features/default_pre.prf \
		/targets/FREMANTLE_X86/usr/share/qt4/mkspecs/features/release.prf \
		/targets/FREMANTLE_X86/usr/share/qt4/mkspecs/features/default_post.prf \
		/targets/FREMANTLE_X86/usr/share/qt4/mkspecs/features/staticlib.prf \
		/targets/FREMANTLE_X86/usr/share/qt4/mkspecs/features/static.prf \
		/targets/FREMANTLE_X86/usr/share/qt4/mkspecs/features/warn_on.prf \
		/targets/FREMANTLE_X86/usr/share/qt4/mkspecs/features/qt.prf \
		/targets/FREMANTLE_X86/usr/share/qt4/mkspecs/features/unix/thread.prf \
		/targets/FREMANTLE_X86/usr/share/qt4/mkspecs/features/moc.prf \
		/targets/FREMANTLE_X86/usr/share/qt4/mkspecs/features/resources.prf \
		/targets/FREMANTLE_X86/usr/share/qt4/mkspecs/features/uic.prf \
		/targets/FREMANTLE_X86/usr/share/qt4/mkspecs/features/yacc.prf \
		/targets/FREMANTLE_X86/usr/share/qt4/mkspecs/features/lex.prf \
		/targets/FREMANTLE_X86/usr/share/qt4/mkspecs/features/include_source_dir.prf \
		/usr/lib/libQtGui.prl \
		/usr/lib/libQtCore.prl \
		/usr/lib/libQtNetwork.prl \
		/usr/lib/libQtDBus.prl \
		/usr/lib/libQtXml.prl
	$(QMAKE) -unix CONFIG+=maemo -o Makefile Streams.pro
/targets/FREMANTLE_X86/usr/share/qt4/mkspecs/common/g++.conf:
/targets/FREMANTLE_X86/usr/share/qt4/mkspecs/common/unix.conf:
/targets/FREMANTLE_X86/usr/share/qt4/mkspecs/common/linux.conf:
/targets/FREMANTLE_X86/usr/share/qt4/mkspecs/qconfig.pri:
/targets/FREMANTLE_X86/usr/share/qt4/mkspecs/features/qt_functions.prf:
/targets/FREMANTLE_X86/usr/share/qt4/mkspecs/features/qt_config.prf:
/targets/FREMANTLE_X86/usr/share/qt4/mkspecs/features/exclusive_builds.prf:
/targets/FREMANTLE_X86/usr/share/qt4/mkspecs/features/default_pre.prf:
/targets/FREMANTLE_X86/usr/share/qt4/mkspecs/features/release.prf:
/targets/FREMANTLE_X86/usr/share/qt4/mkspecs/features/default_post.prf:
/targets/FREMANTLE_X86/usr/share/qt4/mkspecs/features/staticlib.prf:
/targets/FREMANTLE_X86/usr/share/qt4/mkspecs/features/static.prf:
/targets/FREMANTLE_X86/usr/share/qt4/mkspecs/features/warn_on.prf:
/targets/FREMANTLE_X86/usr/share/qt4/mkspecs/features/qt.prf:
/targets/FREMANTLE_X86/usr/share/qt4/mkspecs/features/unix/thread.prf:
/targets/FREMANTLE_X86/usr/share/qt4/mkspecs/features/moc.prf:
/targets/FREMANTLE_X86/usr/share/qt4/mkspecs/features/resources.prf:
/targets/FREMANTLE_X86/usr/share/qt4/mkspecs/features/uic.prf:
/targets/FREMANTLE_X86/usr/share/qt4/mkspecs/features/yacc.prf:
/targets/FREMANTLE_X86/usr/share/qt4/mkspecs/features/lex.prf:
/targets/FREMANTLE_X86/usr/share/qt4/mkspecs/features/include_source_dir.prf:
/usr/lib/libQtGui.prl:
/usr/lib/libQtCore.prl:
/usr/lib/libQtNetwork.prl:
/usr/lib/libQtDBus.prl:
/usr/lib/libQtXml.prl:
qmake:  FORCE
	@$(QMAKE) -unix CONFIG+=maemo -o Makefile Streams.pro

dist: 
	@$(CHK_DIR_EXISTS) .tmp/Streams1.0.0 || $(MKDIR) .tmp/Streams1.0.0 
	$(COPY_FILE) --parents $(SOURCES) $(DIST) .tmp/Streams1.0.0/ && $(COPY_FILE) --parents Socket.h SocketFactory.h IODeviceSocket.h DeletionWatcher.h FakeSocket.h .tmp/Streams1.0.0/ && $(COPY_FILE) --parents SocketFactory.cpp IODeviceSocket.cpp DeletionWatcher.cpp FakeSocket.cpp .tmp/Streams1.0.0/ && (cd `dirname .tmp/Streams1.0.0` && $(TAR) Streams1.0.0.tar Streams1.0.0 && $(COMPRESS) Streams1.0.0.tar) && $(MOVE) `dirname .tmp/Streams1.0.0`/Streams1.0.0.tar.gz . && $(DEL_FILE) -r .tmp/Streams1.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_Socket.cpp moc_SocketFactory.cpp moc_IODeviceSocket.cpp moc_DeletionWatcher.cpp moc_FakeSocket.cpp
compiler_moc_header_clean:
	-$(DEL_FILE) moc_Socket.cpp moc_SocketFactory.cpp moc_IODeviceSocket.cpp moc_DeletionWatcher.cpp moc_FakeSocket.cpp
moc_Socket.cpp: ../Imap/ConnectionState.h \
		Socket.h
	/usr/bin/moc $(DEFINES) $(INCPATH) Socket.h -o moc_Socket.cpp

moc_SocketFactory.cpp: Socket.h \
		../Imap/ConnectionState.h \
		SocketFactory.h
	/usr/bin/moc $(DEFINES) $(INCPATH) SocketFactory.h -o moc_SocketFactory.cpp

moc_IODeviceSocket.cpp: Socket.h \
		../Imap/ConnectionState.h \
		IODeviceSocket.h
	/usr/bin/moc $(DEFINES) $(INCPATH) IODeviceSocket.h -o moc_IODeviceSocket.cpp

moc_DeletionWatcher.cpp: DeletionWatcher.h
	/usr/bin/moc $(DEFINES) $(INCPATH) DeletionWatcher.h -o moc_DeletionWatcher.cpp

moc_FakeSocket.cpp: Socket.h \
		../Imap/ConnectionState.h \
		FakeSocket.h
	/usr/bin/moc $(DEFINES) $(INCPATH) FakeSocket.h -o moc_FakeSocket.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

SocketFactory.o: SocketFactory.cpp SocketFactory.h \
		Socket.h \
		../Imap/ConnectionState.h \
		IODeviceSocket.h \
		FakeSocket.h
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o SocketFactory.o SocketFactory.cpp

IODeviceSocket.o: IODeviceSocket.cpp IODeviceSocket.h \
		Socket.h \
		../Imap/ConnectionState.h \
		../Imap/Exceptions.h
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o IODeviceSocket.o IODeviceSocket.cpp

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

FakeSocket.o: FakeSocket.cpp FakeSocket.h \
		Socket.h \
		../Imap/ConnectionState.h
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o FakeSocket.o FakeSocket.cpp

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

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

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

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

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

####### Install

install:   FORCE

uninstall:   FORCE

FORCE:

