#############################################################################
# Makefile for building: libqpydesigner.a
# Generated by qmake (2.01a) (Qt 4.5.3) on: Mon Feb 1 01:26:11 2010
# Project:  w_qpydesigner.pro
# Template: lib
# Command: /usr/bin/qmake -unix -o Makefile w_qpydesigner.pro
#############################################################################

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

CC            = gcc
CXX           = g++
DEFINES       = -DQT_NO_DEBUG -DQT_STATICPLUGIN -DQT_PLUGIN -DQT_SCRIPT_LIB -DQT_XML_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQDESIGNER_EXPORT_WIDGETS -DQT_SHARED
CFLAGS        = -pipe -O3 -g -fPIC -D_REENTRANT -Wall -W -fPIC $(DEFINES)
CXXFLAGS      = -pipe -O3 -g -fPIC -D_REENTRANT -Wall -W -fPIC $(DEFINES)
INCPATH       = -I/targets/FREMANTLE_ARMEL/usr/share/qt4/mkspecs/linux-g++-gles2 -I. -I/targets/FREMANTLE_ARMEL/usr/include/qt4/QtDesigner -I/targets/FREMANTLE_ARMEL/usr/include/qt4/QtCore -I/targets/FREMANTLE_ARMEL/usr/include/qt4/QtGui -I/targets/FREMANTLE_ARMEL/usr/include/qt4/QtXml -I/targets/FREMANTLE_ARMEL/usr/include/qt4/QtScript -I/targets/FREMANTLE_ARMEL/usr/include/qt4 -I/targets/FREMANTLE_ARMEL/usr/include/python2.5 -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
INSTALL_FILE  = install -m 644 -p
INSTALL_DIR   = $(COPY_DIR)
INSTALL_PROGRAM = install -m 755 -p
DEL_FILE      = rm -f
SYMLINK       = ln -sf
DEL_DIR       = rmdir
MOVE          = mv -f
CHK_DIR_EXISTS= test -d
MKDIR         = mkdir -p

####### Output directory

OBJECTS_DIR   = ./

####### Files

SOURCES       =  moc_qpydesignercontainerextension.cpp \
		moc_qpydesignercustomwidgetcollectionplugin.cpp \
		moc_qpydesignercustomwidgetplugin.cpp \
		moc_qpydesignermembersheetextension.cpp \
		moc_qpydesignerpropertysheetextension.cpp \
		moc_qpydesignertaskmenuextension.cpp
OBJECTS       = moc_qpydesignercontainerextension.o \
		moc_qpydesignercustomwidgetcollectionplugin.o \
		moc_qpydesignercustomwidgetplugin.o \
		moc_qpydesignermembersheetextension.o \
		moc_qpydesignerpropertysheetextension.o \
		moc_qpydesignertaskmenuextension.o
DIST          = /targets/FREMANTLE_ARMEL/usr/share/qt4/mkspecs/common/g++.conf \
		/targets/FREMANTLE_ARMEL/usr/share/qt4/mkspecs/common/unix.conf \
		/targets/FREMANTLE_ARMEL/usr/share/qt4/mkspecs/common/linux.conf \
		/targets/FREMANTLE_ARMEL/usr/share/qt4/mkspecs/qconfig.pri \
		/targets/FREMANTLE_ARMEL/usr/share/qt4/mkspecs/features/qt_functions.prf \
		/targets/FREMANTLE_ARMEL/usr/share/qt4/mkspecs/features/qt_config.prf \
		/targets/FREMANTLE_ARMEL/usr/share/qt4/mkspecs/features/exclusive_builds.prf \
		/targets/FREMANTLE_ARMEL/usr/share/qt4/mkspecs/features/default_pre.prf \
		qpydesigner.pro \
		/targets/FREMANTLE_ARMEL/usr/share/qt4/mkspecs/features/release.prf \
		/targets/FREMANTLE_ARMEL/usr/share/qt4/mkspecs/features/default_post.prf \
		/targets/FREMANTLE_ARMEL/usr/share/qt4/mkspecs/features/static.prf \
		/targets/FREMANTLE_ARMEL/usr/share/qt4/mkspecs/features/staticlib.prf \
		/targets/FREMANTLE_ARMEL/usr/share/qt4/mkspecs/features/qt.prf \
		/targets/FREMANTLE_ARMEL/usr/share/qt4/mkspecs/features/designer.prf \
		/targets/FREMANTLE_ARMEL/usr/share/qt4/mkspecs/features/unix/thread.prf \
		/targets/FREMANTLE_ARMEL/usr/share/qt4/mkspecs/features/moc.prf \
		/targets/FREMANTLE_ARMEL/usr/share/qt4/mkspecs/features/warn_on.prf \
		/targets/FREMANTLE_ARMEL/usr/share/qt4/mkspecs/features/resources.prf \
		/targets/FREMANTLE_ARMEL/usr/share/qt4/mkspecs/features/uic.prf \
		/targets/FREMANTLE_ARMEL/usr/share/qt4/mkspecs/features/yacc.prf \
		/targets/FREMANTLE_ARMEL/usr/share/qt4/mkspecs/features/lex.prf \
		/targets/FREMANTLE_ARMEL/usr/share/qt4/mkspecs/features/include_source_dir.prf \
		w_qpydesigner.pro
QMAKE_TARGET  = qpydesigner
DESTDIR       = 
TARGET        = libqpydesigner.a
TARGETD       = libqpydesigner.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: w_qpydesigner.pro  /targets/FREMANTLE_ARMEL/usr/share/qt4/mkspecs/linux-g++-gles2/qmake.conf /targets/FREMANTLE_ARMEL/usr/share/qt4/mkspecs/common/g++.conf \
		/targets/FREMANTLE_ARMEL/usr/share/qt4/mkspecs/common/unix.conf \
		/targets/FREMANTLE_ARMEL/usr/share/qt4/mkspecs/common/linux.conf \
		/targets/FREMANTLE_ARMEL/usr/share/qt4/mkspecs/qconfig.pri \
		/targets/FREMANTLE_ARMEL/usr/share/qt4/mkspecs/features/qt_functions.prf \
		/targets/FREMANTLE_ARMEL/usr/share/qt4/mkspecs/features/qt_config.prf \
		/targets/FREMANTLE_ARMEL/usr/share/qt4/mkspecs/features/exclusive_builds.prf \
		/targets/FREMANTLE_ARMEL/usr/share/qt4/mkspecs/features/default_pre.prf \
		qpydesigner.pro \
		/targets/FREMANTLE_ARMEL/usr/share/qt4/mkspecs/features/release.prf \
		/targets/FREMANTLE_ARMEL/usr/share/qt4/mkspecs/features/default_post.prf \
		/targets/FREMANTLE_ARMEL/usr/share/qt4/mkspecs/features/static.prf \
		/targets/FREMANTLE_ARMEL/usr/share/qt4/mkspecs/features/staticlib.prf \
		/targets/FREMANTLE_ARMEL/usr/share/qt4/mkspecs/features/qt.prf \
		/targets/FREMANTLE_ARMEL/usr/share/qt4/mkspecs/features/designer.prf \
		/targets/FREMANTLE_ARMEL/usr/share/qt4/mkspecs/features/unix/thread.prf \
		/targets/FREMANTLE_ARMEL/usr/share/qt4/mkspecs/features/moc.prf \
		/targets/FREMANTLE_ARMEL/usr/share/qt4/mkspecs/features/warn_on.prf \
		/targets/FREMANTLE_ARMEL/usr/share/qt4/mkspecs/features/resources.prf \
		/targets/FREMANTLE_ARMEL/usr/share/qt4/mkspecs/features/uic.prf \
		/targets/FREMANTLE_ARMEL/usr/share/qt4/mkspecs/features/yacc.prf \
		/targets/FREMANTLE_ARMEL/usr/share/qt4/mkspecs/features/lex.prf \
		/targets/FREMANTLE_ARMEL/usr/share/qt4/mkspecs/features/include_source_dir.prf \
		/usr/lib/libQtScript.prl \
		/usr/lib/libQtXml.prl \
		/usr/lib/libQtGui.prl \
		/usr/lib/libQtCore.prl \
		/usr/lib/libQtDesigner.prl
	$(QMAKE) -unix -o Makefile w_qpydesigner.pro
/targets/FREMANTLE_ARMEL/usr/share/qt4/mkspecs/common/g++.conf:
/targets/FREMANTLE_ARMEL/usr/share/qt4/mkspecs/common/unix.conf:
/targets/FREMANTLE_ARMEL/usr/share/qt4/mkspecs/common/linux.conf:
/targets/FREMANTLE_ARMEL/usr/share/qt4/mkspecs/qconfig.pri:
/targets/FREMANTLE_ARMEL/usr/share/qt4/mkspecs/features/qt_functions.prf:
/targets/FREMANTLE_ARMEL/usr/share/qt4/mkspecs/features/qt_config.prf:
/targets/FREMANTLE_ARMEL/usr/share/qt4/mkspecs/features/exclusive_builds.prf:
/targets/FREMANTLE_ARMEL/usr/share/qt4/mkspecs/features/default_pre.prf:
qpydesigner.pro:
/targets/FREMANTLE_ARMEL/usr/share/qt4/mkspecs/features/release.prf:
/targets/FREMANTLE_ARMEL/usr/share/qt4/mkspecs/features/default_post.prf:
/targets/FREMANTLE_ARMEL/usr/share/qt4/mkspecs/features/static.prf:
/targets/FREMANTLE_ARMEL/usr/share/qt4/mkspecs/features/staticlib.prf:
/targets/FREMANTLE_ARMEL/usr/share/qt4/mkspecs/features/qt.prf:
/targets/FREMANTLE_ARMEL/usr/share/qt4/mkspecs/features/designer.prf:
/targets/FREMANTLE_ARMEL/usr/share/qt4/mkspecs/features/unix/thread.prf:
/targets/FREMANTLE_ARMEL/usr/share/qt4/mkspecs/features/moc.prf:
/targets/FREMANTLE_ARMEL/usr/share/qt4/mkspecs/features/warn_on.prf:
/targets/FREMANTLE_ARMEL/usr/share/qt4/mkspecs/features/resources.prf:
/targets/FREMANTLE_ARMEL/usr/share/qt4/mkspecs/features/uic.prf:
/targets/FREMANTLE_ARMEL/usr/share/qt4/mkspecs/features/yacc.prf:
/targets/FREMANTLE_ARMEL/usr/share/qt4/mkspecs/features/lex.prf:
/targets/FREMANTLE_ARMEL/usr/share/qt4/mkspecs/features/include_source_dir.prf:
/usr/lib/libQtScript.prl:
/usr/lib/libQtXml.prl:
/usr/lib/libQtGui.prl:
/usr/lib/libQtCore.prl:
/usr/lib/libQtDesigner.prl:
qmake:  FORCE
	@$(QMAKE) -unix -o Makefile w_qpydesigner.pro

dist: 
	@$(CHK_DIR_EXISTS) .tmp/qpydesigner1.0.0 || $(MKDIR) .tmp/qpydesigner1.0.0 
	$(COPY_FILE) --parents $(SOURCES) $(DIST) .tmp/qpydesigner1.0.0/ && $(COPY_FILE) --parents qpydesignercontainerextension.h qpydesignercustomwidgetcollectionplugin.h qpydesignercustomwidgetplugin.h qpydesignermembersheetextension.h qpydesignerpropertysheetextension.h qpydesignertaskmenuextension.h .tmp/qpydesigner1.0.0/ && (cd `dirname .tmp/qpydesigner1.0.0` && $(TAR) qpydesigner1.0.0.tar qpydesigner1.0.0 && $(COMPRESS) qpydesigner1.0.0.tar) && $(MOVE) `dirname .tmp/qpydesigner1.0.0`/qpydesigner1.0.0.tar.gz . && $(DEL_FILE) -r .tmp/qpydesigner1.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_qpydesignercontainerextension.cpp moc_qpydesignercustomwidgetcollectionplugin.cpp moc_qpydesignercustomwidgetplugin.cpp moc_qpydesignermembersheetextension.cpp moc_qpydesignerpropertysheetextension.cpp moc_qpydesignertaskmenuextension.cpp
compiler_moc_header_clean:
	-$(DEL_FILE) moc_qpydesignercontainerextension.cpp moc_qpydesignercustomwidgetcollectionplugin.cpp moc_qpydesignercustomwidgetplugin.cpp moc_qpydesignermembersheetextension.cpp moc_qpydesignerpropertysheetextension.cpp moc_qpydesignertaskmenuextension.cpp
moc_qpydesignercontainerextension.cpp: qpydesignercontainerextension.h
	/usr/bin/moc $(DEFINES) $(INCPATH) qpydesignercontainerextension.h -o moc_qpydesignercontainerextension.cpp

moc_qpydesignercustomwidgetcollectionplugin.cpp: qpydesignercustomwidgetcollectionplugin.h
	/usr/bin/moc $(DEFINES) $(INCPATH) qpydesignercustomwidgetcollectionplugin.h -o moc_qpydesignercustomwidgetcollectionplugin.cpp

moc_qpydesignercustomwidgetplugin.cpp: qpydesignercustomwidgetplugin.h
	/usr/bin/moc $(DEFINES) $(INCPATH) qpydesignercustomwidgetplugin.h -o moc_qpydesignercustomwidgetplugin.cpp

moc_qpydesignermembersheetextension.cpp: qpydesignermembersheetextension.h
	/usr/bin/moc $(DEFINES) $(INCPATH) qpydesignermembersheetextension.h -o moc_qpydesignermembersheetextension.cpp

moc_qpydesignerpropertysheetextension.cpp: qpydesignerpropertysheetextension.h
	/usr/bin/moc $(DEFINES) $(INCPATH) qpydesignerpropertysheetextension.h -o moc_qpydesignerpropertysheetextension.cpp

moc_qpydesignertaskmenuextension.cpp: qpydesignertaskmenuextension.h
	/usr/bin/moc $(DEFINES) $(INCPATH) qpydesignertaskmenuextension.h -o moc_qpydesignertaskmenuextension.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

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

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

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

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

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

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

####### Install

install:   FORCE

uninstall:   FORCE

FORCE:

