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

📄 makefile

📁 qt3.8开发的例子, 做linux下qt编程可以参考
💻
字号:
############################################################################## Makefile for building: waitconditions# Generated by qmake (1.04a) (Qt 3.1.1) on: Tue Sep  7 21:50:05 2004# Project:  waitconditions.pro# Template: app# Command: $(QMAKE) -o Makefile waitconditions.pro#################################################################################### Compiler, tools and optionsCC       = gccCXX      = g++LEX      = flexYACC     = yaccCFLAGS   = -pipe -Wall -W -O2 -march=i386 -mcpu=i686 -g -DGLX_GLXEXT_LEGACY -fno-use-cxa-atexit -fno-exceptions -D_REENTRANT  -DQT_NO_DEBUG -DQT_THREAD_SUPPORTCXXFLAGS = -pipe -Wall -W -O2 -march=i386 -mcpu=i686 -g -DGLX_GLXEXT_LEGACY -fno-use-cxa-atexit -fno-exceptions -D_REENTRANT  -DQT_NO_DEBUG -DQT_THREAD_SUPPORTLEXFLAGS = YACCFLAGS= -dINCPATH  = -I$(QTDIR)/mkspecs/default -I. -I$(QTDIR)/includeLINK     = g++LFLAGS   = LIBS     = $(SUBLIBS) -L$(QTDIR)/lib -L/usr/X11R6/lib -lqt-mt -lXext -lX11 -lm -lpthreadAR       = ar cqsRANLIB   = MOC      = $(QTDIR)/bin/mocUIC      = $(QTDIR)/bin/uicQMAKE    = qmakeTAR      = tar -cfGZIP     = gzip -9fCOPY     = cp -fCOPY_FILE= $(COPY) -pCOPY_DIR = $(COPY) -pRDEL_FILE = rm -fSYMLINK  = ln -sfDEL_DIR  = rmdirMOVE     = mv -fCHK_DIR_EXISTS= test -dMKDIR    = mkdir -p####### Output directoryOBJECTS_DIR = ./####### FilesHEADERS = SOURCES = waitconditions.cppOBJECTS = waitconditions.oFORMS = UICDECLS = UICIMPLS = SRCMOC   = OBJMOC = DIST	   = waitconditions.proQMAKE_TARGET = waitconditionsDESTDIR  = TARGET   = waitconditionsfirst: all####### Implicit rules.SUFFIXES: .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): $(UICDECLS) $(OBJECTS) $(OBJMOC) 	$(LINK) $(LFLAGS) -o $(TARGET) $(OBJECTS) $(OBJMOC) $(LIBS)mocables: $(SRCMOC)$(MOC): 	( cd $(QTDIR)/src/moc ; $(MAKE) )Makefile: waitconditions.pro  $(QTDIR)/mkspecs/default/qmake.conf 	$(QMAKE) -o Makefile waitconditions.proqmake: 	@$(QMAKE) -o Makefile waitconditions.prodist: 	@mkdir -p .tmp/waitconditions && $(COPY_FILE) --parents $(SOURCES) $(HEADERS) $(FORMS) $(DIST) .tmp/waitconditions/ && ( cd `dirname .tmp/waitconditions` && $(TAR) waitconditions.tar waitconditions && $(GZIP) waitconditions.tar ) && $(MOVE) `dirname .tmp/waitconditions`/waitconditions.tar.gz . && $(DEL_FILE) -r .tmp/waitconditionsmocclean:uiclean:yaccclean:lexclean:clean:	-$(DEL_FILE) $(OBJECTS) 	-$(DEL_FILE) *~ core *.core####### Sub-librariesdistclean: clean	-$(DEL_FILE) $(TARGET) $(TARGET)FORCE:####### Compilewaitconditions.o: waitconditions.cpp ####### Installinstall: all uninstall: 

⌨️ 快捷键说明

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