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

📄 makefile.libdoxycfg

📁 doxygen(一个自动从源代码生成文档的工具)的源代码
💻 LIBDOXYCFG
字号:
## $Id: libdoxycfg.t,v 1.1 2001/03/19 19:27:41 root Exp $## Copyright (C) 1997-2001 by Dimitri van Heesch.## Permission to use, copy, modify, and distribute this software and its# documentation under the terms of the GNU General Public License is hereby # granted. No representations are made about the suitability of this software # for any purpose. It is provided "as is" without express or implied warranty.# See the GNU General Public License for more details.## Documents produced by Doxygen are derivative works derived from the# input used in their production; they are not affected by this license.############################################################################## Makefile for building ../lib/libdoxycfg.a# Generated by tmake at 18:56, 2001/11/18#     Project: libdoxycfg#    Template: libdoxycfg.t#################################################################################### Compiler, tools and optionsCC	=	gccCXX	=	g++CFLAGS	=	-pipe -Wall -W -fno-exceptions -O2CXXFLAGS=	-pipe -Wall -W -fno-exceptions -O2INCPATH	=	-I../qtoolsAR	=	ar cqsRANLIB	=	MOC	=	mocTAR	=	tar -cfGZIP	=	gzip -9f####### FilesHEADERS =	config.hSOURCES =	config.cppOBJECTS =	../objects/config.oSRCMOC	=	OBJMOC	=	DIST	=	TARGET	=	../lib/libdoxycfg.a####### Implicit rules.SUFFIXES: .cpp .cxx .cc .C .c.cpp.o:	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o $@ $<.cxx.o:	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o $@ $<.cc.o:	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o $@ $<.C.o:	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o $@ $<.c.o:	$(CC) -c $(CFLAGS) $(INCPATH) -o $@ $<####### Build rulesall: $(TARGET)staticlib: $(TARGET)$(TARGET): $(OBJECTS) $(OBJMOC) 	-rm -f $(TARGET)	$(AR) $(TARGET) $(OBJECTS) $(OBJMOC)moc: $(SRCMOC)tmake:	tmake libdoxycfg.prodist:	$(TAR) libdoxycfg.tar libdoxycfg.pro $(SOURCES) $(HEADERS) $(DIST)	$(GZIP) libdoxycfg.tarclean:	-rm -f $(OBJECTS) $(OBJMOC) $(SRCMOC) $(TARGET)	-rm -f *~ core####### Compile../objects/config.o: config.cpp \		unistd.h \		config.h \		qtbc.h \		version.h	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o ../objects/config.o config.cppLEX     =   flexYACC    =   bison####################config.cpp: config.l \		config.h \		qtbc.h \		version.h	$(LEX) -PconfigYY -t config.l >config.cpp 

⌨️ 快捷键说明

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