OpenCores
URL https://opencores.org/ocsvn/openrisc_2011-10-31/openrisc_2011-10-31/trunk

Subversion Repositories openrisc_2011-10-31

[/] [openrisc/] [tags/] [or1ksim/] [or1ksim-0.3.0/] [build/] [tick/] [Makefile] - Diff between revs 19 and 21

Only display areas with differences | Details | Blame | View Log

Rev 19 Rev 21
# Makefile.in generated by automake 1.10.1 from Makefile.am.
# Makefile.in generated by automake 1.10.1 from Makefile.am.
# tick/Makefile.  Generated from Makefile.in by configure.
# tick/Makefile.  Generated from Makefile.in by configure.
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
# 2003, 2004, 2005, 2006, 2007, 2008  Free Software Foundation, Inc.
# 2003, 2004, 2005, 2006, 2007, 2008  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.
# Makefile -- Makefile for peripherals simulation
# Makefile -- Makefile for peripherals simulation
#
#
# Copyright (C) 1999 Damjan Lampret, lampret@opencores.org
# Copyright (C) 1999 Damjan Lampret, lampret@opencores.org
# Copyright (C) 2008 Embecosm Limited
# Copyright (C) 2008 Embecosm Limited
#
#
# Contributor Jeremy Bennett 
# Contributor Jeremy Bennett 
#
#
# This file is part of OpenRISC 1000 Architectural Simulator.
# This file is part of OpenRISC 1000 Architectural Simulator.
#
#
# This program is free software; you can redistribute it and/or modify it
# 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
# 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)
# Software Foundation; either version 3 of the License, or (at your option)
# any later version.
# any later version.
#
#
# This program is distributed in the hope that it will be useful, but WITHOUT
# This program is distributed in the hope that it will be useful, but WITHOUT
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
# FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for
# FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for
# more details.
# more details.
#
#
# You should have received a copy of the GNU General Public License along
# You should have received a copy of the GNU General Public License along
# with this program.  If not, see .
# with this program.  If not, see .
VPATH = ../../tick
VPATH = ../../tick
pkgdatadir = $(datadir)/or1ksim
pkgdatadir = $(datadir)/or1ksim
pkglibdir = $(libdir)/or1ksim
pkglibdir = $(libdir)/or1ksim
pkgincludedir = $(includedir)/or1ksim
pkgincludedir = $(includedir)/or1ksim
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
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_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_triplet = i686-pc-linux-gnu
build_triplet = i686-pc-linux-gnu
host_triplet = i686-pc-linux-gnu
host_triplet = i686-pc-linux-gnu
target_triplet = or32-unknown-uclinux
target_triplet = or32-unknown-uclinux
subdir = tick
subdir = tick
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
am__aclocal_m4_deps = $(top_srcdir)/configure.ac
am__aclocal_m4_deps = $(top_srcdir)/configure.ac
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
        $(ACLOCAL_M4)
        $(ACLOCAL_M4)
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
CONFIG_HEADER = $(top_builddir)/config.h
CONFIG_HEADER = $(top_builddir)/config.h
CONFIG_CLEAN_FILES =
CONFIG_CLEAN_FILES =
LTLIBRARIES = $(noinst_LTLIBRARIES)
LTLIBRARIES = $(noinst_LTLIBRARIES)
libtick_la_LIBADD =
libtick_la_LIBADD =
am_libtick_la_OBJECTS = tick.lo
am_libtick_la_OBJECTS = tick.lo
libtick_la_OBJECTS = $(am_libtick_la_OBJECTS)
libtick_la_OBJECTS = $(am_libtick_la_OBJECTS)
DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
depcomp = $(SHELL) $(top_srcdir)/depcomp
depcomp = $(SHELL) $(top_srcdir)/depcomp
am__depfiles_maybe = depfiles
am__depfiles_maybe = depfiles
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
        --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
        --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
        $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
        $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
CCLD = $(CC)
CCLD = $(CC)
LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
        --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
        --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
        $(LDFLAGS) -o $@
        $(LDFLAGS) -o $@
SOURCES = $(libtick_la_SOURCES)
SOURCES = $(libtick_la_SOURCES)
DIST_SOURCES = $(libtick_la_SOURCES)
DIST_SOURCES = $(libtick_la_SOURCES)
ETAGS = etags
ETAGS = etags
CTAGS = ctags
CTAGS = ctags
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
ACLOCAL = ${SHELL} /home/jeremy/partners/OpenCores/cvstrees/or1k/or1ksim/missing --run aclocal-1.10
ACLOCAL = ${SHELL} /home/jeremy/partners/OpenCores/cvstrees/or1k/or1ksim/missing --run aclocal-1.10
AMTAR = ${SHELL} /home/jeremy/partners/OpenCores/cvstrees/or1k/or1ksim/missing --run tar
AMTAR = ${SHELL} /home/jeremy/partners/OpenCores/cvstrees/or1k/or1ksim/missing --run tar
AR = ar
AR = ar
ARFLAGS = cr
ARFLAGS = cr
AUTOCONF = ${SHELL} /home/jeremy/partners/OpenCores/cvstrees/or1k/or1ksim/missing --run autoconf
AUTOCONF = ${SHELL} /home/jeremy/partners/OpenCores/cvstrees/or1k/or1ksim/missing --run autoconf
AUTOHEADER = ${SHELL} /home/jeremy/partners/OpenCores/cvstrees/or1k/or1ksim/missing --run autoheader
AUTOHEADER = ${SHELL} /home/jeremy/partners/OpenCores/cvstrees/or1k/or1ksim/missing --run autoheader
AUTOMAKE = ${SHELL} /home/jeremy/partners/OpenCores/cvstrees/or1k/or1ksim/missing --run automake-1.10
AUTOMAKE = ${SHELL} /home/jeremy/partners/OpenCores/cvstrees/or1k/or1ksim/missing --run automake-1.10
AWK = gawk
AWK = gawk
BUILD_DIR = /home/jeremy/partners/OpenCores/cvstrees/or1k/or1ksim/build
BUILD_DIR = /home/jeremy/partners/OpenCores/cvstrees/or1k/or1ksim/build
CC = gcc
CC = gcc
CCDEPMODE = depmode=gcc3
CCDEPMODE = depmode=gcc3
CFLAGS = -g -O2
CFLAGS = -g -O2
CPP = gcc -E
CPP = gcc -E
CPPFLAGS =
CPPFLAGS =
CPU_ARCH = or32
CPU_ARCH = or32
CXX = g++
CXX = g++
CXXCPP = g++ -E
CXXCPP = g++ -E
CXXDEPMODE = depmode=gcc3
CXXDEPMODE = depmode=gcc3
CXXFLAGS = -g -O2
CXXFLAGS = -g -O2
CYGPATH_W = echo
CYGPATH_W = echo
DEBUGFLAGS = -DNDEBUG
DEBUGFLAGS = -DNDEBUG
DEFS = -DHAVE_CONFIG_H
DEFS = -DHAVE_CONFIG_H
DEPDIR = .deps
DEPDIR = .deps
ECHO = echo
ECHO = echo
ECHO_C =
ECHO_C =
ECHO_N = -n
ECHO_N = -n
ECHO_T =
ECHO_T =
EGREP = /bin/grep -E
EGREP = /bin/grep -E
EXEEXT =
EXEEXT =
F77 = gfortran
F77 = gfortran
FFLAGS = -g -O2
FFLAGS = -g -O2
GREP = /bin/grep
GREP = /bin/grep
INCLUDES = -I${top_builddir}/cpu/or32 -I${top_srcdir} -I${top_srcdir}/cpu/common -I${top_srcdir}/cpu/or1k -I${top_srcdir}/cache -I${top_srcdir}/mmu -I${top_srcdir}/bpb -I${top_srcdir}/peripheral -I${top_srcdir}/tick -I${top_srcdir}/peripheral/channels -I${top_srcdir}/pm -I${top_srcdir}/pic -I${top_srcdir}/debug -I${top_srcdir}/vapi -I${top_srcdir}/support -I${top_srcdir}/cuc -I${top_srcdir}/port -I${top_srcdir}/argtable2
INCLUDES = -I${top_builddir}/cpu/or32 -I${top_srcdir} -I${top_srcdir}/cpu/common -I${top_srcdir}/cpu/or1k -I${top_srcdir}/cache -I${top_srcdir}/mmu -I${top_srcdir}/bpb -I${top_srcdir}/peripheral -I${top_srcdir}/tick -I${top_srcdir}/peripheral/channels -I${top_srcdir}/pm -I${top_srcdir}/pic -I${top_srcdir}/debug -I${top_srcdir}/vapi -I${top_srcdir}/support -I${top_srcdir}/cuc -I${top_srcdir}/port -I${top_srcdir}/argtable2
INSTALL = /usr/bin/install -c
INSTALL = /usr/bin/install -c
INSTALL_DATA = ${INSTALL} -m 644
INSTALL_DATA = ${INSTALL} -m 644
INSTALL_PROGRAM = ${INSTALL}
INSTALL_PROGRAM = ${INSTALL}
INSTALL_SCRIPT = ${INSTALL}
INSTALL_SCRIPT = ${INSTALL}
INSTALL_STRIP_PROGRAM = $(install_sh) -c -s
INSTALL_STRIP_PROGRAM = $(install_sh) -c -s
LDFLAGS =
LDFLAGS =
LIBOBJS =
LIBOBJS =
LIBS = -lreadline
LIBS = -lreadline
LIBTOOL = $(SHELL) $(top_builddir)/libtool
LIBTOOL = $(SHELL) $(top_builddir)/libtool
LN_S = ln -s
LN_S = ln -s
LOCAL_CFLAGS =
LOCAL_CFLAGS =
LOCAL_DEFS =
LOCAL_DEFS =
LOCAL_LDFLAGS =
LOCAL_LDFLAGS =
LTLIBOBJS =
LTLIBOBJS =
MAKEINFO = ${SHELL} /home/jeremy/partners/OpenCores/cvstrees/or1k/or1ksim/missing --run makeinfo
MAKEINFO = ${SHELL} /home/jeremy/partners/OpenCores/cvstrees/or1k/or1ksim/missing --run makeinfo
MAKE_SHELL = /bin/sh
MAKE_SHELL = /bin/sh
MKDIR_P = /bin/mkdir -p
MKDIR_P = /bin/mkdir -p
OBJEXT = o
OBJEXT = o
PACKAGE = or1ksim
PACKAGE = or1ksim
PACKAGE_BUGREPORT = openrisc@opencores.org
PACKAGE_BUGREPORT = openrisc@opencores.org
PACKAGE_NAME = or1ksim
PACKAGE_NAME = or1ksim
PACKAGE_STRING = or1ksim 0.3.0rc1
PACKAGE_STRING = or1ksim 0.3.0rc1
PACKAGE_TARNAME = or1ksim
PACKAGE_TARNAME = or1ksim
PACKAGE_VERSION = 0.3.0rc1
PACKAGE_VERSION = 0.3.0rc1
PATH_SEPARATOR = :
PATH_SEPARATOR = :
POW_LIB =
POW_LIB =
RANLIB = ranlib
RANLIB = ranlib
SED = /bin/sed
SED = /bin/sed
SET_MAKE =
SET_MAKE =
SHELL = /bin/sh
SHELL = /bin/sh
STRIP = strip
STRIP = strip
SUMVERSION =
SUMVERSION =
TERMCAP_LIB =
TERMCAP_LIB =
VERSION = 0.3.0rc1
VERSION = 0.3.0rc1
abs_builddir = /home/jeremy/partners/OpenCores/cvstrees/or1k/or1ksim/build/tick
abs_builddir = /home/jeremy/partners/OpenCores/cvstrees/or1k/or1ksim/build/tick
abs_srcdir = /home/jeremy/partners/OpenCores/cvstrees/or1k/or1ksim/build/../tick
abs_srcdir = /home/jeremy/partners/OpenCores/cvstrees/or1k/or1ksim/build/../tick
abs_top_builddir = /home/jeremy/partners/OpenCores/cvstrees/or1k/or1ksim/build
abs_top_builddir = /home/jeremy/partners/OpenCores/cvstrees/or1k/or1ksim/build
abs_top_srcdir = /home/jeremy/partners/OpenCores/cvstrees/or1k/or1ksim/build/..
abs_top_srcdir = /home/jeremy/partners/OpenCores/cvstrees/or1k/or1ksim/build/..
ac_ct_CC = gcc
ac_ct_CC = gcc
ac_ct_CXX = g++
ac_ct_CXX = g++
ac_ct_F77 = gfortran
ac_ct_F77 = gfortran
am__include = include
am__include = include
am__leading_dot = .
am__leading_dot = .
am__quote =
am__quote =
am__tar = ${AMTAR} chof - "$$tardir"
am__tar = ${AMTAR} chof - "$$tardir"
am__untar = ${AMTAR} xf -
am__untar = ${AMTAR} xf -
bindir = ${exec_prefix}/bin
bindir = ${exec_prefix}/bin
build = i686-pc-linux-gnu
build = i686-pc-linux-gnu
build_alias =
build_alias =
build_cpu = i686
build_cpu = i686
build_os = linux-gnu
build_os = linux-gnu
build_vendor = pc
build_vendor = pc
builddir = .
builddir = .
datadir = ${datarootdir}
datadir = ${datarootdir}
datarootdir = ${prefix}/share
datarootdir = ${prefix}/share
docdir = ${datarootdir}/doc/${PACKAGE_TARNAME}
docdir = ${datarootdir}/doc/${PACKAGE_TARNAME}
dvidir = ${docdir}
dvidir = ${docdir}
exec_prefix = ${prefix}
exec_prefix = ${prefix}
host = i686-pc-linux-gnu
host = i686-pc-linux-gnu
host_alias =
host_alias =
host_cpu = i686
host_cpu = i686
host_os = linux-gnu
host_os = linux-gnu
host_vendor = pc
host_vendor = pc
htmldir = ${docdir}
htmldir = ${docdir}
includedir = ${prefix}/include
includedir = ${prefix}/include
infodir = ${datarootdir}/info
infodir = ${datarootdir}/info
install_sh = $(SHELL) /home/jeremy/partners/OpenCores/cvstrees/or1k/or1ksim/install-sh
install_sh = $(SHELL) /home/jeremy/partners/OpenCores/cvstrees/or1k/or1ksim/install-sh
libdir = ${exec_prefix}/lib
libdir = ${exec_prefix}/lib
libexecdir = ${exec_prefix}/libexec
libexecdir = ${exec_prefix}/libexec
localedir = ${datarootdir}/locale
localedir = ${datarootdir}/locale
localstatedir = ${prefix}/var
localstatedir = ${prefix}/var
mandir = ${datarootdir}/man
mandir = ${datarootdir}/man
mkdir_p = /bin/mkdir -p
mkdir_p = /bin/mkdir -p
oldincludedir = /usr/include
oldincludedir = /usr/include
pdfdir = ${docdir}
pdfdir = ${docdir}
prefix = /opt/or1ksim
prefix = /opt/or1ksim
program_transform_name = s&^&or32-uclinux-&
program_transform_name = s&^&or32-uclinux-&
psdir = ${docdir}
psdir = ${docdir}
sbindir = ${exec_prefix}/sbin
sbindir = ${exec_prefix}/sbin
sharedstatedir = ${prefix}/com
sharedstatedir = ${prefix}/com
srcdir = ../../tick
srcdir = ../../tick
sysconfdir = ${prefix}/etc
sysconfdir = ${prefix}/etc
target = or32-unknown-uclinux
target = or32-unknown-uclinux
target_alias = or32-uclinux
target_alias = or32-uclinux
target_cpu = or32
target_cpu = or32
target_os = uclinux
target_os = uclinux
target_vendor = unknown
target_vendor = unknown
top_builddir = ..
top_builddir = ..
top_srcdir = ../..
top_srcdir = ../..
noinst_LTLIBRARIES = libtick.la
noinst_LTLIBRARIES = libtick.la
libtick_la_SOURCES = tick.c \
libtick_la_SOURCES = tick.c \
                     tick.h
                     tick.h
all: all-am
all: all-am
.SUFFIXES:
.SUFFIXES:
.SUFFIXES: .c .lo .o .obj
.SUFFIXES: .c .lo .o .obj
$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
        @for dep in $?; do \
        @for dep in $?; do \
          case '$(am__configure_deps)' in \
          case '$(am__configure_deps)' in \
            *$$dep*) \
            *$$dep*) \
              cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
              cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
                && exit 0; \
                && exit 0; \
              exit 1;; \
              exit 1;; \
          esac; \
          esac; \
        done; \
        done; \
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  tick/Makefile'; \
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  tick/Makefile'; \
        cd $(top_srcdir) && \
        cd $(top_srcdir) && \
          $(AUTOMAKE) --gnu  tick/Makefile
          $(AUTOMAKE) --gnu  tick/Makefile
.PRECIOUS: Makefile
.PRECIOUS: Makefile
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
        @case '$?' in \
        @case '$?' in \
          *config.status*) \
          *config.status*) \
            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
          *) \
          *) \
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
        esac;
        esac;
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
$(top_srcdir)/configure:  $(am__configure_deps)
$(top_srcdir)/configure:  $(am__configure_deps)
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
clean-noinstLTLIBRARIES:
clean-noinstLTLIBRARIES:
        -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
        -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
        @list='$(noinst_LTLIBRARIES)'; for p in $$list; do \
        @list='$(noinst_LTLIBRARIES)'; for p in $$list; do \
          dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
          dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
          test "$$dir" != "$$p" || dir=.; \
          test "$$dir" != "$$p" || dir=.; \
          echo "rm -f \"$${dir}/so_locations\""; \
          echo "rm -f \"$${dir}/so_locations\""; \
          rm -f "$${dir}/so_locations"; \
          rm -f "$${dir}/so_locations"; \
        done
        done
