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

📄 makefile.debug

📁 QT网络编程中收数据的客户端
💻 DEBUG
字号:
#############################################################################
# Makefile for building: receive
# Generated by qmake (2.01a) (Qt 4.3.0) on: ??? ?? 5 14:34:40 2008
# Project:  receive.pro
# Template: app
#############################################################################

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

CC            = cl
CXX           = cl
DEFINES       = -DUNICODE -DWIN32 -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_SQL_LIB -DQT_GUI_LIB -DQT_NETWORK_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"e:\qt51013\include\QtCore" -I"e:\qt51013\include\QtCore" -I"e:\qt51013\include\QtNetwork" -I"e:\qt51013\include\QtNetwork" -I"e:\qt51013\include\QtGui" -I"e:\qt51013\include\QtGui" -I"e:\qt51013\include\QtSql" -I"e:\qt51013\include\QtSql" -I"e:\qt51013\include" -I"." -I"e:\qt51013\include\ActiveQt" -I"debug" -I"." -I"e:\qt51013\mkspecs\win32-msvc2005"
LINK          = link
LFLAGS        = /LIBPATH:"e:\qt51013\lib" /NOLOGO /DEBUG /MANIFESTFILE:"debug\receive.intermediate.manifest" /SUBSYSTEM:WINDOWS
LIBS          = e:\qt51013\lib\qtmaind.lib e:\qt51013\lib\QtSqld4.lib e:\qt51013\lib\QtGuid4.lib e:\qt51013\lib\QtNetworkd4.lib e:\qt51013\lib\QtCored4.lib
QMAKE         = e:\qt51013\bin\qmake.exe
IDC           = e:\qt51013\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       = dialog.cpp \
		main.cpp debug\moc_dialog.cpp
OBJECTS       = debug\dialog.obj \
		debug\main.obj \
		debug\moc_dialog.obj
DIST          = 
QMAKE_TARGET  = receive
DESTDIR        = debug\ #avoid trailing-slash linebreak
TARGET         = receive.exe
DESTDIR_TARGET = debug\receive.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\receive.intermediate.manifest" -outputresource:$(DESTDIR_TARGET);1
	


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

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

clean: compiler_clean 
	-$(DEL_FILE) debug\dialog.obj debug\main.obj debug\moc_dialog.obj
	-$(DEL_FILE) debug\receive.intermediate.manifest debug\receive.exp debug\receive.pdb debug\receive.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_dialog.cpp
compiler_moc_header_clean:
	-$(DEL_FILE) debug\moc_dialog.cpp
debug\moc_dialog.cpp: dialog.h
	E:\qt51013\bin\moc.exe $(DEFINES) $(INCPATH) -D_MSC_VER=1400 -DWIN32 dialog.h -o debug\moc_dialog.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\dialog.obj: dialog.cpp dialog.h

debug\main.obj: main.cpp dialog.h

debug\moc_dialog.obj: debug\moc_dialog.cpp 

####### Install

install:   FORCE

uninstall:   FORCE

FORCE:

⌨️ 快捷键说明

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