URL
https://opencores.org/ocsvn/or1k/or1k/trunk
Subversion Repositories or1k
[/] [or1k/] [trunk/] [newlib-1.10.0/] [newlib/] [libc/] [stdio/] [Makefile.am] - Rev 1765
Compare with Previous | Blame | View Log
## Process this file with automake to generate Makefile.inAUTOMAKE_OPTIONS = cygnusINCLUDES = $(NEWLIB_CFLAGS) $(CROSS_CFLAGS) $(TARGET_CFLAGS)LIB_SOURCES = \clearerr.c \fclose.c \fdopen.c \feof.c \ferror.c \fflush.c \fgetc.c \fgetpos.c \fgets.c \fileno.c \findfp.c \fiprintf.c \flags.c \fopen.c \fprintf.c \fputc.c \fputs.c \fread.c \freopen.c \fscanf.c \fseek.c \fsetpos.c \ftell.c \fvwrite.c \fwalk.c \fwrite.c \getc.c \getchar.c \gets.c \getw.c \iprintf.c \makebuf.c \mktemp.c \perror.c \printf.c \putc.c \putchar.c \puts.c \putw.c \refill.c \remove.c \rename.c \rewind.c \rget.c \scanf.c \setbuf.c \setvbuf.c \siprintf.c \snprintf.c \sprintf.c \sscanf.c \stdio.c \tmpfile.c \tmpnam.c \ungetc.c \vfscanf.c \vprintf.c \vscanf.c \vsnprintf.c \vsprintf.c \vsscanf.c \wbuf.c \wsetup.cLIBADD_OBJS = vfiprintf.$(oext) vfprintf.$(oext)libstdio_la_LDFLAGS = -Xcompiler -nostdlibif USE_LIBTOOLnoinst_LTLIBRARIES = libstdio.lalibstdio_la_SOURCES = $(LIB_SOURCES)libstdio_la_LIBADD = $(LIBADD_OBJS)LIB_COMPILE = $(LTCOMPILE)noinst_DATA = objectlist.awk.inelsenoinst_LIBRARIES = lib.alib_a_SOURCES = $(LIB_SOURCES)lib_a_LIBADD = $(LIBADD_OBJS)LIB_COMPILE = $(COMPILE)noinst_DATA =endif # USE_LIBTOOLinclude $(srcdir)/../../Makefile.shared# This rule is needed so that libtool compiles vfiprintf before vfprintf. Otherwise# libtool moves vfprintf.o and subsequently can't find it.vfprintf.$(oext): vfprintf.c$(LIB_COMPILE) -c $(srcdir)/vfprintf.cvfiprintf.$(oext): vfprintf.c$(LIB_COMPILE) -DINTEGER_ONLY -c $(srcdir)/vfprintf.c -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 \getw.def \iprintf.def \mktemp.def \perror.def \putc.def \putchar.def \puts.def \putw.def \remove.def \rename.def \rewind.def \setbuf.def \setvbuf.def \siprintf.def \sprintf.def \sscanf.def \tmpfile.def \tmpnam.def \vfprintf.def \vfscanf.defSUFFIXES = .defCHEW = ../../doc/makedoc -f $(srcdir)/../../doc/doc.str.c.def:$(CHEW) < $< > $*.def 2> $*.reftouch stmp-defTARGETDOC = ../tmp.texidoc: $(CHEWOUT_FILES)cat $(srcdir)/stdio.tex >> $(TARGETDOC)CLEANFILES = $(CHEWOUT_FILES) *.reffclose.$(oext): local.hfdopen.$(oext): local.hfflush.$(oext): local.hfindfp.$(oext): local.hfopen.$(oext): local.hfputs.$(oext): fvwrite.hfread.$(oext): local.hfreopen.$(oext): local.hfseek.$(oext): local.hftell.$(oext): local.hfvwrite.$(oext): local.h fvwrite.hfwalk.$(oext): local.hfwrite.$(oext): local.h fvwrite.hmakebuf.$(oext): local.hputs.$(oext): fvwrite.hrefill.$(oext): local.hscanf.$(oext): local.hsetbuf.$(oext): local.hsetvbuf.$(oext): local.hsiprintf.$(oext): local.hsprintf.$(oext): local.hsscanf.$(oext): local.hstdio.$(oext): local.hungetc.$(oext): local.hvfiprintf.$(oext): local.hvfprintf.$(oext): local.hvfscanf.$(oext): local.h floatio.hvscanf.$(oext): local.hvsscanf.$(oext): local.hwbuf.$(oext): local.h fvwrite.hwsetup.$(oext): local.h
