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

Subversion Repositories or1k

[/] [or1k/] [tags/] [stable_0_2_0_rc2/] [or1ksim/] [peripheral/] [Makefile.in] - Diff between revs 1376 and 1576

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

Rev 1376 Rev 1576
Line 1... Line 1...
# Makefile.in generated by automake 1.6.3 from Makefile.am.
# Makefile.in generated by automake 1.9.5 from Makefile.am.
# @configure_input@
# @configure_input@
 
 
# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
# Free Software Foundation, Inc.
# 2003, 2004, 2005  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 31... Line 31...
#
#
# You should have received a copy of the GNU General Public License
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
# along with this program; if not, write to the Free Software
# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
#
#
SHELL = @SHELL@
 
 
SOURCES = $(libperipheral_a_SOURCES)
 
 
srcdir = @srcdir@
srcdir = @srcdir@
top_srcdir = @top_srcdir@
top_srcdir = @top_srcdir@
VPATH = @srcdir@
VPATH = @srcdir@
prefix = @prefix@
 
exec_prefix = @exec_prefix@
 
 
 
bindir = @bindir@
 
sbindir = @sbindir@
 
libexecdir = @libexecdir@
 
datadir = @datadir@
 
sysconfdir = @sysconfdir@
 
sharedstatedir = @sharedstatedir@
 
localstatedir = @localstatedir@
 
libdir = @libdir@
 
infodir = @infodir@
 
mandir = @mandir@
 
includedir = @includedir@
 
oldincludedir = /usr/include
 
pkgdatadir = $(datadir)/@PACKAGE@
pkgdatadir = $(datadir)/@PACKAGE@
pkglibdir = $(libdir)/@PACKAGE@
pkglibdir = $(libdir)/@PACKAGE@
pkgincludedir = $(includedir)/@PACKAGE@
pkgincludedir = $(includedir)/@PACKAGE@
top_builddir = ..
top_builddir = ..
 
 
ACLOCAL = @ACLOCAL@
 
AUTOCONF = @AUTOCONF@
 
AUTOMAKE = @AUTOMAKE@
 
AUTOHEADER = @AUTOHEADER@
 
 
 
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
INSTALL = @INSTALL@
INSTALL = @INSTALL@
INSTALL_PROGRAM = @INSTALL_PROGRAM@
 
INSTALL_DATA = @INSTALL_DATA@
 
install_sh_DATA = $(install_sh) -c -m 644
install_sh_DATA = $(install_sh) -c -m 644
install_sh_PROGRAM = $(install_sh) -c
install_sh_PROGRAM = $(install_sh) -c
install_sh_SCRIPT = $(install_sh) -c
install_sh_SCRIPT = $(install_sh) -c
INSTALL_SCRIPT = @INSTALL_SCRIPT@
 
INSTALL_HEADER = $(INSTALL_DATA)
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 = :
POST_UNINSTALL = :
POST_UNINSTALL = :
build_alias = @build_alias@
 
build_triplet = @build@
build_triplet = @build@
host_alias = @host_alias@
 
host_triplet = @host@
host_triplet = @host@
target_alias = @target_alias@
 
target_triplet = @target@
target_triplet = @target@
 
subdir = peripheral
EXEEXT = @EXEEXT@
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
OBJEXT = @OBJEXT@
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
PATH_SEPARATOR = @PATH_SEPARATOR@
am__aclocal_m4_deps = $(top_srcdir)/configure.in
 
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
 
        $(ACLOCAL_M4)
 
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
 
CONFIG_HEADER = $(top_builddir)/config.h
 
CONFIG_CLEAN_FILES =
 
LIBRARIES = $(noinst_LIBRARIES)
 
libperipheral_a_AR = $(AR) $(ARFLAGS)
 
libperipheral_a_LIBADD =
 
am_libperipheral_a_OBJECTS = 16450.$(OBJEXT) dma.$(OBJEXT) \
 
        mc.$(OBJEXT) eth.$(OBJEXT) crc32.$(OBJEXT) gpio.$(OBJEXT) \
 
        vga.$(OBJEXT) fb.$(OBJEXT) ps2kbd.$(OBJEXT) atahost.$(OBJEXT) \
 
        atadevice.$(OBJEXT) atadevice_cmdi.$(OBJEXT) memory.$(OBJEXT)
 
libperipheral_a_OBJECTS = $(am_libperipheral_a_OBJECTS)
 
DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
 
depcomp = $(SHELL) $(top_srcdir)/depcomp
 
am__depfiles_maybe = depfiles
 
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
 
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
 
CCLD = $(CC)
 
LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
 
SOURCES = $(libperipheral_a_SOURCES)
 
DIST_SOURCES = $(libperipheral_a_SOURCES)
 
RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
 
        html-recursive info-recursive install-data-recursive \
 
        install-exec-recursive install-info-recursive \
 
        install-recursive installcheck-recursive installdirs-recursive \
 
        pdf-recursive ps-recursive uninstall-info-recursive \
 
        uninstall-recursive
 
ETAGS = etags
 
CTAGS = ctags
 
DIST_SUBDIRS = $(SUBDIRS)
 
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 
ACLOCAL = @ACLOCAL@
 
AMDEP_FALSE = @AMDEP_FALSE@
 
AMDEP_TRUE = @AMDEP_TRUE@
AMTAR = @AMTAR@
AMTAR = @AMTAR@
AR = @AR@
AR = @AR@
ARFLAGS = @ARFLAGS@
ARFLAGS = @ARFLAGS@
 
AUTOCONF = @AUTOCONF@
 
AUTOHEADER = @AUTOHEADER@
 
AUTOMAKE = @AUTOMAKE@
AWK = @AWK@
AWK = @AWK@
BUILD_DIR = @BUILD_DIR@
BUILD_DIR = @BUILD_DIR@
CC = @CC@
CC = @CC@
 
CCDEPMODE = @CCDEPMODE@
CFLAGS = @CFLAGS@
CFLAGS = @CFLAGS@
 
CPP = @CPP@
 
CPPFLAGS = @CPPFLAGS@
CPU_ARCH = @CPU_ARCH@
CPU_ARCH = @CPU_ARCH@
 
CYGPATH_W = @CYGPATH_W@
 
DEFS = @DEFS@
DEPDIR = @DEPDIR@
DEPDIR = @DEPDIR@
 
DYNAMIC_EXECUTION_FALSE = @DYNAMIC_EXECUTION_FALSE@
 
DYNAMIC_EXECUTION_TRUE = @DYNAMIC_EXECUTION_TRUE@
 
ECHO_C = @ECHO_C@
 
ECHO_N = @ECHO_N@
 
ECHO_T = @ECHO_T@
 
EGREP = @EGREP@
 
EXEEXT = @EXEEXT@
 
GENERATE_NEEDED_FALSE = @GENERATE_NEEDED_FALSE@
 
GENERATE_NEEDED_TRUE = @GENERATE_NEEDED_TRUE@
INCLUDES = @INCLUDES@
INCLUDES = @INCLUDES@
 
INSTALL_DATA = @INSTALL_DATA@
 
INSTALL_PROGRAM = @INSTALL_PROGRAM@
 
INSTALL_SCRIPT = @INSTALL_SCRIPT@
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
 
LDFLAGS = @LDFLAGS@
 
LIBOBJS = @LIBOBJS@
 
LIBS = @LIBS@
LOCAL_CFLAGS = @LOCAL_CFLAGS@
LOCAL_CFLAGS = @LOCAL_CFLAGS@
LOCAL_DEFS = @LOCAL_DEFS@
LOCAL_DEFS = @LOCAL_DEFS@
 
LOCAL_LDFLAGS = @LOCAL_LDFLAGS@
 
LTLIBOBJS = @LTLIBOBJS@
 
MAKEINFO = @MAKEINFO@
MAKE_SHELL = @MAKE_SHELL@
MAKE_SHELL = @MAKE_SHELL@
 
OBJEXT = @OBJEXT@
PACKAGE = @PACKAGE@
PACKAGE = @PACKAGE@
 
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
 
PACKAGE_NAME = @PACKAGE_NAME@
 
PACKAGE_STRING = @PACKAGE_STRING@
 
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
PACKAGE_VERSION = @PACKAGE_VERSION@
 
PATH_SEPARATOR = @PATH_SEPARATOR@
RANLIB = @RANLIB@
RANLIB = @RANLIB@
 
SET_MAKE = @SET_MAKE@
 
SHELL = @SHELL@
STRIP = @STRIP@
STRIP = @STRIP@
SUMVERSION = @SUMVERSION@
SUMVERSION = @SUMVERSION@
TERMCAP_LIB = @TERMCAP_LIB@
TERMCAP_LIB = @TERMCAP_LIB@
VERSION = @VERSION@
VERSION = @VERSION@
 
ac_ct_CC = @ac_ct_CC@
 
ac_ct_RANLIB = @ac_ct_RANLIB@
 
ac_ct_STRIP = @ac_ct_STRIP@
 
am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
 
am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
am__include = @am__include@
am__include = @am__include@
 
am__leading_dot = @am__leading_dot@
am__quote = @am__quote@
am__quote = @am__quote@
 
am__tar = @am__tar@
 
am__untar = @am__untar@
 
bindir = @bindir@
 
build = @build@
 
build_alias = @build_alias@
 
build_cpu = @build_cpu@
 
build_os = @build_os@
 
build_vendor = @build_vendor@
 
datadir = @datadir@
 
exec_prefix = @exec_prefix@
host = @host@
host = @host@
 
host_alias = @host_alias@
host_cpu = @host_cpu@
host_cpu = @host_cpu@
host_os = @host_os@
host_os = @host_os@
 
host_vendor = @host_vendor@
 
includedir = @includedir@
 
infodir = @infodir@
install_sh = @install_sh@
install_sh = @install_sh@
 
libdir = @libdir@
 
libexecdir = @libexecdir@
 
localstatedir = @localstatedir@
 
mandir = @mandir@
 
mkdir_p = @mkdir_p@
 
oldincludedir = @oldincludedir@
 
prefix = @prefix@
 
program_transform_name = @program_transform_name@
 
sbindir = @sbindir@
 
sharedstatedir = @sharedstatedir@
 
sysconfdir = @sysconfdir@
 
target = @target@
 
target_alias = @target_alias@
 
target_cpu = @target_cpu@
 
target_os = @target_os@
 
target_vendor = @target_vendor@
SUBDIRS = channels
SUBDIRS = channels
 
 
noinst_LIBRARIES = libperipheral.a
noinst_LIBRARIES = libperipheral.a
libperipheral_a_SOURCES = \
libperipheral_a_SOURCES = \
16450.c                   \
16450.c                   \
dma.c                     \
dma.c                     \
mc.c                      \
mc.c                      \
Line 130... Line 208...
fb.c                      \
fb.c                      \
ps2kbd.c                  \
ps2kbd.c                  \
atahost.c                 \
atahost.c                 \
atadevice.c               \
atadevice.c               \
atadevice_cmdi.c          \
atadevice_cmdi.c          \
test.c
memory.c
 
 
subdir = peripheral
 
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
 
CONFIG_HEADER = $(top_builddir)/config.h
 
CONFIG_CLEAN_FILES =
 
LIBRARIES = $(noinst_LIBRARIES)
 
 
 
libperipheral_a_AR = $(AR) cru
 
libperipheral_a_LIBADD =
 
am_libperipheral_a_OBJECTS = 16450.$(OBJEXT) dma.$(OBJEXT) mc.$(OBJEXT) \
 
        eth.$(OBJEXT) crc32.$(OBJEXT) gpio.$(OBJEXT) vga.$(OBJEXT) \
 
        fb.$(OBJEXT) ps2kbd.$(OBJEXT) atahost.$(OBJEXT) \
 
        atadevice.$(OBJEXT) atadevice_cmdi.$(OBJEXT) test.$(OBJEXT)
 
libperipheral_a_OBJECTS = $(am_libperipheral_a_OBJECTS)
 
 
 
DEFS = @DEFS@
 
DEFAULT_INCLUDES =  -I. -I$(srcdir) -I$(top_builddir)
 
CPPFLAGS = @CPPFLAGS@
 
LDFLAGS = @LDFLAGS@
 
LIBS = @LIBS@
 
depcomp = $(SHELL) $(top_srcdir)/depcomp
 
am__depfiles_maybe = depfiles
 
@AMDEP_TRUE@DEP_FILES = ./$(DEPDIR)/16450.Po ./$(DEPDIR)/atadevice.Po \
 
@AMDEP_TRUE@    ./$(DEPDIR)/atadevice_cmdi.Po \
 
@AMDEP_TRUE@    ./$(DEPDIR)/atahost.Po ./$(DEPDIR)/crc32.Po \
 
@AMDEP_TRUE@    ./$(DEPDIR)/dma.Po ./$(DEPDIR)/eth.Po \
 
@AMDEP_TRUE@    ./$(DEPDIR)/fb.Po ./$(DEPDIR)/gpio.Po \
 
@AMDEP_TRUE@    ./$(DEPDIR)/mc.Po ./$(DEPDIR)/ps2kbd.Po \
 
@AMDEP_TRUE@    ./$(DEPDIR)/test.Po ./$(DEPDIR)/vga.Po
 
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
 
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
 
CCLD = $(CC)
 
LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
 
DIST_SOURCES = $(libperipheral_a_SOURCES)
 
 
 
RECURSIVE_TARGETS = info-recursive dvi-recursive install-info-recursive \
 
        uninstall-info-recursive all-recursive install-data-recursive \
 
        install-exec-recursive installdirs-recursive install-recursive \
 
        uninstall-recursive check-recursive installcheck-recursive
 
DIST_COMMON = Makefile.am Makefile.in
 
DIST_SUBDIRS = $(SUBDIRS)
 
SOURCES = $(libperipheral_a_SOURCES)
 
 
 
all: all-recursive
all: all-recursive
 
 
.SUFFIXES:
.SUFFIXES:
.SUFFIXES: .c .o .obj
.SUFFIXES: .c .o .obj
$(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
 
        @for dep in $?; do \
 
          case '$(am__configure_deps)' in \
 
            *$$dep*) \
 
              cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
 
                && exit 0; \
 
              exit 1;; \
 
          esac; \
 
        done; \
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  peripheral/Makefile'; \
        cd $(top_srcdir) && \
        cd $(top_srcdir) && \
          $(AUTOMAKE) --gnu  peripheral/Makefile
          $(AUTOMAKE) --gnu  peripheral/Makefile
 
.PRECIOUS: Makefile
Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
        cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
        @case '$?' in \
 
          *config.status*) \
 
            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
 
          *) \
 
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
 
            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
 
        esac;
 
 
 
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
 
 
$(top_srcdir)/configure:  $(am__configure_deps)
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
 
clean-noinstLIBRARIES:
clean-noinstLIBRARIES:
        -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
        -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
libperipheral.a: $(libperipheral_a_OBJECTS) $(libperipheral_a_DEPENDENCIES)
libperipheral.a: $(libperipheral_a_OBJECTS) $(libperipheral_a_DEPENDENCIES)
        -rm -f libperipheral.a
        -rm -f libperipheral.a
        $(libperipheral_a_AR) libperipheral.a $(libperipheral_a_OBJECTS) $(libperipheral_a_LIBADD)
        $(libperipheral_a_AR) libperipheral.a $(libperipheral_a_OBJECTS) $(libperipheral_a_LIBADD)
        $(RANLIB) libperipheral.a
        $(RANLIB) libperipheral.a
 
 
mostlyclean-compile:
mostlyclean-compile:
        -rm -f *.$(OBJEXT) core *.core
        -rm -f *.$(OBJEXT)
 
 
distclean-compile:
distclean-compile:
        -rm -f *.tab.c
        -rm -f *.tab.c
 
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/16450.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/16450.Po@am__quote@
Line 207... Line 267...
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dma.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dma.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eth.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eth.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fb.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fb.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gpio.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gpio.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mc.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mc.Po@am__quote@
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/memory.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ps2kbd.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ps2kbd.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test.Po@am__quote@
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/vga.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/vga.Po@am__quote@
 
 
distclean-depend:
 
        -rm -rf ./$(DEPDIR)
 
 
 
.c.o:
.c.o:
@AMDEP_TRUE@    source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
@am__fastdepCC_TRUE@    if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
@AMDEP_TRUE@    depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
@AMDEP_TRUE@    $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
        $(COMPILE) -c `test -f '$<' || echo '$(srcdir)/'`$<
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
@am__fastdepCC_FALSE@   $(COMPILE) -c $<
 
 
.c.obj:
.c.obj:
@AMDEP_TRUE@    source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
@am__fastdepCC_TRUE@    if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
@AMDEP_TRUE@    depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
@AMDEP_TRUE@    $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
        $(COMPILE) -c `cygpath -w $<`
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
CCDEPMODE = @CCDEPMODE@
@am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
uninstall-info-am:
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):
$(RECURSIVE_TARGETS):
        @set fnord $$MAKEFLAGS; amf=$$2; \
        @failcom='exit 1'; \
 
        for f in x $$MAKEFLAGS; do \
 
          case $$f in \
 
            *=* | --[!k]*);; \
 
            *k*) failcom='fail=yes';; \
 
          esac; \
 
        done; \
        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 247... Line 311...
            local_target="$$target-am"; \
            local_target="$$target-am"; \
          else \
          else \
            local_target="$$target"; \
            local_target="$$target"; \
          fi; \
          fi; \
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
           || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
          || eval $$failcom; \
        done; \
        done; \
        if test "$$dot_seen" = "no"; then \
        if test "$$dot_seen" = "no"; then \
          $(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; \
        @failcom='exit 1'; \
 
        for f in x $$MAKEFLAGS; do \
 
          case $$f in \
 
            *=* | --[!k]*);; \
 
            *k*) failcom='fail=yes';; \
 
          esac; \
 
        done; \
        dot_seen=no; \
        dot_seen=no; \
        case "$@" in \
        case "$@" in \
          distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
          distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
          *) list='$(SUBDIRS)' ;; \
          *) list='$(SUBDIRS)' ;; \
        esac; \
        esac; \
Line 276... Line 346...
            local_target="$$target-am"; \
            local_target="$$target-am"; \
          else \
          else \
            local_target="$$target"; \
            local_target="$$target"; \
          fi; \
          fi; \
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
           || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
          || eval $$failcom; \
        done && test -z "$$fail"
        done && test -z "$$fail"
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
 
ctags-recursive:
ETAGS = etags
        list='$(SUBDIRS)'; for subdir in $$list; do \
ETAGSFLAGS =
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
 
        done
tags: TAGS
 
 
 
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
        unique=`for i in $$list; do \
        unique=`for i in $$list; do \
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
          done | \
          done | \
          $(AWK) '    { files[$$0] = 1; } \
          $(AWK) '    { files[$$0] = 1; } \
               END { for (i in files) print i; }'`; \
               END { for (i in files) print i; }'`; \
        mkid -fID $$unique
        mkid -fID $$unique
 
tags: TAGS
 
 
TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
                $(TAGS_FILES) $(LISP)
                $(TAGS_FILES) $(LISP)
        tags=; \
        tags=; \
        here=`pwd`; \
        here=`pwd`; \
 
        if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
 
          include_option=--etags-include; \
 
          empty_fix=.; \
 
        else \
 
          include_option=--include; \
 
          empty_fix=; \
 
        fi; \
        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 $$include_option=$$here/$$subdir/TAGS"; \
          fi; \
          fi; \
        done; \
        done; \
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
        unique=`for i in $$list; do \
        unique=`for i in $$list; do \
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
          done | \
          done | \
          $(AWK) '    { files[$$0] = 1; } \
          $(AWK) '    { files[$$0] = 1; } \
               END { for (i in files) print i; }'`; \
               END { for (i in files) print i; }'`; \
        test -z "$(ETAGS_ARGS)$$tags$$unique" \
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
          || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
          test -n "$$unique" || unique=$$empty_fix; \
 
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
            $$tags $$unique; \
 
        fi
 
ctags: CTAGS
 
CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
 
                $(TAGS_FILES) $(LISP)
 
        tags=; \
 
        here=`pwd`; \
 
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
 
        unique=`for i in $$list; do \
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
          done | \
 
          $(AWK) '    { files[$$0] = 1; } \
 
               END { for (i in files) print i; }'`; \
 
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
 
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
             $$tags $$unique
             $$tags $$unique
 
 
GTAGS:
GTAGS:
        here=`$(am__cd) $(top_builddir) && pwd` \
        here=`$(am__cd) $(top_builddir) && pwd` \
          && cd $(top_srcdir) \
          && cd $(top_srcdir) \
          && gtags -i $(GTAGS_ARGS) $$here
          && gtags -i $(GTAGS_ARGS) $$here
 
 
distclean-tags:
distclean-tags:
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 
 
 
top_distdir = ..
 
distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
 
 
 
distdir: $(DISTFILES)
distdir: $(DISTFILES)
        @list='$(DISTFILES)'; for file in $$list; do \
        @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
 
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
 
        list='$(DISTFILES)'; for file in $$list; do \
 
          case $$file in \
 
            $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
 
            $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
 
          esac; \
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
          dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
          dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
          if test "$$dir" != "$$file" && test "$$dir" != "."; then \
          if test "$$dir" != "$$file" && test "$$dir" != "."; then \
            dir="/$$dir"; \
            dir="/$$dir"; \
            $(mkinstalldirs) "$(distdir)$$dir"; \
            $(mkdir_p) "$(distdir)$$dir"; \
          else \
          else \
            dir=''; \
            dir=''; \
          fi; \
          fi; \
          if test -d $$d/$$file; then \
          if test -d $$d/$$file; then \
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
Line 349... Line 445...
            test -f $(distdir)/$$file \
            test -f $(distdir)/$$file \
            || cp -p $$d/$$file $(distdir)/$$file \
            || cp -p $$d/$$file $(distdir)/$$file \
            || exit 1; \
            || exit 1; \
          fi; \
          fi; \
        done
        done
        list='$(SUBDIRS)'; for subdir in $$list; do \
        list='$(DIST_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_p) "$(distdir)/$$subdir" \
            || exit 1; \
            || exit 1; \
 
            distdir=`$(am__cd) $(distdir) && pwd`; \
 
            top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
            (cd $$subdir && \
            (cd $$subdir && \
              $(MAKE) $(AM_MAKEFLAGS) \
              $(MAKE) $(AM_MAKEFLAGS) \
                top_distdir="$(top_distdir)" \
                top_distdir="$$top_distdir" \
                distdir=../$(distdir)/$$subdir \
                distdir="$$distdir/$$subdir" \
                distdir) \
                distdir) \
              || exit 1; \
              || exit 1; \
          fi; \
          fi; \
        done
        done
check-am: all-am
check-am: all-am
check: check-recursive
check: check-recursive
all-am: Makefile $(LIBRARIES)
all-am: Makefile $(LIBRARIES)
installdirs: installdirs-recursive
installdirs: installdirs-recursive
installdirs-am:
installdirs-am:
 
 
install: install-recursive
install: install-recursive
install-exec: install-exec-recursive
install-exec: install-exec-recursive
install-data: install-data-recursive
install-data: install-data-recursive
uninstall: uninstall-recursive
uninstall: uninstall-recursive
 
 
Line 379... Line 476...
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
 
 
installcheck: installcheck-recursive
installcheck: installcheck-recursive
install-strip:
install-strip:
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
          INSTALL_STRIP_FLAG=-s \
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
          `test -z '$(STRIP)' || \
          `test -z '$(STRIP)' || \
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
            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)
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
 
