📄 makefile.debug.bak
字号:
#############################################################################
# Makefile for building: My_IAX_windows
# Generated by qmake (2.01a) (Qt 4.4.3) on: ??? ??? 11 10:03:40 2008
# Project: My_IAX_windows.pro
# Template: app
#############################################################################
####### Compiler, tools and options
CC = gcc
CXX = g++
DEFINES = -DUNICODE -DQT_LARGEFILE_SUPPORT -DQT_DLL -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"..\..\QT\include\QtCore" -I"..\..\QT\include\QtCore" -I"..\..\QT\include\QtGui" -I"..\..\QT\include\QtGui" -I"..\..\QT\include" -I"." -I"d:\QT\include\ActiveQt" -I"debug" -I"." -I"..\..\QT\mkspecs\default"
LINK = g++
LFLAGS = -enable-stdcall-fixup -Wl,-enable-auto-import -Wl,-enable-runtime-pseudo-reloc -mthreads -Wl -Wl,-subsystem,windows
LIBS = -L"d:\QT\lib" -lmingw32 -lqtmaind -lQtGuid4 -lQtCored4
QMAKE = d:\QT\bin\qmake.exe
IDC = d:\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 \
My_IAX_APP.cpp \
My_IAX_Event.cpp \
My_IAX_Wrapper.cpp debug\moc_My_IAX_APP.cpp \
debug\moc_My_IAX_Wrapper.cpp
OBJECTS = debug/main.o \
debug/My_IAX_APP.o \
debug/My_IAX_Event.o \
debug/My_IAX_Wrapper.o \
debug/moc_My_IAX_APP.o \
debug/moc_My_IAX_Wrapper.o
DIST =
QMAKE_TARGET = My_IAX_windows
DESTDIR = debug\ #avoid trailing-slash linebreak
TARGET = My_IAX_windows.exe
DESTDIR_TARGET = debug\My_IAX_windows.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) $(OBJECTS) $(LIBS)
qmake: FORCE
@$(QMAKE) -win32 -o Makefile.Debug My_IAX_windows.pro
dist:
$(ZIP) My_IAX_windows.zip $(SOURCES) $(DIST) My_IAX_windows.pro ..\..\QT\mkspecs\qconfig.pri ..\..\QT\mkspecs\features\qt_functions.prf ..\..\QT\mkspecs\features\qt_config.prf ..\..\QT\mkspecs\features\exclusive_builds.prf ..\..\QT\mkspecs\features\default_pre.prf ..\..\QT\mkspecs\features\win32\default_pre.prf ..\..\QT\mkspecs\features\debug.prf ..\..\QT\mkspecs\features\debug_and_release.prf ..\..\QT\mkspecs\features\default_post.prf ..\..\QT\mkspecs\features\build_pass.prf ..\..\QT\mkspecs\features\win32\rtti.prf ..\..\QT\mkspecs\features\win32\exceptions.prf ..\..\QT\mkspecs\features\win32\stl.prf ..\..\QT\mkspecs\features\shared.prf ..\..\QT\mkspecs\features\warn_on.prf ..\..\QT\mkspecs\features\qt.prf ..\..\QT\mkspecs\features\win32\thread.prf ..\..\QT\mkspecs\features\moc.prf ..\..\QT\mkspecs\features\win32\windows.prf ..\..\QT\mkspecs\features\resources.prf ..\..\QT\mkspecs\features\uic.prf ..\..\QT\mkspecs\features\yacc.prf ..\..\QT\mkspecs\features\lex.prf d:\QT\lib\qtmaind.prl HEADERS RESOURCES IMAGES SOURCES OBJECTIVE_SOURCES FORMS YACCSOURCES YACCSOURCES LEXSOURCES
clean: compiler_clean
-$(DEL_FILE) debug\main.o debug\My_IAX_APP.o debug\My_IAX_Event.o debug\My_IAX_Wrapper.o debug\moc_My_IAX_APP.o debug\moc_My_IAX_Wrapper.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_My_IAX_APP.cpp debug/moc_My_IAX_Wrapper.cpp
compiler_moc_header_clean:
-$(DEL_FILE) debug\moc_My_IAX_APP.cpp debug\moc_My_IAX_Wrapper.cpp
debug/moc_My_IAX_APP.cpp: My_IAX.h \
iaxclient.h \
My_IAX_Event.h \
My_IAX_Wrapper.h \
My_IAX_APP.h
D:/QT/bin\moc.exe $(DEFINES) $(INCPATH) -D__GNUC__ -DWIN32 My_IAX_APP.h -o debug\moc_My_IAX_APP.cpp
debug/moc_My_IAX_Wrapper.cpp: iaxclient.h \
My_IAX_Event.h \
My_IAX_Wrapper.h
D:/QT/bin\moc.exe $(DEFINES) $(INCPATH) -D__GNUC__ -DWIN32 My_IAX_Wrapper.h -o debug\moc_My_IAX_Wrapper.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.o: main.cpp My_IAX_APP.h \
My_IAX.h \
iaxclient.h \
My_IAX_Event.h \
My_IAX_Wrapper.h
$(CXX) -c $(CXXFLAGS) $(INCPATH) -o debug\main.o main.cpp
debug/My_IAX_APP.o: My_IAX_APP.cpp My_IAX_APP.h \
My_IAX.h \
iaxclient.h \
My_IAX_Event.h \
My_IAX_Wrapper.h
$(CXX) -c $(CXXFLAGS) $(INCPATH) -o debug\My_IAX_APP.o My_IAX_APP.cpp
debug/My_IAX_Event.o: My_IAX_Event.cpp My_IAX_Event.h \
iaxclient.h
$(CXX) -c $(CXXFLAGS) $(INCPATH) -o debug\My_IAX_Event.o My_IAX_Event.cpp
debug/My_IAX_Wrapper.o: My_IAX_Wrapper.cpp My_IAX_Wrapper.h \
iaxclient.h \
My_IAX_Event.h
$(CXX) -c $(CXXFLAGS) $(INCPATH) -o debug\My_IAX_Wrapper.o My_IAX_Wrapper.cpp
debug/moc_My_IAX_APP.o: debug/moc_My_IAX_APP.cpp
$(CXX) -c $(CXXFLAGS) $(INCPATH) -o debug\moc_My_IAX_APP.o debug\moc_My_IAX_APP.cpp
debug/moc_My_IAX_Wrapper.o: debug/moc_My_IAX_Wrapper.cpp
$(CXX) -c $(CXXFLAGS) $(INCPATH) -o debug\moc_My_IAX_Wrapper.o debug\moc_My_IAX_Wrapper.cpp
####### Install
install: FORCE
uninstall: FORCE
FORCE:
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -