2014-06-14 19:32:11 +00:00
|
|
|
#############################################################################
|
|
|
|
# Makefile for building: ../Mac/DebugLang/MetaLang.app/Contents/MacOS/MetaLang
|
2016-06-17 17:54:23 +00:00
|
|
|
# Initially generated by qmake
|
2014-06-14 19:32:11 +00:00
|
|
|
#############################################################################
|
|
|
|
|
|
|
|
MAKEFILE = project.pbxproj
|
|
|
|
|
2016-06-17 17:54:23 +00:00
|
|
|
QT_VER = 5.6.0
|
|
|
|
QT_DIR = /usr/local/tdesktop/Qt-$(QT_VER)
|
|
|
|
QT_MOC = $(QT_DIR)/bin/moc
|
2014-06-14 19:32:11 +00:00
|
|
|
LEX = flex
|
2015-07-14 16:48:49 +00:00
|
|
|
LEXFLAGS =
|
2014-06-14 19:32:11 +00:00
|
|
|
YACC = yacc
|
|
|
|
YACCFLAGS = -d
|
2016-06-17 17:54:23 +00:00
|
|
|
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
|
2014-06-14 19:32:11 +00:00
|
|
|
DEL_FILE = rm -f
|
|
|
|
MOVE = mv -f
|
2016-06-17 17:54:23 +00:00
|
|
|
MOC_FILE = $(QT_MOC) $(DEFINES) $(INCPATH)
|
2014-06-14 19:32:11 +00:00
|
|
|
|
2015-07-14 16:48:49 +00:00
|
|
|
IMAGES =
|
2014-06-14 19:32:11 +00:00
|
|
|
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
|
2016-06-17 17:54:23 +00:00
|
|
|
GeneratedFiles/Debug/moc_genlang.cpp: SourceFiles/_other/genlang.h
|
|
|
|
$(MOC_FILE) SourceFiles/_other/genlang.h -o GeneratedFiles/Debug/moc_genlang.cpp
|
2014-06-14 19:32:11 +00:00
|
|
|
|
|
|
|
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:
|
2015-07-14 16:48:49 +00:00
|
|
|
compiler_clean: compiler_moc_header_clean
|
2014-06-14 19:32:11 +00:00
|
|
|
|