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

Subversion Repositories or1k

[/] [or1k/] [tags/] [nog_patch_62/] [or1ksim/] [Makefile.in] - Diff between revs 1198 and 1242

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

Rev 1198 Rev 1242
Line 1... Line 1...
# Makefile.in generated automatically by automake 1.4-p5 from Makefile.am
# Makefile.in generated by automake 1.6.3 from Makefile.am.
 
# @configure_input@
 
 
# Copyright (C) 1994, 1995-8, 1999, 2001 Free Software Foundation, Inc.
# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
 
# 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,
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
# PARTICULAR PURPOSE.
# PARTICULAR PURPOSE.
 
 
 
@SET_MAKE@
 
 
#
#
#
#
#
#
#
#
#
#
 
 
 
 
SHELL = @SHELL@
SHELL = @SHELL@
 
 
srcdir = @srcdir@
srcdir = @srcdir@
top_srcdir = @top_srcdir@
top_srcdir = @top_srcdir@
VPATH = @srcdir@
VPATH = @srcdir@
Line 35... Line 37...
libdir = @libdir@
libdir = @libdir@
infodir = @infodir@
infodir = @infodir@
mandir = @mandir@
mandir = @mandir@
includedir = @includedir@
includedir = @includedir@
oldincludedir = /usr/include
oldincludedir = /usr/include
 
 
DESTDIR =
 
 
 
pkgdatadir = $(datadir)/@PACKAGE@
pkgdatadir = $(datadir)/@PACKAGE@
pkglibdir = $(libdir)/@PACKAGE@
pkglibdir = $(libdir)/@PACKAGE@
pkgincludedir = $(includedir)/@PACKAGE@
pkgincludedir = $(includedir)/@PACKAGE@
 
 
top_builddir = .
top_builddir = .
 
 
ACLOCAL = @ACLOCAL@
ACLOCAL = @ACLOCAL@
AUTOCONF = @AUTOCONF@
AUTOCONF = @AUTOCONF@
AUTOMAKE = @AUTOMAKE@
AUTOMAKE = @AUTOMAKE@
AUTOHEADER = @AUTOHEADER@
AUTOHEADER = @AUTOHEADER@
 
 
 
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
INSTALL = @INSTALL@
INSTALL = @INSTALL@
INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
INSTALL_PROGRAM = @INSTALL_PROGRAM@
INSTALL_DATA = @INSTALL_DATA@
INSTALL_DATA = @INSTALL_DATA@
 
install_sh_DATA = $(install_sh) -c -m 644
 
install_sh_PROGRAM = $(install_sh) -c
 
install_sh_SCRIPT = $(install_sh) -c
INSTALL_SCRIPT = @INSTALL_SCRIPT@
INSTALL_SCRIPT = @INSTALL_SCRIPT@
 
INSTALL_HEADER = $(INSTALL_DATA)
transform = @program_transform_name@
transform = @program_transform_name@
 
 
NORMAL_INSTALL = :
NORMAL_INSTALL = :
PRE_INSTALL = :
PRE_INSTALL = :
POST_INSTALL = :
POST_INSTALL = :
NORMAL_UNINSTALL = :
NORMAL_UNINSTALL = :
PRE_UNINSTALL = :
PRE_UNINSTALL = :
Line 67... Line 69...
build_triplet = @build@
build_triplet = @build@
host_alias = @host_alias@
host_alias = @host_alias@
host_triplet = @host@
host_triplet = @host@
target_alias = @target_alias@
target_alias = @target_alias@
target_triplet = @target@
target_triplet = @target@
 
 
 
EXEEXT = @EXEEXT@
 
OBJEXT = @OBJEXT@
 
PATH_SEPARATOR = @PATH_SEPARATOR@
 
AMTAR = @AMTAR@
AR = @AR@
AR = @AR@
ARFLAGS = @ARFLAGS@
ARFLAGS = @ARFLAGS@
 
AWK = @AWK@
BUILD_DIR = @BUILD_DIR@
BUILD_DIR = @BUILD_DIR@
CC = @CC@
CC = @CC@
CFLAGS = @CFLAGS@
CFLAGS = @CFLAGS@
CPU_ARCH = @CPU_ARCH@
CPU_ARCH = @CPU_ARCH@
 
DEPDIR = @DEPDIR@
INCLUDES = @INCLUDES@
INCLUDES = @INCLUDES@
 
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
LOCAL_CFLAGS = @LOCAL_CFLAGS@
LOCAL_CFLAGS = @LOCAL_CFLAGS@
LOCAL_DEFS = @LOCAL_DEFS@
LOCAL_DEFS = @LOCAL_DEFS@
LOCAL_LDFLAGS = @LOCAL_LDFLAGS@
LOCAL_LDFLAGS = @LOCAL_LDFLAGS@
MAKEINFO = @MAKEINFO@
 
MAKE_SHELL = @MAKE_SHELL@
MAKE_SHELL = @MAKE_SHELL@
PACKAGE = @PACKAGE@
PACKAGE = @PACKAGE@
RANLIB = @RANLIB@
RANLIB = @RANLIB@
 
STRIP = @STRIP@
SUMVERSION = @SUMVERSION@
SUMVERSION = @SUMVERSION@
TERMCAP_LIB = @TERMCAP_LIB@
TERMCAP_LIB = @TERMCAP_LIB@
VERSION = @VERSION@
VERSION = @VERSION@
 
am__include = @am__include@
 
am__quote = @am__quote@
host = @host@
host = @host@
host_cpu = @host_cpu@
host_cpu = @host_cpu@
host_os = @host_os@
host_os = @host_os@
 
install_sh = @install_sh@
 
 
SUBDIRS = cpu bpb support cache mmu peripheral tick pm pic debug vapi cuc
SUBDIRS = cpu bpb support cache mmu peripheral tick pm pic debug vapi cuc extras
 
 
bin_PROGRAMS = sim
bin_PROGRAMS = sim
 
 
sim_SOURCES = toplevel.c sim-config.c sim-config.h profiler.c \
sim_SOURCES = toplevel.c sim-config.c sim-config.h profiler.c \
        mprofiler.c profiler.h mprofiler.h
        mprofiler.c profiler.h mprofiler.h
Line 100... Line 113...
sim_LDADD = cpu/common/libcommon.a cpu/$(CPU_ARCH)/libarch.a \
sim_LDADD = cpu/common/libcommon.a cpu/$(CPU_ARCH)/libarch.a \
        cpu/or1k/libor1k.a support/libsupport.a mmu/libmmu.a \
        cpu/or1k/libor1k.a support/libsupport.a mmu/libmmu.a \
        bpb/libbpb.a cache/libcache.a peripheral/libperipheral.a \
        bpb/libbpb.a cache/libcache.a peripheral/libperipheral.a \
        peripheral/channels/libchannels.a \
        peripheral/channels/libchannels.a \
        tick/libtick.a pm/libpm.a pic/libpic.a debug/libdebug.a \
        tick/libtick.a pm/libpm.a pic/libpic.a debug/libdebug.a \
        vapi/libvapi.a cuc/libcuc.a
        vapi/libvapi.a cuc/libcuc.a extras/libextras.a
 
 
 
 
sim_LDFLAGS = #-lreadline
sim_LDFLAGS = -lm #-lreadline
 
subdir = .
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
CONFIG_CLEAN_FILES =
CONFIG_CLEAN_FILES =
 
bin_PROGRAMS = sim$(EXEEXT)
PROGRAMS =  $(bin_PROGRAMS)
PROGRAMS =  $(bin_PROGRAMS)
 
 
 
am_sim_OBJECTS = toplevel.$(OBJEXT) sim-config.$(OBJEXT) \
 
        profiler.$(OBJEXT) mprofiler.$(OBJEXT)
 
sim_OBJECTS = $(am_sim_OBJECTS)
 
sim_DEPENDENCIES = 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 \
 
        peripheral/channels/libchannels.a tick/libtick.a pm/libpm.a \
 
        pic/libpic.a debug/libdebug.a vapi/libvapi.a cuc/libcuc.a \
 
        extras/libextras.a
 
 
DEFS = @DEFS@ -I. -I$(srcdir) -I.
DEFS = @DEFS@
 
DEFAULT_INCLUDES =  -I. -I$(srcdir) -I.
CPPFLAGS = @CPPFLAGS@
CPPFLAGS = @CPPFLAGS@
LDFLAGS = @LDFLAGS@
LDFLAGS = @LDFLAGS@
LIBS = @LIBS@
LIBS = @LIBS@
sim_OBJECTS =  toplevel.o sim-config.o profiler.o mprofiler.o
depcomp = $(SHELL) $(top_srcdir)/depcomp
sim_DEPENDENCIES =  cpu/common/libcommon.a cpu/$(CPU_ARCH)/libarch.a \
am__depfiles_maybe = depfiles
cpu/or1k/libor1k.a support/libsupport.a mmu/libmmu.a bpb/libbpb.a \
@AMDEP_TRUE@DEP_FILES = ./$(DEPDIR)/mprofiler.Po ./$(DEPDIR)/profiler.Po \
cache/libcache.a peripheral/libperipheral.a \
@AMDEP_TRUE@    ./$(DEPDIR)/sim-config.Po ./$(DEPDIR)/toplevel.Po
peripheral/channels/libchannels.a tick/libtick.a pm/libpm.a \
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
pic/libpic.a debug/libdebug.a vapi/libvapi.a cuc/libcuc.a
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
 
