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

📄 makefile

📁 这是一个在redhat9 linux系统中
💻
字号:
############################################################################## Makefile for building: GateWay# Generated by qmake (1.05a) (Qt 3.1.2) on: Sat Apr  8 07:37:44 2006# Project:  GateWay.pro# Template: app# Command: $(QMAKE) -o Makefile GateWay.pro#################################################################################### Compiler, tools and optionsCC       = gccCXX      = g++LEX      = flexYACC     = yaccCFLAGS   = -pipe -Wall -W -O2 -g -pipe -march=i386 -mcpu=i686 -fno-use-cxa-atexit -fno-exceptions  -DQT_NO_DEBUGCXXFLAGS = -pipe -Wall -W -O2 -g -pipe -march=i386 -mcpu=i686 -fno-use-cxa-atexit -fno-exceptions  -DQT_NO_DEBUGLEXFLAGS = YACCFLAGS= -dINCPATH  = -I$(QTDIR)/mkspecs/default -I. -I. -I$(QTDIR)/includeLINK     = g++LFLAGS   = LIBS     = $(SUBLIBS) -L$(QTDIR)/lib -L/usr/X11R6/lib -lqt-mt -lXext -lX11 -lmAR       = 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 = form1.ui.hSOURCES = main.cppOBJECTS = main.o \		form1.oFORMS = form1.uiUICDECLS = form1.hUICIMPLS = form1.cppSRCMOC   = moc_form1.cppOBJMOC = moc_form1.oDIST	   = GateWay.proQMAKE_TARGET = GateWayDESTDIR  = TARGET   = GateWayfirst: 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: GateWay.pro  $(QTDIR)/mkspecs/default/qmake.conf 	$(QMAKE) -o Makefile GateWay.proqmake: 	@$(QMAKE) -o Makefile GateWay.prodist: 	@mkdir -p .tmp/GateWay && $(COPY_FILE) --parents $(SOURCES) $(HEADERS) $(FORMS) $(DIST) .tmp/GateWay/ && $(COPY_FILE) --parents form1.ui.h .tmp/GateWay/ && ( cd `dirname .tmp/GateWay` && $(TAR) GateWay.tar GateWay && $(GZIP) GateWay.tar ) && $(MOVE) `dirname .tmp/GateWay`/GateWay.tar.gz . && $(DEL_FILE) -r .tmp/GateWaymocclean:	-$(DEL_FILE) $(OBJMOC)	-$(DEL_FILE) $(SRCMOC)uiclean:	-$(DEL_FILE) $(UICIMPLS) $(UICDECLS)yaccclean:lexclean:clean: mocclean uiclean	-$(DEL_FILE) $(OBJECTS) 	-$(DEL_FILE) *~ core *.core####### Sub-librariesdistclean: clean	-$(DEL_FILE) $(TARGET) $(TARGET)FORCE:####### Compilemain.o: main.cpp form1.hform1.h: form1.ui 	$(UIC) form1.ui -o form1.hform1.cpp: form1.h form1.ui 	$(UIC) form1.ui -i form1.h -o form1.cppform1.o: form1.cpp form1.ui.h \		form1.hmoc_form1.o: moc_form1.cpp form1.h moc_form1.cpp: $(MOC) form1.h	$(MOC) form1.h -o moc_form1.cpp####### Installinstall: all uninstall: 

⌨️ 快捷键说明

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