makefile.in
来自「标准c库代码,可以应用于各个系统提供了大量的基本函数」· IN 代码 · 共 125 行
IN
125 行
# Makefile for newlib/libc/sys/sysvi386.# Copyright (c) 1994 Cygnus Support.# All rights reserved.## Redistribution and use in source and binary forms are permitted# provided that the above copyright notice and this paragraph are# duplicated in all such forms and that any documentation,# advertising materials, and other materials related to such# distribution and use acknowledge that the software was developed# at Cygnus Support, Inc. Cygnus Support, Inc. may not be used to# endorse or promote products derived from this software without# specific prior written permission.# THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR# IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED# WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.srcdir = .SHELL = /bin/shTOP = ../../..SRCTOP = ../../..TARGETDOC = ../../targetdep.texOFILES=\ ioctl.o isatty.o read.o lseek.o close.o sbrk.o fstat.o cerror.o \ _exit.o write.o open.o signal.o kill.o getpid.o brk.o fork.o wait.o \ execve.o exec.o utime.o fcntl.o chmod.o getuid.o getgid.o time.o \ stat.o link.o unlink.o rename.o mkdir.o rmdir.o sigaction.o \ sigprocmask.o waitpid.o sysconf.o pathconf.o fpathconf.o \ getdents.o opendir.o readdir.o rewinddir.o closedir.o pipe.o \ getgroups.o setuid.o getuid.o setgid.o geteuid.o getegid.o \ chdir.o dup2.o dup.o tcgetattr.o tcsetattr.o speed.o tcline.o \ times.o pause.o sleep.o alarm.o access.o _longjmp.o _setjmp.o#### Host, target, and site specific Makefile fragments come in here.###all: lib.a crt0.olib.a: $(OFILES) rm -f $@ $(AR) $(AR_FLAGS) $@ $(OFILES) doc: cat $(srcdir)/sysvnecv70.tex >> $(TARGETDOC)clean mostlyclean: $(RM) $(OFILES) $(COPYOFILES) crt0.o lib.adistclean realclean: clean rm -f Makefile config.statusMakefile: Makefile.in $(host_makefile_frag) $(target_makefile_frag) $(SHELL) config.status# to support SunOS VPATH_exit.o: _exit.s_longjmp.o: _longjmp.s_setjmp.o: _setjmp.saccess.o: access.salarm.o: alarm.sbrk.o: brk.scerror.o: cerror.schdir.o: chdir.schmod.o: chmod.sclose.o: close.sclosedir.o: closedir.ccrt0.o: crt0.cdup.o: dup.cdup2.o: dup2.cexec.o: exec.cexecve.o: execve.sfcntl.o: fcntl.sfork.o: fork.sfpathconf.o: fpathconf.sfps.o: fps.sfpx.o: fpx.cfstat.o: fstat.sgetdents.o: getdents.sgetegid.o: getegid.sgeteuid.o: geteuid.sgetgid.o: getgid.sgetgroups.o: getgroups.sgetpid.o: getpid.sgetuid.o: getuid.sioctl.o: ioctl.sisatty.o: isatty.ckill.o: kill.slink.o: link.slseek.o: lseek.smkdir.o: mkdir.sopen.o: open.sopendir.o: opendir.cpathconf.o: pathconf.spause.o: pause.spipe.o: pipe.sread.o: read.sreaddir.o: readdir.crename.o: rename.srewinddir.o: rewinddir.crmdir.o: rmdir.ssbrk.o: sbrk.cscandir.o: scandir.cseekdir.o: seekdir.csetgid.o: setgid.ssetuid.o: setuid.ssigaction.o: sigaction.ssignal.o: signal.ssigprocmask.o: sigprocmask.ssleep.o: sleep.cspeed.o: speed.cstat.o: stat.ssysconf.o: sysconf.stcgetattr.o: tcgetattr.ctcline.o: tcline.ctcsetattr.o: tcsetattr.ctelldir.o: telldir.ctime.o: time.stimes.o: times.sunlink.o: unlink.sutime.o: utime.swait.o: wait.swaitpid.o: waitpid.swrite.o: write.s
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?