CCLD = $(CC)
CCLD = $(CC)
LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@
LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
DIST_COMMON =  README ./stamp-h.in AUTHORS COPYING ChangeLog INSTALL \
DIST_SOURCES = $(sim_SOURCES)
Makefile.am Makefile.in NEWS TODO acconfig.h aclocal.m4 config.guess \
 
config.h.in config.sub configure configure.in install-sh missing \
 
mkinstalldirs
 
 
 
 
 
DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
RECURSIVE_TARGETS = info-recursive dvi-recursive install-info-recursive \
 
        uninstall-info-recursive all-recursive install-data-recursive \
TAR = gtar
        install-exec-recursive installdirs-recursive install-recursive \
GZIP_ENV = --best
        uninstall-recursive check-recursive installcheck-recursive
DEP_FILES =  .deps/mprofiler.P .deps/profiler.P .deps/sim-config.P \
DIST_COMMON = README AUTHORS COPYING ChangeLog INSTALL Makefile.am \
.deps/toplevel.P
        Makefile.in NEWS TODO acconfig.h aclocal.m4 config.guess \
 
        config.h.in config.sub configure configure.in depcomp \
 
        install-sh missing mkinstalldirs
 
DIST_SUBDIRS = $(SUBDIRS)
SOURCES = $(sim_SOURCES)
SOURCES = $(sim_SOURCES)
OBJECTS = $(sim_OBJECTS)
 
 
 
all: all-redirect
all: config.h
.SUFFIXES:
        $(MAKE) $(AM_MAKEFLAGS) all-recursive
.SUFFIXES: .S .c .o .s
 
$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
 
        cd $(top_srcdir) && $(AUTOMAKE) --gnu Makefile --add-missing
 
 
 
Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status $(BUILT_SOURCES)
.SUFFIXES:
        cd $(top_builddir) \
.SUFFIXES: .c .o .obj
          && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
 
 
 
$(ACLOCAL_M4):  configure.in
am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
        cd $(srcdir) && $(ACLOCAL)
 configure.lineno
 
$(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
 
        cd $(top_srcdir) && \
 
          $(AUTOMAKE) --gnu  Makefile
 
Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
 
        cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)
 
 
config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
$(top_builddir)/config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
        $(SHELL) ./config.status --recheck
        $(SHELL) ./config.status --recheck
$(srcdir)/configure: $(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
$(srcdir)/configure: $(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
        cd $(srcdir) && $(AUTOCONF)
        cd $(srcdir) && $(AUTOCONF)
 
 
config.h: stamp-h
$(ACLOCAL_M4):  configure.in
        @if test ! -f $@; then \
        cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
                rm -f stamp-h; \
 
                $(MAKE) stamp-h; \
config.h: stamp-h1
        else :; fi
 
stamp-h: $(srcdir)/config.h.in $(top_builddir)/config.status
 
        cd $(top_builddir) \
 
          && CONFIG_FILES= CONFIG_HEADERS=config.h \
 
             $(SHELL) ./config.status
 
        @echo timestamp > stamp-h 2> /dev/null
 
$(srcdir)/config.h.in: $(srcdir)/stamp-h.in
 
        @if test ! -f $@; then \
        @if test ! -f $@; then \
                rm -f $(srcdir)/stamp-h.in; \
          rm -f stamp-h1; \
                $(MAKE) $(srcdir)/stamp-h.in; \
          $(MAKE) stamp-h1; \
        else :; fi
        else :; fi
$(srcdir)/stamp-h.in: $(top_srcdir)/configure.in $(ACLOCAL_M4) acconfig.h
 
        cd $(top_srcdir) && $(AUTOHEADER)
 
        @echo timestamp > $(srcdir)/stamp-h.in 2> /dev/null
 
 
 
mostlyclean-hdr:
stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
 
        @rm -f stamp-h1
 
        cd $(top_builddir) && $(SHELL) ./config.status config.h
 
 
clean-hdr:
$(srcdir)/config.h.in:  $(top_srcdir)/configure.in $(ACLOCAL_M4) $(top_srcdir)/acconfig.h
 
        cd $(top_srcdir) && $(AUTOHEADER)
 
        touch $(srcdir)/config.h.in
 
 
distclean-hdr:
distclean-hdr:
        -rm -f config.h
        -rm -f config.h stamp-h1
 
binPROGRAMS_INSTALL = $(INSTALL_PROGRAM)
maintainer-clean-hdr:
 
 
 
mostlyclean-binPROGRAMS:
 
 
 
clean-binPROGRAMS:
 
        -test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS)
 
 
 
distclean-binPROGRAMS:
 
 
 
maintainer-clean-binPROGRAMS:
 
 
 
install-binPROGRAMS: $(bin_PROGRAMS)
install-binPROGRAMS: $(bin_PROGRAMS)
        @$(NORMAL_INSTALL)
        @$(NORMAL_INSTALL)
        $(mkinstalldirs) $(DESTDIR)$(bindir)
        $(mkinstalldirs) $(DESTDIR)$(bindir)
        @list='$(bin_PROGRAMS)'; for p in $$list; do \
        @list='$(bin_PROGRAMS)'; for p in $$list; do \
          if test -f $$p; then \
          p1=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
            echo "  $(INSTALL_PROGRAM) $$p $(DESTDIR)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`"; \
          if test -f $$p \
             $(INSTALL_PROGRAM) $$p $(DESTDIR)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`; \
          ; then \
 
            f=`echo "$$p1" | sed 's,^.*/,,;$(transform);s/$$/$(EXEEXT)/'`; \
 
           echo " $(INSTALL_PROGRAM_ENV) $(binPROGRAMS_INSTALL) $$p $(DESTDIR)$(bindir)/$$f"; \
 
           $(INSTALL_PROGRAM_ENV) $(binPROGRAMS_INSTALL) $$p $(DESTDIR)$(bindir)/$$f; \
          else :; fi; \
          else :; fi; \
        done
        done
 
 
uninstall-binPROGRAMS:
uninstall-binPROGRAMS:
        @$(NORMAL_UNINSTALL)
        @$(NORMAL_UNINSTALL)
        list='$(bin_PROGRAMS)'; for p in $$list; do \
        @list='$(bin_PROGRAMS)'; for p in $$list; do \
          rm -f $(DESTDIR)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`; \
          f=`echo "$$p" | sed 's,^.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \
 
          echo " rm -f $(DESTDIR)$(bindir)/$$f"; \
 
          rm -f $(DESTDIR)$(bindir)/$$f; \
        done
        done
 
 
.s.o:
clean-binPROGRAMS:
        $(COMPILE) -c $<
        -test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS)
 
sim$(EXEEXT): $(sim_OBJECTS) $(sim_DEPENDENCIES)
.S.o:
        @rm -f sim$(EXEEXT)
        $(COMPILE) -c $<
        $(LINK) $(sim_LDFLAGS) $(sim_OBJECTS) $(sim_LDADD) $(LIBS)
 
 
mostlyclean-compile:
mostlyclean-compile:
        -rm -f *.o core *.core
        -rm -f *.$(OBJEXT) core *.core
 
 
clean-compile:
 
 
 
distclean-compile:
distclean-compile:
        -rm -f *.tab.c
        -rm -f *.tab.c
 
 
maintainer-clean-compile:
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mprofiler.Po@am__quote@
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/profiler.Po@am__quote@
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sim-config.Po@am__quote@
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/toplevel.Po@am__quote@
 
 
sim: $(sim_OBJECTS) $(sim_DEPENDENCIES)
distclean-depend:
        @rm -f sim
        -rm -rf ./$(DEPDIR)
        $(LINK) $(sim_LDFLAGS) $(sim_OBJECTS) $(sim_LDADD) $(LIBS)
 
 
.c.o:
 
@AMDEP_TRUE@    source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
 
@AMDEP_TRUE@    depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
 
@AMDEP_TRUE@    $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
        $(COMPILE) -c `test -f '$<' || echo '$(srcdir)/'`$<
 
 
 
.c.obj:
 
@AMDEP_TRUE@    source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
 
@AMDEP_TRUE@    depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
 
@AMDEP_TRUE@    $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
        $(COMPILE) -c `cygpath -w $<`
 
CCDEPMODE = @CCDEPMODE@
 
uninstall-info-am:
 
 
# This directory's subdirectories are mostly independent; you can cd
# This directory's subdirectories are mostly independent; you can cd
# into them and run `make' without going through this Makefile.
# into them and run `make' without going through this Makefile.
# To change the values of `make' variables: instead of editing Makefiles,
# To change the values of `make' variables: instead of editing Makefiles,
# (1) if the variable is set in `config.status', edit `config.status'
# (1) if the variable is set in `config.status', edit `config.status'
#     (which will cause the Makefiles to be regenerated when you run `make');
#     (which will cause the Makefiles to be regenerated when you run `make');
# (2) otherwise, pass the desired values on the `make' command line.
# (2) otherwise, pass the desired values on the `make' command line.
 
$(RECURSIVE_TARGETS):
@SET_MAKE@
        @set fnord $$MAKEFLAGS; amf=$$2; \
 
 
all-recursive install-data-recursive install-exec-recursive \
 
installdirs-recursive install-recursive uninstall-recursive  \
 
check-recursive installcheck-recursive info-recursive dvi-recursive:
 
        @set fnord $(MAKEFLAGS); amf=$$2; \
 
        dot_seen=no; \
        dot_seen=no; \
        target=`echo $@ | sed s/-recursive//`; \
        target=`echo $@ | sed s/-recursive//`; \
        list='$(SUBDIRS)'; for subdir in $$list; do \
        list='$(SUBDIRS)'; for subdir in $$list; do \
          echo "Making $$target in $$subdir"; \
          echo "Making $$target in $$subdir"; \
          if test "$$subdir" = "."; then \
          if test "$$subdir" = "."; then \
Line 262... Line 282...
          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
        fi; test -z "$$fail"
        fi; test -z "$$fail"
 
 
mostlyclean-recursive clean-recursive distclean-recursive \
mostlyclean-recursive clean-recursive distclean-recursive \
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 \
        case "$@" in \
 
          distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
 
          *) list='$(SUBDIRS)' ;; \
 
        esac; \
 
        rev=''; for subdir in $$list; do \
 
          if test "$$subdir" = "."; then :; else \
          rev="$$subdir $$rev"; \
          rev="$$subdir $$rev"; \
          test "$$subdir" != "." || dot_seen=yes; \
          fi; \
        done; \
        done; \
        test "$$dot_seen" = "no" && rev=". $$rev"; \
        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"; \
          if test "$$subdir" = "."; then \
          if test "$$subdir" = "."; then \
            local_target="$$target-am"; \
            local_target="$$target-am"; \
Line 285... Line 310...
tags-recursive:
tags-recursive:
        list='$(SUBDIRS)'; for subdir in $$list; do \
        list='$(SUBDIRS)'; for subdir in $$list; do \
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
        done
        done
 
 
 
ETAGS = etags
 
ETAGSFLAGS =
 
 
tags: TAGS
tags: TAGS
 
 
ID: $(HEADERS) $(SOURCES) $(LISP)
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
        list='$(SOURCES) $(HEADERS)'; \
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
        unique=`for i in $$list; do echo $$i; done | \
        unique=`for i in $$list; do \
          awk '    { files[$$0] = 1; } \
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
          done | \
 
          $(AWK) '    { files[$$0] = 1; } \
               END { for (i in files) print i; }'`; \
               END { for (i in files) print i; }'`; \
        here=`pwd` && cd $(srcdir) \
        mkid -fID $$unique
          && mkid -f$$here/ID $$unique $(LISP)
 
 
 
TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) $(LISP)
TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
 
                $(TAGS_FILES) $(LISP)
        tags=; \
        tags=; \
        here=`pwd`; \
        here=`pwd`; \
        list='$(SUBDIRS)'; for subdir in $$list; do \
        list='$(SUBDIRS)'; for subdir in $$list; do \
   if test "$$subdir" = .; then :; else \
   if test "$$subdir" = .; then :; else \
            test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
            test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
   fi; \
   fi; \
        done; \
        done; \
        list='$(SOURCES) $(HEADERS)'; \
        list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
        unique=`for i in $$list; do echo $$i; done | \
        unique=`for i in $$list; do \
          awk '    { files[$$0] = 1; } \
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
          done | \
 
          $(AWK) '    { files[$$0] = 1; } \
               END { for (i in files) print i; }'`; \
               END { for (i in files) print i; }'`; \
        test -z "$(ETAGS_ARGS)config.h.in$$unique$(LISP)$$tags" \
        test -z "$(ETAGS_ARGS)$$tags$$unique" \
          || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags config.h.in $$unique $(LISP) -o $$here/TAGS)
          || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
             $$tags $$unique
mostlyclean-tags:
 
 
GTAGS:
clean-tags:
        here=`$(am__cd) $(top_builddir) && pwd` \
 
          && cd $(top_srcdir) \
 
          && gtags -i $(GTAGS_ARGS) $$here
 
 
distclean-tags:
distclean-tags:
        -rm -f TAGS ID
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
 
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
maintainer-clean-tags:
 
 
 
 
top_distdir = .
distdir = $(PACKAGE)-$(VERSION)
distdir = $(PACKAGE)-$(VERSION)
top_distdir = $(distdir)
 
 
 
# This target untars the dist file and tries a VPATH configuration.  Then
am__remove_distdir = \
# it guarantees that the distribution is self-contained by making another
  { test ! -d $(distdir) \
# tarfile.
    || { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \
distcheck: dist
         && rm -fr $(distdir); }; }
        -rm -rf $(distdir)
 
        GZIP=$(GZIP_ENV) $(TAR) zxf $(distdir).tar.gz
GZIP_ENV = --best
        mkdir $(distdir)/=build
distcleancheck_listfiles = find . -type f -print
        mkdir $(distdir)/=inst
 
        dc_install_base=`cd $(distdir)/=inst && pwd`; \
 
        cd $(distdir)/=build \
 
          && ../configure --srcdir=.. --prefix=$$dc_install_base \
 
          && $(MAKE) $(AM_MAKEFLAGS) \
 
          && $(MAKE) $(AM_MAKEFLAGS) dvi \
 
          && $(MAKE) $(AM_MAKEFLAGS) check \
 
          && $(MAKE) $(AM_MAKEFLAGS) install \
 
          && $(MAKE) $(AM_MAKEFLAGS) installcheck \
 
          && $(MAKE) $(AM_MAKEFLAGS) dist
 
        -rm -rf $(distdir)
 
        @banner="$(distdir).tar.gz is ready for distribution"; \
 
        dashes=`echo "$$banner" | sed s/./=/g`; \
 
        echo "$$dashes"; \
 
        echo "$$banner"; \
 
        echo "$$dashes"
 
dist: distdir
 
        -chmod -R a+r $(distdir)
 
        GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
 
        -rm -rf $(distdir)
 
dist-all: distdir
 
        -chmod -R a+r $(distdir)
 
        GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
 
        -rm -rf $(distdir)
 
distdir: $(DISTFILES)
distdir: $(DISTFILES)
        -rm -rf $(distdir)
        $(am__remove_distdir)
        mkdir $(distdir)
        mkdir $(distdir)
        -chmod 777 $(distdir)
        @list='$(DISTFILES)'; for file in $$list; do \
        here=`cd $(top_builddir) && pwd`; \
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
        top_distdir=`cd $(distdir) && pwd`; \
          dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
        distdir=`cd $(distdir) && pwd`; \
          if test "$$dir" != "$$file" && test "$$dir" != "."; then \
        cd $(top_srcdir) \
            dir="/$$dir"; \
          && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --gnu Makefile
            $(mkinstalldirs) "$(distdir)$$dir"; \
        @for file in $(DISTFILES); do \
          else \
          d=$(srcdir); \
            dir=''; \
 
          fi; \
          if test -d $$d/$$file; then \
          if test -d $$d/$$file; then \
            cp -pr $$d/$$file $(distdir)/$$file; \
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
 
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
            fi; \
 
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
          else \
          else \
            test -f $(distdir)/$$file \
            test -f $(distdir)/$$file \
            || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
            || cp -p $$d/$$file $(distdir)/$$file \
            || cp -p $$d/$$file $(distdir)/$$file || :; \
            || exit 1; \
          fi; \
          fi; \
        done
        done
        for subdir in $(SUBDIRS); do \
        list='$(SUBDIRS)'; for subdir in $$list; do \
          if test "$$subdir" = .; then :; else \
          if test "$$subdir" = .; then :; else \
            test -d $(distdir)/$$subdir \
            test -d $(distdir)/$$subdir \
            || mkdir $(distdir)/$$subdir \
            || mkdir $(distdir)/$$subdir \
            || exit 1; \
            || exit 1; \
            chmod 777 $(distdir)/$$subdir; \
            (cd $$subdir && \
            (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir=../$(distdir) distdir=../$(distdir)/$$subdir distdir) \
              $(MAKE) $(AM_MAKEFLAGS) \
 
                top_distdir="$(top_distdir)" \
 
                distdir=../$(distdir)/$$subdir \
 
                distdir) \
              || exit 1; \
              || exit 1; \
          fi; \
          fi; \
        done
        done
 
        -find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
 
          ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
 
          ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
 
          ! -type d ! -perm -444 -exec $(SHELL) $(install_sh) -c -m a+r {} {} \; \
 
        || chmod -R a+r $(distdir)
 
dist-gzip: distdir
 
        $(AMTAR) chof - $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
 
        $(am__remove_distdir)
 
 
 
dist dist-all: distdir
 
        $(AMTAR) chof - $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
 
        $(am__remove_distdir)
 
 
DEPS_MAGIC := $(shell mkdir .deps > /dev/null 2>&1 || :)
# This target untars the dist file and tries a VPATH configuration.  Then
 
# it guarantees that the distribution is self-contained by making another
-include $(DEP_FILES)
# tarfile.
 
distcheck: dist
mostlyclean-depend:
        $(am__remove_distdir)
 
        GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(AMTAR) xf -
clean-depend:
        chmod -R a-w $(distdir); chmod a+w $(distdir)
 
        mkdir $(distdir)/=build
distclean-depend:
        mkdir $(distdir)/=inst
        -rm -rf .deps
        chmod a-w $(distdir)
 
        dc_install_base=`$(am__cd) $(distdir)/=inst && pwd` \
