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

Subversion Repositories or1k_old

[/] [or1k_old/] [trunk/] [rc203soc/] [sw/] [uClinux/] [arch/] [m68k/] [ifpsp060/] [Makefile] - Diff between revs 1623 and 1765

Go to most recent revision | Only display areas with differences | Details | Blame | View Log

Rev 1623 Rev 1765
# Makefile for 680x0 Linux 68060 integer/floating point support package
# Makefile for 680x0 Linux 68060 integer/floating point support package
#
#
# This file is subject to the terms and conditions of the GNU General Public
# This file is subject to the terms and conditions of the GNU General Public
# License.  See the file "README.legal" in the main directory of this archive
# License.  See the file "README.legal" in the main directory of this archive
# for more details.
# for more details.
#.c.s:
#.c.s:
#       $(CC) $(CFLAGS) -S $<
#       $(CC) $(CFLAGS) -S $<
#.c.o:
#.c.o:
#       $(CC) $(CFLAGS) -c $<
#       $(CC) $(CFLAGS) -c $<
#.s.o:
#.s.o:
#       $(AS) -o $*.o $<
#       $(AS) -o $*.o $<
.S.o:
.S.o:
        $(AS) -o $*.o $<
        $(AS) -o $*.o $<
#       $(CC) -D__ASSEMBLY__ -traditional -c -o $*.o $<
#       $(CC) -D__ASSEMBLY__ -traditional -c -o $*.o $<
OS_TARGET := ifpsp.o
OS_TARGET := ifpsp.o
OS_OBJS   := fskeleton.o iskeleton.o os.o
OS_OBJS   := fskeleton.o iskeleton.o os.o
all:    $(OS_TARGET)
all:    $(OS_TARGET)
include $(TOPDIR)/Rules.make
include $(TOPDIR)/Rules.make
$(OS_OBJS):
$(OS_OBJS):
$(OS_TARGET): $(OS_OBJS)
$(OS_TARGET): $(OS_OBJS)
        $(LD) -x -r -o $(OS_TARGET) $(OS_OBJS)
        $(LD) -x -r -o $(OS_TARGET) $(OS_OBJS)
 
 

powered by: WebSVN 2.1.0

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