makefile

来自「Qt控件使用实例」· 代码 · 共 319 行

TXT
319
字号
############################################################################## Makefile for building: stylesheet# Generated by qmake (2.01a) (Qt 4.4.0) on: ?? ?? 10 22:55:45 2009# Project:  stylesheet.pro# Template: app# Command: /usr/bin/qmake-qt4 -spec /usr/share/qt4/mkspecs/linux-g++ -unix CONFIG+=debug -o Makefile stylesheet.pro#################################################################################### Compiler, tools and optionsCC            = gccCXX           = g++DEFINES       = -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHAREDCFLAGS        = -pipe -g -Wall -W -D_REENTRANT $(DEFINES)CXXFLAGS      = -pipe -g -Wall -W -D_REENTRANT $(DEFINES)INCPATH       = -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtGui -I/usr/include/qt4 -I. -I.LINK          = g++LFLAGS        = -Wl,--no-undefinedLIBS          = $(SUBLIBS)  -L/usr/lib -lQtGui -lQtCore -lpthreadAR            = ar cqsRANLIB        = QMAKE         = /usr/bin/qmake-qt4TAR           = tar -cfCOMPRESS      = gzip -9fCOPY          = cp -fSED           = sedCOPY_FILE     = $(COPY)COPY_DIR      = $(COPY) -rINSTALL_FILE  = install -m 644 -pINSTALL_DIR   = $(COPY_DIR)INSTALL_PROGRAM = install -m 755 -pDEL_FILE      = rm -fSYMLINK       = ln -sfDEL_DIR       = rmdirMOVE          = mv -fCHK_DIR_EXISTS= test -dMKDIR         = mkdir -p####### Output directoryOBJECTS_DIR   = ./####### FilesSOURCES       = main.cpp \		mainwindow.cpp \		stylesheeteditor.cpp moc_mainwindow.cpp \		moc_stylesheeteditor.cpp \		qrc_stylesheet.cppOBJECTS       = main.o \		mainwindow.o \		stylesheeteditor.o \		moc_mainwindow.o \		moc_stylesheeteditor.o \		qrc_stylesheet.oDIST          = /usr/share/qt4/mkspecs/common/g++.conf \		/usr/share/qt4/mkspecs/common/unix.conf \		/usr/share/qt4/mkspecs/common/linux.conf \		/usr/share/qt4/mkspecs/qconfig.pri \		/usr/share/qt4/mkspecs/features/qt_functions.prf \		/usr/share/qt4/mkspecs/features/qt_config.prf \		/usr/share/qt4/mkspecs/features/exclusive_builds.prf \		/usr/share/qt4/mkspecs/features/default_pre.prf \		/usr/share/qt4/mkspecs/features/debug.prf \		/usr/share/qt4/mkspecs/features/default_post.prf \		/usr/share/qt4/mkspecs/features/warn_on.prf \		/usr/share/qt4/mkspecs/features/qt.prf \		/usr/share/qt4/mkspecs/features/unix/thread.prf \		/usr/share/qt4/mkspecs/features/moc.prf \		/usr/share/qt4/mkspecs/features/resources.prf \		/usr/share/qt4/mkspecs/features/uic.prf \		/usr/share/qt4/mkspecs/features/yacc.prf \		/usr/share/qt4/mkspecs/features/lex.prf \		stylesheet.proQMAKE_TARGET  = stylesheetDESTDIR       = TARGET        = stylesheetfirst: all####### Implicit rules.SUFFIXES: .o .c .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:	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o "$@" "$<".c.o:	$(CC) -c $(CFLAGS) $(INCPATH) -o "$@" "$<"####### Build rulesall: Makefile $(TARGET)$(TARGET): ui_mainwindow.h ui_stylesheeteditor.h $(OBJECTS)  	$(LINK) $(LFLAGS) -o $(TARGET) $(OBJECTS) $(OBJCOMP) $(LIBS)Makefile: stylesheet.pro  /usr/share/qt4/mkspecs/linux-g++/qmake.conf /usr/share/qt4/mkspecs/common/g++.conf \		/usr/share/qt4/mkspecs/common/unix.conf \		/usr/share/qt4/mkspecs/common/linux.conf \		/usr/share/qt4/mkspecs/qconfig.pri \		/usr/share/qt4/mkspecs/features/qt_functions.prf \		/usr/share/qt4/mkspecs/features/qt_config.prf \		/usr/share/qt4/mkspecs/features/exclusive_builds.prf \		/usr/share/qt4/mkspecs/features/default_pre.prf \		/usr/share/qt4/mkspecs/features/debug.prf \		/usr/share/qt4/mkspecs/features/default_post.prf \		/usr/share/qt4/mkspecs/features/warn_on.prf \		/usr/share/qt4/mkspecs/features/qt.prf \		/usr/share/qt4/mkspecs/features/unix/thread.prf \		/usr/share/qt4/mkspecs/features/moc.prf \		/usr/share/qt4/mkspecs/features/resources.prf \		/usr/share/qt4/mkspecs/features/uic.prf \		/usr/share/qt4/mkspecs/features/yacc.prf \		/usr/share/qt4/mkspecs/features/lex.prf \		/usr/lib/libQtGui.prl \		/usr/lib/libQtCore.prl	$(QMAKE) -spec /usr/share/qt4/mkspecs/linux-g++ -unix CONFIG+=debug -o Makefile stylesheet.pro/usr/share/qt4/mkspecs/common/g++.conf:/usr/share/qt4/mkspecs/common/unix.conf:/usr/share/qt4/mkspecs/common/linux.conf:/usr/share/qt4/mkspecs/qconfig.pri:/usr/share/qt4/mkspecs/features/qt_functions.prf:/usr/share/qt4/mkspecs/features/qt_config.prf:/usr/share/qt4/mkspecs/features/exclusive_builds.prf:/usr/share/qt4/mkspecs/features/default_pre.prf:/usr/share/qt4/mkspecs/features/debug.prf:/usr/share/qt4/mkspecs/features/default_post.prf:/usr/share/qt4/mkspecs/features/warn_on.prf:/usr/share/qt4/mkspecs/features/qt.prf:/usr/share/qt4/mkspecs/features/unix/thread.prf:/usr/share/qt4/mkspecs/features/moc.prf:/usr/share/qt4/mkspecs/features/resources.prf:/usr/share/qt4/mkspecs/features/uic.prf:/usr/share/qt4/mkspecs/features/yacc.prf:/usr/share/qt4/mkspecs/features/lex.prf:/usr/lib/libQtGui.prl:/usr/lib/libQtCore.prl:qmake:  FORCE	@$(QMAKE) -spec /usr/share/qt4/mkspecs/linux-g++ -unix CONFIG+=debug -o Makefile stylesheet.prodist: 	@$(CHK_DIR_EXISTS) .tmp/stylesheet1.0.0 || $(MKDIR) .tmp/stylesheet1.0.0 	$(COPY_FILE) --parents $(SOURCES) $(DIST) .tmp/stylesheet1.0.0/ && $(COPY_FILE) --parents mainwindow.h stylesheeteditor.h .tmp/stylesheet1.0.0/ && $(COPY_FILE) --parents stylesheet.qrc .tmp/stylesheet1.0.0/ && $(COPY_FILE) --parents main.cpp mainwindow.cpp stylesheeteditor.cpp .tmp/stylesheet1.0.0/ && $(COPY_FILE) --parents mainwindow.ui stylesheeteditor.ui .tmp/stylesheet1.0.0/ && (cd `dirname .tmp/stylesheet1.0.0` && $(TAR) stylesheet1.0.0.tar stylesheet1.0.0 && $(COMPRESS) stylesheet1.0.0.tar) && $(MOVE) `dirname .tmp/stylesheet1.0.0`/stylesheet1.0.0.tar.gz . && $(DEL_FILE) -r .tmp/stylesheet1.0.0clean:compiler_clean 	-$(DEL_FILE) $(OBJECTS)	-$(DEL_FILE) *~ core *.core####### Sub-librariesdistclean: clean	-$(DEL_FILE) $(TARGET) 	-$(DEL_FILE) Makefilemocclean: compiler_moc_header_clean compiler_moc_source_cleanmocables: compiler_moc_header_make_all compiler_moc_source_make_allcompiler_moc_header_make_all: moc_mainwindow.cpp moc_stylesheeteditor.cppcompiler_moc_header_clean:	-$(DEL_FILE) moc_mainwindow.cpp moc_stylesheeteditor.cppmoc_mainwindow.cpp: ui_mainwindow.h \		mainwindow.h	/usr/bin/moc-qt4 $(DEFINES) $(INCPATH) mainwindow.h -o moc_mainwindow.cppmoc_stylesheeteditor.cpp: ui_stylesheeteditor.h \		stylesheeteditor.h	/usr/bin/moc-qt4 $(DEFINES) $(INCPATH) stylesheeteditor.h -o moc_stylesheeteditor.cppcompiler_rcc_make_all: qrc_stylesheet.cppcompiler_rcc_clean:	-$(DEL_FILE) qrc_stylesheet.cppqrc_stylesheet.cpp: stylesheet.qrc \		layouts/pagefold.ui \		layouts/default.ui \		qss/coffee.qss \		qss/default.qss \		qss/pagefold.qss \		images/checkbox_unchecked_pressed.png \		images/pushbutton_pressed.png \		images/spindown_pressed.png \		images/checkbox_checked_pressed.png \		images/spinup_pressed.png \		images/spinup_hover.png \		images/spindown_off.png \		images/radiobutton_unchecked_pressed.png \		images/frame.png \		images/checkbox_checked_hover.png \		images/radiobutton_unchecked_hover.png \		images/radiobutton_checked_hover.png \		images/spindown.png \		images/down_arrow_disabled.png \		images/pushbutton.png \		images/checkbox_unchecked_hover.png \		images/radiobutton_checked_pressed.png \		images/down_arrow.png \		images/up_arrow.png \		images/spindown_hover.png \		images/checkbox_checked.png \		images/spinup_off.png \		images/pagefold.png \		images/up_arrow_disabled.png \		images/checkbox_unchecked.png \		images/spinup.png \		images/radiobutton_unchecked.png \		images/sizegrip.png \		images/radiobutton_checked.png \		images/pushbutton_hover.png	/usr/bin/rcc -name stylesheet stylesheet.qrc -o qrc_stylesheet.cppcompiler_image_collection_make_all: qmake_image_collection.cppcompiler_image_collection_clean:	-$(DEL_FILE) qmake_image_collection.cppcompiler_moc_source_make_all:compiler_moc_source_clean:compiler_uic_make_all: ui_mainwindow.h ui_stylesheeteditor.hcompiler_uic_clean:	-$(DEL_FILE) ui_mainwindow.h ui_stylesheeteditor.hui_mainwindow.h: mainwindow.ui	/usr/bin/uic-qt4 mainwindow.ui -o ui_mainwindow.hui_stylesheeteditor.h: stylesheeteditor.ui	/usr/bin/uic-qt4 stylesheeteditor.ui -o ui_stylesheeteditor.hcompiler_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 compiler_uic_clean ####### Compilemain.o: main.cpp mainwindow.h \		ui_mainwindow.h	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o main.o main.cppmainwindow.o: mainwindow.cpp mainwindow.h \		ui_mainwindow.h \		stylesheeteditor.h \		ui_stylesheeteditor.h	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o mainwindow.o mainwindow.cppstylesheeteditor.o: stylesheeteditor.cpp stylesheeteditor.h \		ui_stylesheeteditor.h	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o stylesheeteditor.o stylesheeteditor.cppmoc_mainwindow.o: moc_mainwindow.cpp 	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o moc_mainwindow.o moc_mainwindow.cppmoc_stylesheeteditor.o: moc_stylesheeteditor.cpp 	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o moc_stylesheeteditor.o moc_stylesheeteditor.cppqrc_stylesheet.o: qrc_stylesheet.cpp 	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o qrc_stylesheet.o qrc_stylesheet.cpp####### Installinstall_target: first FORCE	@$(CHK_DIR_EXISTS) $(INSTALL_ROOT)/usr/lib/qt4/examples/widgets/stylesheet/ || $(MKDIR) $(INSTALL_ROOT)/usr/lib/qt4/examples/widgets/stylesheet/ 	-$(INSTALL_PROGRAM) "$(QMAKE_TARGET)" "$(INSTALL_ROOT)/usr/lib/qt4/examples/widgets/stylesheet/$(QMAKE_TARGET)"uninstall_target:  FORCE	-$(DEL_FILE) "$(INSTALL_ROOT)/usr/lib/qt4/examples/widgets/stylesheet/$(QMAKE_TARGET)"	-$(DEL_DIR) $(INSTALL_ROOT)/usr/lib/qt4/examples/widgets/stylesheet/ install_sources: first FORCE	@$(CHK_DIR_EXISTS) $(INSTALL_ROOT)/usr/lib/qt4/examples/widgets/stylesheet/ || $(MKDIR) $(INSTALL_ROOT)/usr/lib/qt4/examples/widgets/stylesheet/ 	-$(INSTALL_PROGRAM) /home/cool/编程/C++/Qt/examples/widgets/stylesheet/main.cpp $(INSTALL_ROOT)/usr/lib/qt4/examples/widgets/stylesheet/	-$(INSTALL_PROGRAM) /home/cool/编程/C++/Qt/examples/widgets/stylesheet/mainwindow.cpp $(INSTALL_ROOT)/usr/lib/qt4/examples/widgets/stylesheet/	-$(INSTALL_PROGRAM) /home/cool/编程/C++/Qt/examples/widgets/stylesheet/stylesheeteditor.cpp $(INSTALL_ROOT)/usr/lib/qt4/examples/widgets/stylesheet/	-$(INSTALL_PROGRAM) /home/cool/编程/C++/Qt/examples/widgets/stylesheet/mainwindow.h $(INSTALL_ROOT)/usr/lib/qt4/examples/widgets/stylesheet/	-$(INSTALL_PROGRAM) /home/cool/编程/C++/Qt/examples/widgets/stylesheet/stylesheeteditor.h $(INSTALL_ROOT)/usr/lib/qt4/examples/widgets/stylesheet/	-$(INSTALL_PROGRAM) /home/cool/编程/C++/Qt/examples/widgets/stylesheet/stylesheet.qrc $(INSTALL_ROOT)/usr/lib/qt4/examples/widgets/stylesheet/	-$(INSTALL_PROGRAM) /home/cool/编程/C++/Qt/examples/widgets/stylesheet/mainwindow.ui $(INSTALL_ROOT)/usr/lib/qt4/examples/widgets/stylesheet/	-$(INSTALL_PROGRAM) /home/cool/编程/C++/Qt/examples/widgets/stylesheet/stylesheeteditor.ui $(INSTALL_ROOT)/usr/lib/qt4/examples/widgets/stylesheet/	-$(INSTALL_PROGRAM) /home/cool/编程/C++/Qt/examples/widgets/stylesheet/stylesheet.pro $(INSTALL_ROOT)/usr/lib/qt4/examples/widgets/stylesheet/	-$(INSTALL_DIR) /home/cool/编程/C++/Qt/examples/widgets/stylesheet/images $(INSTALL_ROOT)/usr/lib/qt4/examples/widgets/stylesheet/	-$(INSTALL_DIR) /home/cool/编程/C++/Qt/examples/widgets/stylesheet/layouts $(INSTALL_ROOT)/usr/lib/qt4/examples/widgets/stylesheet/	-$(INSTALL_DIR) /home/cool/编程/C++/Qt/examples/widgets/stylesheet/qss $(INSTALL_ROOT)/usr/lib/qt4/examples/widgets/stylesheet/uninstall_sources:  FORCE	-$(DEL_FILE) -r $(INSTALL_ROOT)/usr/lib/qt4/examples/widgets/stylesheet/main.cpp 	 -$(DEL_FILE) -r $(INSTALL_ROOT)/usr/lib/qt4/examples/widgets/stylesheet/mainwindow.cpp 	 -$(DEL_FILE) -r $(INSTALL_ROOT)/usr/lib/qt4/examples/widgets/stylesheet/stylesheeteditor.cpp 	 -$(DEL_FILE) -r $(INSTALL_ROOT)/usr/lib/qt4/examples/widgets/stylesheet/mainwindow.h 	 -$(DEL_FILE) -r $(INSTALL_ROOT)/usr/lib/qt4/examples/widgets/stylesheet/stylesheeteditor.h 	 -$(DEL_FILE) -r $(INSTALL_ROOT)/usr/lib/qt4/examples/widgets/stylesheet/stylesheet.qrc 	 -$(DEL_FILE) -r $(INSTALL_ROOT)/usr/lib/qt4/examples/widgets/stylesheet/mainwindow.ui 	 -$(DEL_FILE) -r $(INSTALL_ROOT)/usr/lib/qt4/examples/widgets/stylesheet/stylesheeteditor.ui 	 -$(DEL_FILE) -r $(INSTALL_ROOT)/usr/lib/qt4/examples/widgets/stylesheet/stylesheet.pro 	 -$(DEL_FILE) -r $(INSTALL_ROOT)/usr/lib/qt4/examples/widgets/stylesheet/images 	 -$(DEL_FILE) -r $(INSTALL_ROOT)/usr/lib/qt4/examples/widgets/stylesheet/layouts 	 -$(DEL_FILE) -r $(INSTALL_ROOT)/usr/lib/qt4/examples/widgets/stylesheet/qss	-$(DEL_DIR) $(INSTALL_ROOT)/usr/lib/qt4/examples/widgets/stylesheet/ install:  install_target install_sources  FORCEuninstall: uninstall_target uninstall_sources   FORCEFORCE:

⌨️ 快捷键说明

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