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

📄 makefile

📁 qt4.3.2 ,red hat9中d动态调用cpu的程序
💻
字号:
############################################################################## Makefile for building: ../../examples/bin/cpuplot# Generated by qmake (2.01a) (Qt 4.3.2) on: Sun Nov 30 02:30:05 2008# Project:  cpuplot.pro# Template: app# Command: /usr/local/Trolltech/Qt-4.3.2/bin/qmake -unix -o Makefile cpuplot.pro#################################################################################### Compiler, tools and optionsCC            = gccCXX           = g++DEFINES       = -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHAREDCFLAGS        = -pipe -O2 -D_REENTRANT -Wall -W $(DEFINES)CXXFLAGS      = -pipe -O2 -D_REENTRANT -Wall -W $(DEFINES)INCPATH       = -I../../../../Trolltech/Qt-4.3.2/mkspecs/linux-g++ -I. -I../../../../Trolltech/Qt-4.3.2/include/QtCore -I../../../../Trolltech/Qt-4.3.2/include/QtCore -I../../../../Trolltech/Qt-4.3.2/include/QtGui -I../../../../Trolltech/Qt-4.3.2/include/QtGui -I../../../../Trolltech/Qt-4.3.2/include -I../../src -Imoc -I.LINK          = g++LFLAGS        = -Wl,-rpath,/usr/local/Trolltech/Qt-4.3.2/libLIBS          = $(SUBLIBS)  -L/usr/local/Trolltech/Qt-4.3.2/lib -L../../lib -lqwt -lQtGui -L/usr/local/Trolltech/Qt-4.3.2/lib -L/usr/X11R6/lib -lpng -lSM -lICE -lXi -lXrender -lXrandr -lXcursor -lXinerama -lfreetype -lfontconfig -lXext -lX11 -lQtCore -lz -lm -lrt -lpthread -ldlAR            = ar cqsRANLIB        = QMAKE         = /usr/local/Trolltech/Qt-4.3.2/bin/qmakeTAR           = 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   = obj/####### FilesSOURCES       = cpuplot.cpp \		cpustat.cpp \		cpupiemarker.cpp moc/moc_cpuplot.cppOBJECTS       = obj/cpuplot.o \		obj/cpustat.o \		obj/cpupiemarker.o \		obj/moc_cpuplot.oDIST          = ../../../../Trolltech/Qt-4.3.2/mkspecs/common/g++.conf \		../../../../Trolltech/Qt-4.3.2/mkspecs/common/unix.conf \		../../../../Trolltech/Qt-4.3.2/mkspecs/common/linux.conf \		../../../../Trolltech/Qt-4.3.2/mkspecs/qconfig.pri \		../../../../Trolltech/Qt-4.3.2/mkspecs/features/qt_functions.prf \		../../../../Trolltech/Qt-4.3.2/mkspecs/features/qt_config.prf \		../../../../Trolltech/Qt-4.3.2/mkspecs/features/exclusive_builds.prf \		../../../../Trolltech/Qt-4.3.2/mkspecs/features/default_pre.prf \		../../qwtconfig.pri \		../examples.pri \		../../../../Trolltech/Qt-4.3.2/mkspecs/features/release.prf \		../../../../Trolltech/Qt-4.3.2/mkspecs/features/default_post.prf \		../../../../Trolltech/Qt-4.3.2/mkspecs/features/unix/thread.prf \		../../../../Trolltech/Qt-4.3.2/mkspecs/features/warn_on.prf \		../../../../Trolltech/Qt-4.3.2/mkspecs/features/qt.prf \		../../../../Trolltech/Qt-4.3.2/mkspecs/features/moc.prf \		../../../../Trolltech/Qt-4.3.2/mkspecs/features/resources.prf \		../../../../Trolltech/Qt-4.3.2/mkspecs/features/uic.prf \		../../../../Trolltech/Qt-4.3.2/mkspecs/features/yacc.prf \		../../../../Trolltech/Qt-4.3.2/mkspecs/features/lex.prf \		cpuplot.proQMAKE_TARGET  = cpuplotDESTDIR       = ../../examples/bin/TARGET        = ../../examples/bin/cpuplotfirst: 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):  $(OBJECTS)  	@$(CHK_DIR_EXISTS) ../../examples/bin/ || $(MKDIR) ../../examples/bin/ 	$(LINK) $(LFLAGS) -o $(TARGET) $(OBJECTS) $(OBJCOMP) $(LIBS)Makefile: cpuplot.pro  ../../../../Trolltech/Qt-4.3.2/mkspecs/linux-g++/qmake.conf ../../../../Trolltech/Qt-4.3.2/mkspecs/common/g++.conf \		../../../../Trolltech/Qt-4.3.2/mkspecs/common/unix.conf \		../../../../Trolltech/Qt-4.3.2/mkspecs/common/linux.conf \		../../../../Trolltech/Qt-4.3.2/mkspecs/qconfig.pri \		../../../../Trolltech/Qt-4.3.2/mkspecs/features/qt_functions.prf \		../../../../Trolltech/Qt-4.3.2/mkspecs/features/qt_config.prf \		../../../../Trolltech/Qt-4.3.2/mkspecs/features/exclusive_builds.prf \		../../../../Trolltech/Qt-4.3.2/mkspecs/features/default_pre.prf \		../../qwtconfig.pri \		../examples.pri \		../../../../Trolltech/Qt-4.3.2/mkspecs/features/release.prf \		../../../../Trolltech/Qt-4.3.2/mkspecs/features/default_post.prf \		../../../../Trolltech/Qt-4.3.2/mkspecs/features/unix/thread.prf \		../../../../Trolltech/Qt-4.3.2/mkspecs/features/warn_on.prf \		../../../../Trolltech/Qt-4.3.2/mkspecs/features/qt.prf \		../../../../Trolltech/Qt-4.3.2/mkspecs/features/moc.prf \		../../../../Trolltech/Qt-4.3.2/mkspecs/features/resources.prf \		../../../../Trolltech/Qt-4.3.2/mkspecs/features/uic.prf \		../../../../Trolltech/Qt-4.3.2/mkspecs/features/yacc.prf \		../../../../Trolltech/Qt-4.3.2/mkspecs/features/lex.prf \		/usr/local/Trolltech/Qt-4.3.2/lib/libQtGui.prl \		/usr/local/Trolltech/Qt-4.3.2/lib/libQtCore.prl	$(QMAKE) -unix -o Makefile cpuplot.pro../../../../Trolltech/Qt-4.3.2/mkspecs/common/g++.conf:../../../../Trolltech/Qt-4.3.2/mkspecs/common/unix.conf:../../../../Trolltech/Qt-4.3.2/mkspecs/common/linux.conf:../../../../Trolltech/Qt-4.3.2/mkspecs/qconfig.pri:../../../../Trolltech/Qt-4.3.2/mkspecs/features/qt_functions.prf:../../../../Trolltech/Qt-4.3.2/mkspecs/features/qt_config.prf:../../../../Trolltech/Qt-4.3.2/mkspecs/features/exclusive_builds.prf:../../../../Trolltech/Qt-4.3.2/mkspecs/features/default_pre.prf:../../qwtconfig.pri:../examples.pri:../../../../Trolltech/Qt-4.3.2/mkspecs/features/release.prf:../../../../Trolltech/Qt-4.3.2/mkspecs/features/default_post.prf:../../../../Trolltech/Qt-4.3.2/mkspecs/features/unix/thread.prf:../../../../Trolltech/Qt-4.3.2/mkspecs/features/warn_on.prf:../../../../Trolltech/Qt-4.3.2/mkspecs/features/qt.prf:../../../../Trolltech/Qt-4.3.2/mkspecs/features/moc.prf:../../../../Trolltech/Qt-4.3.2/mkspecs/features/resources.prf:../../../../Trolltech/Qt-4.3.2/mkspecs/features/uic.prf:../../../../Trolltech/Qt-4.3.2/mkspecs/features/yacc.prf:../../../../Trolltech/Qt-4.3.2/mkspecs/features/lex.prf:/usr/local/Trolltech/Qt-4.3.2/lib/libQtGui.prl:/usr/local/Trolltech/Qt-4.3.2/lib/libQtCore.prl:qmake:  FORCE	@$(QMAKE) -unix -o Makefile cpuplot.prodist: 	@$(CHK_DIR_EXISTS) obj/cpuplot1 || $(MKDIR) obj/cpuplot1 	$(COPY_FILE) --parents $(SOURCES) $(DIST) obj/cpuplot1/ && $(COPY_FILE) --parents cpuplot.h cpustat.h cpupiemarker.h obj/cpuplot1/ && $(COPY_FILE) --parents cpuplot.cpp cpustat.cpp cpupiemarker.cpp obj/cpuplot1/ && (cd `dirname obj/cpuplot1` && $(TAR) cpuplot1.tar cpuplot1 && $(COMPRESS) cpuplot1.tar) && $(MOVE) `dirname obj/cpuplot1`/cpuplot1.tar.gz . && $(DEL_FILE) -r obj/cpuplot1clean: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/moc_cpuplot.cppcompiler_moc_header_clean:	-$(DEL_FILE) moc/moc_cpuplot.cppmoc/moc_cpuplot.cpp: ../../src/qwt_plot.h \		../../src/qwt_global.h \		../../src/qwt_array.h \		../../src/qwt_text.h \		../../src/qwt_plot_dict.h \		../../src/qwt_plot_item.h \		../../src/qwt_legend_itemmanager.h \		../../src/qwt_double_rect.h \		../../src/qwt_scale_map.h \		../../src/qwt_math.h \		../../src/qwt_plot_printfilter.h \		cpustat.h \		cpuplot.h	/usr/local/Trolltech/Qt-4.3.2/bin/moc $(DEFINES) $(INCPATH) cpuplot.h -o moc/moc_cpuplot.cppcompiler_rcc_make_all:compiler_rcc_clean:compiler_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: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 ####### Compileobj/cpuplot.o: cpuplot.cpp ../../src/qwt_plot_layout.h \		../../src/qwt_global.h \		../../src/qwt_plot.h \		../../src/qwt_array.h \		../../src/qwt_text.h \		../../src/qwt_plot_dict.h \		../../src/qwt_plot_item.h \		../../src/qwt_legend_itemmanager.h \		../../src/qwt_double_rect.h \		../../src/qwt_scale_map.h \		../../src/qwt_math.h \		../../src/qwt_plot_printfilter.h \		../../src/qwt_plot_curve.h \		../../src/qwt_polygon.h \		../../src/qwt_data.h \		../../src/qwt_scale_draw.h \		../../src/qwt_abstract_scale_draw.h \		../../src/qwt_scale_div.h \		../../src/qwt_valuelist.h \		../../src/qwt_double_interval.h \		../../src/qwt_scale_widget.h \		../../src/qwt_legend.h \		../../src/qwt_legend_item.h \		../../src/qwt_text_label.h \		cpupiemarker.h \		cpuplot.h \		cpustat.h	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o obj/cpuplot.o cpuplot.cppobj/cpustat.o: cpustat.cpp cpustat.h	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o obj/cpustat.o cpustat.cppobj/cpupiemarker.o: cpupiemarker.cpp ../../src/qwt_scale_map.h \		../../src/qwt_global.h \		../../src/qwt_math.h \		../../src/qwt_double_rect.h \		../../src/qwt_array.h \		../../src/qwt_plot_curve.h \		../../src/qwt_plot_item.h \		../../src/qwt_legend_itemmanager.h \		../../src/qwt_text.h \		../../src/qwt_polygon.h \		../../src/qwt_data.h \		cpuplot.h \		../../src/qwt_plot.h \		../../src/qwt_plot_dict.h \		../../src/qwt_plot_printfilter.h \		cpustat.h \		cpupiemarker.h	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o obj/cpupiemarker.o cpupiemarker.cppobj/moc_cpuplot.o: moc/moc_cpuplot.cpp 	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o obj/moc_cpuplot.o moc/moc_cpuplot.cpp####### Installinstall:   FORCEuninstall:   FORCEFORCE:

⌨️ 快捷键说明

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