📄 makefile.debug
字号:
#############################################################################
# Makefile for building: KTV
# Generated by qmake (2.01a) (Qt 4.4.0) on: ??? ?? 13 21:13:10 2009
# Project: KTV.pro
# Template: app
#############################################################################
####### Compiler, tools and options
CC = gcc
CXX = g++
DEFINES = -DUNICODE -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_QT3SUPPORT_LIB -DQT3_SUPPORT -DQT_SQL_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_THREAD_SUPPORT -DQT_NEEDS_QMAIN
CFLAGS = -g -Wall $(DEFINES)
CXXFLAGS = -g -frtti -fexceptions -mthreads -Wall $(DEFINES)
INCPATH = -I"d:\Program\Qt\4.4.0\include\QtCore" -I"d:\Program\Qt\4.4.0\include\QtCore" -I"d:\Program\Qt\4.4.0\include\QtGui" -I"d:\Program\Qt\4.4.0\include\QtGui" -I"d:\Program\Qt\4.4.0\include\QtSql" -I"d:\Program\Qt\4.4.0\include\QtSql" -I"d:\Program\Qt\4.4.0\include\Qt3Support" -I"d:\Program\Qt\4.4.0\include\Qt3Support" -I"d:\Program\Qt\4.4.0\include" -I"d:\Program\Qt\4.4.0\include\ActiveQt" -I"debug" -I"." -I"d:\Program\Qt\4.4.0\mkspecs\win32-g++"
LINK = g++
LFLAGS = -enable-stdcall-fixup -Wl,-enable-auto-import -Wl,-enable-runtime-pseudo-reloc -mthreads -Wl -Wl,-subsystem,windows
LIBS = -L"d:\Program\Qt\4.4.0\lib" -lmingw32 -lqtmaind -lQt3Supportd4 -lQtSqld4 -lQtGuid4 -lQtCored4
QMAKE = d:\Program\Qt\4.4.0\bin\qmake
IDC = d:\Program\Qt\4.4.0\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 = interface\sources\Atmospheres.cpp \
interface\sources\Effection.cpp \
interface\sources\Register.cpp \
interface\sources\Pinyin.cpp \
interface\sources\Private.cpp \
interface\sources\Template.cpp \
interface\sources\BaseTemplate.cpp \
interface\sources\Star.cpp \
interface\sources\Selected.cpp \
interface\sources\Newest.cpp \
interface\sources\Language.cpp \
interface\sources\Digital.cpp \
interface\sources\Category.cpp \
interface\sources\Stroke.cpp \
interface\sources\SongList.cpp \
interface\sources\StarListTemplate.cpp \
interface\sources\SongListTemplate.cpp \
sqlite\DbUtil.cpp \
sqlite\DB.cpp \
interface\sources\KtvMainScreen.cpp \
baselib\sources\GlobalData.cpp \
interface\KtvScreenController.cpp \
baselib\sources\Config.cpp \
baselib\sources\MyButton.cpp \
main.cpp debug\moc_Template.cpp \
debug\moc_BaseTemplate.cpp \
debug\moc_SongList.cpp \
debug\moc_StarListTemplate.cpp \
debug\moc_SongListTemplate.cpp \
debug\moc_KtvMainScreen.cpp \
debug\moc_MyButton.cpp \
debug\qrc_app.cpp
OBJECTS = debug/Atmospheres.o \
debug/Effection.o \
debug/Register.o \
debug/Pinyin.o \
debug/Private.o \
debug/Template.o \
debug/BaseTemplate.o \
debug/Star.o \
debug/Selected.o \
debug/Newest.o \
debug/Language.o \
debug/Digital.o \
debug/Category.o \
debug/Stroke.o \
debug/SongList.o \
debug/StarListTemplate.o \
debug/SongListTemplate.o \
debug/DbUtil.o \
debug/DB.o \
debug/KtvMainScreen.o \
debug/GlobalData.o \
debug/KtvScreenController.o \
debug/Config.o \
debug/MyButton.o \
debug/main.o \
debug/moc_Template.o \
debug/moc_BaseTemplate.o \
debug/moc_SongList.o \
debug/moc_StarListTemplate.o \
debug/moc_SongListTemplate.o \
debug/moc_KtvMainScreen.o \
debug/moc_MyButton.o \
debug/qrc_app.o
DIST =
QMAKE_TARGET = KTV
DESTDIR = debug\ #avoid trailing-slash linebreak
TARGET = KTV.exe
DESTDIR_TARGET = debug\KTV.exe
####### Implicit rules
.SUFFIXES: .cpp .cc .cxx .c
.cpp.o:
$(CXX) -c $(CXXFLAGS) $(INCPATH) -o $@ $<
.cc.o:
$(CXX) -c $(CXXFLAGS) $(INCPATH) -o $@ $<
.cxx.o:
$(CXX) -c $(CXXFLAGS) $(INCPATH) -o $@ $<
.c.o:
$(CC) -c $(CFLAGS) $(INCPATH) -o $@ $<
####### Build rules
first: all
all: Makefile.Debug $(DESTDIR_TARGET)
$(DESTDIR_TARGET): $(OBJECTS)
$(LINK) $(LFLAGS) -o $(DESTDIR_TARGET) object_script.KTV.Debug $(LIBS)
qmake: FORCE
@$(QMAKE) -win32 -o Makefile.Debug KTV.pro
dist:
$(ZIP) KTV.zip $(SOURCES) $(DIST) KTV.pro d:\Program\Qt\4.4.0\mkspecs\qconfig.pri d:\Program\Qt\4.4.0\mkspecs\features\qt_functions.prf d:\Program\Qt\4.4.0\mkspecs\features\qt_config.prf d:\Program\Qt\4.4.0\mkspecs\features\exclusive_builds.prf d:\Program\Qt\4.4.0\mkspecs\features\default_pre.prf d:\Program\Qt\4.4.0\mkspecs\features\win32\default_pre.prf d:\Program\Qt\4.4.0\mkspecs\features\debug.prf d:\Program\Qt\4.4.0\mkspecs\features\debug_and_release.prf d:\Program\Qt\4.4.0\mkspecs\features\default_post.prf d:\Program\Qt\4.4.0\mkspecs\features\build_pass.prf d:\Program\Qt\4.4.0\mkspecs\features\win32\rtti.prf d:\Program\Qt\4.4.0\mkspecs\features\win32\exceptions.prf d:\Program\Qt\4.4.0\mkspecs\features\win32\stl.prf d:\Program\Qt\4.4.0\mkspecs\features\shared.prf d:\Program\Qt\4.4.0\mkspecs\features\warn_on.prf d:\Program\Qt\4.4.0\mkspecs\features\qt.prf d:\Program\Qt\4.4.0\mkspecs\features\win32\thread.prf d:\Program\Qt\4.4.0\mkspecs\features\moc.prf d:\Program\Qt\4.4.0\mkspecs\features\win32\windows.prf d:\Program\Qt\4.4.0\mkspecs\features\resources.prf d:\Program\Qt\4.4.0\mkspecs\features\uic.prf d:\Program\Qt\4.4.0\mkspecs\features\yacc.prf d:\Program\Qt\4.4.0\mkspecs\features\lex.prf d:\Program\Qt\4.4.0\lib\qtmaind.prl HEADERS RESOURCES IMAGES SOURCES OBJECTIVE_SOURCES FORMS YACCSOURCES YACCSOURCES LEXSOURCES
clean: compiler_clean
-$(DEL_FILE) debug\Atmospheres.o debug\Effection.o debug\Register.o debug\Pinyin.o debug\Private.o debug\Template.o debug\BaseTemplate.o debug\Star.o debug\Selected.o debug\Newest.o debug\Language.o debug\Digital.o debug\Category.o debug\Stroke.o debug\SongList.o debug\StarListTemplate.o debug\SongListTemplate.o debug\DbUtil.o debug\DB.o debug\KtvMainScreen.o debug\GlobalData.o debug\KtvScreenController.o debug\Config.o debug\MyButton.o debug\main.o debug\moc_Template.o debug\moc_BaseTemplate.o debug\moc_SongList.o debug\moc_StarListTemplate.o debug\moc_SongListTemplate.o debug\moc_KtvMainScreen.o debug\moc_MyButton.o debug\qrc_app.o
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_Template.cpp debug/moc_BaseTemplate.cpp debug/moc_SongList.cpp debug/moc_StarListTemplate.cpp debug/moc_SongListTemplate.cpp debug/moc_KtvMainScreen.cpp debug/moc_MyButton.cpp
compiler_moc_header_clean:
-$(DEL_FILE) debug\moc_Template.cpp debug\moc_BaseTemplate.cpp debug\moc_SongList.cpp debug\moc_StarListTemplate.cpp debug\moc_SongListTemplate.cpp debug\moc_KtvMainScreen.cpp debug\moc_MyButton.cpp
debug/moc_Template.cpp: interface/headers/BaseTemplate.h \
baselib/headers/MyButton.h \
baselib/headers/GlobalData.h \
baselib/headers/Config.h \
interface/headers/MainInterface.h \
interface/KtvScreenController.h \
interface/headers/Template.h
D:/Program/Qt/4.4.0/bin\moc.exe $(DEFINES) $(INCPATH) -D__GNUC__ -DWIN32 interface\headers\Template.h -o debug\moc_Template.cpp
debug/moc_BaseTemplate.cpp: baselib/headers/MyButton.h \
baselib/headers/GlobalData.h \
baselib/headers/Config.h \
interface/headers/MainInterface.h \
interface/KtvScreenController.h \
interface/headers/BaseTemplate.h
D:/Program/Qt/4.4.0/bin\moc.exe $(DEFINES) $(INCPATH) -D__GNUC__ -DWIN32 interface\headers\BaseTemplate.h -o debug\moc_BaseTemplate.cpp
debug/moc_SongList.cpp: interface/headers/Template.h \
interface/headers/BaseTemplate.h \
baselib/headers/MyButton.h \
baselib/headers/GlobalData.h \
baselib/headers/Config.h \
interface/headers/MainInterface.h \
interface/KtvScreenController.h \
baselib/headers/DataStruct.h \
sqlite/DbUtil.h \
sqlite/DB.h \
interface/headers/SongList.h
D:/Program/Qt/4.4.0/bin\moc.exe $(DEFINES) $(INCPATH) -D__GNUC__ -DWIN32 interface\headers\SongList.h -o debug\moc_SongList.cpp
debug/moc_StarListTemplate.cpp: interface/headers/Template.h \
interface/headers/BaseTemplate.h \
baselib/headers/MyButton.h \
baselib/headers/GlobalData.h \
baselib/headers/Config.h \
interface/headers/MainInterface.h \
interface/KtvScreenController.h \
baselib/headers/DataStruct.h \
sqlite/DbUtil.h \
sqlite/DB.h \
interface/headers/StarListTemplate.h
D:/Program/Qt/4.4.0/bin\moc.exe $(DEFINES) $(INCPATH) -D__GNUC__ -DWIN32 interface\headers\StarListTemplate.h -o debug\moc_StarListTemplate.cpp
debug/moc_SongListTemplate.cpp: interface/headers/Template.h \
interface/headers/BaseTemplate.h \
baselib/headers/MyButton.h \
baselib/headers/GlobalData.h \
baselib/headers/Config.h \
interface/headers/MainInterface.h \
interface/KtvScreenController.h \
baselib/headers/DataStruct.h \
sqlite/DbUtil.h \
sqlite/DB.h \
interface/headers/SongListTemplate.h
D:/Program/Qt/4.4.0/bin\moc.exe $(DEFINES) $(INCPATH) -D__GNUC__ -DWIN32 interface\headers\SongListTemplate.h -o debug\moc_SongListTemplate.cpp
debug/moc_KtvMainScreen.cpp: baselib/headers/GlobalData.h \
interface/headers/BaseTemplate.h \
baselib/headers/MyButton.h \
baselib/headers/Config.h \
interface/headers/MainInterface.h \
interface/KtvScreenController.h \
interface/headers/Newest.h \
interface/headers/SongListTemplate.h \
interface/headers/Template.h \
baselib/headers/DataStruct.h \
sqlite/DbUtil.h \
sqlite/DB.h \
interface/headers/Private.h \
interface/headers/Register.h \
interface/headers/Pinyin.h \
interface/headers/Language.h \
interface/headers/Digital.h \
interface/headers/Star.h \
interface/headers/StarListTemplate.h \
interface/headers/SongList.h \
interface/headers/Stroke.h \
interface/headers/Category.h \
interface/headers/KtvMainScreen.h
D:/Program/Qt/4.4.0/bin\moc.exe $(DEFINES) $(INCPATH) -D__GNUC__ -DWIN32 interface\headers\KtvMainScreen.h -o debug\moc_KtvMainScreen.cpp
debug/moc_MyButton.cpp: baselib/headers/GlobalData.h \
baselib/headers/Config.h \
baselib/headers/MyButton.h
D:/Program/Qt/4.4.0/bin\moc.exe $(DEFINES) $(INCPATH) -D__GNUC__ -DWIN32 baselib\headers\MyButton.h -o debug\moc_MyButton.cpp
compiler_rcc_make_all: debug/qrc_app.cpp
compiler_rcc_clean:
-$(DEL_FILE) debug\qrc_app.cpp
debug/qrc_app.cpp: app.qrc
d:\Program\Qt\4.4.0\bin\rcc.exe -name app app.qrc -o debug\qrc_app.cpp
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 compiler_rcc_clean
####### Compile
debug/Atmospheres.o: interface/sources/Atmospheres.cpp interface/headers/Atmospheres.h \
interface/headers/SongListTemplate.h \
interface/headers/Template.h \
interface/headers/BaseTemplate.h \
baselib/headers/MyButton.h \
baselib/headers/GlobalData.h \
baselib/headers/Config.h \
interface/headers/MainInterface.h \
interface/KtvScreenController.h \
baselib/headers/DataStruct.h \
sqlite/DbUtil.h \
sqlite/DB.h
$(CXX) -c $(CXXFLAGS) $(INCPATH) -o debug\Atmospheres.o interface\sources\Atmospheres.cpp
debug/Effection.o: interface/sources/Effection.cpp interface/headers/Effection.h \
interface/headers/SongListTemplate.h \
interface/headers/Template.h \
interface/headers/BaseTemplate.h \
baselib/headers/MyButton.h \
baselib/headers/GlobalData.h \
baselib/headers/Config.h \
interface/headers/MainInterface.h \
interface/KtvScreenController.h \
baselib/headers/DataStruct.h \
sqlite/DbUtil.h \
sqlite/DB.h
$(CXX) -c $(CXXFLAGS) $(INCPATH) -o debug\Effection.o interface\sources\Effection.cpp
debug/Register.o: interface/sources/Register.cpp interface/headers/Register.h \
interface/headers/SongListTemplate.h \
interface/headers/Template.h \
interface/headers/BaseTemplate.h \
baselib/headers/MyButton.h \
baselib/headers/GlobalData.h \
baselib/headers/Config.h \
interface/headers/MainInterface.h \
interface/KtvScreenController.h \
baselib/headers/DataStruct.h \
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -