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

📄 makefile

📁 Linux 环境下
💻
字号:
############################################################################## Makefile for building: newqtogw# Generated by qmake (1.07a) (Qt 3.3.3) on: Fri Sep 23 12:39:27 2005# Project:  newqtogw.pro# Template: app# Command: $(QMAKE) -o Makefile newqtogw.pro#################################################################################### Compiler, tools and optionsCC       = gccCXX      = g++LEX      = flexYACC     = yaccCFLAGS   = -pipe -Wall -W -O2 -g -pipe -m32 -march=i386 -mtune=pentium4  -DQT_NO_DEBUG -DQT_SHARED -DQT_THREAD_SUPPORTCXXFLAGS = -pipe -Wall -W -O2 -g -pipe -m32 -march=i386 -mtune=pentium4  -DQT_NO_DEBUG -DQT_SHARED -DQT_THREAD_SUPPORTLEXFLAGS = YACCFLAGS= -dINCPATH  = -I/usr/lib/qt-3.3/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)COPY_DIR = $(COPY) -rINSTALL_FILE= $(COPY_FILE)INSTALL_DIR = $(COPY_DIR)DEL_FILE = rm -fSYMLINK  = ln -sfDEL_DIR  = rmdirMOVE     = mv -fCHK_DIR_EXISTS= test -dMKDIR    = mkdir -p####### Output directoryOBJECTS_DIR = ./####### FilesHEADERS = mainwindow.h \		mdichild.h \		mypicture.h \		mypictures.h \		object.h \		objectstructsdef.h \		paint.h \		paintbitmap.h \		paintcombo.h \		paintline.h \		paintstdblock.h \		paintstructdef.h \		painttext.h \		paintvalue.h \		signalobject.h \		signalobjects.h \		stationobject.h \		stationobjects.h \		tablestructs.h \		typedef.h \		valueobject.h \		valueobjects.hSOURCES = main.cpp \		mainwindow.cpp \		mdichild.cpp \		mypicture.cpp \		mypictures.cpp \		paint.cpp \		paintbitmap.cpp \		paintcombo.cpp \		paintline.cpp \		paintstdblock.cpp \		painttext.cpp \		paintvalue.cpp \		signalobjects.cpp \		stationobjects.cpp \		valueobjects.cppOBJECTS = main.o \		mainwindow.o \		mdichild.o \		mypicture.o \		mypictures.o \		paint.o \		paintbitmap.o \		paintcombo.o \		paintline.o \		paintstdblock.o \		painttext.o \		paintvalue.o \		signalobjects.o \		stationobjects.o \		valueobjects.oFORMS = UICDECLS = UICIMPLS = SRCMOC   = moc_mainwindow.cpp \		moc_mdichild.cppOBJMOC = moc_mainwindow.o \		moc_mdichild.oDIST	   = newqtogw.proQMAKE_TARGET = newqtogwDESTDIR  = TARGET   = newqtogwfirst: all####### Implicit rules.SUFFIXES: .c .o .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) $(OBJCOMP) $(LIBS)mocables: $(SRCMOC)uicables: $(UICDECLS) $(UICIMPLS)$(MOC): 	( cd $(QTDIR)/src/moc && $(MAKE) )Makefile: newqtogw.pro  /usr/lib/qt-3.3/mkspecs/default/qmake.conf /usr/lib/qt-3.3/lib/libqt-mt.prl	$(QMAKE) -o Makefile newqtogw.proqmake: 	@$(QMAKE) -o Makefile newqtogw.prodist: 	@mkdir -p .tmp/newqtogw && $(COPY_FILE) --parents $(SOURCES) $(HEADERS) $(FORMS) $(DIST) .tmp/newqtogw/ && ( cd `dirname .tmp/newqtogw` && $(TAR) newqtogw.tar newqtogw && $(GZIP) newqtogw.tar ) && $(MOVE) `dirname .tmp/newqtogw`/newqtogw.tar.gz . && $(DEL_FILE) -r .tmp/newqtogwmocclean:	-$(DEL_FILE) $(OBJMOC)	-$(DEL_FILE) $(SRCMOC)uiclean:yaccclean:lexclean:clean: mocclean	-$(DEL_FILE) $(OBJECTS)	-$(DEL_FILE) *~ core *.core####### Sub-librariesdistclean: clean	-$(DEL_FILE) $(TARGET) $(TARGET)FORCE:####### Compilemain.o: main.cpp mainwindow.hmainwindow.o: mainwindow.cpp mypictures.h \		mainwindow.h \		mdichild.hmdichild.o: mdichild.cpp mdichild.hmypicture.o: mypicture.cpp mypicture.h \		paintstructdef.h \		typedef.hmypictures.o: mypictures.cpp tablestructs.h \		paintbitmap.h \		paintcombo.h \		paintline.h \		paintstdblock.h \		painttext.h \		paintvalue.h \		mypicture.h \		mypictures.h \		paint.h \		paintstructdef.h \		typedef.hpaint.o: paint.cpp paint.h \		paintstructdef.h \		typedef.hpaintbitmap.o: paintbitmap.cpp paintbitmap.h \		paint.h \		paintstructdef.h \		typedef.hpaintcombo.o: paintcombo.cpp paintcombo.h \		paint.h \		paintstructdef.h \		typedef.hpaintline.o: paintline.cpp paintline.h \		paint.h \		paintstructdef.h \		typedef.hpaintstdblock.o: paintstdblock.cpp paintstdblock.h \		paint.h \		paintstructdef.h \		typedef.hpainttext.o: painttext.cpp painttext.h \		paint.h \		paintstructdef.h \		typedef.hpaintvalue.o: paintvalue.cpp paintvalue.h \		paint.h \		paintstructdef.h \		typedef.hsignalobjects.o: signalobjects.cpp signalobjects.h \		signalobject.h \		object.h \		objectstructsdef.h \		typedef.hstationobjects.o: stationobjects.cpp stationobjects.h \		stationobject.h \		objectstructsdef.h \		object.h \		signalobjects.h \		valueobjects.h \		typedef.hvalueobjects.o: valueobjects.cpp valueobjects.h \		valueobject.h \		object.h \		objectstructsdef.h \		typedef.hmoc_mainwindow.o: moc_mainwindow.cpp  mainwindow.h moc_mdichild.o: moc_mdichild.cpp  mdichild.h moc_mainwindow.cpp: $(MOC) mainwindow.h	$(MOC) mainwindow.h -o moc_mainwindow.cppmoc_mdichild.cpp: $(MOC) mdichild.h	$(MOC) mdichild.h -o moc_mdichild.cpp####### Installinstall:  uninstall:  

⌨️ 快捷键说明

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