Advertisement
Guest User

Makefile

a guest
Dec 19th, 2012
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Make 46.14 KB | None | 0 0
  1. #############################################################################
  2. # Makefile for building: Econisis.app/Contents/MacOS/Econisis
  3. # Generated by qmake (3.0) (Qt 5.0.0) on: Tue Dec 18 17:50:24 2012
  4. # Project:  ../Econisis/Econisis.pro
  5. # Template: app
  6. # Command: /Users/<myuser>/Qt/5.0.0-rc2/clang_64/bin/qmake -spec macx-clang CONFIG+=debug CONFIG+=x86_64 CONFIG+=declarative_debug CONFIG+=qml_debug CONFIG+=x86_64 -o Makefile ../Econisis/Econisis.pro
  7. #############################################################################
  8.  
  9. MAKEFILE      = Makefile
  10.  
  11. ####### Compiler, tools and options
  12.  
  13. CC            = clang
  14. CXX           = clang++
  15. DEFINES       = -DQT_QML_DEBUG -DQT_DECLARATIVE_DEBUG -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB
  16. CFLAGS        = -pipe -mmacosx-version-min=10.6 -g -gdwarf-2 -Wall -W -fPIE $(DEFINES)
  17. CXXFLAGS      = -pipe -mmacosx-version-min=10.6 -g -gdwarf-2 -Wall -W -fPIE $(DEFINES)
  18. INCPATH       = -I../../../../Qt/5.0.0-rc2/clang_64/mkspecs/macx-clang -I../Econisis -I../../../../Qt/5.0.0-rc2/clang_64/include -I../../../../Qt/5.0.0-rc2/clang_64/include/QtOpenGL -I../../../../Qt/5.0.0-rc2/clang_64/lib/QtOpenGL.framework/Versions/5/Headers -I../../../../Qt/5.0.0-rc2/clang_64/include/QtWidgets -I../../../../Qt/5.0.0-rc2/clang_64/lib/QtWidgets.framework/Versions/5/Headers -I../../../../Qt/5.0.0-rc2/clang_64/include/QtGui -I../../../../Qt/5.0.0-rc2/clang_64/lib/QtGui.framework/Versions/5/Headers -I../../../../Qt/5.0.0-rc2/clang_64/include/QtCore -I../../../../Qt/5.0.0-rc2/clang_64/lib/QtCore.framework/Versions/5/Headers -I. -I/System/Library/Frameworks/OpenGL.framework/Headers -I/System/Library/Frameworks/AGL.framework/Headers/ -I.
  19. LINK          = clang++
  20. LFLAGS        = -headerpad_max_install_names -mmacosx-version-min=10.6
  21. LIBS          = $(SUBLIBS) -F/Users/robinrump/Qt/5.0.0-rc2/clang_64/lib -framework QtOpenGL -F/Users/robinrump/Qt/5.0.0-rc2/clang_64/qtbase/lib -framework QtWidgets -framework QtGui -framework QtCore -framework OpenGL -framework AGL
  22. AR            = ar cq
  23. RANLIB        = ranlib -s
  24. QMAKE         = /Users/robinrump/Qt/5.0.0-rc2/clang_64/bin/qmake
  25. TAR           = tar -cf
  26. COMPRESS      = gzip -9f
  27. COPY          = cp -f
  28. SED           = sed
  29. COPY_FILE     = cp -f
  30. COPY_DIR      = cp -f -R
  31. STRIP         =
  32. INSTALL_FILE  = $(COPY_FILE)
  33. INSTALL_DIR   = $(COPY_DIR)
  34. INSTALL_PROGRAM = $(COPY_FILE)
  35. DEL_FILE      = rm -f
  36. SYMLINK       = ln -f -s
  37. DEL_DIR       = rmdir
  38. MOVE          = mv -f
  39. CHK_DIR_EXISTS= test -d
  40. MKDIR         = mkdir -p
  41.  
  42. ####### Output directory
  43.  
  44. OBJECTS_DIR   = ./
  45.  
  46. ####### Files
  47.  
  48. SOURCES       = ../Econisis/main.cpp \
  49.         ../Econisis/gamewindow.cpp moc_gamewindow.cpp
  50. OBJECTS       = main.o \
  51.         gamewindow.o \
  52.         moc_gamewindow.o
  53. DIST          = ../../../../Qt/5.0.0-rc2/clang_64/mkspecs/features/spec_pre.prf \
  54.         ../../../../Qt/5.0.0-rc2/clang_64/mkspecs/qdevice.pri \
  55.         ../../../../Qt/5.0.0-rc2/clang_64/mkspecs/features/device_config.prf \
  56.         ../../../../Qt/5.0.0-rc2/clang_64/mkspecs/common/shell-unix.conf \
  57.         ../../../../Qt/5.0.0-rc2/clang_64/mkspecs/common/unix.conf \
  58.         ../../../../Qt/5.0.0-rc2/clang_64/mkspecs/common/mac.conf \
  59.         ../../../../Qt/5.0.0-rc2/clang_64/mkspecs/common/gcc-base.conf \
  60.         ../../../../Qt/5.0.0-rc2/clang_64/mkspecs/common/gcc-base-macx.conf \
  61.         ../../../../Qt/5.0.0-rc2/clang_64/mkspecs/common/clang.conf \
  62.         ../../../../Qt/5.0.0-rc2/clang_64/mkspecs/common/clang-mac.conf \
  63.         ../../../../Qt/5.0.0-rc2/clang_64/mkspecs/common/mac-minimum-version.conf \
  64.         ../../../../Qt/5.0.0-rc2/clang_64/mkspecs/qconfig.pri \
  65.         ../../../../Qt/5.0.0-rc2/clang_64/mkspecs/modules/qt_lib_bootstrap.pri \
  66.         ../../../../Qt/5.0.0-rc2/clang_64/mkspecs/modules/qt_lib_clucene.pri \
  67.         ../../../../Qt/5.0.0-rc2/clang_64/mkspecs/modules/qt_lib_concurrent.pri \
  68.         ../../../../Qt/5.0.0-rc2/clang_64/mkspecs/modules/qt_lib_core.pri \
  69.         ../../../../Qt/5.0.0-rc2/clang_64/mkspecs/modules/qt_lib_declarative.pri \
  70.         ../../../../Qt/5.0.0-rc2/clang_64/mkspecs/modules/qt_lib_designer.pri \
  71.         ../../../../Qt/5.0.0-rc2/clang_64/mkspecs/modules/qt_lib_designercomponents.pri \
  72.         ../../../../Qt/5.0.0-rc2/clang_64/mkspecs/modules/qt_lib_gui.pri \
  73.         ../../../../Qt/5.0.0-rc2/clang_64/mkspecs/modules/qt_lib_help.pri \
  74.         ../../../../Qt/5.0.0-rc2/clang_64/mkspecs/modules/qt_lib_multimedia.pri \
  75.         ../../../../Qt/5.0.0-rc2/clang_64/mkspecs/modules/qt_lib_multimediawidgets.pri \
  76.         ../../../../Qt/5.0.0-rc2/clang_64/mkspecs/modules/qt_lib_network.pri \
  77.         ../../../../Qt/5.0.0-rc2/clang_64/mkspecs/modules/qt_lib_opengl.pri \
  78.         ../../../../Qt/5.0.0-rc2/clang_64/mkspecs/modules/qt_lib_platformsupport.pri \
  79.         ../../../../Qt/5.0.0-rc2/clang_64/mkspecs/modules/qt_lib_printsupport.pri \
  80.         ../../../../Qt/5.0.0-rc2/clang_64/mkspecs/modules/qt_lib_qml.pri \
  81.         ../../../../Qt/5.0.0-rc2/clang_64/mkspecs/modules/qt_lib_qmldevtools.pri \
  82.         ../../../../Qt/5.0.0-rc2/clang_64/mkspecs/modules/qt_lib_qmltest.pri \
  83.         ../../../../Qt/5.0.0-rc2/clang_64/mkspecs/modules/qt_lib_qtmultimediaquicktools.pri \
  84.         ../../../../Qt/5.0.0-rc2/clang_64/mkspecs/modules/qt_lib_quick.pri \
  85.         ../../../../Qt/5.0.0-rc2/clang_64/mkspecs/modules/qt_lib_quickparticles.pri \
  86.         ../../../../Qt/5.0.0-rc2/clang_64/mkspecs/modules/qt_lib_script.pri \
  87.         ../../../../Qt/5.0.0-rc2/clang_64/mkspecs/modules/qt_lib_scripttools.pri \
  88.         ../../../../Qt/5.0.0-rc2/clang_64/mkspecs/modules/qt_lib_sql.pri \
  89.         ../../../../Qt/5.0.0-rc2/clang_64/mkspecs/modules/qt_lib_svg.pri \
  90.         ../../../../Qt/5.0.0-rc2/clang_64/mkspecs/modules/qt_lib_testlib.pri \
  91.         ../../../../Qt/5.0.0-rc2/clang_64/mkspecs/modules/qt_lib_uitools.pri \
  92.         ../../../../Qt/5.0.0-rc2/clang_64/mkspecs/modules/qt_lib_v8.pri \
  93.         ../../../../Qt/5.0.0-rc2/clang_64/mkspecs/modules/qt_lib_webkit.pri \
  94.         ../../../../Qt/5.0.0-rc2/clang_64/mkspecs/modules/qt_lib_webkitwidgets.pri \
  95.         ../../../../Qt/5.0.0-rc2/clang_64/mkspecs/modules/qt_lib_widgets.pri \
  96.         ../../../../Qt/5.0.0-rc2/clang_64/mkspecs/modules/qt_lib_xml.pri \
  97.         ../../../../Qt/5.0.0-rc2/clang_64/mkspecs/modules/qt_lib_xmlpatterns.pri \
  98.         ../../../../Qt/5.0.0-rc2/clang_64/mkspecs/features/qt_functions.prf \
  99.         ../../../../Qt/5.0.0-rc2/clang_64/mkspecs/features/qt_config.prf \
  100.         ../../../../Qt/5.0.0-rc2/clang_64/mkspecs/macx-clang/qmake.conf \
  101.         ../../../../Qt/5.0.0-rc2/clang_64/mkspecs/features/spec_post.prf \
  102.         ../../../../Qt/5.0.0-rc2/clang_64/mkspecs/features/exclusive_builds.prf \
  103.         ../../../../Qt/5.0.0-rc2/clang_64/mkspecs/features/default_pre.prf \
  104.         ../../../../Qt/5.0.0-rc2/clang_64/mkspecs/features/unix/default_pre.prf \
  105.         ../../../../Qt/5.0.0-rc2/clang_64/mkspecs/features/mac/default_pre.prf \
  106.         ../../../../Qt/5.0.0-rc2/clang_64/mkspecs/features/debug.prf \
  107.         ../../../../Qt/5.0.0-rc2/clang_64/mkspecs/features/default_post.prf \
  108.         ../../../../Qt/5.0.0-rc2/clang_64/mkspecs/features/mac/default_post.prf \
  109.         ../../../../Qt/5.0.0-rc2/clang_64/mkspecs/features/mac/objective_c.prf \
  110.         ../../../../Qt/5.0.0-rc2/clang_64/mkspecs/features/shared.prf \
  111.         ../../../../Qt/5.0.0-rc2/clang_64/mkspecs/features/qml_debug.prf \
  112.         ../../../../Qt/5.0.0-rc2/clang_64/mkspecs/features/declarative_debug.prf \
  113.         ../../../../Qt/5.0.0-rc2/clang_64/mkspecs/features/warn_on.prf \
  114.         ../../../../Qt/5.0.0-rc2/clang_64/mkspecs/features/qt.prf \
  115.         ../../../../Qt/5.0.0-rc2/clang_64/mkspecs/features/resources.prf \
  116.         ../../../../Qt/5.0.0-rc2/clang_64/mkspecs/features/moc.prf \
  117.         ../../../../Qt/5.0.0-rc2/clang_64/mkspecs/features/unix/opengl.prf \
  118.         ../../../../Qt/5.0.0-rc2/clang_64/mkspecs/features/uic.prf \
  119.         ../../../../Qt/5.0.0-rc2/clang_64/mkspecs/features/unix/thread.prf \
  120.         ../../../../Qt/5.0.0-rc2/clang_64/mkspecs/features/mac/rez.prf \
  121.         ../../../../Qt/5.0.0-rc2/clang_64/mkspecs/features/mac/sdk.prf \
  122.         ../../../../Qt/5.0.0-rc2/clang_64/mkspecs/features/testcase_targets.prf \
  123.         ../../../../Qt/5.0.0-rc2/clang_64/mkspecs/features/exceptions.prf \
  124.         ../../../../Qt/5.0.0-rc2/clang_64/mkspecs/features/yacc.prf \
  125.         ../../../../Qt/5.0.0-rc2/clang_64/mkspecs/features/lex.prf \
  126.         ../Econisis/Econisis.pro \
  127.         ../Econisis/Econisis.pro
  128. QMAKE_TARGET  = Econisis
  129. DESTDIR       =
  130. TARGET        = Econisis.app/Contents/MacOS/Econisis
  131.  
  132. ####### Custom Compiler Variables
  133. QMAKE_COMP_QMAKE_OBJECTIVE_CFLAGS = -pipe \
  134.         -mmacosx-version-min=10.6 \
  135.         -g \
  136.         -gdwarf-2 \
  137.         -Wall \
  138.         -W
  139.  
  140.  
  141.  
  142. first: all
  143. ####### Implicit rules
  144.  
  145. .SUFFIXES: .o .c .cpp .cc .cxx .C
  146.  
  147. .cpp.o:
  148.     $(CXX) -c $(CXXFLAGS) $(INCPATH) -o "$@" "$<"
  149.  
  150. .cc.o:
  151.     $(CXX) -c $(CXXFLAGS) $(INCPATH) -o "$@" "$<"
  152.  
  153. .cxx.o:
  154.     $(CXX) -c $(CXXFLAGS) $(INCPATH) -o "$@" "$<"
  155.  
  156. .C.o:
  157.     $(CXX) -c $(CXXFLAGS) $(INCPATH) -o "$@" "$<"
  158.  
  159. .c.o:
  160.     $(CC) -c $(CFLAGS) $(INCPATH) -o "$@" "$<"
  161.  
  162. ####### Build rules
  163.  
  164. all: Makefile Econisis.app/Contents/PkgInfo Econisis.app/Contents/Resources/empty.lproj Econisis.app/Contents/Info.plist $(TARGET)
  165.  
  166. $(TARGET):  $(OBJECTS)  
  167.     @test -d Econisis.app/Contents/MacOS/ || $(MKDIR) Econisis.app/Contents/MacOS/
  168.     $(LINK) $(LFLAGS) -o $(TARGET) $(OBJECTS) $(OBJCOMP) $(LIBS)
  169.  
  170. Makefile: ../Econisis/Econisis.pro ../../../../Qt/5.0.0-rc2/clang_64/mkspecs/macx-clang/qmake.conf ../../../../Qt/5.0.0-rc2/clang_64/mkspecs/features/spec_pre.prf \
  171.         ../../../../Qt/5.0.0-rc2/clang_64/mkspecs/qdevice.pri \
  172.         ../../../../Qt/5.0.0-rc2/clang_64/mkspecs/features/device_config.prf \
  173.         ../../../../Qt/5.0.0-rc2/clang_64/mkspecs/common/shell-unix.conf \
  174.         ../../../../Qt/5.0.0-rc2/clang_64/mkspecs/common/unix.conf \
  175.         ../../../../Qt/5.0.0-rc2/clang_64/mkspecs/common/mac.conf \
  176.         ../../../../Qt/5.0.0-rc2/clang_64/mkspecs/common/gcc-base.conf \
  177.         ../../../../Qt/5.0.0-rc2/clang_64/mkspecs/common/gcc-base-macx.conf \
  178.         ../../../../Qt/5.0.0-rc2/clang_64/mkspecs/common/clang.conf \
  179.         ../../../../Qt/5.0.0-rc2/clang_64/mkspecs/common/clang-mac.conf \
  180.         ../../../../Qt/5.0.0-rc2/clang_64/mkspecs/common/mac-minimum-version.conf \
  181.         ../../../../Qt/5.0.0-rc2/clang_64/mkspecs/qconfig.pri \
  182.         ../../../../Qt/5.0.0-rc2/clang_64/mkspecs/modules/qt_lib_bootstrap.pri \
  183.         ../../../../Qt/5.0.0-rc2/clang_64/mkspecs/modules/qt_lib_clucene.pri \
  184.         ../../../../Qt/5.0.0-rc2/clang_64/mkspecs/modules/qt_lib_concurrent.pri \
  185.         ../../../../Qt/5.0.0-rc2/clang_64/mkspecs/modules/qt_lib_core.pri \
  186.         ../../../../Qt/5.0.0-rc2/clang_64/mkspecs/modules/qt_lib_declarative.pri \
  187.         ../../../../Qt/5.0.0-rc2/clang_64/mkspecs/modules/qt_lib_designer.pri \
  188.         ../../../../Qt/5.0.0-rc2/clang_64/mkspecs/modules/qt_lib_designercomponents.pri \
  189.         ../../../../Qt/5.0.0-rc2/clang_64/mkspecs/modules/qt_lib_gui.pri \
  190.         ../../../../Qt/5.0.0-rc2/clang_64/mkspecs/modules/qt_lib_help.pri \
  191.         ../../../../Qt/5.0.0-rc2/clang_64/mkspecs/modules/qt_lib_multimedia.pri \
  192.         ../../../../Qt/5.0.0-rc2/clang_64/mkspecs/modules/qt_lib_multimediawidgets.pri \
  193.         ../../../../Qt/5.0.0-rc2/clang_64/mkspecs/modules/qt_lib_network.pri \
  194.         ../../../../Qt/5.0.0-rc2/clang_64/mkspecs/modules/qt_lib_opengl.pri \
  195.         ../../../../Qt/5.0.0-rc2/clang_64/mkspecs/modules/qt_lib_platformsupport.pri \
  196.         ../../../../Qt/5.0.0-rc2/clang_64/mkspecs/modules/qt_lib_printsupport.pri \
  197.         ../../../../Qt/5.0.0-rc2/clang_64/mkspecs/modules/qt_lib_qml.pri \
  198.         ../../../../Qt/5.0.0-rc2/clang_64/mkspecs/modules/qt_lib_qmldevtools.pri \
  199.         ../../../../Qt/5.0.0-rc2/clang_64/mkspecs/modules/qt_lib_qmltest.pri \
  200.         ../../../../Qt/5.0.0-rc2/clang_64/mkspecs/modules/qt_lib_qtmultimediaquicktools.pri \
  201.         ../../../../Qt/5.0.0-rc2/clang_64/mkspecs/modules/qt_lib_quick.pri \
  202.         ../../../../Qt/5.0.0-rc2/clang_64/mkspecs/modules/qt_lib_quickparticles.pri \
  203.         ../../../../Qt/5.0.0-rc2/clang_64/mkspecs/modules/qt_lib_script.pri \
  204.         ../../../../Qt/5.0.0-rc2/clang_64/mkspecs/modules/qt_lib_scripttools.pri \
  205.         ../../../../Qt/5.0.0-rc2/clang_64/mkspecs/modules/qt_lib_sql.pri \
  206.         ../../../../Qt/5.0.0-rc2/clang_64/mkspecs/modules/qt_lib_svg.pri \
  207.         ../../../../Qt/5.0.0-rc2/clang_64/mkspecs/modules/qt_lib_testlib.pri \
  208.         ../../../../Qt/5.0.0-rc2/clang_64/mkspecs/modules/qt_lib_uitools.pri \
  209.         ../../../../Qt/5.0.0-rc2/clang_64/mkspecs/modules/qt_lib_v8.pri \
  210.         ../../../../Qt/5.0.0-rc2/clang_64/mkspecs/modules/qt_lib_webkit.pri \
  211.         ../../../../Qt/5.0.0-rc2/clang_64/mkspecs/modules/qt_lib_webkitwidgets.pri \
  212.         ../../../../Qt/5.0.0-rc2/clang_64/mkspecs/modules/qt_lib_widgets.pri \
  213.         ../../../../Qt/5.0.0-rc2/clang_64/mkspecs/modules/qt_lib_xml.pri \
  214.         ../../../../Qt/5.0.0-rc2/clang_64/mkspecs/modules/qt_lib_xmlpatterns.pri \
  215.         ../../../../Qt/5.0.0-rc2/clang_64/mkspecs/features/qt_functions.prf \
  216.         ../../../../Qt/5.0.0-rc2/clang_64/mkspecs/features/qt_config.prf \
  217.         ../../../../Qt/5.0.0-rc2/clang_64/mkspecs/macx-clang/qmake.conf \
  218.         ../../../../Qt/5.0.0-rc2/clang_64/mkspecs/features/spec_post.prf \
  219.         ../../../../Qt/5.0.0-rc2/clang_64/mkspecs/features/exclusive_builds.prf \
  220.         ../../../../Qt/5.0.0-rc2/clang_64/mkspecs/features/default_pre.prf \
  221.         ../../../../Qt/5.0.0-rc2/clang_64/mkspecs/features/unix/default_pre.prf \
  222.         ../../../../Qt/5.0.0-rc2/clang_64/mkspecs/features/mac/default_pre.prf \
  223.         ../../../../Qt/5.0.0-rc2/clang_64/mkspecs/features/debug.prf \
  224.         ../../../../Qt/5.0.0-rc2/clang_64/mkspecs/features/default_post.prf \
  225.         ../../../../Qt/5.0.0-rc2/clang_64/mkspecs/features/mac/default_post.prf \
  226.         ../../../../Qt/5.0.0-rc2/clang_64/mkspecs/features/mac/objective_c.prf \
  227.         ../../../../Qt/5.0.0-rc2/clang_64/mkspecs/features/shared.prf \
  228.         ../../../../Qt/5.0.0-rc2/clang_64/mkspecs/features/qml_debug.prf \
  229.         ../../../../Qt/5.0.0-rc2/clang_64/mkspecs/features/declarative_debug.prf \
  230.         ../../../../Qt/5.0.0-rc2/clang_64/mkspecs/features/warn_on.prf \
  231.         ../../../../Qt/5.0.0-rc2/clang_64/mkspecs/features/qt.prf \
  232.         ../../../../Qt/5.0.0-rc2/clang_64/mkspecs/features/resources.prf \
  233.         ../../../../Qt/5.0.0-rc2/clang_64/mkspecs/features/moc.prf \
  234.         ../../../../Qt/5.0.0-rc2/clang_64/mkspecs/features/unix/opengl.prf \
  235.         ../../../../Qt/5.0.0-rc2/clang_64/mkspecs/features/uic.prf \
  236.         ../../../../Qt/5.0.0-rc2/clang_64/mkspecs/features/unix/thread.prf \
  237.         ../../../../Qt/5.0.0-rc2/clang_64/mkspecs/features/mac/rez.prf \
  238.         ../../../../Qt/5.0.0-rc2/clang_64/mkspecs/features/mac/sdk.prf \
  239.         ../../../../Qt/5.0.0-rc2/clang_64/mkspecs/features/testcase_targets.prf \
  240.         ../../../../Qt/5.0.0-rc2/clang_64/mkspecs/features/exceptions.prf \
  241.         ../../../../Qt/5.0.0-rc2/clang_64/mkspecs/features/yacc.prf \
  242.         ../../../../Qt/5.0.0-rc2/clang_64/mkspecs/features/lex.prf \
  243.         ../Econisis/Econisis.pro \
  244.         /Users/robinrump/Qt/5.0.0-rc2/clang_64/lib/QtOpenGL.framework/QtOpenGL.prl \
  245.         /Users/robinrump/Qt/5.0.0-rc2/clang_64/lib/QtWidgets.framework/QtWidgets.prl \
  246.         /Users/robinrump/Qt/5.0.0-rc2/clang_64/lib/QtGui.framework/QtGui.prl \
  247.         /Users/robinrump/Qt/5.0.0-rc2/clang_64/lib/QtCore.framework/QtCore.prl
  248.     $(QMAKE) -spec macx-clang CONFIG+=debug CONFIG+=x86_64 CONFIG+=declarative_debug CONFIG+=qml_debug CONFIG+=x86_64 -o Makefile ../Econisis/Econisis.pro
  249. ../../../../Qt/5.0.0-rc2/clang_64/mkspecs/features/spec_pre.prf:
  250. ../../../../Qt/5.0.0-rc2/clang_64/mkspecs/qdevice.pri:
  251. ../../../../Qt/5.0.0-rc2/clang_64/mkspecs/features/device_config.prf:
  252. ../../../../Qt/5.0.0-rc2/clang_64/mkspecs/common/shell-unix.conf:
  253. ../../../../Qt/5.0.0-rc2/clang_64/mkspecs/common/unix.conf:
  254. ../../../../Qt/5.0.0-rc2/clang_64/mkspecs/common/mac.conf:
  255. ../../../../Qt/5.0.0-rc2/clang_64/mkspecs/common/gcc-base.conf:
  256. ../../../../Qt/5.0.0-rc2/clang_64/mkspecs/common/gcc-base-macx.conf:
  257. ../../../../Qt/5.0.0-rc2/clang_64/mkspecs/common/clang.conf:
  258. ../../../../Qt/5.0.0-rc2/clang_64/mkspecs/common/clang-mac.conf:
  259. ../../../../Qt/5.0.0-rc2/clang_64/mkspecs/common/mac-minimum-version.conf:
  260. ../../../../Qt/5.0.0-rc2/clang_64/mkspecs/qconfig.pri:
  261. ../../../../Qt/5.0.0-rc2/clang_64/mkspecs/modules/qt_lib_bootstrap.pri:
  262. ../../../../Qt/5.0.0-rc2/clang_64/mkspecs/modules/qt_lib_clucene.pri:
  263. ../../../../Qt/5.0.0-rc2/clang_64/mkspecs/modules/qt_lib_concurrent.pri:
  264. ../../../../Qt/5.0.0-rc2/clang_64/mkspecs/modules/qt_lib_core.pri:
  265. ../../../../Qt/5.0.0-rc2/clang_64/mkspecs/modules/qt_lib_declarative.pri:
  266. ../../../../Qt/5.0.0-rc2/clang_64/mkspecs/modules/qt_lib_designer.pri:
  267. ../../../../Qt/5.0.0-rc2/clang_64/mkspecs/modules/qt_lib_designercomponents.pri:
  268. ../../../../Qt/5.0.0-rc2/clang_64/mkspecs/modules/qt_lib_gui.pri:
  269. ../../../../Qt/5.0.0-rc2/clang_64/mkspecs/modules/qt_lib_help.pri:
  270. ../../../../Qt/5.0.0-rc2/clang_64/mkspecs/modules/qt_lib_multimedia.pri:
  271. ../../../../Qt/5.0.0-rc2/clang_64/mkspecs/modules/qt_lib_multimediawidgets.pri:
  272. ../../../../Qt/5.0.0-rc2/clang_64/mkspecs/modules/qt_lib_network.pri:
  273. ../../../../Qt/5.0.0-rc2/clang_64/mkspecs/modules/qt_lib_opengl.pri:
  274. ../../../../Qt/5.0.0-rc2/clang_64/mkspecs/modules/qt_lib_platformsupport.pri:
  275. ../../../../Qt/5.0.0-rc2/clang_64/mkspecs/modules/qt_lib_printsupport.pri:
  276. ../../../../Qt/5.0.0-rc2/clang_64/mkspecs/modules/qt_lib_qml.pri:
  277. ../../../../Qt/5.0.0-rc2/clang_64/mkspecs/modules/qt_lib_qmldevtools.pri:
  278. ../../../../Qt/5.0.0-rc2/clang_64/mkspecs/modules/qt_lib_qmltest.pri:
  279. ../../../../Qt/5.0.0-rc2/clang_64/mkspecs/modules/qt_lib_qtmultimediaquicktools.pri:
  280. ../../../../Qt/5.0.0-rc2/clang_64/mkspecs/modules/qt_lib_quick.pri:
  281. ../../../../Qt/5.0.0-rc2/clang_64/mkspecs/modules/qt_lib_quickparticles.pri:
  282. ../../../../Qt/5.0.0-rc2/clang_64/mkspecs/modules/qt_lib_script.pri:
  283. ../../../../Qt/5.0.0-rc2/clang_64/mkspecs/modules/qt_lib_scripttools.pri:
  284. ../../../../Qt/5.0.0-rc2/clang_64/mkspecs/modules/qt_lib_sql.pri:
  285. ../../../../Qt/5.0.0-rc2/clang_64/mkspecs/modules/qt_lib_svg.pri:
  286. ../../../../Qt/5.0.0-rc2/clang_64/mkspecs/modules/qt_lib_testlib.pri:
  287. ../../../../Qt/5.0.0-rc2/clang_64/mkspecs/modules/qt_lib_uitools.pri:
  288. ../../../../Qt/5.0.0-rc2/clang_64/mkspecs/modules/qt_lib_v8.pri:
  289. ../../../../Qt/5.0.0-rc2/clang_64/mkspecs/modules/qt_lib_webkit.pri:
  290. ../../../../Qt/5.0.0-rc2/clang_64/mkspecs/modules/qt_lib_webkitwidgets.pri:
  291. ../../../../Qt/5.0.0-rc2/clang_64/mkspecs/modules/qt_lib_widgets.pri:
  292. ../../../../Qt/5.0.0-rc2/clang_64/mkspecs/modules/qt_lib_xml.pri:
  293. ../../../../Qt/5.0.0-rc2/clang_64/mkspecs/modules/qt_lib_xmlpatterns.pri:
  294. ../../../../Qt/5.0.0-rc2/clang_64/mkspecs/features/qt_functions.prf:
  295. ../../../../Qt/5.0.0-rc2/clang_64/mkspecs/features/qt_config.prf:
  296. ../../../../Qt/5.0.0-rc2/clang_64/mkspecs/macx-clang/qmake.conf:
  297. ../../../../Qt/5.0.0-rc2/clang_64/mkspecs/features/spec_post.prf:
  298. ../../../../Qt/5.0.0-rc2/clang_64/mkspecs/features/exclusive_builds.prf:
  299. ../../../../Qt/5.0.0-rc2/clang_64/mkspecs/features/default_pre.prf:
  300. ../../../../Qt/5.0.0-rc2/clang_64/mkspecs/features/unix/default_pre.prf:
  301. ../../../../Qt/5.0.0-rc2/clang_64/mkspecs/features/mac/default_pre.prf:
  302. ../../../../Qt/5.0.0-rc2/clang_64/mkspecs/features/debug.prf:
  303. ../../../../Qt/5.0.0-rc2/clang_64/mkspecs/features/default_post.prf:
  304. ../../../../Qt/5.0.0-rc2/clang_64/mkspecs/features/mac/default_post.prf:
  305. ../../../../Qt/5.0.0-rc2/clang_64/mkspecs/features/mac/objective_c.prf:
  306. ../../../../Qt/5.0.0-rc2/clang_64/mkspecs/features/shared.prf:
  307. ../../../../Qt/5.0.0-rc2/clang_64/mkspecs/features/qml_debug.prf:
  308. ../../../../Qt/5.0.0-rc2/clang_64/mkspecs/features/declarative_debug.prf:
  309. ../../../../Qt/5.0.0-rc2/clang_64/mkspecs/features/warn_on.prf:
  310. ../../../../Qt/5.0.0-rc2/clang_64/mkspecs/features/qt.prf:
  311. ../../../../Qt/5.0.0-rc2/clang_64/mkspecs/features/resources.prf:
  312. ../../../../Qt/5.0.0-rc2/clang_64/mkspecs/features/moc.prf:
  313. ../../../../Qt/5.0.0-rc2/clang_64/mkspecs/features/unix/opengl.prf:
  314. ../../../../Qt/5.0.0-rc2/clang_64/mkspecs/features/uic.prf:
  315. ../../../../Qt/5.0.0-rc2/clang_64/mkspecs/features/unix/thread.prf:
  316. ../../../../Qt/5.0.0-rc2/clang_64/mkspecs/features/mac/rez.prf:
  317. ../../../../Qt/5.0.0-rc2/clang_64/mkspecs/features/mac/sdk.prf:
  318. ../../../../Qt/5.0.0-rc2/clang_64/mkspecs/features/testcase_targets.prf:
  319. ../../../../Qt/5.0.0-rc2/clang_64/mkspecs/features/exceptions.prf:
  320. ../../../../Qt/5.0.0-rc2/clang_64/mkspecs/features/yacc.prf:
  321. ../../../../Qt/5.0.0-rc2/clang_64/mkspecs/features/lex.prf:
  322. ../Econisis/Econisis.pro:
  323. /Users/robinrump/Qt/5.0.0-rc2/clang_64/lib/QtOpenGL.framework/QtOpenGL.prl:
  324. /Users/robinrump/Qt/5.0.0-rc2/clang_64/lib/QtWidgets.framework/QtWidgets.prl:
  325. /Users/robinrump/Qt/5.0.0-rc2/clang_64/lib/QtGui.framework/QtGui.prl:
  326. /Users/robinrump/Qt/5.0.0-rc2/clang_64/lib/QtCore.framework/QtCore.prl:
  327. qmake: FORCE
  328.     @$(QMAKE) -spec macx-clang CONFIG+=debug CONFIG+=x86_64 CONFIG+=declarative_debug CONFIG+=qml_debug CONFIG+=x86_64 -o Makefile ../Econisis/Econisis.pro
  329.  
  330. qmake_all: FORCE
  331.  
  332. Econisis.app/Contents/PkgInfo:
  333.     @test -d Econisis.app/Contents || $(MKDIR) Econisis.app/Contents
  334.     @$(DEL_FILE) Econisis.app/Contents/PkgInfo
  335.     @echo "APPL????" >Econisis.app/Contents/PkgInfo
  336. Econisis.app/Contents/Resources/empty.lproj:
  337.     @test -d Econisis.app/Contents/Resources || $(MKDIR) Econisis.app/Contents/Resources
  338.     @touch Econisis.app/Contents/Resources/empty.lproj
  339.    
  340. Econisis.app/Contents/Info.plist:
  341.     @test -d Econisis.app/Contents || $(MKDIR) Econisis.app/Contents
  342.     @$(DEL_FILE) Econisis.app/Contents/Info.plist
  343.     @sed -e "s,@SHORT_VERSION@,1.0,g" -e "s,@TYPEINFO@,????,g" -e "s,@ICON@,,g" -e "s,@EXECUTABLE@,Econisis,g" -e "s,@TYPEINFO@,????,g" ../../../../Qt/5.0.0-rc2/clang_64/mkspecs/macx-clang/Info.plist.app >Econisis.app/Contents/Info.plist
  344. dist:
  345.     @test -d .tmp/Econisis1.0.0 || $(MKDIR) .tmp/Econisis1.0.0
  346.     $(COPY_FILE) --parents $(SOURCES) $(DIST) .tmp/Econisis1.0.0/ && $(COPY_FILE) --parents ../Econisis/gamewindow.h .tmp/Econisis1.0.0/ && $(COPY_FILE) --parents ../Econisis/main.cpp ../Econisis/gamewindow.cpp .tmp/Econisis1.0.0/ && (cd `dirname .tmp/Econisis1.0.0` && $(TAR) Econisis1.0.0.tar Econisis1.0.0 && $(COMPRESS) Econisis1.0.0.tar) && $(MOVE) `dirname .tmp/Econisis1.0.0`/Econisis1.0.0.tar.gz . && $(DEL_FILE) -r .tmp/Econisis1.0.0
  347.  
  348.  
  349. clean:compiler_clean
  350.     -$(DEL_FILE) $(OBJECTS)
  351.     -$(DEL_FILE) *~ core *.core
  352.  
  353.  
  354. ####### Sub-libraries
  355.  
  356. distclean: clean
  357.     -$(DEL_FILE) -r Econisis.app
  358.     -$(DEL_FILE) Makefile
  359.  
  360.  
  361. mocclean: compiler_moc_header_clean compiler_moc_source_clean
  362.  
  363. mocables: compiler_moc_header_make_all compiler_moc_source_make_all
  364.  
  365. check: first
  366.  
  367. compiler_objective_c_make_all:
  368. compiler_objective_c_clean:
  369. compiler_rcc_make_all:
  370. compiler_rcc_clean:
  371. compiler_moc_header_make_all: moc_gamewindow.cpp
  372. compiler_moc_header_clean:
  373.     -$(DEL_FILE) moc_gamewindow.cpp
  374. moc_gamewindow.cpp: ../../../../Qt/5.0.0-rc2/clang_64/include/QtOpenGL/QGLWidget \
  375.         ../../../../Qt/5.0.0-rc2/clang_64/include/QtOpenGL/qgl.h \
  376.         ../../../../Qt/5.0.0-rc2/clang_64/include/QtWidgets/qwidget.h \
  377.         ../../../../Qt/5.0.0-rc2/clang_64/include/QtGui/qwindowdefs.h \
  378.         ../../../../Qt/5.0.0-rc2/clang_64/include/QtCore/qglobal.h \
  379.         ../../../../Qt/5.0.0-rc2/clang_64/include/QtCore/qconfig.h \
  380.         ../../../../Qt/5.0.0-rc2/clang_64/include/QtCore/qfeatures.h \
  381.         ../../../../Qt/5.0.0-rc2/clang_64/include/QtCore/qsystemdetection.h \
  382.         ../../../../Qt/5.0.0-rc2/clang_64/include/QtCore/qcompilerdetection.h \
  383.         ../../../../Qt/5.0.0-rc2/clang_64/include/QtCore/qprocessordetection.h \
  384.         ../../../../Qt/5.0.0-rc2/clang_64/include/QtCore/qlogging.h \
  385.         ../../../../Qt/5.0.0-rc2/clang_64/include/QtCore/qflags.h \
  386.         ../../../../Qt/5.0.0-rc2/clang_64/include/QtCore/qtypeinfo.h \
  387.         ../../../../Qt/5.0.0-rc2/clang_64/include/QtCore/qtypetraits.h \
  388.         ../../../../Qt/5.0.0-rc2/clang_64/include/QtCore/qsysinfo.h \
  389.         ../../../../Qt/5.0.0-rc2/clang_64/include/QtCore/qobjectdefs.h \
  390.         ../../../../Qt/5.0.0-rc2/clang_64/include/QtCore/qnamespace.h \
  391.         ../../../../Qt/5.0.0-rc2/clang_64/include/QtCore/qobjectdefs_impl.h \
  392.         ../../../../Qt/5.0.0-rc2/clang_64/include/QtGui/qwindowdefs_win.h \
  393.         ../../../../Qt/5.0.0-rc2/clang_64/include/QtCore/qobject.h \
  394.         ../../../../Qt/5.0.0-rc2/clang_64/include/QtCore/qstring.h \
  395.         ../../../../Qt/5.0.0-rc2/clang_64/include/QtCore/qchar.h \
  396.         ../../../../Qt/5.0.0-rc2/clang_64/include/QtCore/qbytearray.h \
  397.         ../../../../Qt/5.0.0-rc2/clang_64/include/QtCore/qrefcount.h \
  398.         ../../../../Qt/5.0.0-rc2/clang_64/include/QtCore/qatomic.h \
  399.         ../../../../Qt/5.0.0-rc2/clang_64/include/QtCore/qbasicatomic.h \
  400.         ../../../../Qt/5.0.0-rc2/clang_64/include/QtCore/qatomic_bootstrap.h \
  401.         ../../../../Qt/5.0.0-rc2/clang_64/include/QtCore/qgenericatomic.h \
  402.         ../../../../Qt/5.0.0-rc2/clang_64/include/QtCore/qatomic_msvc.h \
  403.         ../../../../Qt/5.0.0-rc2/clang_64/include/QtCore/qatomic_integrity.h \
  404.         ../../../../Qt/5.0.0-rc2/clang_64/include/QtCore/qoldbasicatomic.h \
  405.         ../../../../Qt/5.0.0-rc2/clang_64/include/QtCore/qatomic_vxworks.h \
  406.         ../../../../Qt/5.0.0-rc2/clang_64/include/QtCore/qatomic_power.h \
  407.         ../../../../Qt/5.0.0-rc2/clang_64/include/QtCore/qatomic_alpha.h \
  408.         ../../../../Qt/5.0.0-rc2/clang_64/include/QtCore/qatomic_armv7.h \
  409.         ../../../../Qt/5.0.0-rc2/clang_64/include/QtCore/qatomic_armv6.h \
  410.         ../../../../Qt/5.0.0-rc2/clang_64/include/QtCore/qatomic_armv5.h \
  411.         ../../../../Qt/5.0.0-rc2/clang_64/include/QtCore/qatomic_bfin.h \
  412.         ../../../../Qt/5.0.0-rc2/clang_64/include/QtCore/qatomic_ia64.h \
  413.         ../../../../Qt/5.0.0-rc2/clang_64/include/QtCore/qatomic_mips.h \
  414.         ../../../../Qt/5.0.0-rc2/clang_64/include/QtCore/qatomic_s390.h \
  415.         ../../../../Qt/5.0.0-rc2/clang_64/include/QtCore/qatomic_sh4a.h \
  416.         ../../../../Qt/5.0.0-rc2/clang_64/include/QtCore/qatomic_sparc.h \
  417.         ../../../../Qt/5.0.0-rc2/clang_64/include/QtCore/qatomic_x86.h \
  418.         ../../../../Qt/5.0.0-rc2/clang_64/include/QtCore/qatomic_cxx11.h \
  419.         ../../../../Qt/5.0.0-rc2/clang_64/include/QtCore/qatomic_gcc.h \
  420.         ../../../../Qt/5.0.0-rc2/clang_64/include/QtCore/qatomic_unix.h \
  421.         ../../../../Qt/5.0.0-rc2/clang_64/include/QtCore/qarraydata.h \
  422.         ../../../../Qt/5.0.0-rc2/clang_64/include/QtCore/qstringbuilder.h \
  423.         ../../../../Qt/5.0.0-rc2/clang_64/include/QtCore/qlist.h \
  424.         ../../../../Qt/5.0.0-rc2/clang_64/include/QtCore/qalgorithms.h \
  425.         ../../../../Qt/5.0.0-rc2/clang_64/include/QtCore/qiterator.h \
  426.         ../../../../Qt/5.0.0-rc2/clang_64/include/QtCore/qcoreevent.h \
  427.         ../../../../Qt/5.0.0-rc2/clang_64/include/QtCore/qscopedpointer.h \
  428.         ../../../../Qt/5.0.0-rc2/clang_64/include/QtCore/qmetatype.h \
  429.         ../../../../Qt/5.0.0-rc2/clang_64/include/QtCore/qvarlengtharray.h \
  430.         ../../../../Qt/5.0.0-rc2/clang_64/include/QtCore/qcontainerfwd.h \
  431.         ../../../../Qt/5.0.0-rc2/clang_64/include/QtCore/qisenum.h \
  432.         ../../../../Qt/5.0.0-rc2/clang_64/include/QtCore/qobject_impl.h \
  433.         ../../../../Qt/5.0.0-rc2/clang_64/include/QtCore/qmargins.h \
  434.         ../../../../Qt/5.0.0-rc2/clang_64/include/QtGui/qpaintdevice.h \
  435.         ../../../../Qt/5.0.0-rc2/clang_64/include/QtCore/qrect.h \
  436.         ../../../../Qt/5.0.0-rc2/clang_64/include/QtCore/qsize.h \
  437.         ../../../../Qt/5.0.0-rc2/clang_64/include/QtCore/qpoint.h \
  438.         ../../../../Qt/5.0.0-rc2/clang_64/include/QtGui/qpalette.h \
  439.         ../../../../Qt/5.0.0-rc2/clang_64/include/QtGui/qcolor.h \
  440.         ../../../../Qt/5.0.0-rc2/clang_64/include/QtGui/qrgb.h \
  441.         ../../../../Qt/5.0.0-rc2/clang_64/include/QtCore/qstringlist.h \
  442.         ../../../../Qt/5.0.0-rc2/clang_64/include/QtCore/qdatastream.h \
  443.         ../../../../Qt/5.0.0-rc2/clang_64/include/QtCore/qiodevice.h \
  444.         ../../../../Qt/5.0.0-rc2/clang_64/include/QtCore/qpair.h \
  445.         ../../../../Qt/5.0.0-rc2/clang_64/include/QtCore/qregexp.h \
  446.         ../../../../Qt/5.0.0-rc2/clang_64/include/QtCore/qstringmatcher.h \
  447.         ../../../../Qt/5.0.0-rc2/clang_64/include/QtGui/qbrush.h \
  448.         ../../../../Qt/5.0.0-rc2/clang_64/include/QtCore/qvector.h \
  449.         ../../../../Qt/5.0.0-rc2/clang_64/include/QtGui/qmatrix.h \
  450.         ../../../../Qt/5.0.0-rc2/clang_64/include/QtGui/qpolygon.h \
  451.         ../../../../Qt/5.0.0-rc2/clang_64/include/QtGui/qregion.h \
  452.         ../../../../Qt/5.0.0-rc2/clang_64/include/QtCore/qline.h \
  453.         ../../../../Qt/5.0.0-rc2/clang_64/include/QtGui/qtransform.h \
  454.         ../../../../Qt/5.0.0-rc2/clang_64/include/QtGui/qpainterpath.h \
  455.         ../../../../Qt/5.0.0-rc2/clang_64/include/QtGui/qimage.h \
  456.         ../../../../Qt/5.0.0-rc2/clang_64/include/QtGui/qpixmap.h \
  457.         ../../../../Qt/5.0.0-rc2/clang_64/include/QtCore/qsharedpointer.h \
  458.         ../../../../Qt/5.0.0-rc2/clang_64/include/QtCore/qshareddata.h \
  459.         ../../../../Qt/5.0.0-rc2/clang_64/include/QtCore/qsharedpointer_impl.h \
  460.         ../../../../Qt/5.0.0-rc2/clang_64/include/QtCore/qhash.h \
  461.         ../../../../Qt/5.0.0-rc2/clang_64/include/QtGui/qfont.h \
  462.         ../../../../Qt/5.0.0-rc2/clang_64/include/QtGui/qfontmetrics.h \
  463.         ../../../../Qt/5.0.0-rc2/clang_64/include/QtGui/qfontinfo.h \
  464.         ../../../../Qt/5.0.0-rc2/clang_64/include/QtWidgets/qsizepolicy.h \
  465.         ../../../../Qt/5.0.0-rc2/clang_64/include/QtGui/qcursor.h \
  466.         ../../../../Qt/5.0.0-rc2/clang_64/include/QtGui/qkeysequence.h \
  467.         ../../../../Qt/5.0.0-rc2/clang_64/include/QtGui/qevent.h \
  468.         ../../../../Qt/5.0.0-rc2/clang_64/include/QtCore/qvariant.h \
  469.         ../../../../Qt/5.0.0-rc2/clang_64/include/QtCore/qmap.h \
  470.         ../../../../Qt/5.0.0-rc2/clang_64/include/QtCore/qdebug.h \
  471.         ../../../../Qt/5.0.0-rc2/clang_64/include/QtCore/qtextstream.h \
  472.         ../../../../Qt/5.0.0-rc2/clang_64/include/QtCore/qlocale.h \
  473.         ../../../../Qt/5.0.0-rc2/clang_64/include/QtCore/qset.h \
  474.         ../../../../Qt/5.0.0-rc2/clang_64/include/QtCore/qcontiguouscache.h \
  475.         ../../../../Qt/5.0.0-rc2/clang_64/include/QtCore/qurl.h \
  476.         ../../../../Qt/5.0.0-rc2/clang_64/include/QtCore/qurlquery.h \
  477.         ../../../../Qt/5.0.0-rc2/clang_64/include/QtCore/qfile.h \
  478.         ../../../../Qt/5.0.0-rc2/clang_64/include/QtCore/qfiledevice.h \
  479.         ../../../../Qt/5.0.0-rc2/clang_64/include/QtGui/qvector2d.h \
  480.         ../../../../Qt/5.0.0-rc2/clang_64/include/QtGui/qtouchdevice.h \
  481.         ../../../../Qt/5.0.0-rc2/clang_64/include/QtGui/qpaintengine.h \
  482.         ../../../../Qt/5.0.0-rc2/clang_64/include/QtGui/qpainter.h \
  483.         ../../../../Qt/5.0.0-rc2/clang_64/include/QtGui/qtextoption.h \
  484.         ../../../../Qt/5.0.0-rc2/clang_64/include/QtGui/qpen.h \
  485.         ../../../../Qt/5.0.0-rc2/clang_64/include/QtOpenGL/qglcolormap.h \
  486.         ../../../../Qt/5.0.0-rc2/clang_64/include/QtOpenGL/qtopenglglobal.h \
  487.         ../../../../Qt/5.0.0-rc2/clang_64/include/QtGui/QSurfaceFormat \
  488.         ../../../../Qt/5.0.0-rc2/clang_64/include/QtGui/qsurfaceformat.h \
  489.         ../../../../Qt/5.0.0-rc2/clang_64/include/QtCore/qt_windows.h \
  490.         ../Econisis/gamewindow.h
  491.     /Users/robinrump/Qt/5.0.0-rc2/clang_64/bin/moc $(DEFINES) $(INCPATH) -D__APPLE__ -D__GNUC__=4 ../Econisis/gamewindow.h -o moc_gamewindow.cpp
  492.  
  493. compiler_moc_source_make_all:
  494. compiler_moc_source_clean:
  495. compiler_uic_make_all:
  496. compiler_uic_clean:
  497. compiler_rez_source_make_all:
  498. compiler_rez_source_clean:
  499. compiler_yacc_decl_make_all:
  500. compiler_yacc_decl_clean:
  501. compiler_yacc_impl_make_all:
  502. compiler_yacc_impl_clean:
  503. compiler_lex_make_all:
  504. compiler_lex_clean:
  505. compiler_clean: compiler_moc_header_clean
  506.  
  507. ####### Compile
  508.  
  509. main.o: ../Econisis/main.cpp ../Econisis/gamewindow.h \
  510.         ../../../../Qt/5.0.0-rc2/clang_64/include/QtOpenGL/QGLWidget \
  511.         ../../../../Qt/5.0.0-rc2/clang_64/include/QtOpenGL/qgl.h \
  512.         ../../../../Qt/5.0.0-rc2/clang_64/include/QtWidgets/qwidget.h \
  513.         ../../../../Qt/5.0.0-rc2/clang_64/include/QtGui/qwindowdefs.h \
  514.         ../../../../Qt/5.0.0-rc2/clang_64/include/QtCore/qglobal.h \
  515.         ../../../../Qt/5.0.0-rc2/clang_64/include/QtCore/qconfig.h \
  516.         ../../../../Qt/5.0.0-rc2/clang_64/include/QtCore/qfeatures.h \
  517.         ../../../../Qt/5.0.0-rc2/clang_64/include/QtCore/qsystemdetection.h \
  518.         ../../../../Qt/5.0.0-rc2/clang_64/include/QtCore/qcompilerdetection.h \
  519.         ../../../../Qt/5.0.0-rc2/clang_64/include/QtCore/qprocessordetection.h \
  520.         ../../../../Qt/5.0.0-rc2/clang_64/include/QtCore/qlogging.h \
  521.         ../../../../Qt/5.0.0-rc2/clang_64/include/QtCore/qflags.h \
  522.         ../../../../Qt/5.0.0-rc2/clang_64/include/QtCore/qtypeinfo.h \
  523.         ../../../../Qt/5.0.0-rc2/clang_64/include/QtCore/qtypetraits.h \
  524.         ../../../../Qt/5.0.0-rc2/clang_64/include/QtCore/qsysinfo.h \
  525.         ../../../../Qt/5.0.0-rc2/clang_64/include/QtCore/qobjectdefs.h \
  526.         ../../../../Qt/5.0.0-rc2/clang_64/include/QtCore/qnamespace.h \
  527.         ../../../../Qt/5.0.0-rc2/clang_64/include/QtCore/qobjectdefs_impl.h \
  528.         ../../../../Qt/5.0.0-rc2/clang_64/include/QtGui/qwindowdefs_win.h \
  529.         ../../../../Qt/5.0.0-rc2/clang_64/include/QtCore/qobject.h \
  530.         ../../../../Qt/5.0.0-rc2/clang_64/include/QtCore/qstring.h \
  531.         ../../../../Qt/5.0.0-rc2/clang_64/include/QtCore/qchar.h \
  532.         ../../../../Qt/5.0.0-rc2/clang_64/include/QtCore/qbytearray.h \
  533.         ../../../../Qt/5.0.0-rc2/clang_64/include/QtCore/qrefcount.h \
  534.         ../../../../Qt/5.0.0-rc2/clang_64/include/QtCore/qatomic.h \
  535.         ../../../../Qt/5.0.0-rc2/clang_64/include/QtCore/qbasicatomic.h \
  536.         ../../../../Qt/5.0.0-rc2/clang_64/include/QtCore/qatomic_bootstrap.h \
  537.         ../../../../Qt/5.0.0-rc2/clang_64/include/QtCore/qgenericatomic.h \
  538.         ../../../../Qt/5.0.0-rc2/clang_64/include/QtCore/qatomic_msvc.h \
  539.         ../../../../Qt/5.0.0-rc2/clang_64/include/QtCore/qatomic_integrity.h \
  540.         ../../../../Qt/5.0.0-rc2/clang_64/include/QtCore/qoldbasicatomic.h \
  541.         ../../../../Qt/5.0.0-rc2/clang_64/include/QtCore/qatomic_vxworks.h \
  542.         ../../../../Qt/5.0.0-rc2/clang_64/include/QtCore/qatomic_power.h \
  543.         ../../../../Qt/5.0.0-rc2/clang_64/include/QtCore/qatomic_alpha.h \
  544.         ../../../../Qt/5.0.0-rc2/clang_64/include/QtCore/qatomic_armv7.h \
  545.         ../../../../Qt/5.0.0-rc2/clang_64/include/QtCore/qatomic_armv6.h \
  546.         ../../../../Qt/5.0.0-rc2/clang_64/include/QtCore/qatomic_armv5.h \
  547.         ../../../../Qt/5.0.0-rc2/clang_64/include/QtCore/qatomic_bfin.h \
  548.         ../../../../Qt/5.0.0-rc2/clang_64/include/QtCore/qatomic_ia64.h \
  549.         ../../../../Qt/5.0.0-rc2/clang_64/include/QtCore/qatomic_mips.h \
  550.         ../../../../Qt/5.0.0-rc2/clang_64/include/QtCore/qatomic_s390.h \
  551.         ../../../../Qt/5.0.0-rc2/clang_64/include/QtCore/qatomic_sh4a.h \
  552.         ../../../../Qt/5.0.0-rc2/clang_64/include/QtCore/qatomic_sparc.h \
  553.         ../../../../Qt/5.0.0-rc2/clang_64/include/QtCore/qatomic_x86.h \
  554.         ../../../../Qt/5.0.0-rc2/clang_64/include/QtCore/qatomic_cxx11.h \
  555.         ../../../../Qt/5.0.0-rc2/clang_64/include/QtCore/qatomic_gcc.h \
  556.         ../../../../Qt/5.0.0-rc2/clang_64/include/QtCore/qatomic_unix.h \
  557.         ../../../../Qt/5.0.0-rc2/clang_64/include/QtCore/qarraydata.h \
  558.         ../../../../Qt/5.0.0-rc2/clang_64/include/QtCore/qstringbuilder.h \
  559.         ../../../../Qt/5.0.0-rc2/clang_64/include/QtCore/qlist.h \
  560.         ../../../../Qt/5.0.0-rc2/clang_64/include/QtCore/qalgorithms.h \
  561.         ../../../../Qt/5.0.0-rc2/clang_64/include/QtCore/qiterator.h \
  562.         ../../../../Qt/5.0.0-rc2/clang_64/include/QtCore/qcoreevent.h \
  563.         ../../../../Qt/5.0.0-rc2/clang_64/include/QtCore/qscopedpointer.h \
  564.         ../../../../Qt/5.0.0-rc2/clang_64/include/QtCore/qmetatype.h \
  565.         ../../../../Qt/5.0.0-rc2/clang_64/include/QtCore/qvarlengtharray.h \
  566.         ../../../../Qt/5.0.0-rc2/clang_64/include/QtCore/qcontainerfwd.h \
  567.         ../../../../Qt/5.0.0-rc2/clang_64/include/QtCore/qisenum.h \
  568.         ../../../../Qt/5.0.0-rc2/clang_64/include/QtCore/qobject_impl.h \
  569.         ../../../../Qt/5.0.0-rc2/clang_64/include/QtCore/qmargins.h \
  570.         ../../../../Qt/5.0.0-rc2/clang_64/include/QtGui/qpaintdevice.h \
  571.         ../../../../Qt/5.0.0-rc2/clang_64/include/QtCore/qrect.h \
  572.         ../../../../Qt/5.0.0-rc2/clang_64/include/QtCore/qsize.h \
  573.         ../../../../Qt/5.0.0-rc2/clang_64/include/QtCore/qpoint.h \
  574.         ../../../../Qt/5.0.0-rc2/clang_64/include/QtGui/qpalette.h \
  575.         ../../../../Qt/5.0.0-rc2/clang_64/include/QtGui/qcolor.h \
  576.         ../../../../Qt/5.0.0-rc2/clang_64/include/QtGui/qrgb.h \
  577.         ../../../../Qt/5.0.0-rc2/clang_64/include/QtCore/qstringlist.h \
  578.         ../../../../Qt/5.0.0-rc2/clang_64/include/QtCore/qdatastream.h \
  579.         ../../../../Qt/5.0.0-rc2/clang_64/include/QtCore/qiodevice.h \
  580.         ../../../../Qt/5.0.0-rc2/clang_64/include/QtCore/qpair.h \
  581.         ../../../../Qt/5.0.0-rc2/clang_64/include/QtCore/qregexp.h \
  582.         ../../../../Qt/5.0.0-rc2/clang_64/include/QtCore/qstringmatcher.h \
  583.         ../../../../Qt/5.0.0-rc2/clang_64/include/QtGui/qbrush.h \
  584.         ../../../../Qt/5.0.0-rc2/clang_64/include/QtCore/qvector.h \
  585.         ../../../../Qt/5.0.0-rc2/clang_64/include/QtGui/qmatrix.h \
  586.         ../../../../Qt/5.0.0-rc2/clang_64/include/QtGui/qpolygon.h \
  587.         ../../../../Qt/5.0.0-rc2/clang_64/include/QtGui/qregion.h \
  588.         ../../../../Qt/5.0.0-rc2/clang_64/include/QtCore/qline.h \
  589.         ../../../../Qt/5.0.0-rc2/clang_64/include/QtGui/qtransform.h \
  590.         ../../../../Qt/5.0.0-rc2/clang_64/include/QtGui/qpainterpath.h \
  591.         ../../../../Qt/5.0.0-rc2/clang_64/include/QtGui/qimage.h \
  592.         ../../../../Qt/5.0.0-rc2/clang_64/include/QtGui/qpixmap.h \
  593.         ../../../../Qt/5.0.0-rc2/clang_64/include/QtCore/qsharedpointer.h \
  594.         ../../../../Qt/5.0.0-rc2/clang_64/include/QtCore/qshareddata.h \
  595.         ../../../../Qt/5.0.0-rc2/clang_64/include/QtCore/qsharedpointer_impl.h \
  596.         ../../../../Qt/5.0.0-rc2/clang_64/include/QtCore/qhash.h \
  597.         ../../../../Qt/5.0.0-rc2/clang_64/include/QtGui/qfont.h \
  598.         ../../../../Qt/5.0.0-rc2/clang_64/include/QtGui/qfontmetrics.h \
  599.         ../../../../Qt/5.0.0-rc2/clang_64/include/QtGui/qfontinfo.h \
  600.         ../../../../Qt/5.0.0-rc2/clang_64/include/QtWidgets/qsizepolicy.h \
  601.         ../../../../Qt/5.0.0-rc2/clang_64/include/QtGui/qcursor.h \
  602.         ../../../../Qt/5.0.0-rc2/clang_64/include/QtGui/qkeysequence.h \
  603.         ../../../../Qt/5.0.0-rc2/clang_64/include/QtGui/qevent.h \
  604.         ../../../../Qt/5.0.0-rc2/clang_64/include/QtCore/qvariant.h \
  605.         ../../../../Qt/5.0.0-rc2/clang_64/include/QtCore/qmap.h \
  606.         ../../../../Qt/5.0.0-rc2/clang_64/include/QtCore/qdebug.h \
  607.         ../../../../Qt/5.0.0-rc2/clang_64/include/QtCore/qtextstream.h \
  608.         ../../../../Qt/5.0.0-rc2/clang_64/include/QtCore/qlocale.h \
  609.         ../../../../Qt/5.0.0-rc2/clang_64/include/QtCore/qset.h \
  610.         ../../../../Qt/5.0.0-rc2/clang_64/include/QtCore/qcontiguouscache.h \
  611.         ../../../../Qt/5.0.0-rc2/clang_64/include/QtCore/qurl.h \
  612.         ../../../../Qt/5.0.0-rc2/clang_64/include/QtCore/qurlquery.h \
  613.         ../../../../Qt/5.0.0-rc2/clang_64/include/QtCore/qfile.h \
  614.         ../../../../Qt/5.0.0-rc2/clang_64/include/QtCore/qfiledevice.h \
  615.         ../../../../Qt/5.0.0-rc2/clang_64/include/QtGui/qvector2d.h \
  616.         ../../../../Qt/5.0.0-rc2/clang_64/include/QtGui/qtouchdevice.h \
  617.         ../../../../Qt/5.0.0-rc2/clang_64/include/QtGui/qpaintengine.h \
  618.         ../../../../Qt/5.0.0-rc2/clang_64/include/QtGui/qpainter.h \
  619.         ../../../../Qt/5.0.0-rc2/clang_64/include/QtGui/qtextoption.h \
  620.         ../../../../Qt/5.0.0-rc2/clang_64/include/QtGui/qpen.h \
  621.         ../../../../Qt/5.0.0-rc2/clang_64/include/QtOpenGL/qglcolormap.h \
  622.         ../../../../Qt/5.0.0-rc2/clang_64/include/QtOpenGL/qtopenglglobal.h \
  623.         ../../../../Qt/5.0.0-rc2/clang_64/include/QtGui/QSurfaceFormat \
  624.         ../../../../Qt/5.0.0-rc2/clang_64/include/QtGui/qsurfaceformat.h \
  625.         ../../../../Qt/5.0.0-rc2/clang_64/include/QtCore/qt_windows.h \
  626.         ../../../../Qt/5.0.0-rc2/clang_64/include/QtWidgets/QApplication \
  627.         ../../../../Qt/5.0.0-rc2/clang_64/include/QtWidgets/qapplication.h \
  628.         ../../../../Qt/5.0.0-rc2/clang_64/include/QtCore/qcoreapplication.h \
  629.         ../../../../Qt/5.0.0-rc2/clang_64/include/QtCore/qeventloop.h \
  630.         ../../../../Qt/5.0.0-rc2/clang_64/include/QtWidgets/qdesktopwidget.h \
  631.         ../../../../Qt/5.0.0-rc2/clang_64/include/QtGui/qguiapplication.h \
  632.         ../../../../Qt/5.0.0-rc2/clang_64/include/QtGui/qinputmethod.h
  633.     $(CXX) -c $(CXXFLAGS) $(INCPATH) -o main.o ../Econisis/main.cpp
  634.  
  635. gamewindow.o: ../Econisis/gamewindow.cpp ../Econisis/gamewindow.h \
  636.         ../../../../Qt/5.0.0-rc2/clang_64/include/QtOpenGL/QGLWidget \
  637.         ../../../../Qt/5.0.0-rc2/clang_64/include/QtOpenGL/qgl.h \
  638.         ../../../../Qt/5.0.0-rc2/clang_64/include/QtWidgets/qwidget.h \
  639.         ../../../../Qt/5.0.0-rc2/clang_64/include/QtGui/qwindowdefs.h \
  640.         ../../../../Qt/5.0.0-rc2/clang_64/include/QtCore/qglobal.h \
  641.         ../../../../Qt/5.0.0-rc2/clang_64/include/QtCore/qconfig.h \
  642.         ../../../../Qt/5.0.0-rc2/clang_64/include/QtCore/qfeatures.h \
  643.         ../../../../Qt/5.0.0-rc2/clang_64/include/QtCore/qsystemdetection.h \
  644.         ../../../../Qt/5.0.0-rc2/clang_64/include/QtCore/qcompilerdetection.h \
  645.         ../../../../Qt/5.0.0-rc2/clang_64/include/QtCore/qprocessordetection.h \
  646.         ../../../../Qt/5.0.0-rc2/clang_64/include/QtCore/qlogging.h \
  647.         ../../../../Qt/5.0.0-rc2/clang_64/include/QtCore/qflags.h \
  648.         ../../../../Qt/5.0.0-rc2/clang_64/include/QtCore/qtypeinfo.h \
  649.         ../../../../Qt/5.0.0-rc2/clang_64/include/QtCore/qtypetraits.h \
  650.         ../../../../Qt/5.0.0-rc2/clang_64/include/QtCore/qsysinfo.h \
  651.         ../../../../Qt/5.0.0-rc2/clang_64/include/QtCore/qobjectdefs.h \
  652.         ../../../../Qt/5.0.0-rc2/clang_64/include/QtCore/qnamespace.h \
  653.         ../../../../Qt/5.0.0-rc2/clang_64/include/QtCore/qobjectdefs_impl.h \
  654.         ../../../../Qt/5.0.0-rc2/clang_64/include/QtGui/qwindowdefs_win.h \
  655.         ../../../../Qt/5.0.0-rc2/clang_64/include/QtCore/qobject.h \
  656.         ../../../../Qt/5.0.0-rc2/clang_64/include/QtCore/qstring.h \
  657.         ../../../../Qt/5.0.0-rc2/clang_64/include/QtCore/qchar.h \
  658.         ../../../../Qt/5.0.0-rc2/clang_64/include/QtCore/qbytearray.h \
  659.         ../../../../Qt/5.0.0-rc2/clang_64/include/QtCore/qrefcount.h \
  660.         ../../../../Qt/5.0.0-rc2/clang_64/include/QtCore/qatomic.h \
  661.         ../../../../Qt/5.0.0-rc2/clang_64/include/QtCore/qbasicatomic.h \
  662.         ../../../../Qt/5.0.0-rc2/clang_64/include/QtCore/qatomic_bootstrap.h \
  663.         ../../../../Qt/5.0.0-rc2/clang_64/include/QtCore/qgenericatomic.h \
  664.         ../../../../Qt/5.0.0-rc2/clang_64/include/QtCore/qatomic_msvc.h \
  665.         ../../../../Qt/5.0.0-rc2/clang_64/include/QtCore/qatomic_integrity.h \
  666.         ../../../../Qt/5.0.0-rc2/clang_64/include/QtCore/qoldbasicatomic.h \
  667.         ../../../../Qt/5.0.0-rc2/clang_64/include/QtCore/qatomic_vxworks.h \
  668.         ../../../../Qt/5.0.0-rc2/clang_64/include/QtCore/qatomic_power.h \
  669.         ../../../../Qt/5.0.0-rc2/clang_64/include/QtCore/qatomic_alpha.h \
  670.         ../../../../Qt/5.0.0-rc2/clang_64/include/QtCore/qatomic_armv7.h \
  671.         ../../../../Qt/5.0.0-rc2/clang_64/include/QtCore/qatomic_armv6.h \
  672.         ../../../../Qt/5.0.0-rc2/clang_64/include/QtCore/qatomic_armv5.h \
  673.         ../../../../Qt/5.0.0-rc2/clang_64/include/QtCore/qatomic_bfin.h \
  674.         ../../../../Qt/5.0.0-rc2/clang_64/include/QtCore/qatomic_ia64.h \
  675.         ../../../../Qt/5.0.0-rc2/clang_64/include/QtCore/qatomic_mips.h \
  676.         ../../../../Qt/5.0.0-rc2/clang_64/include/QtCore/qatomic_s390.h \
  677.         ../../../../Qt/5.0.0-rc2/clang_64/include/QtCore/qatomic_sh4a.h \
  678.         ../../../../Qt/5.0.0-rc2/clang_64/include/QtCore/qatomic_sparc.h \
  679.         ../../../../Qt/5.0.0-rc2/clang_64/include/QtCore/qatomic_x86.h \
  680.         ../../../../Qt/5.0.0-rc2/clang_64/include/QtCore/qatomic_cxx11.h \
  681.         ../../../../Qt/5.0.0-rc2/clang_64/include/QtCore/qatomic_gcc.h \
  682.         ../../../../Qt/5.0.0-rc2/clang_64/include/QtCore/qatomic_unix.h \
  683.         ../../../../Qt/5.0.0-rc2/clang_64/include/QtCore/qarraydata.h \
  684.         ../../../../Qt/5.0.0-rc2/clang_64/include/QtCore/qstringbuilder.h \
  685.         ../../../../Qt/5.0.0-rc2/clang_64/include/QtCore/qlist.h \
  686.         ../../../../Qt/5.0.0-rc2/clang_64/include/QtCore/qalgorithms.h \
  687.         ../../../../Qt/5.0.0-rc2/clang_64/include/QtCore/qiterator.h \
  688.         ../../../../Qt/5.0.0-rc2/clang_64/include/QtCore/qcoreevent.h \
  689.         ../../../../Qt/5.0.0-rc2/clang_64/include/QtCore/qscopedpointer.h \
  690.         ../../../../Qt/5.0.0-rc2/clang_64/include/QtCore/qmetatype.h \
  691.         ../../../../Qt/5.0.0-rc2/clang_64/include/QtCore/qvarlengtharray.h \
  692.         ../../../../Qt/5.0.0-rc2/clang_64/include/QtCore/qcontainerfwd.h \
  693.         ../../../../Qt/5.0.0-rc2/clang_64/include/QtCore/qisenum.h \
  694.         ../../../../Qt/5.0.0-rc2/clang_64/include/QtCore/qobject_impl.h \
  695.         ../../../../Qt/5.0.0-rc2/clang_64/include/QtCore/qmargins.h \
  696.         ../../../../Qt/5.0.0-rc2/clang_64/include/QtGui/qpaintdevice.h \
  697.         ../../../../Qt/5.0.0-rc2/clang_64/include/QtCore/qrect.h \
  698.         ../../../../Qt/5.0.0-rc2/clang_64/include/QtCore/qsize.h \
  699.         ../../../../Qt/5.0.0-rc2/clang_64/include/QtCore/qpoint.h \
  700.         ../../../../Qt/5.0.0-rc2/clang_64/include/QtGui/qpalette.h \
  701.         ../../../../Qt/5.0.0-rc2/clang_64/include/QtGui/qcolor.h \
  702.         ../../../../Qt/5.0.0-rc2/clang_64/include/QtGui/qrgb.h \
  703.         ../../../../Qt/5.0.0-rc2/clang_64/include/QtCore/qstringlist.h \
  704.         ../../../../Qt/5.0.0-rc2/clang_64/include/QtCore/qdatastream.h \
  705.         ../../../../Qt/5.0.0-rc2/clang_64/include/QtCore/qiodevice.h \
  706.         ../../../../Qt/5.0.0-rc2/clang_64/include/QtCore/qpair.h \
  707.         ../../../../Qt/5.0.0-rc2/clang_64/include/QtCore/qregexp.h \
  708.         ../../../../Qt/5.0.0-rc2/clang_64/include/QtCore/qstringmatcher.h \
  709.         ../../../../Qt/5.0.0-rc2/clang_64/include/QtGui/qbrush.h \
  710.         ../../../../Qt/5.0.0-rc2/clang_64/include/QtCore/qvector.h \
  711.         ../../../../Qt/5.0.0-rc2/clang_64/include/QtGui/qmatrix.h \
  712.         ../../../../Qt/5.0.0-rc2/clang_64/include/QtGui/qpolygon.h \
  713.         ../../../../Qt/5.0.0-rc2/clang_64/include/QtGui/qregion.h \
  714.         ../../../../Qt/5.0.0-rc2/clang_64/include/QtCore/qline.h \
  715.         ../../../../Qt/5.0.0-rc2/clang_64/include/QtGui/qtransform.h \
  716.         ../../../../Qt/5.0.0-rc2/clang_64/include/QtGui/qpainterpath.h \
  717.         ../../../../Qt/5.0.0-rc2/clang_64/include/QtGui/qimage.h \
  718.         ../../../../Qt/5.0.0-rc2/clang_64/include/QtGui/qpixmap.h \
  719.         ../../../../Qt/5.0.0-rc2/clang_64/include/QtCore/qsharedpointer.h \
  720.         ../../../../Qt/5.0.0-rc2/clang_64/include/QtCore/qshareddata.h \
  721.         ../../../../Qt/5.0.0-rc2/clang_64/include/QtCore/qsharedpointer_impl.h \
  722.         ../../../../Qt/5.0.0-rc2/clang_64/include/QtCore/qhash.h \
  723.         ../../../../Qt/5.0.0-rc2/clang_64/include/QtGui/qfont.h \
  724.         ../../../../Qt/5.0.0-rc2/clang_64/include/QtGui/qfontmetrics.h \
  725.         ../../../../Qt/5.0.0-rc2/clang_64/include/QtGui/qfontinfo.h \
  726.         ../../../../Qt/5.0.0-rc2/clang_64/include/QtWidgets/qsizepolicy.h \
  727.         ../../../../Qt/5.0.0-rc2/clang_64/include/QtGui/qcursor.h \
  728.         ../../../../Qt/5.0.0-rc2/clang_64/include/QtGui/qkeysequence.h \
  729.         ../../../../Qt/5.0.0-rc2/clang_64/include/QtGui/qevent.h \
  730.         ../../../../Qt/5.0.0-rc2/clang_64/include/QtCore/qvariant.h \
  731.         ../../../../Qt/5.0.0-rc2/clang_64/include/QtCore/qmap.h \
  732.         ../../../../Qt/5.0.0-rc2/clang_64/include/QtCore/qdebug.h \
  733.         ../../../../Qt/5.0.0-rc2/clang_64/include/QtCore/qtextstream.h \
  734.         ../../../../Qt/5.0.0-rc2/clang_64/include/QtCore/qlocale.h \
  735.         ../../../../Qt/5.0.0-rc2/clang_64/include/QtCore/qset.h \
  736.         ../../../../Qt/5.0.0-rc2/clang_64/include/QtCore/qcontiguouscache.h \
  737.         ../../../../Qt/5.0.0-rc2/clang_64/include/QtCore/qurl.h \
  738.         ../../../../Qt/5.0.0-rc2/clang_64/include/QtCore/qurlquery.h \
  739.         ../../../../Qt/5.0.0-rc2/clang_64/include/QtCore/qfile.h \
  740.         ../../../../Qt/5.0.0-rc2/clang_64/include/QtCore/qfiledevice.h \
  741.         ../../../../Qt/5.0.0-rc2/clang_64/include/QtGui/qvector2d.h \
  742.         ../../../../Qt/5.0.0-rc2/clang_64/include/QtGui/qtouchdevice.h \
  743.         ../../../../Qt/5.0.0-rc2/clang_64/include/QtGui/qpaintengine.h \
  744.         ../../../../Qt/5.0.0-rc2/clang_64/include/QtGui/qpainter.h \
  745.         ../../../../Qt/5.0.0-rc2/clang_64/include/QtGui/qtextoption.h \
  746.         ../../../../Qt/5.0.0-rc2/clang_64/include/QtGui/qpen.h \
  747.         ../../../../Qt/5.0.0-rc2/clang_64/include/QtOpenGL/qglcolormap.h \
  748.         ../../../../Qt/5.0.0-rc2/clang_64/include/QtOpenGL/qtopenglglobal.h \
  749.         ../../../../Qt/5.0.0-rc2/clang_64/include/QtGui/QSurfaceFormat \
  750.         ../../../../Qt/5.0.0-rc2/clang_64/include/QtGui/qsurfaceformat.h \
  751.         ../../../../Qt/5.0.0-rc2/clang_64/include/QtCore/qt_windows.h \
  752.         ../../../../Qt/5.0.0-rc2/clang_64/include/QtGui/QMouseEvent
  753.     $(CXX) -c $(CXXFLAGS) $(INCPATH) -o gamewindow.o ../Econisis/gamewindow.cpp
  754.  
  755. moc_gamewindow.o: moc_gamewindow.cpp
  756.     $(CXX) -c $(CXXFLAGS) $(INCPATH) -o moc_gamewindow.o moc_gamewindow.cpp
  757.  
  758. ####### Install
  759.  
  760. install:   FORCE
  761.  
  762. uninstall:   FORCE
  763.  
  764. FORCE:
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement