#############################################################################
# Makefile for building: Testing
# Generated by qmake (2.01a) (Qt 4.8.6) on: Thu Mar 8 17:36:54 2018
# Project:  Testing.pro
# Template: app
# Command: /u/wk/jmeuriss/OpenFOAM/easy_install_pato/thirdParty/install/qmake-4.8.6/bin/qmake -o Makefile Testing.pro
#############################################################################

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

CC            = gcc
CXX           = g++
DEFINES       = 
CFLAGS        = -pipe -O2 -Wall -W $(DEFINES)
CXXFLAGS      = -pipe -DGL_GLEXT_PROTOTYPES -DOPENMP -fopenmp --std=c++0x -O2 -Wall -W $(DEFINES)
INCPATH       = -I/u/wk/jmeuriss/OpenFOAM/easy_install_pato/thirdParty/install/qmake-4.8.6/mkspecs/linux-g++ -I.
LINK          = g++
LFLAGS        = -fopenmp -Wl,-O1 -Wl,-rpath,/u/wk/jmeuriss/OpenFOAM/easy_install_pato/thirdParty/install/qmake-4.8.6/lib
LIBS          = $(SUBLIBS)   -DOPENMP -fopenmp -lpthread 
AR            = ar cqs
RANLIB        = 
QMAKE         = /u/wk/jmeuriss/OpenFOAM/easy_install_pato/thirdParty/install/qmake-4.8.6/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       = ../testframework/runtests.cpp \
		../testframework/subtest.cpp \
		../mastertest.cpp 
OBJECTS       = runtests.o \
		subtest.o \
		mastertest.o
DIST          = /u/wk/jmeuriss/OpenFOAM/easy_install_pato/thirdParty/install/qmake-4.8.6/mkspecs/common/unix.conf \
		/u/wk/jmeuriss/OpenFOAM/easy_install_pato/thirdParty/install/qmake-4.8.6/mkspecs/common/linux.conf \
		/u/wk/jmeuriss/OpenFOAM/easy_install_pato/thirdParty/install/qmake-4.8.6/mkspecs/common/gcc-base.conf \
		/u/wk/jmeuriss/OpenFOAM/easy_install_pato/thirdParty/install/qmake-4.8.6/mkspecs/common/gcc-base-unix.conf \
		/u/wk/jmeuriss/OpenFOAM/easy_install_pato/thirdParty/install/qmake-4.8.6/mkspecs/common/g++-base.conf \
		/u/wk/jmeuriss/OpenFOAM/easy_install_pato/thirdParty/install/qmake-4.8.6/mkspecs/common/g++-unix.conf \
		/u/wk/jmeuriss/OpenFOAM/easy_install_pato/thirdParty/install/qmake-4.8.6/mkspecs/qconfig.pri \
		/u/wk/jmeuriss/OpenFOAM/easy_install_pato/thirdParty/install/qmake-4.8.6/mkspecs/modules/qt_webkit_version.pri \
		/u/wk/jmeuriss/OpenFOAM/easy_install_pato/thirdParty/install/qmake-4.8.6/mkspecs/features/qt_functions.prf \
		/u/wk/jmeuriss/OpenFOAM/easy_install_pato/thirdParty/install/qmake-4.8.6/mkspecs/features/qt_config.prf \
		/u/wk/jmeuriss/OpenFOAM/easy_install_pato/thirdParty/install/qmake-4.8.6/mkspecs/features/exclusive_builds.prf \
		/u/wk/jmeuriss/OpenFOAM/easy_install_pato/thirdParty/install/qmake-4.8.6/mkspecs/features/default_pre.prf \
		/u/wk/jmeuriss/OpenFOAM/easy_install_pato/thirdParty/install/qmake-4.8.6/mkspecs/features/release.prf \
		/u/wk/jmeuriss/OpenFOAM/easy_install_pato/thirdParty/install/qmake-4.8.6/mkspecs/features/default_post.prf \
		/u/wk/jmeuriss/OpenFOAM/easy_install_pato/thirdParty/install/qmake-4.8.6/mkspecs/features/shared.prf \
		/u/wk/jmeuriss/OpenFOAM/easy_install_pato/thirdParty/install/qmake-4.8.6/mkspecs/features/unix/gdb_dwarf_index.prf \
		/u/wk/jmeuriss/OpenFOAM/easy_install_pato/thirdParty/install/qmake-4.8.6/mkspecs/features/warn_on.prf \
		/u/wk/jmeuriss/OpenFOAM/easy_install_pato/thirdParty/install/qmake-4.8.6/mkspecs/features/resources.prf \
		/u/wk/jmeuriss/OpenFOAM/easy_install_pato/thirdParty/install/qmake-4.8.6/mkspecs/features/uic.prf \
		/u/wk/jmeuriss/OpenFOAM/easy_install_pato/thirdParty/install/qmake-4.8.6/mkspecs/features/yacc.prf \
		/u/wk/jmeuriss/OpenFOAM/easy_install_pato/thirdParty/install/qmake-4.8.6/mkspecs/features/lex.prf \
		/u/wk/jmeuriss/OpenFOAM/easy_install_pato/thirdParty/install/qmake-4.8.6/mkspecs/features/include_source_dir.prf \
		Testing.pro
QMAKE_TARGET  = Testing
DESTDIR       = 
TARGET        = Testing

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: Testing.pro  /u/wk/jmeuriss/OpenFOAM/easy_install_pato/thirdParty/install/qmake-4.8.6/mkspecs/linux-g++/qmake.conf /u/wk/jmeuriss/OpenFOAM/easy_install_pato/thirdParty/install/qmake-4.8.6/mkspecs/common/unix.conf \
		/u/wk/jmeuriss/OpenFOAM/easy_install_pato/thirdParty/install/qmake-4.8.6/mkspecs/common/linux.conf \
		/u/wk/jmeuriss/OpenFOAM/easy_install_pato/thirdParty/install/qmake-4.8.6/mkspecs/common/gcc-base.conf \
		/u/wk/jmeuriss/OpenFOAM/easy_install_pato/thirdParty/install/qmake-4.8.6/mkspecs/common/gcc-base-unix.conf \
		/u/wk/jmeuriss/OpenFOAM/easy_install_pato/thirdParty/install/qmake-4.8.6/mkspecs/common/g++-base.conf \
		/u/wk/jmeuriss/OpenFOAM/easy_install_pato/thirdParty/install/qmake-4.8.6/mkspecs/common/g++-unix.conf \
		/u/wk/jmeuriss/OpenFOAM/easy_install_pato/thirdParty/install/qmake-4.8.6/mkspecs/qconfig.pri \
		/u/wk/jmeuriss/OpenFOAM/easy_install_pato/thirdParty/install/qmake-4.8.6/mkspecs/modules/qt_webkit_version.pri \
		/u/wk/jmeuriss/OpenFOAM/easy_install_pato/thirdParty/install/qmake-4.8.6/mkspecs/features/qt_functions.prf \
		/u/wk/jmeuriss/OpenFOAM/easy_install_pato/thirdParty/install/qmake-4.8.6/mkspecs/features/qt_config.prf \
		/u/wk/jmeuriss/OpenFOAM/easy_install_pato/thirdParty/install/qmake-4.8.6/mkspecs/features/exclusive_builds.prf \
		/u/wk/jmeuriss/OpenFOAM/easy_install_pato/thirdParty/install/qmake-4.8.6/mkspecs/features/default_pre.prf \
		/u/wk/jmeuriss/OpenFOAM/easy_install_pato/thirdParty/install/qmake-4.8.6/mkspecs/features/release.prf \
		/u/wk/jmeuriss/OpenFOAM/easy_install_pato/thirdParty/install/qmake-4.8.6/mkspecs/features/default_post.prf \
		/u/wk/jmeuriss/OpenFOAM/easy_install_pato/thirdParty/install/qmake-4.8.6/mkspecs/features/shared.prf \
		/u/wk/jmeuriss/OpenFOAM/easy_install_pato/thirdParty/install/qmake-4.8.6/mkspecs/features/unix/gdb_dwarf_index.prf \
		/u/wk/jmeuriss/OpenFOAM/easy_install_pato/thirdParty/install/qmake-4.8.6/mkspecs/features/warn_on.prf \
		/u/wk/jmeuriss/OpenFOAM/easy_install_pato/thirdParty/install/qmake-4.8.6/mkspecs/features/resources.prf \
		/u/wk/jmeuriss/OpenFOAM/easy_install_pato/thirdParty/install/qmake-4.8.6/mkspecs/features/uic.prf \
		/u/wk/jmeuriss/OpenFOAM/easy_install_pato/thirdParty/install/qmake-4.8.6/mkspecs/features/yacc.prf \
		/u/wk/jmeuriss/OpenFOAM/easy_install_pato/thirdParty/install/qmake-4.8.6/mkspecs/features/lex.prf \
		/u/wk/jmeuriss/OpenFOAM/easy_install_pato/thirdParty/install/qmake-4.8.6/mkspecs/features/include_source_dir.prf
	$(QMAKE) -o Makefile Testing.pro
/u/wk/jmeuriss/OpenFOAM/easy_install_pato/thirdParty/install/qmake-4.8.6/mkspecs/common/unix.conf:
/u/wk/jmeuriss/OpenFOAM/easy_install_pato/thirdParty/install/qmake-4.8.6/mkspecs/common/linux.conf:
/u/wk/jmeuriss/OpenFOAM/easy_install_pato/thirdParty/install/qmake-4.8.6/mkspecs/common/gcc-base.conf:
/u/wk/jmeuriss/OpenFOAM/easy_install_pato/thirdParty/install/qmake-4.8.6/mkspecs/common/gcc-base-unix.conf:
/u/wk/jmeuriss/OpenFOAM/easy_install_pato/thirdParty/install/qmake-4.8.6/mkspecs/common/g++-base.conf:
/u/wk/jmeuriss/OpenFOAM/easy_install_pato/thirdParty/install/qmake-4.8.6/mkspecs/common/g++-unix.conf:
/u/wk/jmeuriss/OpenFOAM/easy_install_pato/thirdParty/install/qmake-4.8.6/mkspecs/qconfig.pri:
/u/wk/jmeuriss/OpenFOAM/easy_install_pato/thirdParty/install/qmake-4.8.6/mkspecs/modules/qt_webkit_version.pri:
/u/wk/jmeuriss/OpenFOAM/easy_install_pato/thirdParty/install/qmake-4.8.6/mkspecs/features/qt_functions.prf:
/u/wk/jmeuriss/OpenFOAM/easy_install_pato/thirdParty/install/qmake-4.8.6/mkspecs/features/qt_config.prf:
/u/wk/jmeuriss/OpenFOAM/easy_install_pato/thirdParty/install/qmake-4.8.6/mkspecs/features/exclusive_builds.prf:
/u/wk/jmeuriss/OpenFOAM/easy_install_pato/thirdParty/install/qmake-4.8.6/mkspecs/features/default_pre.prf:
/u/wk/jmeuriss/OpenFOAM/easy_install_pato/thirdParty/install/qmake-4.8.6/mkspecs/features/release.prf:
/u/wk/jmeuriss/OpenFOAM/easy_install_pato/thirdParty/install/qmake-4.8.6/mkspecs/features/default_post.prf:
/u/wk/jmeuriss/OpenFOAM/easy_install_pato/thirdParty/install/qmake-4.8.6/mkspecs/features/shared.prf:
/u/wk/jmeuriss/OpenFOAM/easy_install_pato/thirdParty/install/qmake-4.8.6/mkspecs/features/unix/gdb_dwarf_index.prf:
/u/wk/jmeuriss/OpenFOAM/easy_install_pato/thirdParty/install/qmake-4.8.6/mkspecs/features/warn_on.prf:
/u/wk/jmeuriss/OpenFOAM/easy_install_pato/thirdParty/install/qmake-4.8.6/mkspecs/features/resources.prf:
/u/wk/jmeuriss/OpenFOAM/easy_install_pato/thirdParty/install/qmake-4.8.6/mkspecs/features/uic.prf:
/u/wk/jmeuriss/OpenFOAM/easy_install_pato/thirdParty/install/qmake-4.8.6/mkspecs/features/yacc.prf:
/u/wk/jmeuriss/OpenFOAM/easy_install_pato/thirdParty/install/qmake-4.8.6/mkspecs/features/lex.prf:
/u/wk/jmeuriss/OpenFOAM/easy_install_pato/thirdParty/install/qmake-4.8.6/mkspecs/features/include_source_dir.prf:
qmake:  FORCE
	@$(QMAKE) -o Makefile Testing.pro

dist: 
	@$(CHK_DIR_EXISTS) .tmp/Testing1.0.0 || $(MKDIR) .tmp/Testing1.0.0 
	$(COPY_FILE) --parents $(SOURCES) $(DIST) .tmp/Testing1.0.0/ && (cd `dirname .tmp/Testing1.0.0` && $(TAR) Testing1.0.0.tar Testing1.0.0 && $(COMPRESS) Testing1.0.0.tar) && $(MOVE) `dirname .tmp/Testing1.0.0`/Testing1.0.0.tar.gz . && $(DEL_FILE) -r .tmp/Testing1.0.0


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


####### Sub-libraries

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


check: first

compiler_rcc_make_all:
compiler_rcc_clean:
compiler_uic_make_all:
compiler_uic_clean:
compiler_image_collection_make_all: qmake_image_collection.cpp
compiler_image_collection_clean:
	-$(DEL_FILE) qmake_image_collection.cpp
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: 

####### Compile

runtests.o: ../testframework/runtests.cpp ../mastertest.h \
		../testframework/subtest.h \
		../testframework/testresult.h \
		../testframework/toString.h \
		../testframework/color.h
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o runtests.o ../testframework/runtests.cpp

subtest.o: ../testframework/subtest.cpp ../testframework/subtest.h \
		../testframework/testresult.h \
		../testframework/toString.h \
		../testframework/color.h
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o subtest.o ../testframework/subtest.cpp

mastertest.o: ../mastertest.cpp ../mastertest.h \
		../testframework/subtest.h \
		../testframework/testresult.h \
		../testframework/toString.h \
		../testsuites/example_test.cpp
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o mastertest.o ../mastertest.cpp

####### Install

install:   FORCE

uninstall:   FORCE

FORCE:

