#############################################################################
# Makefile for building: ../bin/flowvis
# Generated by qmake (2.01a) (Qt 4.5.0) on: Mon Jan 18 14:10:59 2010
# Project:  src.pro
# Template: app
# Command: /usr/bin/qmake -unix -o Makefile src.pro
#############################################################################

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

CC            = gcc
CXX           = g++
DEFINES       = -DQT_NO_DEBUG -DQT_XML_LIB -DQT_OPENGL_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED
CFLAGS        = -pipe -O2 -D_REENTRANT -Wall -W $(DEFINES)
CXXFLAGS      = -pipe -O2 -D_REENTRANT -Wall -W $(DEFINES)
INCPATH       = -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtOpenGL -I/usr/include/qt4/QtXml -I/usr/include/qt4 -I/usr/X11R6/include -I. -I.
LINK          = g++
LFLAGS        = -Wl,-O1
LIBS          = $(SUBLIBS)  -L/usr/lib -L/usr/X11R6/lib -lGLEW -lglut -lQtXml -lQtOpenGL -lQtGui -lQtCore -lGLU -lGL -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
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       = main.cpp \
		gui/MainWindow.cpp \
		gui/RenderingSurface.cpp \
		gui/Controls.cpp \
		gui/Shadewidget.cpp \
		gui/Hoverpoints.cpp \
		renderer/Renderer.cpp \
		utils/FlowChannel.cpp \
		utils/FlowData.cpp \
		utils/FlowGeometry.cpp \
		utils/StreamlineGrid.cpp \
		utils/Streamline.cpp \
		utils/TimeChannel.cpp \
		utils/textfile.cpp \
		utils/vec3.cpp \
		FlowVis.cpp moc_MainWindow.cpp \
		moc_RenderingSurface.cpp \
		moc_Controls.cpp \
		moc_Shadewidget.cpp \
		moc_Hoverpoints.cpp
OBJECTS       = main.o \
		MainWindow.o \
		RenderingSurface.o \
		Controls.o \
		Shadewidget.o \
		Hoverpoints.o \
		Renderer.o \
		FlowChannel.o \
		FlowData.o \
		FlowGeometry.o \
		StreamlineGrid.o \
		Streamline.o \
		TimeChannel.o \
		textfile.o \
		vec3.o \
		FlowVis.o \
		moc_MainWindow.o \
		moc_RenderingSurface.o \
		moc_Controls.o \
		moc_Shadewidget.o \
		moc_Hoverpoints.o
DIST          = /usr/share/qt4/mkspecs/common/g++.conf \
		/usr/share/qt4/mkspecs/common/unix.conf \
		/usr/share/qt4/mkspecs/common/linux.conf \
		/usr/share/qt4/mkspecs/qconfig.pri \
		/usr/share/qt4/mkspecs/features/qt_functions.prf \
		/usr/share/qt4/mkspecs/features/qt_config.prf \
		/usr/share/qt4/mkspecs/features/exclusive_builds.prf \
		/usr/share/qt4/mkspecs/features/default_pre.prf \
		/usr/share/qt4/mkspecs/features/release.prf \
		/usr/share/qt4/mkspecs/features/default_post.prf \
		/usr/share/qt4/mkspecs/features/qt.prf \
		/usr/share/qt4/mkspecs/features/unix/opengl.prf \
		/usr/share/qt4/mkspecs/features/moc.prf \
		/usr/share/qt4/mkspecs/features/unix/thread.prf \
		/usr/share/qt4/mkspecs/features/warn_on.prf \
		/usr/share/qt4/mkspecs/features/resources.prf \
		/usr/share/qt4/mkspecs/features/uic.prf \
		/usr/share/qt4/mkspecs/features/yacc.prf \
		/usr/share/qt4/mkspecs/features/lex.prf \
		src.pro
QMAKE_TARGET  = flowvis
DESTDIR       = ../bin/
TARGET        = ../bin/flowvis

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)  
	@$(CHK_DIR_EXISTS) ../bin/ || $(MKDIR) ../bin/ 
	$(LINK) $(LFLAGS) -o $(TARGET) $(OBJECTS) $(OBJCOMP) $(LIBS)

Makefile: src.pro  /usr/share/qt4/mkspecs/linux-g++/qmake.conf /usr/share/qt4/mkspecs/common/g++.conf \
		/usr/share/qt4/mkspecs/common/unix.conf \
		/usr/share/qt4/mkspecs/common/linux.conf \
		/usr/share/qt4/mkspecs/qconfig.pri \
		/usr/share/qt4/mkspecs/features/qt_functions.prf \
		/usr/share/qt4/mkspecs/features/qt_config.prf \
		/usr/share/qt4/mkspecs/features/exclusive_builds.prf \
		/usr/share/qt4/mkspecs/features/default_pre.prf \
		/usr/share/qt4/mkspecs/features/release.prf \
		/usr/share/qt4/mkspecs/features/default_post.prf \
		/usr/share/qt4/mkspecs/features/qt.prf \
		/usr/share/qt4/mkspecs/features/unix/opengl.prf \
		/usr/share/qt4/mkspecs/features/moc.prf \
		/usr/share/qt4/mkspecs/features/unix/thread.prf \
		/usr/share/qt4/mkspecs/features/warn_on.prf \
		/usr/share/qt4/mkspecs/features/resources.prf \
		/usr/share/qt4/mkspecs/features/uic.prf \
		/usr/share/qt4/mkspecs/features/yacc.prf \
		/usr/share/qt4/mkspecs/features/lex.prf \
		/usr/lib/libQtXml.prl \
		/usr/lib/libQtOpenGL.prl \
		/usr/lib/libQtGui.prl \
		/usr/lib/libQtCore.prl
	$(QMAKE) -unix -o Makefile src.pro
/usr/share/qt4/mkspecs/common/g++.conf:
/usr/share/qt4/mkspecs/common/unix.conf:
/usr/share/qt4/mkspecs/common/linux.conf:
/usr/share/qt4/mkspecs/qconfig.pri:
/usr/share/qt4/mkspecs/features/qt_functions.prf:
/usr/share/qt4/mkspecs/features/qt_config.prf:
/usr/share/qt4/mkspecs/features/exclusive_builds.prf:
/usr/share/qt4/mkspecs/features/default_pre.prf:
/usr/share/qt4/mkspecs/features/release.prf:
/usr/share/qt4/mkspecs/features/default_post.prf:
/usr/share/qt4/mkspecs/features/qt.prf:
/usr/share/qt4/mkspecs/features/unix/opengl.prf:
/usr/share/qt4/mkspecs/features/moc.prf:
/usr/share/qt4/mkspecs/features/unix/thread.prf:
/usr/share/qt4/mkspecs/features/warn_on.prf:
/usr/share/qt4/mkspecs/features/resources.prf:
/usr/share/qt4/mkspecs/features/uic.prf:
/usr/share/qt4/mkspecs/features/yacc.prf:
/usr/share/qt4/mkspecs/features/lex.prf:
/usr/lib/libQtXml.prl:
/usr/lib/libQtOpenGL.prl:
/usr/lib/libQtGui.prl:
/usr/lib/libQtCore.prl:
qmake:  FORCE
	@$(QMAKE) -unix -o Makefile src.pro

dist: 
	@$(CHK_DIR_EXISTS) .tmp/flowvis1.0.0 || $(MKDIR) .tmp/flowvis1.0.0 
	$(COPY_FILE) --parents $(SOURCES) $(DIST) .tmp/flowvis1.0.0/ && $(COPY_FILE) --parents gui/MainWindow.h gui/RenderingSurface.h gui/Controls.h gui/Shadewidget.h gui/Hoverpoints.h renderer/Renderer.h utils/FlowChannel.h utils/FlowData.h utils/FlowGeometry.h utils/StreamlineGrid.h utils/Streamline.h utils/TimeChannel.h utils/textfile.h utils/vec3.h FlowVis.h .tmp/flowvis1.0.0/ && $(COPY_FILE) --parents main.cpp gui/MainWindow.cpp gui/RenderingSurface.cpp gui/Controls.cpp gui/Shadewidget.cpp gui/Hoverpoints.cpp renderer/Renderer.cpp utils/FlowChannel.cpp utils/FlowData.cpp utils/FlowGeometry.cpp utils/StreamlineGrid.cpp utils/Streamline.cpp utils/TimeChannel.cpp utils/textfile.cpp utils/vec3.cpp FlowVis.cpp .tmp/flowvis1.0.0/ && (cd `dirname .tmp/flowvis1.0.0` && $(TAR) flowvis1.0.0.tar flowvis1.0.0 && $(COMPRESS) flowvis1.0.0.tar) && $(MOVE) `dirname .tmp/flowvis1.0.0`/flowvis1.0.0.tar.gz . && $(DEL_FILE) -r .tmp/flowvis1.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_MainWindow.cpp moc_RenderingSurface.cpp moc_Controls.cpp moc_Shadewidget.cpp moc_Hoverpoints.cpp
compiler_moc_header_clean:
	-$(DEL_FILE) moc_MainWindow.cpp moc_RenderingSurface.cpp moc_Controls.cpp moc_Shadewidget.cpp moc_Hoverpoints.cpp
moc_MainWindow.cpp: gui/RenderingSurface.h \
		gui/Controls.h \
		gui/Shadewidget.h \
		gui/Hoverpoints.h \
		renderer/Renderer.h \
		utils/FlowData.h \
		utils/FlowGeometry.h \
		utils/vec3.h \
		utils/FlowChannel.h \
		utils/TimeChannel.h \
		utils/StreamlineGrid.h \
		utils/Streamline.h \
		gui/MainWindow.h
	/usr/bin/moc-qt4 $(DEFINES) $(INCPATH) gui/MainWindow.h -o moc_MainWindow.cpp

moc_RenderingSurface.cpp: gui/RenderingSurface.h
	/usr/bin/moc-qt4 $(DEFINES) $(INCPATH) gui/RenderingSurface.h -o moc_RenderingSurface.cpp

moc_Controls.cpp: gui/Shadewidget.h \
		gui/Hoverpoints.h \
		renderer/Renderer.h \
		utils/FlowData.h \
		utils/FlowGeometry.h \
		utils/vec3.h \
		utils/FlowChannel.h \
		utils/TimeChannel.h \
		utils/StreamlineGrid.h \
		utils/Streamline.h \
		gui/Controls.h
	/usr/bin/moc-qt4 $(DEFINES) $(INCPATH) gui/Controls.h -o moc_Controls.cpp

moc_Shadewidget.cpp: gui/Hoverpoints.h \
		renderer/Renderer.h \
		utils/FlowData.h \
		utils/FlowGeometry.h \
		utils/vec3.h \
		utils/FlowChannel.h \
		utils/TimeChannel.h \
		utils/StreamlineGrid.h \
		utils/Streamline.h \
		gui/Shadewidget.h
	/usr/bin/moc-qt4 $(DEFINES) $(INCPATH) gui/Shadewidget.h -o moc_Shadewidget.cpp

moc_Hoverpoints.cpp: renderer/Renderer.h \
		utils/FlowData.h \
		utils/FlowGeometry.h \
		utils/vec3.h \
		utils/FlowChannel.h \
		utils/TimeChannel.h \
		utils/StreamlineGrid.h \
		utils/Streamline.h \
		gui/Hoverpoints.h
	/usr/bin/moc-qt4 $(DEFINES) $(INCPATH) gui/Hoverpoints.h -o moc_Hoverpoints.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 FlowVis.h \
		renderer/Renderer.h \
		utils/FlowData.h \
		utils/FlowGeometry.h \
		utils/vec3.h \
		utils/FlowChannel.h \
		utils/TimeChannel.h \
		utils/StreamlineGrid.h \
		utils/Streamline.h \
		gui/MainWindow.h \
		gui/RenderingSurface.h \
		gui/Controls.h \
		gui/Shadewidget.h \
		gui/Hoverpoints.h
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o main.o main.cpp

MainWindow.o: gui/MainWindow.cpp gui/MainWindow.h \
		gui/RenderingSurface.h \
		gui/Controls.h \
		gui/Shadewidget.h \
		gui/Hoverpoints.h \
		renderer/Renderer.h \
		utils/FlowData.h \
		utils/FlowGeometry.h \
		utils/vec3.h \
		utils/FlowChannel.h \
		utils/TimeChannel.h \
		utils/StreamlineGrid.h \
		utils/Streamline.h
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o MainWindow.o gui/MainWindow.cpp

RenderingSurface.o: gui/RenderingSurface.cpp gui/RenderingSurface.h \
		FlowVis.h \
		renderer/Renderer.h \
		utils/FlowData.h \
		utils/FlowGeometry.h \
		utils/vec3.h \
		utils/FlowChannel.h \
		utils/TimeChannel.h \
		utils/StreamlineGrid.h \
		utils/Streamline.h \
		gui/MainWindow.h \
		gui/Controls.h \
		gui/Shadewidget.h \
		gui/Hoverpoints.h
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o RenderingSurface.o gui/RenderingSurface.cpp

Controls.o: gui/Controls.cpp gui/Controls.h \
		gui/Shadewidget.h \
		gui/Hoverpoints.h \
		renderer/Renderer.h \
		utils/FlowData.h \
		utils/FlowGeometry.h \
		utils/vec3.h \
		utils/FlowChannel.h \
		utils/TimeChannel.h \
		utils/StreamlineGrid.h \
		utils/Streamline.h \
		FlowVis.h \
		gui/MainWindow.h \
		gui/RenderingSurface.h
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o Controls.o gui/Controls.cpp

Shadewidget.o: gui/Shadewidget.cpp gui/Shadewidget.h \
		gui/Hoverpoints.h \
		renderer/Renderer.h \
		utils/FlowData.h \
		utils/FlowGeometry.h \
		utils/vec3.h \
		utils/FlowChannel.h \
		utils/TimeChannel.h \
		utils/StreamlineGrid.h \
		utils/Streamline.h \
		FlowVis.h \
		gui/MainWindow.h \
		gui/RenderingSurface.h \
		gui/Controls.h
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o Shadewidget.o gui/Shadewidget.cpp

Hoverpoints.o: gui/Hoverpoints.cpp gui/Hoverpoints.h \
		renderer/Renderer.h \
		utils/FlowData.h \
		utils/FlowGeometry.h \
		utils/vec3.h \
		utils/FlowChannel.h \
		utils/TimeChannel.h \
		utils/StreamlineGrid.h \
		utils/Streamline.h \
		FlowVis.h \
		gui/MainWindow.h \
		gui/RenderingSurface.h \
		gui/Controls.h \
		gui/Shadewidget.h
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o Hoverpoints.o gui/Hoverpoints.cpp

Renderer.o: renderer/Renderer.cpp renderer/Renderer.h \
		utils/FlowData.h \
		utils/FlowGeometry.h \
		utils/vec3.h \
		utils/FlowChannel.h \
		utils/TimeChannel.h \
		utils/StreamlineGrid.h \
		utils/Streamline.h
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o Renderer.o renderer/Renderer.cpp

FlowChannel.o: utils/FlowChannel.cpp utils/FlowChannel.h \
		utils/FlowGeometry.h \
		utils/vec3.h
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o FlowChannel.o utils/FlowChannel.cpp

FlowData.o: utils/FlowData.cpp utils/FlowData.h \
		utils/FlowGeometry.h \
		utils/vec3.h \
		utils/FlowChannel.h \
		utils/TimeChannel.h \
		utils/reverseBytes.h
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o FlowData.o utils/FlowData.cpp

FlowGeometry.o: utils/FlowGeometry.cpp utils/FlowGeometry.h \
		utils/vec3.h \
		utils/reverseBytes.h
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o FlowGeometry.o utils/FlowGeometry.cpp

StreamlineGrid.o: utils/StreamlineGrid.cpp utils/StreamlineGrid.h \
		utils/Streamline.h \
		utils/vec3.h
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o StreamlineGrid.o utils/StreamlineGrid.cpp

Streamline.o: utils/Streamline.cpp utils/Streamline.h \
		utils/vec3.h \
		utils/StreamlineGrid.h
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o Streamline.o utils/Streamline.cpp

TimeChannel.o: utils/TimeChannel.cpp utils/TimeChannel.h \
		utils/FlowChannel.h \
		utils/FlowGeometry.h \
		utils/vec3.h
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o TimeChannel.o utils/TimeChannel.cpp

textfile.o: utils/textfile.cpp 
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o textfile.o utils/textfile.cpp

vec3.o: utils/vec3.cpp utils/vec3.h
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o vec3.o utils/vec3.cpp

FlowVis.o: FlowVis.cpp FlowVis.h \
		renderer/Renderer.h \
		utils/FlowData.h \
		utils/FlowGeometry.h \
		utils/vec3.h \
		utils/FlowChannel.h \
		utils/TimeChannel.h \
		utils/StreamlineGrid.h \
		utils/Streamline.h \
		gui/MainWindow.h \
		gui/RenderingSurface.h \
		gui/Controls.h \
		gui/Shadewidget.h \
		gui/Hoverpoints.h
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o FlowVis.o FlowVis.cpp

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

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

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

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

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

####### Install

install:   FORCE

uninstall:   FORCE

FORCE:

