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

Subversion Repositories or1k

[/] [or1k/] [tags/] [nog_patch_67/] [or1ksim/] [Makefile.in] - Diff between revs 646 and 876

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

Rev 646 Rev 876
Line 1... Line 1...
# Makefile.in generated automatically by automake 1.4 from Makefile.am
# Makefile.in generated automatically by automake 1.4-p5 from Makefile.am
 
 
# Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc.
# Copyright (C) 1994, 1995-8, 1999, 2001 Free Software Foundation, Inc.
# This Makefile.in is free software; the Free Software Foundation
# This Makefile.in is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it,
# gives unlimited permission to copy and/or distribute it,
# with or without modifications, as long as this notice is preserved.
# with or without modifications, as long as this notice is preserved.
 
 
# This program is distributed in the hope that it will be useful,
# This program is distributed in the hope that it will be useful,
Line 93... Line 93...
SUBDIRS = cpu bpb support cache mmu peripheral tick pm pic debug vapi
SUBDIRS = cpu bpb support cache mmu peripheral tick pm pic debug vapi
 
 
bin_PROGRAMS = sim
bin_PROGRAMS = sim
 
 
sim_SOURCES = toplevel.c sim-config.c sim-config.h profiler.c mprofiler.c profiler.h mprofiler.h
sim_SOURCES = toplevel.c sim-config.c sim-config.h profiler.c mprofiler.c profiler.h mprofiler.h
sim_LDADD = cpu/common/libcommon.a cpu/$(CPU_ARCH)/libarch.a    cpu/or1k/libor1k.a support/libsupport.a mmu/libmmu.a    bpb/libbpb.a cache/libcache.a peripheral/libperipheral.a        tick/libtick.a pm/libpm.a pic/libpic.a debug/libdebug.a         vapi/libvapi.a
sim_LDADD = cpu/common/libcommon.a cpu/$(CPU_ARCH)/libarch.a \
 
        cpu/or1k/libor1k.a support/libsupport.a mmu/libmmu.a \
 
        bpb/libbpb.a cache/libcache.a peripheral/libperipheral.a \
 
        tick/libtick.a pm/libpm.a pic/libpic.a debug/libdebug.a \
 
        vapi/libvapi.a
 
 
sim_LDFLAGS = #-lreadline
sim_LDFLAGS = #-lreadline
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
CONFIG_HEADER = config.h
CONFIG_HEADER = config.h
Line 257... Line 261...
maintainer-clean-recursive:
maintainer-clean-recursive:
        @set fnord $(MAKEFLAGS); amf=$$2; \
        @set fnord $(MAKEFLAGS); amf=$$2; \
        dot_seen=no; \
        dot_seen=no; \
        rev=''; list='$(SUBDIRS)'; for subdir in $$list; do \
        rev=''; list='$(SUBDIRS)'; for subdir in $$list; do \
          rev="$$subdir $$rev"; \
          rev="$$subdir $$rev"; \
          test "$$subdir" = "." && dot_seen=yes; \
          test "$$subdir" != "." || dot_seen=yes; \
        done; \
        done; \
        test "$$dot_seen" = "no" && rev=". $$rev"; \
        test "$$dot_seen" = "no" && rev=". $$rev"; \
        target=`echo $@ | sed s/-recursive//`; \
        target=`echo $@ | sed s/-recursive//`; \
        for subdir in $$rev; do \
        for subdir in $$rev; do \
          echo "Making $$target in $$subdir"; \
          echo "Making $$target in $$subdir"; \

powered by: WebSVN 2.1.0

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