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

📄 makefile

📁 早期freebsd实现
💻
字号:
# This file was generated automatically by configure.  Do not edit.VPATH = .links = host_alias = m68k-hp-bsdhost_cpu = m68khost_vendor = hphost_os = bsdhost_canonical = m68k-hp-bsdtarget_alias = m68k-hp-bsdtarget_cpu = m68ktarget_vendor = hptarget_os = bsdtarget_canonical = m68k-hp-bsdhost_makefile_frag = ../m68k-hp-bsd.mhALL=all.internal# Makefile for g++ library genclass test# Copyright (C) 1988, 1992 Free Software Foundation# This file is part of GNU CC.# GNU CC is distributed in the hope that it will be useful,# but WITHOUT ANY WARRANTY.  No author or distributor# accepts responsibility to anyone for the consequences of using it# or for whether it serves any particular purpose or works at all,# unless he says so in writing.  Refer to the GNU CC General Public# License for full details.# Everyone is granted permission to copy, modify and redistribute# GNU CC, but only under the conditions described in the# GNU CC General Public License.   A copy of this license is# supposed to have been given to you along with GNU CC so you# can know your rights and responsibilities.  It should be in a# file named COPYING.  Among other things, the copyright notice# and this notice must be preserved on all copies.srcdir = .prefix = /usr/localexec_prefix = $(prefix)bindir = $(exec_prefix)/binlibdir = $(exec_prefix)/libtooldir = $(libdir)/m68k-hp-bsddatadir = $(prefix)/libmandir = $(prefix)/manman1dir = $(mandir)/man1man2dir = $(mandir)/man2man3dir = $(mandir)/man3man4dir = $(mandir)/man4man5dir = $(mandir)/man5man6dir = $(mandir)/man6man7dir = $(mandir)/man7man8dir = $(mandir)/man8man9dir = $(mandir)/man9infodir = $(prefix)/infoincludedir = $(prefix)/includegxx_includedir = $(libdir)/g++-includedocdir = $(datadir)/docSHELL = /bin/shINSTALL = install -cINSTALL_PROGRAM = $(INSTALL)INSTALL_DATA = $(INSTALL)AR = `if [ -f $${rootme}/../binutils/ar ] ; \	then echo $${rootme}/../binutils/ar ; \	else echo ar ; fi`AR_FLAGS = qcRANLIB = `if [ -f $${rootme}/../binutils/ranlib ] ; \	then echo $${rootme}/../binutils/ranlib ; \	else echo ranlib ; fi`MAKEINFO = `if [ -f $${rootme}/../texinfo/C/makeinfo ] ; \	then echo $${rootme}/../texinfo/C/makeinfo ; \	else echo makeinfo ; fi`#### host and target dependent Makefile fragments come in here.INSTALL = install -cINSTALL_DATA = install -c -m 644# RANLIB = ranlib# Use -nostdinc++ flag if your version of gcc understands it.NOSTDINC = # -nostdinc++# If the C include files are C++-ready (with extern "C"),# define: HAVE_CPLUS_EXTERN = 1 and: WRAP_C_INCLUDES =# If not, define HAVE_CPLUS_EXTERN = 0, and do not define WRAP_C_INCLUDES here.HAVE_CPLUS_EXTERN = 0# Flags to pass to gen-params when building _G_config.h.# For example: G_CONFIG_ARGS = size_t="unsigned long"G_CONFIG_ARGS =##.PHONY: allall: genclass # gentest.PHONY: infoinfo:.PHONY: install-infoinstall-info:.PHONY: clean-infoclean-info:.PHONY: checkcheck: # gentestgenclass: $(srcdir)/genclass.sh	echo "/^PROTODIR=/c\\" > sedscript	echo "PROTODIR=$$\{PROTODIR-$(gxx_includedir)/gen\}" >> sedscript	sed <../Makefile -n -e '/VERSION/s/LIBG++_DIST_VERSION *= *\(.*\)/s|<VERSION>|\1|/p' >> sedscript	sed -f sedscript < $(srcdir)/genclass.sh > genclass.tmp	chmod 0755 genclass.tmp	rm -f sedscript	mv genclass.tmp genclassgentest: $(srcdir)/gentest.sh $(srcdir)/expected.out	$(srcdir)/gentest.sh > my.out 2>&1	diff $(srcdir)/expected.out my.out.PHONY: installinstall:	-parent=`echo $(bindir)|sed -e 's@/[^/]*$$@@'`; \	if [ -d $$parent ] ; then true ; else mkdir $$parent ; fi	-if [ -d $(bindir) ] ; then true ; else mkdir $(bindir) ; fi	$(INSTALL) genclass $(bindir)/genclass.PHONY: mostlyclean clean distclean realcleanmostlyclean:clean: mostlyclean	rm -f $(TRASHFILES) genclass *.h *.cc my.outdistclean: clean	rm -f *~ config.status Makefilerealclean: distcleanforce:# with the gnu make, this is done automatically.Makefile: $(srcdir)/Makefile.in $(host_makefile_frag) $(target_makefile_frag)	$(SHELL) ./config.status

⌨️ 快捷键说明

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