maintainer-clean-generic:
maintainer-clean-generic:
        @echo "This command is intended for maintainers to use"
        @echo "This command is intended for maintainers to use"
        @echo "it deletes files that may require special tools to rebuild."
        @echo "it deletes files that may require special tools to rebuild."
clean: clean-recursive
clean: clean-recursive
 
 
clean-am: clean-generic clean-noinstLIBRARIES mostlyclean-am
clean-am: clean-generic clean-noinstLIBRARIES mostlyclean-am
 
 
distclean: distclean-recursive
distclean: distclean-recursive
 
        -rm -rf ./$(DEPDIR)
distclean-am: clean-am distclean-compile distclean-depend \
        -rm -f Makefile
        distclean-generic distclean-tags
distclean-am: clean-am distclean-compile distclean-generic \
 
        distclean-tags
 
 
dvi: dvi-recursive
dvi: dvi-recursive
 
 
dvi-am:
dvi-am:
 
 
 
html: html-recursive
 
 
info: info-recursive
info: info-recursive
 
 
info-am:
info-am:
 
 
install-data-am:
install-data-am:
Line 420... Line 520...
install-man:
install-man:
 
 
installcheck-am:
installcheck-am:
 
 
maintainer-clean: maintainer-clean-recursive
maintainer-clean: maintainer-clean-recursive
 
        -rm -rf ./$(DEPDIR)
 
        -rm -f Makefile
maintainer-clean-am: distclean-am maintainer-clean-generic
maintainer-clean-am: distclean-am maintainer-clean-generic
 
 
mostlyclean: mostlyclean-recursive
mostlyclean: mostlyclean-recursive
 
 
mostlyclean-am: mostlyclean-compile mostlyclean-generic
mostlyclean-am: mostlyclean-compile mostlyclean-generic
 
 
 
pdf: pdf-recursive
 
 
 
pdf-am:
 
 
 
ps: ps-recursive
 
 
 
ps-am:
 
 
uninstall-am: uninstall-info-am
uninstall-am: uninstall-info-am
 
 
uninstall-info: uninstall-info-recursive
uninstall-info: uninstall-info-recursive
 
 
.PHONY: $(RECURSIVE_TARGETS) GTAGS all all-am check check-am clean \
.PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am check check-am \
        clean-generic clean-noinstLIBRARIES clean-recursive distclean \
        clean clean-generic clean-noinstLIBRARIES clean-recursive \
        distclean-compile distclean-depend distclean-generic \
        ctags ctags-recursive distclean distclean-compile \
        distclean-recursive distclean-tags distdir dvi dvi-am \
        distclean-generic distclean-recursive distclean-tags distdir \
        dvi-recursive info info-am info-recursive install install-am \
        dvi dvi-am html html-am info info-am install install-am \
        install-data install-data-am install-data-recursive \
        install-data install-data-am install-exec install-exec-am \
        install-exec install-exec-am install-exec-recursive \
        install-info install-info-am install-man install-strip \
        install-info install-info-am install-info-recursive install-man \
        installcheck installcheck-am installdirs installdirs-am \
        install-recursive install-strip installcheck installcheck-am \
 
        installdirs installdirs-am installdirs-recursive \
 
        maintainer-clean maintainer-clean-generic \
        maintainer-clean maintainer-clean-generic \
        maintainer-clean-recursive mostlyclean mostlyclean-compile \
        maintainer-clean-recursive mostlyclean mostlyclean-compile \
        mostlyclean-generic mostlyclean-recursive tags tags-recursive \
        mostlyclean-generic mostlyclean-recursive pdf pdf-am ps ps-am \
        uninstall uninstall-am uninstall-info-am \
        tags tags-recursive uninstall uninstall-am 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.