maintainer-clean-depend:
          && cd $(distdir)/=build \
 
          && ../configure --srcdir=.. --prefix=$$dc_install_base \
%.o: %.c
            $(DISTCHECK_CONFIGURE_FLAGS) \
        @echo '$(COMPILE) -c $<'; \
          && $(MAKE) $(AM_MAKEFLAGS) \
        $(COMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
          && $(MAKE) $(AM_MAKEFLAGS) dvi \
        @-cp .deps/$(*F).pp .deps/$(*F).P; \
          && $(MAKE) $(AM_MAKEFLAGS) check \
        tr ' ' '\012' < .deps/$(*F).pp \
          && $(MAKE) $(AM_MAKEFLAGS) install \
          | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
          && $(MAKE) $(AM_MAKEFLAGS) installcheck \
            >> .deps/$(*F).P; \
          && $(MAKE) $(AM_MAKEFLAGS) uninstall \
        rm .deps/$(*F).pp
          && (test `find $$dc_install_base -type f -print | wc -l` -le 1 \
 
              || { echo "ERROR: files left after uninstall:" ; \
%.lo: %.c
                   find $$dc_install_base -type f -print ; \
        @echo '$(LTCOMPILE) -c $<'; \
                   exit 1; } >&2 ) \
        $(LTCOMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
          && $(MAKE) $(AM_MAKEFLAGS) dist-gzip \
        @-sed -e 's/^\([^:]*\)\.o[      ]*:/\1.lo \1.o :/' \
          && rm -f $(distdir).tar.gz \
          < .deps/$(*F).pp > .deps/$(*F).P; \
          && $(MAKE) $(AM_MAKEFLAGS) distcleancheck
        tr ' ' '\012' < .deps/$(*F).pp \
        $(am__remove_distdir)
          | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
        @echo "$(distdir).tar.gz is ready for distribution" | \
            >> .deps/$(*F).P; \
          sed 'h;s/./=/g;p;x;p;x'
        rm -f .deps/$(*F).pp
distcleancheck: distclean
info-am:
        if test '$(srcdir)' = . ; then \
info: info-recursive
          echo "ERROR: distcleancheck can only run from a VPATH build" ; \
dvi-am:
          exit 1 ; \
dvi: dvi-recursive
        fi
 
        test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
 
          || { echo "ERROR: files left after distclean:" ; \
 
               $(distcleancheck_listfiles) ; \
 
               exit 1; } >&2
check-am: all-am
check-am: all-am
check: check-recursive
check: check-recursive
installcheck-am:
all-am: Makefile $(PROGRAMS) config.h
installcheck: installcheck-recursive
installdirs: installdirs-recursive
all-recursive-am: config.h
installdirs-am:
        $(MAKE) $(AM_MAKEFLAGS) all-recursive
        $(mkinstalldirs) $(DESTDIR)$(bindir)
 
 
install-exec-am: install-binPROGRAMS
install: install-recursive
install-exec: install-exec-recursive
install-exec: install-exec-recursive
 
 
install-data-am:
 
install-data: install-data-recursive
install-data: install-data-recursive
 
uninstall: uninstall-recursive
 
 
install-am: all-am
install-am: all-am
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
install: install-recursive
 
uninstall-am: uninstall-binPROGRAMS
 
uninstall: uninstall-recursive
 
all-am: Makefile $(PROGRAMS) config.h
 
all-redirect: all-recursive-am
 
install-strip:
 
        $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
 
installdirs: installdirs-recursive
 
installdirs-am:
 
        $(mkinstalldirs)  $(DESTDIR)$(bindir)
 
 
 
 
 
 
installcheck: installcheck-recursive
 
install-strip:
 
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
          INSTALL_STRIP_FLAG=-s \
 
          `test -z '$(STRIP)' || \
 
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
mostlyclean-generic:
mostlyclean-generic:
 
 
clean-generic:
clean-generic:
 
 
distclean-generic:
distclean-generic:
        -rm -f Makefile $(CONFIG_CLEAN_FILES)
        -rm -f Makefile $(CONFIG_CLEAN_FILES)
        -rm -f config.cache config.log stamp-h stamp-h[0-9]*
 
 
 
maintainer-clean-generic:
maintainer-clean-generic:
mostlyclean-am:  mostlyclean-hdr mostlyclean-binPROGRAMS \
        @echo "This command is intended for maintainers to use"
                mostlyclean-compile mostlyclean-tags mostlyclean-depend \
        @echo "it deletes files that may require special tools to rebuild."
                mostlyclean-generic
clean: clean-recursive
 
 
mostlyclean: mostlyclean-recursive
clean-am: clean-binPROGRAMS clean-generic mostlyclean-am
 
 
clean-am:  clean-hdr clean-binPROGRAMS clean-compile clean-tags \
distclean: distclean-recursive
                clean-depend clean-generic mostlyclean-am
        -rm -f $(am__CONFIG_DISTCLEAN_FILES)
 
distclean-am: clean-am distclean-compile distclean-depend \
 
        distclean-generic distclean-hdr distclean-tags
 
 
clean: clean-recursive
dvi: dvi-recursive
 
 
distclean-am:  distclean-hdr distclean-binPROGRAMS distclean-compile \
dvi-am:
                distclean-tags distclean-depend distclean-generic \
 
                clean-am
 
 
 
distclean: distclean-recursive
info: info-recursive
        -rm -f config.status
 
 
 
maintainer-clean-am:  maintainer-clean-hdr maintainer-clean-binPROGRAMS \
info-am:
                maintainer-clean-compile maintainer-clean-tags \
 
                maintainer-clean-depend maintainer-clean-generic \
install-data-am:
                distclean-am
 
        @echo "This command is intended for maintainers to use;"
install-exec-am: install-binPROGRAMS
        @echo "it deletes files that may require special tools to rebuild."
 
 
install-info: install-info-recursive
 
 
 
install-man:
 
 
 
installcheck-am:
 
 
maintainer-clean: maintainer-clean-recursive
maintainer-clean: maintainer-clean-recursive
        -rm -f config.status
        -rm -f $(am__CONFIG_DISTCLEAN_FILES)
 
        -rm -rf autom4te.cache
 
maintainer-clean-am: distclean-am maintainer-clean-generic
 
 
 
mostlyclean: mostlyclean-recursive
 
 
 
mostlyclean-am: mostlyclean-compile mostlyclean-generic
 
 
 
uninstall-am: uninstall-binPROGRAMS uninstall-info-am
 
 
.PHONY: mostlyclean-hdr distclean-hdr clean-hdr maintainer-clean-hdr \
uninstall-info: uninstall-info-recursive
mostlyclean-binPROGRAMS distclean-binPROGRAMS clean-binPROGRAMS \
 
maintainer-clean-binPROGRAMS uninstall-binPROGRAMS install-binPROGRAMS \
 
mostlyclean-compile distclean-compile clean-compile \
 
maintainer-clean-compile install-data-recursive \
 
uninstall-data-recursive install-exec-recursive \
 
uninstall-exec-recursive installdirs-recursive uninstalldirs-recursive \
 
all-recursive check-recursive installcheck-recursive info-recursive \
 
dvi-recursive mostlyclean-recursive distclean-recursive clean-recursive \
 
maintainer-clean-recursive tags tags-recursive mostlyclean-tags \
 
distclean-tags clean-tags maintainer-clean-tags distdir \
 
mostlyclean-depend distclean-depend clean-depend \
 
maintainer-clean-depend info-am info dvi-am dvi check check-am \
 
installcheck-am installcheck all-recursive-am install-exec-am \
 
install-exec install-data-am install-data install-am install \
 
uninstall-am uninstall all-redirect all-am all installdirs-am \
 
installdirs mostlyclean-generic distclean-generic clean-generic \
 
maintainer-clean-generic clean mostlyclean distclean maintainer-clean
 
 
 
 
.PHONY: $(RECURSIVE_TARGETS) GTAGS all all-am check check-am clean \
 
        clean-binPROGRAMS clean-generic clean-recursive dist dist-all \
 
        dist-gzip distcheck distclean distclean-compile \
 
        distclean-depend distclean-generic distclean-hdr \
 
        distclean-recursive distclean-tags distcleancheck distdir dvi \
 
        dvi-am dvi-recursive info info-am info-recursive install \
 
        install-am install-binPROGRAMS install-data install-data-am \
 
        install-data-recursive install-exec install-exec-am \
 
        install-exec-recursive install-info install-info-am \
 
        install-info-recursive install-man install-recursive \
 
        install-strip installcheck installcheck-am installdirs \
 
        installdirs-am installdirs-recursive maintainer-clean \
 
        maintainer-clean-generic maintainer-clean-recursive mostlyclean \
 
        mostlyclean-compile mostlyclean-generic mostlyclean-recursive \
 
        tags tags-recursive uninstall uninstall-am \
 
        uninstall-binPROGRAMS uninstall-info-am \
 
        uninstall-info-recursive uninstall-recursive
 
 
# Tell versions [3.59,3.63) of GNU make to not export all variables.
# Tell versions [3.59,3.63) of GNU make to not export all variables.
# Otherwise a system limit (for SysV at least) may be exceeded.
# Otherwise a system limit (for SysV at least) may be exceeded.
.NOEXPORT:
.NOEXPORT:

powered by: WebSVN 2.1.0

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