############################################################################# # Makefile for building: ../Mac/DebugLang/MetaLang.app/Contents/MacOS/MetaLang # Initially generated by qmake ############################################################################# MAKEFILE = project.pbxproj QT_VER = 5.6.0 QT_DIR = /usr/local/tdesktop/Qt-$(QT_VER) QT_MOC = $(QT_DIR)/bin/moc LEX = flex LEXFLAGS = YACC = yacc YACCFLAGS = -d DEFINES = -D_DEBUG -DQT_WIDGETS_LIB -DQT_NETWORK_LIB -DQT_GUI_LIB -DQT_CORE_LIB -D__APPLE__ -D__GNUC__=4 INCPATH = -I$(QT_DIR)/mkspecs/macx-clang\ -I$(QT_DIR)/include/QtGui/$(QT_VER)/QtGui\ -I$(QT_DIR)/include/QtCore/$(QT_VER)/QtCore\ -I$(QT_VER)/include\ -IGeneratedFiles/Debug\ -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/usr/include/c++/4.2.1/backward\ -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/usr/include/c++/4.2.1\ -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/usr/include\ -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/OpenGL.framework/Versions/A/Headers\ -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/AGL.framework/Headers\ -I/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/5.1/include\ -I/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include DEL_FILE = rm -f MOVE = mv -f MOC_FILE = $(QT_MOC) $(DEFINES) $(INCPATH) IMAGES = PARSERS = preprocess: $(PARSERS) compilers clean preprocess_clean: parser_clean compiler_clean parser_clean: mocclean: compiler_moc_header_clean compiler_moc_source_clean mocables: compiler_moc_header_make_all compiler_moc_source_make_all check: first compilers: GeneratedFiles/Debug/moc_genlang.cpp compiler_objective_c_make_all: compiler_objective_c_clean: compiler_rcc_make_all: compiler_rcc_clean: compiler_moc_header_make_all: GeneratedFiles/Debug/moc_genlang.cpp compiler_moc_header_clean: -$(DEL_FILE) GeneratedFiles/Debug/moc_genlang.cpp GeneratedFiles/Debug/moc_genlang.cpp: SourceFiles/_other/genlang.h $(MOC_FILE) SourceFiles/_other/genlang.h -o GeneratedFiles/Debug/moc_genlang.cpp compiler_moc_source_make_all: compiler_moc_source_clean: compiler_rez_source_make_all: compiler_rez_source_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