📄 makefile.in
字号:
# Makefile for newlib/libc/stdio.# 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.tex#### Host, target, and site specific Makefile fragments come in here.###OFILES= \ clearerr.o \ cvt.o \ fclose.o \ fdopen.o \ feof.o \ ferror.o \ fflush.o \ fgetc.o \ fgetpos.o \ fgets.o \ fileno.o \ findfp.o \ fiprintf.o \ flags.o \ fopen.o \ fprintf.o \ fputc.o \ fputs.o \ fread.o \ freopen.o \ fscanf.o \ fseek.o \ fsetpos.o \ ftell.o \ fvwrite.o \ fwalk.o \ fwrite.o \ getc.o \ getchar.o \ gets.o \ iprintf.o \ makebuf.o \ mktemp.o \ perror.o \ printf.o \ putc.o \ putchar.o \ puts.o \ refill.o \ remove.o \ rename.o \ rewind.o \ rget.o \ scanf.o \ setbuf.o \ setvbuf.o \ siprintf.o \ sprintf.o \ sscanf.o \ stdio.o \ tmpfile.o \ tmpnam.o \ ungetc.o \ vfiprintf.o \ vfprintf.o \ vfscanf.o \ vprintf.o \ vsprintf.o \ wbuf.o \ wsetup.o CHEWOUT_FILES=\ clearerr.def \ fclose.def \ fdopen.def \ feof.def \ ferror.def \ fflush.def \ fgetc.def \ fgetpos.def \ fgets.def \ fileno.def \ fiprintf.def \ fopen.def \ fputc.def \ fputs.def \ fread.def \ freopen.def \ fseek.def \ fsetpos.def \ ftell.def \ fwrite.def \ getc.def \ getchar.def \ gets.def \ iprintf.def \ mktemp.def \ perror.def \ putc.def \ putchar.def \ puts.def \ remove.def \ rename.def \ rewind.def \ setbuf.def \ setvbuf.def \ siprintf.def \ sprintf.def \ sscanf.def \ tmpfile.def \ tmpnam.def \ vfprintf.defall: lib.alib.a: $(OFILES) rm -f $@ $(AR) $(AR_FLAGS) $@ $(OFILES)vfiprintf.o: vfprintf.c cp $(srcdir)/vfprintf.c vfiprintf.c $(CC) $(CFLAGS) $(CROSS_CFLAGS) $(TARGET_CFLAGS) $(NEWLIB_CFLAGS) $(INCLUDES) -DINTEGER_ONLY -I$(srcdir) -c vfiprintf.cdoc: $(CHEWOUT_FILES) cat $(srcdir)/stdio.tex >> $(TARGETDOC) clean mostlyclean: $(RM) $(OFILES) *~ core $(CHEWOUT_FILES) *.o.* *.ref $(RM) vfiprintf.c lib.adistclean realclean: clean rm -f Makefile config.statusMakefile: Makefile.in $(host_makefile_frag) $(target_makefile_frag) $(SHELL) config.status# to support SunOS VPATHclearerr.o: clearerr.ccvt.o: cvt.cfclose.o: fclose.c local.hfdopen.o: fdopen.c local.hfeof.o: feof.cferror.o: ferror.cfflush.o: fflush.c local.hfgetc.o: fgetc.cfgetpos.o: fgetpos.cfgets.o: fgets.cfileno.o: fileno.cfindfp.o: findfp.c local.h glue.hfiprintf.o: fiprintf.cflags.o: flags.cfopen.o: fopen.c local.hfprintf.o: fprintf.cfputc.o: fputc.cfputs.o: fputs.c fvwrite.hfread.o: fread.c local.hfreopen.o: freopen.c local.hfscanf.o: fscanf.cfseek.o: fseek.c local.hfsetpos.o: fsetpos.cftell.o: ftell.c local.hfvwrite.o: fvwrite.c local.h fvwrite.hfwalk.o: fwalk.c local.h glue.hfwrite.o: fwrite.c local.h fvwrite.hgetc.o: getc.cgetchar.o: getchar.cgets.o: gets.ciprintf.o: iprintf.cmakebuf.o: makebuf.c local.hmktemp.o: mktemp.cperror.o: perror.cprintf.o: printf.cputc.o: putc.cputchar.o: putchar.cputs.o: puts.c fvwrite.hrefill.o: refill.c local.hremove.o: remove.crename.o: rename.crewind.o: rewind.crget.o: rget.cscanf.o: scanf.c local.hsetbuf.o: setbuf.c local.hsetvbuf.o: setvbuf.c local.hsiprintf.o: siprintf.c local.hsprintf.o: sprintf.c local.hsscanf.o: sscanf.c local.hstdio.o: stdio.c local.htmpfile.o: tmpfile.ctmpnam.o: tmpnam.cungetc.o: ungetc.c local.hvfiprintf.o: vfprintf.c local.hvfprintf.o: vfprintf.c local.hvfscanf.o: vfscanf.c local.h floatio.hvprintf.o: vprintf.cvsprintf.o: vsprintf.cwbuf.o: wbuf.c local.h fvwrite.hwsetup.o: wsetup.c local.h
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -