#############################################################################
# Makefile for building: qTstat
# Generated by qmake (2.01a) (Qt 4.7.1) on: Sat Jun 11 03:29:50 2011
# Project:  qTstat.pro
# Template: app
# Command: /usr/bin/qmake -o Makefile qTstat.pro
# dek - must append "-I/usr/qnx650/target/qnx6/usr/include/qt4/QtDeclarative"
# dek - must append "-lQtDeclarative"
# dek - these changes AFTER the file is generated by qmake
#############################################################################

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

CC            = ntox86-gcc
CXX           = ntox86-g++
DEFINES       = -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB
CFLAGS        = -pipe -Wall -W -D_REENTRANT $(DEFINES)
CXXFLAGS      = -pipe -Wall -W -D_REENTRANT $(DEFINES)
INCPATH       = -I/usr/qnx650/target/qnx6/usr/share/qt4/mkspecs/unsupported/qws/qnx-i386-g++ -I. -I/usr/qnx650/target/qnx6/usr/include/qt4/QtCore -I/usr/qnx650/target/qnx6/usr/include/qt4/QtGui -I/usr/qnx650/target/qnx6/usr/include/qt4 -I. -I/usr/qnx650/target/qnx6/usr/include/qt4/QtDeclarative
LINK          = ntox86-g++
LFLAGS        = -Wl,-O1
LIBS          = $(SUBLIBS)  -L/usr/qnx650/target/qnx6/x86/lib -lQtGui -lQtCore -lQtDeclarative
AR            = ntox86-ar cqs
RANLIB        = ntox86-ranlib
QMAKE         = /usr/bin/qmake
TAR           = tar -cf
COMPRESS      = gzip -9f
COPY          = cp -f
SED           = sed
COPY_FILE     = $(COPY)
COPY_DIR      = $(COPY) -r
STRIP         = ntox86-strip
INSTALL_FILE  = $(COPY_FILE)
INSTALL_DIR   = $(COPY_DIR)
INSTALL_PROGRAM = $(COPY_FILE)
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       = main.cpp \
		mainwidget.cpp \
		tstatData.cpp moc_mainwidget.cpp \
		moc_tstatData.cpp
OBJECTS       = main.o \
		mainwidget.o \
		tstatData.o \
		moc_mainwidget.o \
		moc_tstatData.o
DIST          = /usr/qnx650/target/qnx6/usr/share/qt4/mkspecs/common/g++.conf \
		/usr/qnx650/target/qnx6/usr/share/qt4/mkspecs/common/unix.conf \
		/usr/qnx650/target/qnx6/usr/share/qt4/mkspecs/common/linux.conf \
		/usr/qnx650/target/qnx6/usr/share/qt4/mkspecs/common/qws.conf \
		/usr/qnx650/target/qnx6/usr/share/qt4/mkspecs/common/qnx/qmake.conf \
		/usr/qnx650/target/qnx6/usr/share/qt4/mkspecs/qconfig-ntox86.pri \
		/usr/qnx650/target/qnx6/usr/share/qt4/mkspecs/qconfig.pri \
		/usr/qnx650/target/qnx6/usr/share/qt4/mkspecs/modules/qt_webkit_version.pri \
		/usr/qnx650/target/qnx6/usr/share/qt4/mkspecs/features/qt_functions.prf \
		/usr/qnx650/target/qnx6/usr/share/qt4/mkspecs/features/qt_config.prf \
		/usr/qnx650/target/qnx6/usr/share/qt4/mkspecs/features/exclusive_builds.prf \
		/usr/qnx650/target/qnx6/usr/share/qt4/mkspecs/features/default_pre.prf \
		/usr/qnx650/target/qnx6/usr/share/qt4/mkspecs/features/release.prf \
		/usr/qnx650/target/qnx6/usr/share/qt4/mkspecs/features/default_post.prf \
		/usr/qnx650/target/qnx6/usr/share/qt4/mkspecs/features/warn_on.prf \
		/usr/qnx650/target/qnx6/usr/share/qt4/mkspecs/features/qt.prf \
		/usr/qnx650/target/qnx6/usr/share/qt4/mkspecs/features/unix/thread.prf \
		/usr/qnx650/target/qnx6/usr/share/qt4/mkspecs/features/moc.prf \
		/usr/qnx650/target/qnx6/usr/share/qt4/mkspecs/features/resources.prf \
		/usr/qnx650/target/qnx6/usr/share/qt4/mkspecs/features/uic.prf \
		/usr/qnx650/target/qnx6/usr/share/qt4/mkspecs/features/yacc.prf \
		/usr/qnx650/target/qnx6/usr/share/qt4/mkspecs/features/lex.prf \
		/usr/qnx650/target/qnx6/usr/share/qt4/mkspecs/features/include_source_dir.prf \
		qTstat.pro
QMAKE_TARGET  = qTstat
DESTDIR       = 
TARGET        = qTstat

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: qTstat.pro  /usr/qnx650/target/qnx6/usr/share/qt4/mkspecs/unsupported/qws/qnx-i386-g++/qmake.conf /usr/qnx650/target/qnx6/usr/share/qt4/mkspecs/common/g++.conf \
		/usr/qnx650/target/qnx6/usr/share/qt4/mkspecs/common/unix.conf \
		/usr/qnx650/target/qnx6/usr/share/qt4/mkspecs/common/linux.conf \
		/usr/qnx650/target/qnx6/usr/share/qt4/mkspecs/common/qws.conf \
		/usr/qnx650/target/qnx6/usr/share/qt4/mkspecs/common/qnx/qmake.conf \
		/usr/qnx650/target/qnx6/usr/share/qt4/mkspecs/qconfig-ntox86.pri \
		/usr/qnx650/target/qnx6/usr/share/qt4/mkspecs/qconfig.pri \
		/usr/qnx650/target/qnx6/usr/share/qt4/mkspecs/modules/qt_webkit_version.pri \
		/usr/qnx650/target/qnx6/usr/share/qt4/mkspecs/features/qt_functions.prf \
		/usr/qnx650/target/qnx6/usr/share/qt4/mkspecs/features/qt_config.prf \
		/usr/qnx650/target/qnx6/usr/share/qt4/mkspecs/features/exclusive_builds.prf \
		/usr/qnx650/target/qnx6/usr/share/qt4/mkspecs/features/default_pre.prf \
		/usr/qnx650/target/qnx6/usr/share/qt4/mkspecs/features/release.prf \
		/usr/qnx650/target/qnx6/usr/share/qt4/mkspecs/features/default_post.prf \
		/usr/qnx650/target/qnx6/usr/share/qt4/mkspecs/features/warn_on.prf \
		/usr/qnx650/target/qnx6/usr/share/qt4/mkspecs/features/qt.prf \
		/usr/qnx650/target/qnx6/usr/share/qt4/mkspecs/features/unix/thread.prf \
		/usr/qnx650/target/qnx6/usr/share/qt4/mkspecs/features/moc.prf \
		/usr/qnx650/target/qnx6/usr/share/qt4/mkspecs/features/resources.prf \
		/usr/qnx650/target/qnx6/usr/share/qt4/mkspecs/features/uic.prf \
		/usr/qnx650/target/qnx6/usr/share/qt4/mkspecs/features/yacc.prf \
		/usr/qnx650/target/qnx6/usr/share/qt4/mkspecs/features/lex.prf \
		/usr/qnx650/target/qnx6/usr/share/qt4/mkspecs/features/include_source_dir.prf
	$(QMAKE) -o Makefile qTstat.pro
/usr/qnx650/target/qnx6/usr/share/qt4/mkspecs/common/g++.conf:
/usr/qnx650/target/qnx6/usr/share/qt4/mkspecs/common/unix.conf:
/usr/qnx650/target/qnx6/usr/share/qt4/mkspecs/common/linux.conf:
/usr/qnx650/target/qnx6/usr/share/qt4/mkspecs/common/qws.conf:
/usr/qnx650/target/qnx6/usr/share/qt4/mkspecs/common/qnx/qmake.conf:
/usr/qnx650/target/qnx6/usr/share/qt4/mkspecs/qconfig-ntox86.pri:
/usr/qnx650/target/qnx6/usr/share/qt4/mkspecs/qconfig.pri:
/usr/qnx650/target/qnx6/usr/share/qt4/mkspecs/modules/qt_webkit_version.pri:
/usr/qnx650/target/qnx6/usr/share/qt4/mkspecs/features/qt_functions.prf:
/usr/qnx650/target/qnx6/usr/share/qt4/mkspecs/features/qt_config.prf:
/usr/qnx650/target/qnx6/usr/share/qt4/mkspecs/features/exclusive_builds.prf:
/usr/qnx650/target/qnx6/usr/share/qt4/mkspecs/features/default_pre.prf:
/usr/qnx650/target/qnx6/usr/share/qt4/mkspecs/features/release.prf:
/usr/qnx650/target/qnx6/usr/share/qt4/mkspecs/features/default_post.prf:
/usr/qnx650/target/qnx6/usr/share/qt4/mkspecs/features/warn_on.prf:
/usr/qnx650/target/qnx6/usr/share/qt4/mkspecs/features/qt.prf:
/usr/qnx650/target/qnx6/usr/share/qt4/mkspecs/features/unix/thread.prf:
/usr/qnx650/target/qnx6/usr/share/qt4/mkspecs/features/moc.prf:
/usr/qnx650/target/qnx6/usr/share/qt4/mkspecs/features/resources.prf:
/usr/qnx650/target/qnx6/usr/share/qt4/mkspecs/features/uic.prf:
/usr/qnx650/target/qnx6/usr/share/qt4/mkspecs/features/yacc.prf:
/usr/qnx650/target/qnx6/usr/share/qt4/mkspecs/features/lex.prf:
/usr/qnx650/target/qnx6/usr/share/qt4/mkspecs/features/include_source_dir.prf:
qmake:  FORCE
	@$(QMAKE) -o Makefile qTstat.pro

dist: 
	@$(CHK_DIR_EXISTS) .tmp/qTstat1.0.0 || $(MKDIR) .tmp/qTstat1.0.0 
	$(COPY_FILE) --parents $(SOURCES) $(DIST) .tmp/qTstat1.0.0/ && $(COPY_FILE) --parents mainwidget.h tstatData.h .tmp/qTstat1.0.0/ && $(COPY_FILE) --parents main.cpp mainwidget.cpp tstatData.cpp .tmp/qTstat1.0.0/ && (cd `dirname .tmp/qTstat1.0.0` && $(TAR) qTstat1.0.0.tar qTstat1.0.0 && $(COMPRESS) qTstat1.0.0.tar) && $(MOVE) `dirname .tmp/qTstat1.0.0`/qTstat1.0.0.tar.gz . && $(DEL_FILE) -r .tmp/qTstat1.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: moc_mainwidget.cpp moc_tstatData.cpp
compiler_moc_header_clean:
	-$(DEL_FILE) moc_mainwidget.cpp moc_tstatData.cpp
moc_mainwidget.cpp: tstatData.h \
		mainwidget.h
	/usr/qnx650/host/qnx6/x86/usr/bin/moc $(DEFINES) $(INCPATH) -D__QNXNTO__ mainwidget.h -o moc_mainwidget.cpp

moc_tstatData.cpp: tstatData.h
	/usr/qnx650/host/qnx6/x86/usr/bin/moc $(DEFINES) $(INCPATH) -D__QNXNTO__ tstatData.h -o moc_tstatData.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

main.o: main.cpp mainwidget.h \
		tstatData.h
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o main.o main.cpp

mainwidget.o: mainwidget.cpp mainwidget.h \
		tstatData.h
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o mainwidget.o mainwidget.cpp

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

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

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

####### Install

install:   FORCE

uninstall:   FORCE

FORCE:

