makefile.in
来自「标准c库代码,可以应用于各个系统提供了大量的基本函数」· IN 代码 · 共 65 行
IN
65 行
## Makefile# Copyright (C) 1990, 1991, 1992, 1993 Free Software Foundation## This file is free software; you can redistribute it and/or modify# it under the terms of the GNU General Public License as published by# the Free Software Foundation; either version 2 of the License, or# (at your option) any later version.# # This program is distributed in the hope that it will be useful,# but WITHOUT ANY WARRANTY; without even the implied warranty of# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the# GNU General Public License for more details.# # You should have received a copy of the GNU General Public License# along with this program; if not, write to the Free Software# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */### Makefile for newlib/libc/machine/h8500#srcdir = .SHELL = /bin/shTOP = ../../..SRCTOP = ../../..TARGETDOC = ../../targetdep.tex#### Host, target, and site specific Makefile fragments come in here.###OFILES=udivhi3.o umodhi3.o smulhi3.o lshrhi.o sdivhi3.o mulsi3.o divsi3.o cmpsi.o# to support SunOS VPATHall: lib.alib.a: $(OFILES) rm -f $@ $(AR) $(AR_FLAGS) $@ $(OFILES) $(COPYOFILES)doc:clean mostlyclean: $(RM) $(OFILES) *~ lib.adistclean realclean: clean rm -f Makefile config.statusMakefile: Makefile.in $(host_makefile_frag) $(target_makefile_frag) $(SHELL) config.statusudivhi3.o:udivhi3.sumodhi3.o:umodhi3.ssmulhi3.o:smulhi3.slshrhi.o:lshrhi.ssdivhi3.o:sdivhi3.smulsi3.o:mulsi3.cdivsi3.o:divsi3.ccmpsi.o:cmpsi.c
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?