⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 makefile.debug

📁 qtopia的串口通信程序
💻 DEBUG
字号:
#############################################################################
# Makefile for building: serial
# Generated by qmake (2.01a) (Qt 4.3.3) on: ??? ?? 15 19:13:40 2008
# Project:  serial.pro
# Template: app
#############################################################################

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

CC            = cl
CXX           = cl
DEFINES       = -DUNICODE -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_GUI_LIB -DQT_CORE_LIB -DQT_THREAD_SUPPORT
CFLAGS        = -nologo -Zm200 -Zi -MDd -W3 $(DEFINES)
CXXFLAGS      = -nologo -Zm200 -Zi -MDd -GR -GX -W3 $(DEFINES)
INCPATH       = -I"..\..\qt-4.3.3\include\QtCore" -I"..\..\qt-4.3.3\include\QtCore" -I"..\..\qt-4.3.3\include\QtGui" -I"..\..\qt-4.3.3\include\QtGui" -I"..\..\qt-4.3.3\include" -I"." -I"d:\qt-4.3.3\include\ActiveQt" -I"debug" -I"." -I"..\..\qt-4.3.3\mkspecs\default"
LINK          = link
LFLAGS        = /LIBPATH:"d:\qt-4.3.3\lib" /NOLOGO /DEBUG /SUBSYSTEM:windows
LIBS          = d:\qt-4.3.3\lib\qtmaind.lib d:\qt-4.3.3\lib\QtGuid4.lib d:\qt-4.3.3\lib\QtCored4.lib
QMAKE         = d:\qt-4.3.3\bin\qmake.exe
IDC           = d:\qt-4.3.3\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       = mainwindow.cpp \
		qt_serial.cpp \
		serialthread.cpp debug\moc_mainwindow.cpp
OBJECTS       = debug\mainwindow.obj \
		debug\qt_serial.obj \
		debug\serialthread.obj \
		debug\moc_mainwindow.obj
DIST          = 
QMAKE_TARGET  = serial
DESTDIR        = debug\ #avoid trailing-slash linebreak
TARGET         = serial.exe
DESTDIR_TARGET = debug\serial.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)
<<


qmake:  FORCE
	@$(QMAKE) -win32 -o Makefile.Debug serial.pro

dist:
	$(ZIP) serial.zip $(SOURCES) $(DIST) serial.pro ..\..\qt-4.3.3\mkspecs\qconfig.pri ..\..\qt-4.3.3\mkspecs\features\qt_functions.prf ..\..\qt-4.3.3\mkspecs\features\qt_config.prf ..\..\qt-4.3.3\mkspecs\features\exclusive_builds.prf ..\..\qt-4.3.3\mkspecs\features\default_pre.prf ..\..\qt-4.3.3\mkspecs\features\win32\default_pre.prf ..\..\qt-4.3.3\mkspecs\features\debug.prf ..\..\qt-4.3.3\mkspecs\features\debug_and_release.prf ..\..\qt-4.3.3\mkspecs\features\default_post.prf ..\..\qt-4.3.3\mkspecs\features\build_pass.prf ..\..\qt-4.3.3\mkspecs\features\win32\rtti.prf ..\..\qt-4.3.3\mkspecs\features\win32\exceptions.prf ..\..\qt-4.3.3\mkspecs\features\win32\stl.prf ..\..\qt-4.3.3\mkspecs\features\shared.prf ..\..\qt-4.3.3\mkspecs\default\features\incremental.prf ..\..\qt-4.3.3\mkspecs\features\warn_on.prf ..\..\qt-4.3.3\mkspecs\features\qt.prf ..\..\qt-4.3.3\mkspecs\features\win32\thread.prf ..\..\qt-4.3.3\mkspecs\features\moc.prf ..\..\qt-4.3.3\mkspecs\features\win32\windows.prf ..\..\qt-4.3.3\mkspecs\features\resources.prf ..\..\qt-4.3.3\mkspecs\features\uic.prf ..\..\qt-4.3.3\mkspecs\features\yacc.prf ..\..\qt-4.3.3\mkspecs\features\lex.prf d:\qt-4.3.3\lib\qtmaind.prl  HEADERS RESOURCES IMAGES SOURCES OBJECTIVE_SOURCES FORMS YACCSOURCES YACCSOURCES LEXSOURCES 

clean: compiler_clean 
	-$(DEL_FILE) debug\mainwindow.obj
	-$(DEL_FILE) debug\qt_serial.obj
	-$(DEL_FILE) debug\serialthread.obj
	-$(DEL_FILE) debug\moc_mainwindow.obj
	-$(DEL_FILE) debug\serial.exp
	-$(DEL_FILE) debug\serial.pdb
	-$(DEL_FILE) debug\serial.ilk
	-$(DEL_FILE) vc*.pdb
	-$(DEL_FILE) 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_mainwindow.cpp
compiler_moc_header_clean:
	-$(DEL_FILE) debug\moc_mainwindow.cpp
debug\moc_mainwindow.cpp: mainwindow.h
	D:\qt-4.3.3\bin\moc.exe $(DEFINES) $(INCPATH) -D_MSC_VER=1200 -DWIN32 mainwindow.h -o debug\moc_mainwindow.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\mainwindow.obj: mainwindow.cpp mainwindow.h \
		serialthread.h

debug\qt_serial.obj: qt_serial.cpp mainwindow.h

debug\serialthread.obj: serialthread.cpp serialthread.h \
		mainwindow.h

debug\moc_mainwindow.obj: debug\moc_mainwindow.cpp 

####### Install

install:   FORCE

uninstall:   FORCE

FORCE:

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -