OpenCores
URL https://opencores.org/ocsvn/openrisc_me/openrisc_me/trunk

Subversion Repositories openrisc_me

[/] [openrisc/] [trunk/] [gnu-src/] [newlib-1.17.0/] [libgloss/] [or32/] [Makefile.in] - Diff between revs 158 and 180

Go to most recent revision | Show entire file | Details | Blame | View Log

Rev 158 Rev 180
Line 1... Line 1...
#
# Makefile.in. Autoconf input makefile.
#
 
 
# Copyright (C) 2004, Jacob Bower
 
# Copyright (C) 2010, Embecosm Limited 
 
 
 
# Contributor Jeremy Bennett 
 
 
 
# This file is part of Newlib.
 
 
 
# The original work by Jacob Bower is provided as-is without any kind of
 
# warranty. Use it at your own risk!
 
 
 
# All subsequent work is bound by version 3 of the GPL as follows.
 
 
 
# This program 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 3 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, see .
 
 
DESTDIR =
DESTDIR =
VPATH = @srcdir@ @srcdir@/..
VPATH = @srcdir@ @srcdir@/..
srcdir = @srcdir@
srcdir = @srcdir@
objdir = .
objdir = .
Line 44... Line 68...
        else t='$(program_transform_name)'; echo objcopy | sed -e $$t ; fi`
        else t='$(program_transform_name)'; echo objcopy | sed -e $$t ; fi`
 
 
OBJS            = putnum.o unlink.o
OBJS            = putnum.o unlink.o
CFLAGS          = -g
CFLAGS          = -g
 
 
# As in LD scripts...
BSP = libor32.a libor32uart.a
SCRIPTS = or32
 
BSP = libor32.a
 
 
 
CRT0 = crt0.o
CRT0 = crt0.o
OR32_OBJS = uart.o io.o sbrk.o exceptions.o proc.o
OR32_OBJS = _exit.o      \
 
            close.o      \
 
            environ.o    \
 
            execve.o     \
 
            fork.o       \
 
            fstat.o      \
 
            getpid.o     \
 
            isatty.o     \
 
            kill.o       \
 
            link.o       \
 
            lseek.o      \
 
            open.o       \
 
            read.o       \
 
            sbrk.o       \
 
            stat.o       \
 
            times.o      \
 
            uart-dummy.o \
 
            unlink.o     \
 
            wait.o       \
 
            write.o
 
UART_OBJS = _exit.o       \
 
            close-uart.o  \
 
            environ.o     \
 
            execve.o      \
 
            fork.o        \
 
            fstat-uart.o  \
 
            getpid.o      \
 
            isatty-uart.o \
 
            kill.o        \
 
            link.o        \
 
            lseek-uart.o  \
 
            open.o        \
 
            read-uart.o   \
 
            sbrk.o        \
 
            stat.o        \
 
            times.o       \
 
            uart.o        \
 
            unlink.o      \
 
            wait.o        \
 
            write-uart.o
 
 
# Host specific makefile fragment comes in here.
# Host specific makefile fragment comes in here.
@host_makefile_frag@
@host_makefile_frag@
 
 
#
#
Line 67... Line 128...
#
#
libor32.a: $(OR32_OBJS)
libor32.a: $(OR32_OBJS)
        ${AR} ${ARFLAGS} $@ $(OR32_OBJS)
        ${AR} ${ARFLAGS} $@ $(OR32_OBJS)
        ${RANLIB} $@
        ${RANLIB} $@
 
 
 
libor32uart.a: $(UART_OBJS)
 
        ${AR} ${ARFLAGS} $@ $(UART_OBJS)
 
        ${RANLIB} $@
 
 
crt0.o: crt0.S
crt0.o: crt0.S
        $(CC) -c $(CFLAGS)  $(<) -o $@
        $(CC) -c $(CFLAGS)  $(<) -o $@
 
 
 
 
clean mostlyclean:
clean mostlyclean:
Line 79... Line 144...
distclean maintainer-clean realclean: clean
distclean maintainer-clean realclean: clean
        rm -f Makefile config.status *~
        rm -f Makefile config.status *~
 
 
.PHONY: install info install-info clean-info
.PHONY: install info install-info clean-info
install:
install:
        $(INSTALL_PROGRAM) $(CRT0) $(DESTDIR)$(tooldir)/lib${MULTISUBDIR}/$(CRT0)
        $(INSTALL_PROGRAM) $(CRT0) \
 
                $(DESTDIR)$(tooldir)/lib${MULTISUBDIR}/$(CRT0)
        @for bsp in ${BSP}; do\
        @for bsp in ${BSP}; do\
         $(INSTALL_PROGRAM) $${bsp} $(DESTDIR)$(tooldir)/lib${MULTISUBDIR}; \
         $(INSTALL_PROGRAM) $${bsp} $(DESTDIR)$(tooldir)/lib${MULTISUBDIR}; \
        done
        done
        @for script in ${SCRIPTS}; do\
 
         $(INSTALL_DATA) ${srcdir}/$${script}.ld $(DESTDIR)$(tooldir)/lib${MULTISUBDIR}/ldscripts/$${script}.ld; \
 
        done
 
 
 
info:
info:
install-info:
install-info:
clean-info:
clean-info:
 
 

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.