📄 makefile.debug
字号:
#############################################################################
# Makefile for building: EECS_6728_Makefile_Generator
# Generated by qmake (2.01a) (Qt 4.5.0) on: Fri May 1 21:42:54 2009
# Project: EECS_6728_Makefile_Generator.pro
# Template: app
#############################################################################
####### Compiler, tools and options
CC = cl
CXX = cl
DEFINES = -DUNICODE -DWIN32 -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_XML_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_THREAD_SUPPORT
CFLAGS = -nologo -Zm200 -Zc:wchar_t- -Zi -MDd -W3 $(DEFINES)
CXXFLAGS = -nologo -Zm200 -Zc:wchar_t- -Zi -MDd -GR -EHsc -W3 -w34100 -w34189 $(DEFINES)
INCPATH = -I"..\..\..\lib\Qt\2009.01\qt\include\QtCore" -I"..\..\..\lib\Qt\2009.01\qt\include\QtGui" -I"..\..\..\lib\Qt\2009.01\qt\include\QtXml" -I"..\..\..\lib\Qt\2009.01\qt\include" -I"." -I"..\..\..\lib\Qt\2009.01\qt\include\ActiveQt" -I"debug" -I"." -I"..\..\..\lib\Qt\2009.01\qt\mkspecs\default"
LINK = link
LFLAGS = /LIBPATH:"d:\usr\lib\Qt\2009.01\qt\lib" /NOLOGO /DEBUG /MANIFEST /MANIFESTFILE:"debug\EECS_6728_Makefile_Generator.intermediate.manifest" /SUBSYSTEM:WINDOWS "/MANIFESTDEPENDENCY:type='win32' name='Microsoft.Windows.Common-Controls' version='6.0.0.0' publicKeyToken='6595b64144ccf1df' language='*' processorArchitecture='*'"
LIBS = d:\usr\lib\Qt\2009.01\qt\lib\qtmaind.lib d:\usr\lib\Qt\2009.01\qt\lib\QtXmld4.lib d:\usr\lib\Qt\2009.01\qt\lib\QtGuid4.lib d:\usr\lib\Qt\2009.01\qt\lib\QtCored4.lib
QMAKE = d:\usr\lib\Qt\2009.01\qt\bin\qmake.exe
IDC = d:\usr\lib\Qt\2009.01\qt\bin\idc.exe
IDL = midl
ZIP = zip -r -9
DEF_FILE =
RES_FILE =
COPY = copy /y
COPY_FILE = $(COPY)
COPY_DIR = xcopy /s /q /y /i
DEL_FILE = del
DEL_DIR = rmdir
MOVE = move
CHK_DIR_EXISTS= if not exist
MKDIR = mkdir
INSTALL_FILE = $(COPY_FILE)
INSTALL_PROGRAM = $(COPY_FILE)
INSTALL_DIR = $(COPY_DIR)
####### Output directory
OBJECTS_DIR = debug
####### Files
SOURCES = main.cpp \
MainWidget.cpp debug\moc_MainWidget.cpp
OBJECTS = debug\main.obj \
debug\MainWidget.obj \
debug\moc_MainWidget.obj
DIST =
QMAKE_TARGET = EECS_6728_Makefile_Generator
DESTDIR = debug\ #avoid trailing-slash linebreak
TARGET = EECS_6728_Makefile_Generator.exe
DESTDIR_TARGET = debug\EECS_6728_Makefile_Generator.exe
####### Implicit rules
.SUFFIXES: .c .cpp .cc .cxx
{.}.cpp{debug\}.obj::
$(CXX) -c $(CXXFLAGS) $(INCPATH) -Fodebug\ @<<
$<
<<
{.}.cc{debug\}.obj::
$(CXX) -c $(CXXFLAGS) $(INCPATH) -Fodebug\ @<<
$<
<<
{.}.cxx{debug\}.obj::
$(CXX) -c $(CXXFLAGS) $(INCPATH) -Fodebug\ @<<
$<
<<
{.}.c{debug\}.obj::
$(CC) -c $(CFLAGS) $(INCPATH) -Fodebug\ @<<
$<
<<
{.}.cpp{debug\}.obj::
$(CXX) -c $(CXXFLAGS) $(INCPATH) -Fodebug\ @<<
$<
<<
{.}.cc{debug\}.obj::
$(CXX) -c $(CXXFLAGS) $(INCPATH) -Fodebug\ @<<
$<
<<
{.}.cxx{debug\}.obj::
$(CXX) -c $(CXXFLAGS) $(INCPATH) -Fodebug\ @<<
$<
<<
{.}.c{debug\}.obj::
$(CC) -c $(CFLAGS) $(INCPATH) -Fodebug\ @<<
$<
<<
{.}.cpp{debug\}.obj::
$(CXX) -c $(CXXFLAGS) $(INCPATH) -Fodebug\ @<<
$<
<<
{.}.cc{debug\}.obj::
$(CXX) -c $(CXXFLAGS) $(INCPATH) -Fodebug\ @<<
$<
<<
{.}.cxx{debug\}.obj::
$(CXX) -c $(CXXFLAGS) $(INCPATH) -Fodebug\ @<<
$<
<<
{.}.c{debug\}.obj::
$(CC) -c $(CFLAGS) $(INCPATH) -Fodebug\ @<<
$<
<<
{debug}.cpp{debug\}.obj::
$(CXX) -c $(CXXFLAGS) $(INCPATH) -Fodebug\ @<<
$<
<<
{debug}.cc{debug\}.obj::
$(CXX) -c $(CXXFLAGS) $(INCPATH) -Fodebug\ @<<
$<
<<
{debug}.cxx{debug\}.obj::
$(CXX) -c $(CXXFLAGS) $(INCPATH) -Fodebug\ @<<
$<
<<
{debug}.c{debug\}.obj::
$(CC) -c $(CFLAGS) $(INCPATH) -Fodebug\ @<<
$<
<<
{debug}.cpp{debug\}.obj::
$(CXX) -c $(CXXFLAGS) $(INCPATH) -Fodebug\ @<<
$<
<<
{debug}.cc{debug\}.obj::
$(CXX) -c $(CXXFLAGS) $(INCPATH) -Fodebug\ @<<
$<
<<
{debug}.cxx{debug\}.obj::
$(CXX) -c $(CXXFLAGS) $(INCPATH) -Fodebug\ @<<
$<
<<
{debug}.c{debug\}.obj::
$(CC) -c $(CFLAGS) $(INCPATH) -Fodebug\ @<<
$<
<<
####### Build rules
first: all
all: Makefile.Debug $(DESTDIR_TARGET)
$(DESTDIR_TARGET): $(OBJECTS)
$(LINK) $(LFLAGS) /OUT:$(DESTDIR_TARGET) @<<
$(OBJECTS) $(LIBS)
<<
mt.exe -nologo -manifest "debug\EECS_6728_Makefile_Generator.intermediate.manifest" -outputresource:$(DESTDIR_TARGET);1
qmake: FORCE
@$(QMAKE) -win32 -o Makefile.Debug EECS_6728_Makefile_Generator.pro
dist:
$(ZIP) EECS_6728_Makefile_Generator.zip $(SOURCES) $(DIST) EECS_6728_Makefile_Generator.pro ..\..\..\lib\Qt\2009.01\qt\mkspecs\qconfig.pri ..\..\..\lib\Qt\2009.01\qt\mkspecs\features\qt_functions.prf ..\..\..\lib\Qt\2009.01\qt\mkspecs\features\qt_config.prf ..\..\..\lib\Qt\2009.01\qt\mkspecs\features\exclusive_builds.prf ..\..\..\lib\Qt\2009.01\qt\mkspecs\features\default_pre.prf ..\..\..\lib\Qt\2009.01\qt\mkspecs\features\win32\default_pre.prf ..\..\..\lib\Qt\2009.01\qt\mkspecs\features\debug.prf ..\..\..\lib\Qt\2009.01\qt\mkspecs\features\debug_and_release.prf ..\..\..\lib\Qt\2009.01\qt\mkspecs\features\default_post.prf ..\..\..\lib\Qt\2009.01\qt\mkspecs\features\win32\default_post.prf ..\..\..\lib\Qt\2009.01\qt\mkspecs\features\build_pass.prf ..\..\..\lib\Qt\2009.01\qt\mkspecs\features\win32\rtti.prf ..\..\..\lib\Qt\2009.01\qt\mkspecs\features\win32\exceptions.prf ..\..\..\lib\Qt\2009.01\qt\mkspecs\features\win32\stl.prf ..\..\..\lib\Qt\2009.01\qt\mkspecs\features\shared.prf ..\..\..\lib\Qt\2009.01\qt\mkspecs\features\win32\embed_manifest_exe.prf ..\..\..\lib\Qt\2009.01\qt\mkspecs\features\win32\embed_manifest_dll.prf ..\..\..\lib\Qt\2009.01\qt\mkspecs\features\warn_on.prf ..\..\..\lib\Qt\2009.01\qt\mkspecs\features\qt.prf ..\..\..\lib\Qt\2009.01\qt\mkspecs\features\win32\thread.prf ..\..\..\lib\Qt\2009.01\qt\mkspecs\features\moc.prf ..\..\..\lib\Qt\2009.01\qt\mkspecs\features\win32\windows.prf ..\..\..\lib\Qt\2009.01\qt\mkspecs\features\resources.prf ..\..\..\lib\Qt\2009.01\qt\mkspecs\features\uic.prf ..\..\..\lib\Qt\2009.01\qt\mkspecs\features\yacc.prf ..\..\..\lib\Qt\2009.01\qt\mkspecs\features\lex.prf d:\usr\lib\Qt\2009.01\qt\lib\qtmaind.prl HEADERS RESOURCES IMAGES SOURCES OBJECTIVE_SOURCES FORMS YACCSOURCES YACCSOURCES LEXSOURCES
clean: compiler_clean
-$(DEL_FILE) debug\main.obj debug\MainWidget.obj debug\moc_MainWidget.obj
-$(DEL_FILE) debug\EECS_6728_Makefile_Generator.intermediate.manifest debug\EECS_6728_Makefile_Generator.exp debug\EECS_6728_Makefile_Generator.pdb debug\EECS_6728_Makefile_Generator.ilk vc*.pdb vc*.idb
distclean: clean
-$(DEL_FILE) $(DESTDIR_TARGET)
-$(DEL_FILE) Makefile.Debug
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: debug\moc_MainWidget.cpp
compiler_moc_header_clean:
-$(DEL_FILE) debug\moc_MainWidget.cpp
debug\moc_MainWidget.cpp: MainWidget.h
D:\usr\lib\Qt\2009.01\qt\bin\moc.exe $(DEFINES) $(INCPATH) -D_MSC_VER=1500 -DWIN32 MainWidget.h -o debug\moc_MainWidget.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
debug\main.obj: main.cpp MainWidget.h
debug\MainWidget.obj: MainWidget.cpp MainWidget.h
debug\moc_MainWidget.obj: debug\moc_MainWidget.cpp
####### Install
install: FORCE
uninstall: FORCE
FORCE:
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -