makefile.in

来自「标准c库代码,可以应用于各个系统提供了大量的基本函数」· IN 代码 · 共 230 行

IN
230
字号
# Makefile for newlib/libc/sys/go32.# 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=\_exit.o		\_main.o		\abort.o		\access.o		\bdos.o		\bdosptr.o		\brk.o		\chdir.o		\chmod.o		\chown.o		\clock.o		\close.o		\creat.o		\crlf2nl.o		\dir.o		\dosmem.o \dpmi.o          \dup.o		\dup2.o		\exec.o          \fchmod.o		\findfirs.o		\findnext.o		\fixpath.o		 \fstat.o		\fsync.o		\ftruncat.o		\gerrno.o		\getcwd.o		\getdate.o \getdtabl.o		\getgid.o		\getkey.o		\getpages.o		\getpid.o		\getrusag.o		\gettime.o \gettimeo.o		\getuid.o		\getwd.o		\go32func.o      \infoblk.o   \inportb.o		\inportl.o		\inportsb.o		\inportsl.o		\inportsw.o		\inportw.o		\int86x.o		\intdos.o		\intdosx.o		\isatty.o		\kbhit.o		\kill.o		\link.o		\longjmp.o		\lseek.o		\lstat.o		\mkdir.o		\open.o		\outportb.o		\outportl.o		\outportw.o		\outprtsb.o		\outprtsl.o		\outprtsw.o		\read.o		\readv.o		\rename.o		\rmdir.o		\sbrk.o		\screen.o		\setjmp.o		\setmode.o		\setstack.o \settimeo.o		\signal.o		\sleep.o		\stat.o		\stat_ast.o  	\syserr.o		\system.o		\tell.o		\time.o		\truncate.o		\turbo.o		\umask.o		\unlink.o		\utime.o		\utimes.o		\write.o		\writev.o#### Host, target, and site specific Makefile fragments come in here.###all: lib.a crt0.olib.a: $(OFILES) $(COPYOFILES)	rm -f $@	$(AR) $(AR_FLAGS) $@ $(OFILES) $(COPYOFILES)clean mostlyclean:	$(RM) $(OFILES) $(COPYOFILES) crt0.o lib.adistclean realclean: clean	rm -f Makefile config.statusdoc:Makefile: Makefile.in $(host_makefile_frag) $(target_makefile_frag)	$(SHELL) config.status# to support SunOS VPATH_exit.o: _exit.s_main.o: _main.cabort.o: abort.caccess.o: access.cbdos.o: bdos.cbdosptr.o: bdosptr.cbrk.o: brk.schdir.o: chdir.schmod.o: chmod.cchown.o: chown.cclock.o: clock.Sclose.o: close.screat.o: creat.scrlf2nl.o: crlf2nl.ccrt0.o: crt0.Scrt0.o: crt0.sdir.o: dir.cdup.o: dup.sdup2.o: dup2.sexecl.o: execl.cfchmod.o: fchmod.cfindfirs.o: findfirs.sfindnext.o: findnext.sfixpath.o: fixpath.cfstat.o: fstat.sfsync.o: fsync.sftruncat.o: ftruncat.cgerrno.o: gerrno.sgetcwd.o: getcwd.cgetdate.o : getdate.cgetdtabl.o: getdtabl.cgetgid.o: getgid.cgetkey.o: getkey.sgetpages.o: getpages.cgetpid.o: getpid.cgetrusag.o: getrusag.cgettime.o : gettime.cgettimeo.o: gettimeo.cgetuid.o: getuid.cgetwd.o: getwd.sinfoblk.o: infoblk.cinportb.o: inportb.sinportl.o: inportl.sinportsb.o: inportsb.sinportsl.o: inportsl.sinportsw.o: inportsw.sinportw.o: inportw.sint86x.o: int86x.sintdos.o: intdos.cintdosx.o: intdosx.cisatty.o: isatty.skbhit.o: kbhit.skill.o: kill.clink.o: link.slongjmp.o: longjmp.Slseek.o: lseek.smkdir.o: mkdir.sopen.o: open.soutportb.o: outportb.soutportl.o: outportl.soutportw.o: outportw.soutprtsb.o: outprtsb.soutprtsl.o: outprtsl.soutprtsw.o: outprtsw.sread.o: read.sreadv.o: readv.crename.o: rename.srmdir.o: rmdir.ssbrk.o: sbrk.sscreen.o: screen.Ssetjmp.o: setjmp.Ssetmode.o: setmode.ssetstack.o: setstack.Ssettimeo.o: settimeo.ssignal.o: signal.csleep.o: sleep.cstat.o: stat.sstat_ast.o: stat_ast.ssyserr.o: syserr.csystem.o: system.stell.o: tell.struncate.o: truncate.cturbo.o: turbo.sumask.o: umask.cunlink.o: unlink.sutime.o: utime.cutimes.o: utimes.cwrite.o: write.swritev.o: writev.c

⌨️ 快捷键说明

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