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

📄 makefile

📁 VXWORKS源代码
💻
字号:
# Makefile - makefile for extracting objects from libstdc++.a## modification history# --------------------# 01t,06dec01,sn   handle non-unique libstdc++.a# 01s,05dec01,sn   autodeduce name of libstdc++.a# 01r,30nov01,ish  add library name for new MIPS toolchain# 01q,14nov01,sn   removed extraneous lines# 01p,06nov01,sn   specify an explicit list of objects# 01o,30oct01,sn   moved to tool/gnu/libstdc++# 01n,19oct01,tam  updated for repackaging# 01m,16aug01,max  add library for PENTIUM# 01l,13aug01,t_m  move GNULIBRARY version for ARM/XSCALE# 01k,24jul01,scm  modify XScale name to fit coding standard...# 01j,18jul01,t_m  remove xscale from version string# 01i,09apr01,t_m  move to 2.10-xscale-010207 library for ARM targets.# 01h,09nov99,tdl  removed following from LIBIO_OBJS:# iofflush.o \# iofflush_u.o \# iofgets.o \# iofopen.o \# iofprintf.o \# iofputs.o \# ioftell.o \# iofwrite.o \# iogets.o \# ioputs.o \# ioscanf.o \# iosetbuffer.o \# iosetvbuf.o \# iosprintf.o \# iosscanf.o \# iovsprintf.o \# iovsscanf.o# 01g,15nov99,sn   wrote## DESCRIPTION# This file contains the definitions needed for extracting objects# from libstdc++.a (C++ Standard Library).## Note: this file tries to find a file matching the name# libstdc++.a* in $(GNULIBDIR). If no library or multiple# different libraries are found you will see an error like# "no rule to make TGT_DIR=$(WIND_BASE)/targetLIB_BASE_NAME	= cplusLIB_COMMON      = falseCONFIGLETTE_NAME = gnu_cplusplus_std_libraryGNULIBDIR	= $(WIND_BASE)/host/$(WIND_HOST_TYPE)/$(CC_MACHINE)/lib# Some installation contain several libstdc++.a* files all of them# symlinks to the "real" libstdc++.a. Choose the first one.GNULIBRARY      = $(notdir $(word 1,$(wildcard $(GNULIBDIR)/libstdc++.a*)))# IostreamsLIBIO_OBJS= PlotFile.o \SFile.o \builtinbuf.o \cleanup.o \editbuf.o \filebuf.o \filedoalloc.o \fileops.o \floatconv.o \fstream.o \genops.o \indstream.o \ioassign.o \ioextend.o \iofclose.o \iofeof.o \ioferror.o \iofgetpos.o \iofread.o \iofscanf.o \iofsetpos.o \iogetc.o \iogetdelim.o \iogetline.o \ioignore.o \iomanip.o \iopadn.o \ioprims.o \ioprintf.o \ioputc.o \ioseekoff.o \ioseekpos.o \iostream.o \iostrerror.o \ioungetc.o \iovfprintf.o \iovfscanf.o \isgetline.o \isgetsb.o \isscan.o \osform.o \outfloat.o \parsestream.o \peekc.o \sbform.o \sbgetline.o \sbscan.o \stdiostream.o \stdstrbufs.o \stdstreams.o \stream.o \streambuf.o \strops.o \strstream.o# These are pulled in as part of the C++ runtime.LIBSTDC++_OBJS=cstringi.o \stdexcepti.o \cstdlibi.o \cmathi.o \stlinst.o# Complex numbers + StringsINST_OBJS=fcomplex.o fcomio.o dcomplex.o dcomio.o \          ldcomplex.o ldcomio.o cstrmain.o cstrio.oREAL_OBJS=$(LIBIO_OBJS) $(LIBSTDC++_OBJS) $(INST_OBJS)include $(TGT_DIR)/src/tool/gnu/rules.gnu

⌨️ 快捷键说明

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