libtick.la: $(libtick_la_OBJECTS) $(libtick_la_DEPENDENCIES)
libtick.la: $(libtick_la_OBJECTS) $(libtick_la_DEPENDENCIES)
        $(LINK)  $(libtick_la_OBJECTS) $(libtick_la_LIBADD) $(LIBS)
        $(LINK)  $(libtick_la_OBJECTS) $(libtick_la_LIBADD) $(LIBS)
mostlyclean-compile:
mostlyclean-compile:
        -rm -f *.$(OBJEXT)
        -rm -f *.$(OBJEXT)
distclean-compile:
distclean-compile:
        -rm -f *.tab.c
        -rm -f *.tab.c
include ./$(DEPDIR)/tick.Plo
include ./$(DEPDIR)/tick.Plo
.c.o:
.c.o:
        $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
        $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
        mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
        mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
#       source='$<' object='$@' libtool=no \
#       source='$<' object='$@' libtool=no \
#       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
#       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
#       $(COMPILE) -c $<
#       $(COMPILE) -c $<
.c.obj:
.c.obj:
        $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
        $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
        mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
        mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
#       source='$<' object='$@' libtool=no \
#       source='$<' object='$@' libtool=no \
#       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
#       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
#       $(COMPILE) -c `$(CYGPATH_W) '$<'`
#       $(COMPILE) -c `$(CYGPATH_W) '$<'`
.c.lo:
.c.lo:
        $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
        $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
        mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
        mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
#       source='$<' object='$@' libtool=yes \
#       source='$<' object='$@' libtool=yes \
#       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
#       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
#       $(LTCOMPILE) -c -o $@ $<
#       $(LTCOMPILE) -c -o $@ $<
mostlyclean-libtool:
mostlyclean-libtool:
        -rm -f *.lo
        -rm -f *.lo
clean-libtool:
clean-libtool:
        -rm -rf .libs _libs
        -rm -rf .libs _libs
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; nonemtpy = 1; } \
          $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \
              END { if (nonempty) { for (i in files) print i; }; }'`; \
              END { if (nonempty) { for (i in files) print i; }; }'`; \
        mkid -fID $$unique
        mkid -fID $$unique
tags: TAGS
tags: TAGS
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
                $(TAGS_FILES) $(LISP)
                $(TAGS_FILES) $(LISP)
        tags=; \
        tags=; \
        here=`pwd`; \
        here=`pwd`; \
        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; nonempty = 1; } \
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
              END { if (nonempty) { for (i in files) print i; }; }'`; \
              END { if (nonempty) { for (i in files) print i; }; }'`; \
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
          test -n "$$unique" || unique=$$empty_fix; \
          test -n "$$unique" || unique=$$empty_fix; \
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
            $$tags $$unique; \
            $$tags $$unique; \
        fi
        fi
ctags: CTAGS
ctags: CTAGS
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
                $(TAGS_FILES) $(LISP)
                $(TAGS_FILES) $(LISP)
        tags=; \
        tags=; \
        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; nonempty = 1; } \
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
              END { if (nonempty) { for (i in files) print i; }; }'`; \
              END { if (nonempty) { for (i in files) print i; }; }'`; \
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
          || $(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 tags
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
distdir: $(DISTFILES)
distdir: $(DISTFILES)
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
        list='$(DISTFILES)'; \
        list='$(DISTFILES)'; \
          dist_files=`for file in $$list; do echo $$file; done | \
          dist_files=`for file in $$list; do echo $$file; done | \
          sed -e "s|^$$srcdirstrip/||;t" \
          sed -e "s|^$$srcdirstrip/||;t" \
              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
        case $$dist_files in \
        case $$dist_files in \
          */*) $(MKDIR_P) `echo "$$dist_files" | \
          */*) $(MKDIR_P) `echo "$$dist_files" | \
                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
                           sort -u` ;; \
                           sort -u` ;; \
        esac; \
        esac; \
        for file in $$dist_files; do \
        for file in $$dist_files; do \
          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; \
          if test -d $$d/$$file; then \
          if test -d $$d/$$file; then \
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
            fi; \
            fi; \
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
          else \
          else \
            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
check-am: all-am
check-am: all-am
check: check-am
check: check-am
all-am: Makefile $(LTLIBRARIES)
all-am: Makefile $(LTLIBRARIES)
installdirs:
installdirs:
install: install-am
install: install-am
install-exec: install-exec-am
install-exec: install-exec-am
install-data: install-data-am
install-data: install-data-am
uninstall: uninstall-am
uninstall: uninstall-am
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
installcheck: installcheck-am
installcheck: installcheck-am
install-strip:
install-strip:
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
          install_sh_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:
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(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-am
clean: clean-am
clean-am: clean-generic clean-libtool clean-noinstLTLIBRARIES \
clean-am: clean-generic clean-libtool clean-noinstLTLIBRARIES \
        mostlyclean-am
        mostlyclean-am
distclean: distclean-am
distclean: distclean-am
        -rm -rf ./$(DEPDIR)
        -rm -rf ./$(DEPDIR)
        -rm -f Makefile
        -rm -f Makefile
distclean-am: clean-am distclean-compile distclean-generic \
distclean-am: clean-am distclean-compile distclean-generic \
        distclean-tags
        distclean-tags
dvi: dvi-am
dvi: dvi-am
dvi-am:
dvi-am:
html: html-am
html: html-am
info: info-am
info: info-am
info-am:
info-am:
install-data-am:
install-data-am:
install-dvi: install-dvi-am
install-dvi: install-dvi-am
install-exec-am:
install-exec-am:
install-html: install-html-am
install-html: install-html-am
install-info: install-info-am
install-info: install-info-am
install-man:
install-man:
install-pdf: install-pdf-am
install-pdf: install-pdf-am
install-ps: install-ps-am
install-ps: install-ps-am
installcheck-am:
installcheck-am:
maintainer-clean: maintainer-clean-am
maintainer-clean: maintainer-clean-am
        -rm -rf ./$(DEPDIR)
        -rm -rf ./$(DEPDIR)
        -rm -f Makefile
        -rm -f Makefile
maintainer-clean-am: distclean-am maintainer-clean-generic
maintainer-clean-am: distclean-am maintainer-clean-generic
mostlyclean: mostlyclean-am
mostlyclean: mostlyclean-am
mostlyclean-am: mostlyclean-compile mostlyclean-generic \
mostlyclean-am: mostlyclean-compile mostlyclean-generic \
        mostlyclean-libtool
        mostlyclean-libtool
pdf: pdf-am
pdf: pdf-am
pdf-am:
pdf-am:
ps: ps-am
ps: ps-am
ps-am:
ps-am:
uninstall-am:
uninstall-am:
.MAKE: install-am install-strip
.MAKE: install-am install-strip
.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
        clean-libtool clean-noinstLTLIBRARIES ctags distclean \
        clean-libtool clean-noinstLTLIBRARIES ctags distclean \
        distclean-compile distclean-generic distclean-libtool \
        distclean-compile distclean-generic distclean-libtool \
        distclean-tags distdir dvi dvi-am html html-am info info-am \
        distclean-tags distdir dvi dvi-am html html-am info info-am \
        install install-am install-data install-data-am install-dvi \
        install install-am install-data install-data-am install-dvi \
        install-dvi-am install-exec install-exec-am install-html \
        install-dvi-am install-exec install-exec-am install-html \
        install-html-am install-info install-info-am install-man \
        install-html-am install-info install-info-am install-man \
        install-pdf install-pdf-am install-ps install-ps-am \
        install-pdf install-pdf-am install-ps install-ps-am \
        install-strip installcheck installcheck-am installdirs \
        install-strip installcheck installcheck-am installdirs \
        maintainer-clean maintainer-clean-generic mostlyclean \
        maintainer-clean maintainer-clean-generic mostlyclean \
        mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
        mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
        pdf pdf-am ps ps-am tags uninstall uninstall-am
        pdf pdf-am ps ps-am tags uninstall uninstall-am
# 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.