data: publish complete Calculet NPU research archive
This commit is contained in:
@@ -0,0 +1,953 @@
|
||||
# Makefile.in generated by automake 1.16.5 from Makefile.am.
|
||||
# Makefile. Generated from Makefile.in by configure.
|
||||
|
||||
# Copyright (C) 1994-2021 Free Software Foundation, Inc.
|
||||
|
||||
# This Makefile.in is free software; the Free Software Foundation
|
||||
# gives unlimited permission to copy and/or distribute it,
|
||||
# with or without modifications, as long as this notice is preserved.
|
||||
|
||||
# This program is distributed in the hope that it will be useful,
|
||||
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
|
||||
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
|
||||
# PARTICULAR PURPOSE.
|
||||
|
||||
|
||||
|
||||
VPATH = ..
|
||||
am__is_gnu_make = { \
|
||||
if test -z '$(MAKELEVEL)'; then \
|
||||
false; \
|
||||
elif test -n '$(MAKE_HOST)'; then \
|
||||
true; \
|
||||
elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
|
||||
true; \
|
||||
else \
|
||||
false; \
|
||||
fi; \
|
||||
}
|
||||
am__make_running_with_option = \
|
||||
case $${target_option-} in \
|
||||
?) ;; \
|
||||
*) echo "am__make_running_with_option: internal error: invalid" \
|
||||
"target option '$${target_option-}' specified" >&2; \
|
||||
exit 1;; \
|
||||
esac; \
|
||||
has_opt=no; \
|
||||
sane_makeflags=$$MAKEFLAGS; \
|
||||
if $(am__is_gnu_make); then \
|
||||
sane_makeflags=$$MFLAGS; \
|
||||
else \
|
||||
case $$MAKEFLAGS in \
|
||||
*\\[\ \ ]*) \
|
||||
bs=\\; \
|
||||
sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
|
||||
| sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
|
||||
esac; \
|
||||
fi; \
|
||||
skip_next=no; \
|
||||
strip_trailopt () \
|
||||
{ \
|
||||
flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
|
||||
}; \
|
||||
for flg in $$sane_makeflags; do \
|
||||
test $$skip_next = yes && { skip_next=no; continue; }; \
|
||||
case $$flg in \
|
||||
*=*|--*) continue;; \
|
||||
-*I) strip_trailopt 'I'; skip_next=yes;; \
|
||||
-*I?*) strip_trailopt 'I';; \
|
||||
-*O) strip_trailopt 'O'; skip_next=yes;; \
|
||||
-*O?*) strip_trailopt 'O';; \
|
||||
-*l) strip_trailopt 'l'; skip_next=yes;; \
|
||||
-*l?*) strip_trailopt 'l';; \
|
||||
-[dEDm]) skip_next=yes;; \
|
||||
-[JT]) skip_next=yes;; \
|
||||
esac; \
|
||||
case $$flg in \
|
||||
*$$target_option*) has_opt=yes; break;; \
|
||||
esac; \
|
||||
done; \
|
||||
test $$has_opt = yes
|
||||
am__make_dryrun = (target_option=n; $(am__make_running_with_option))
|
||||
am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
|
||||
pkgdatadir = $(datadir)/systemc
|
||||
pkgincludedir = $(includedir)/systemc
|
||||
pkglibdir = $(libdir)/systemc
|
||||
pkglibexecdir = $(libexecdir)/systemc
|
||||
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
|
||||
install_sh_DATA = $(install_sh) -c -m 644
|
||||
install_sh_PROGRAM = $(install_sh) -c
|
||||
install_sh_SCRIPT = $(install_sh) -c
|
||||
INSTALL_HEADER = $(INSTALL_DATA)
|
||||
transform = $(program_transform_name)
|
||||
NORMAL_INSTALL = :
|
||||
PRE_INSTALL = :
|
||||
POST_INSTALL = :
|
||||
NORMAL_UNINSTALL = :
|
||||
PRE_UNINSTALL = :
|
||||
POST_UNINSTALL = :
|
||||
build_triplet = x86_64-unknown-linux-gnu
|
||||
host_triplet = x86_64-unknown-linux-gnu
|
||||
target_triplet = x86_64-unknown-linux-gnu
|
||||
subdir = .
|
||||
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
|
||||
am__aclocal_m4_deps = $(top_srcdir)/config/ax_check_define.m4 \
|
||||
$(top_srcdir)/config/ax_pthread.m4 \
|
||||
$(top_srcdir)/config/libtool.m4 \
|
||||
$(top_srcdir)/config/ltoptions.m4 \
|
||||
$(top_srcdir)/config/ltsugar.m4 \
|
||||
$(top_srcdir)/config/ltversion.m4 \
|
||||
$(top_srcdir)/config/lt~obsolete.m4 $(top_srcdir)/configure.ac
|
||||
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
|
||||
$(ACLOCAL_M4)
|
||||
DIST_COMMON = $(srcdir)/Makefile.am $(top_srcdir)/configure \
|
||||
$(am__configure_deps) $(am__DIST_COMMON)
|
||||
am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
|
||||
configure.lineno config.status.lineno
|
||||
mkinstalldirs = $(install_sh) -d
|
||||
CONFIG_CLEAN_FILES = docs/sysc/doxygen/Doxyfile \
|
||||
docs/tlm/doxygen/Doxyfile
|
||||
CONFIG_CLEAN_VPATH_FILES =
|
||||
AM_V_P = $(am__v_P_$(V))
|
||||
am__v_P_ = $(am__v_P_$(AM_DEFAULT_VERBOSITY))
|
||||
am__v_P_0 = false
|
||||
am__v_P_1 = :
|
||||
AM_V_GEN = $(am__v_GEN_$(V))
|
||||
am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
|
||||
am__v_GEN_0 = @echo " GEN " $@;
|
||||
am__v_GEN_1 =
|
||||
AM_V_at = $(am__v_at_$(V))
|
||||
am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
|
||||
am__v_at_0 = @
|
||||
am__v_at_1 =
|
||||
SOURCES =
|
||||
DIST_SOURCES =
|
||||
RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
|
||||
ctags-recursive dvi-recursive html-recursive info-recursive \
|
||||
install-data-recursive install-dvi-recursive \
|
||||
install-exec-recursive install-html-recursive \
|
||||
install-info-recursive install-pdf-recursive \
|
||||
install-ps-recursive install-recursive installcheck-recursive \
|
||||
installdirs-recursive pdf-recursive ps-recursive \
|
||||
tags-recursive uninstall-recursive
|
||||
am__can_run_installinfo = \
|
||||
case $$AM_UPDATE_INFO_DIR in \
|
||||
n|no|NO) false;; \
|
||||
*) (install-info --version) >/dev/null 2>&1;; \
|
||||
esac
|
||||
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
|
||||
am__vpath_adj = case $$p in \
|
||||
$(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
|
||||
*) f=$$p;; \
|
||||
esac;
|
||||
am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
|
||||
am__install_max = 40
|
||||
am__nobase_strip_setup = \
|
||||
srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
|
||||
am__nobase_strip = \
|
||||
for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
|
||||
am__nobase_list = $(am__nobase_strip_setup); \
|
||||
for p in $$list; do echo "$$p $$p"; done | \
|
||||
sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
|
||||
$(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
|
||||
if (++n[$$2] == $(am__install_max)) \
|
||||
{ print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
|
||||
END { for (dir in files) print dir, files[dir] }'
|
||||
am__base_list = \
|
||||
sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
|
||||
sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
|
||||
am__uninstall_files_from_dir = { \
|
||||
test -z "$$files" \
|
||||
|| { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
|
||||
|| { echo " ( cd '$$dir' && rm -f" $$files ")"; \
|
||||
$(am__cd) "$$dir" && rm -f $$files; }; \
|
||||
}
|
||||
am__installdirs = "$(DESTDIR)$(rootdocdir)"
|
||||
DATA = $(rootdoc_DATA)
|
||||
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
|
||||
distclean-recursive maintainer-clean-recursive
|
||||
am__recursive_targets = \
|
||||
$(RECURSIVE_TARGETS) \
|
||||
$(RECURSIVE_CLEAN_TARGETS) \
|
||||
$(am__extra_recursive_targets)
|
||||
AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
|
||||
cscope distdir distdir-am dist dist-all distcheck
|
||||
am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
|
||||
# Read a list of newline-separated strings from the standard input,
|
||||
# and print each of them once, without duplicates. Input order is
|
||||
# *not* preserved.
|
||||
am__uniquify_input = $(AWK) '\
|
||||
BEGIN { nonempty = 0; } \
|
||||
{ items[$$0] = 1; nonempty = 1; } \
|
||||
END { if (nonempty) { for (i in items) print i; }; } \
|
||||
'
|
||||
# Make sure the list of sources is unique. This is necessary because,
|
||||
# e.g., the same source file might be shared among _SOURCES variables
|
||||
# for different programs/libraries.
|
||||
am__define_uniq_tagged_files = \
|
||||
list='$(am__tagged_files)'; \
|
||||
unique=`for i in $$list; do \
|
||||
if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
|
||||
done | $(am__uniquify_input)`
|
||||
DIST_SUBDIRS = $(SUBDIRS)
|
||||
am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/config/ar-lib \
|
||||
$(top_srcdir)/config/compile $(top_srcdir)/config/config.guess \
|
||||
$(top_srcdir)/config/config.sub \
|
||||
$(top_srcdir)/config/install-sh $(top_srcdir)/config/ltmain.sh \
|
||||
$(top_srcdir)/config/missing \
|
||||
$(top_srcdir)/docs/sysc/doxygen/Doxyfile.in \
|
||||
$(top_srcdir)/docs/tlm/doxygen/Doxyfile.in AUTHORS.md \
|
||||
INSTALL.md README.md config/ar-lib config/compile \
|
||||
config/config.guess config/config.sub config/depcomp \
|
||||
config/install-sh config/ltmain.sh config/missing
|
||||
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
|
||||
distdir = $(PACKAGE)-$(VERSION)
|
||||
top_distdir = $(distdir)
|
||||
am__remove_distdir = \
|
||||
if test -d "$(distdir)"; then \
|
||||
find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
|
||||
&& rm -rf "$(distdir)" \
|
||||
|| { sleep 5 && rm -rf "$(distdir)"; }; \
|
||||
else :; fi
|
||||
am__post_remove_distdir = $(am__remove_distdir)
|
||||
am__relativize = \
|
||||
dir0=`pwd`; \
|
||||
sed_first='s,^\([^/]*\)/.*$$,\1,'; \
|
||||
sed_rest='s,^[^/]*/*,,'; \
|
||||
sed_last='s,^.*/\([^/]*\)$$,\1,'; \
|
||||
sed_butlast='s,/*[^/]*$$,,'; \
|
||||
while test -n "$$dir1"; do \
|
||||
first=`echo "$$dir1" | sed -e "$$sed_first"`; \
|
||||
if test "$$first" != "."; then \
|
||||
if test "$$first" = ".."; then \
|
||||
dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
|
||||
dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
|
||||
else \
|
||||
first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
|
||||
if test "$$first2" = "$$first"; then \
|
||||
dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
|
||||
else \
|
||||
dir2="../$$dir2"; \
|
||||
fi; \
|
||||
dir0="$$dir0"/"$$first"; \
|
||||
fi; \
|
||||
fi; \
|
||||
dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
|
||||
done; \
|
||||
reldir="$$dir2"
|
||||
DIST_ARCHIVES = $(distdir).tar.gz
|
||||
GZIP_ENV = --best
|
||||
DIST_TARGETS = dist-gzip
|
||||
# Exists only to be overridden by the user if desired.
|
||||
AM_DISTCHECK_DVI_TARGET = dvi
|
||||
distuninstallcheck_listfiles = find . -type f -print
|
||||
am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
|
||||
| sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
|
||||
distcleancheck_listfiles = find . -type f -print
|
||||
ACLOCAL = ${SHELL} '/home/common_share/systemc/config/missing' aclocal-1.16
|
||||
AMTAR = $${TAR-tar}
|
||||
AM_DEFAULT_VERBOSITY = 0
|
||||
AR = ar
|
||||
AUTOCONF = ${SHELL} '/home/common_share/systemc/config/missing' autoconf
|
||||
AUTOHEADER = ${SHELL} '/home/common_share/systemc/config/missing' autoheader
|
||||
AUTOMAKE = ${SHELL} '/home/common_share/systemc/config/missing' automake-1.16
|
||||
AWK = mawk
|
||||
CC = g++
|
||||
CCAS = g++
|
||||
CCASDEPMODE = depmode=gcc3
|
||||
CCASFLAGS =
|
||||
CCDEPMODE = depmode=gcc3
|
||||
CFLAGS =
|
||||
CPPFLAGS =
|
||||
CSCOPE = cscope
|
||||
CTAGS = ctags
|
||||
CXX = g++
|
||||
CXXCPP = g++ -E
|
||||
CXXDEPMODE = depmode=gcc3
|
||||
CXXFLAGS = -D_GLIBCXX_USE_CXX11_ABI=1
|
||||
CYGPATH_W = echo
|
||||
DEBUG_CXXFLAGS = -g
|
||||
DEFS = -DPACKAGE_NAME=\"SystemC\" -DPACKAGE_TARNAME=\"systemc\" -DPACKAGE_VERSION=\"2.3.4\" -DPACKAGE_STRING=\"SystemC\ 2.3.4\" -DPACKAGE_BUGREPORT=\"http://forums.accellera.org/forum/9-systemc/\" -DPACKAGE_URL=\"http://accellera.org/\" -DHAVE_PTHREAD_PRIO_INHERIT=1 -DHAVE_PTHREAD=1 -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_UNISTD_H=1 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\"
|
||||
DEPDIR = .deps
|
||||
DLLTOOL = false
|
||||
DSYMUTIL =
|
||||
DUMPBIN =
|
||||
ECHO_C =
|
||||
ECHO_N = -n
|
||||
ECHO_T =
|
||||
EGREP = /usr/bin/grep -E
|
||||
ETAGS = etags
|
||||
EXEEXT =
|
||||
EXPLICIT_LPTHREAD = -lpthread
|
||||
EXTRA_ASFLAGS = -xassembler-with-cpp -m64
|
||||
EXTRA_CFLAGS = -Wall -m64 -xc
|
||||
EXTRA_CXXFLAGS = -Wall -m64
|
||||
EXTRA_LDFLAGS =
|
||||
FGREP = /usr/bin/grep -F
|
||||
GREP = /usr/bin/grep
|
||||
INSTALL = /usr/bin/install -c
|
||||
INSTALL_DATA = ${INSTALL} -m 644
|
||||
INSTALL_PROGRAM = ${INSTALL}
|
||||
INSTALL_SCRIPT = ${INSTALL}
|
||||
INSTALL_STRIP_PROGRAM = $(install_sh) -c -s
|
||||
LD = /usr/bin/ld -m elf_x86_64
|
||||
LDFLAGS =
|
||||
LDFLAG_RPATH = -Wl,-rpath=
|
||||
LIBCONFIG_DEFINES =
|
||||
LIBOBJS =
|
||||
LIBS =
|
||||
LIBTOOL = $(SHELL) $(top_builddir)/libtool
|
||||
LIB_ARCH_SUFFIX = -${TARGET_ARCH}
|
||||
LIPO =
|
||||
LN_S = ln -s
|
||||
LTLIBOBJS =
|
||||
MAKEINFO = ${SHELL} '/home/common_share/systemc/config/missing' makeinfo
|
||||
MANIFEST_TOOL = :
|
||||
MKDIR_P = /usr/bin/mkdir -p
|
||||
NM = /usr/bin/nm -B
|
||||
NMEDIT =
|
||||
OBJDUMP = objdump
|
||||
OBJEXT = o
|
||||
OPT_CXXFLAGS = -O3
|
||||
OTOOL =
|
||||
OTOOL64 =
|
||||
PACKAGE = systemc
|
||||
PACKAGE_BUGREPORT = http://forums.accellera.org/forum/9-systemc/
|
||||
PACKAGE_NAME = SystemC
|
||||
PACKAGE_STRING = SystemC 2.3.4
|
||||
PACKAGE_TARNAME = systemc
|
||||
PACKAGE_URL = http://accellera.org/
|
||||
PACKAGE_VERSION = 2.3.4
|
||||
PATH_SEPARATOR = :
|
||||
PKGCONFIG_CFLAGS =
|
||||
PKGCONFIG_DEFINES =
|
||||
PKGCONFIG_LDPRIV = -lpthread
|
||||
PTHREAD_CC = g++
|
||||
PTHREAD_CFLAGS =
|
||||
PTHREAD_LIBS =
|
||||
QT_ARCH = x86_64
|
||||
RANLIB = ranlib
|
||||
SED = /usr/bin/sed
|
||||
SET_MAKE =
|
||||
SHELL = /bin/bash
|
||||
STRIP = strip
|
||||
TARGET_ARCH = linux64
|
||||
TLM_PACKAGE_VERSION = 2.0.6
|
||||
VERSION = 2.3.4
|
||||
abs_builddir = /home/common_share/systemc/objdir
|
||||
abs_srcdir = /home/common_share/systemc/objdir/..
|
||||
abs_top_builddir = /home/common_share/systemc/objdir
|
||||
abs_top_srcdir = /home/common_share/systemc/objdir/..
|
||||
ac_ct_AR = ar
|
||||
ac_ct_CC = g++
|
||||
ac_ct_CXX =
|
||||
ac_ct_DUMPBIN =
|
||||
am__include = include
|
||||
am__leading_dot = .
|
||||
am__quote =
|
||||
am__tar = tar --format=posix -chf - "$$tardir"
|
||||
am__untar = tar -xf -
|
||||
ax_pthread_config =
|
||||
bindir = ${exec_prefix}/bin
|
||||
build = x86_64-unknown-linux-gnu
|
||||
build_alias =
|
||||
build_cpu = x86_64
|
||||
build_os = linux-gnu
|
||||
build_vendor = unknown
|
||||
builddir = .
|
||||
datadir = ${prefix}
|
||||
datarootdir = ${prefix}
|
||||
docdir = ${prefix}/docs
|
||||
dvidir = ${docdir}
|
||||
examplesdir = ${rootdocdir}/examples
|
||||
exec_prefix = ${prefix}
|
||||
host = x86_64-unknown-linux-gnu
|
||||
host_alias =
|
||||
host_cpu = x86_64
|
||||
host_os = linux-gnu
|
||||
host_vendor = unknown
|
||||
htmldir = ${docdir}
|
||||
includedir = ${prefix}/include
|
||||
infodir = ${datarootdir}/info
|
||||
install_sh = ${SHELL} /home/common_share/systemc/config/install-sh
|
||||
libarchdir = ${libdir}${LIB_ARCH_SUFFIX}
|
||||
libdir = ${exec_prefix}/lib
|
||||
libexecdir = ${exec_prefix}/libexec
|
||||
localedir = ${datarootdir}/locale
|
||||
localstatedir = ${prefix}/var
|
||||
mandir = ${datarootdir}/man
|
||||
mkdir_p = $(MKDIR_P)
|
||||
oldincludedir = /usr/include
|
||||
pdfdir = ${docdir}
|
||||
prefix = /home/common_share/systemc
|
||||
program_transform_name = s,x,x,
|
||||
psdir = ${docdir}
|
||||
rootdocdir = ${prefix}
|
||||
runstatedir = ${localstatedir}/run
|
||||
sbindir = ${exec_prefix}/sbin
|
||||
sharedstatedir = ${prefix}/com
|
||||
srcdir = ..
|
||||
sysconfdir = ${prefix}/etc
|
||||
target = x86_64-unknown-linux-gnu
|
||||
target_alias =
|
||||
target_cpu = x86_64
|
||||
target_os = linux-gnu
|
||||
target_vendor = unknown
|
||||
top_build_prefix =
|
||||
top_builddir = .
|
||||
top_srcdir = ..
|
||||
|
||||
# support local addition of automake macros
|
||||
ACLOCAL_AMFLAGS = -I config
|
||||
SUBDIRS = \
|
||||
docs \
|
||||
src \
|
||||
examples
|
||||
|
||||
DOC_FILES = \
|
||||
AUTHORS.md \
|
||||
NOTICE \
|
||||
CONTRIBUTING.md \
|
||||
INSTALL.md \
|
||||
LICENSE \
|
||||
README.md \
|
||||
RELEASENOTES \
|
||||
cmake/INSTALL_USING_CMAKE
|
||||
|
||||
EXTRA_DIST = \
|
||||
$(DOC_FILES) \
|
||||
\
|
||||
config/bootstrap \
|
||||
config/test.sh.in \
|
||||
\
|
||||
CMakeLists.txt \
|
||||
cmake/SystemCLanguageConfig.cmake.in \
|
||||
cmake/SystemCTLMConfig.cmake.in \
|
||||
cmake/run_test.cmake \
|
||||
\
|
||||
msvc10/SystemC/SystemC.sln \
|
||||
msvc10/SystemC/SystemC.props \
|
||||
msvc10/SystemC/SystemC.vcxproj \
|
||||
msvc10/SystemC/SystemC.vcxproj.filters \
|
||||
msvc10/SystemC/SystemC-core.vcxproj \
|
||||
msvc10/SystemC/SystemC-core.vcxproj.filters
|
||||
|
||||
#rootdoc_DATA = \
|
||||
# $(DOC_FILES)
|
||||
|
||||
all: all-recursive
|
||||
|
||||
.SUFFIXES:
|
||||
am--refresh: Makefile
|
||||
@:
|
||||
$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
|
||||
@for dep in $?; do \
|
||||
case '$(am__configure_deps)' in \
|
||||
*$$dep*) \
|
||||
echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
|
||||
$(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
|
||||
&& exit 0; \
|
||||
exit 1;; \
|
||||
esac; \
|
||||
done; \
|
||||
echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
|
||||
$(am__cd) $(top_srcdir) && \
|
||||
$(AUTOMAKE) --foreign Makefile
|
||||
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
|
||||
@case '$?' in \
|
||||
*config.status*) \
|
||||
echo ' $(SHELL) ./config.status'; \
|
||||
$(SHELL) ./config.status;; \
|
||||
*) \
|
||||
echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__maybe_remake_depfiles)'; \
|
||||
cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__maybe_remake_depfiles);; \
|
||||
esac;
|
||||
|
||||
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
|
||||
$(SHELL) ./config.status --recheck
|
||||
|
||||
$(top_srcdir)/configure: $(am__configure_deps)
|
||||
$(am__cd) $(srcdir) && $(AUTOCONF)
|
||||
$(ACLOCAL_M4): $(am__aclocal_m4_deps)
|
||||
$(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
|
||||
$(am__aclocal_m4_deps):
|
||||
docs/sysc/doxygen/Doxyfile: $(top_builddir)/config.status $(top_srcdir)/docs/sysc/doxygen/Doxyfile.in
|
||||
cd $(top_builddir) && $(SHELL) ./config.status $@
|
||||
docs/tlm/doxygen/Doxyfile: $(top_builddir)/config.status $(top_srcdir)/docs/tlm/doxygen/Doxyfile.in
|
||||
cd $(top_builddir) && $(SHELL) ./config.status $@
|
||||
|
||||
mostlyclean-libtool:
|
||||
-rm -f *.lo
|
||||
|
||||
clean-libtool:
|
||||
-rm -rf .libs _libs
|
||||
|
||||
distclean-libtool:
|
||||
-rm -f libtool config.lt
|
||||
install-rootdocDATA: $(rootdoc_DATA)
|
||||
@$(NORMAL_INSTALL)
|
||||
@list='$(rootdoc_DATA)'; test -n "$(rootdocdir)" || list=; \
|
||||
if test -n "$$list"; then \
|
||||
echo " $(MKDIR_P) '$(DESTDIR)$(rootdocdir)'"; \
|
||||
$(MKDIR_P) "$(DESTDIR)$(rootdocdir)" || exit 1; \
|
||||
fi; \
|
||||
for p in $$list; do \
|
||||
if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
|
||||
echo "$$d$$p"; \
|
||||
done | $(am__base_list) | \
|
||||
while read files; do \
|
||||
echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(rootdocdir)'"; \
|
||||
$(INSTALL_DATA) $$files "$(DESTDIR)$(rootdocdir)" || exit $$?; \
|
||||
done
|
||||
|
||||
uninstall-rootdocDATA:
|
||||
@$(NORMAL_UNINSTALL)
|
||||
@list='$(rootdoc_DATA)'; test -n "$(rootdocdir)" || list=; \
|
||||
files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
|
||||
dir='$(DESTDIR)$(rootdocdir)'; $(am__uninstall_files_from_dir)
|
||||
|
||||
# This directory's subdirectories are mostly independent; you can cd
|
||||
# into them and run 'make' without going through this Makefile.
|
||||
# To change the values of 'make' variables: instead of editing Makefiles,
|
||||
# (1) if the variable is set in 'config.status', edit 'config.status'
|
||||
# (which will cause the Makefiles to be regenerated when you run 'make');
|
||||
# (2) otherwise, pass the desired values on the 'make' command line.
|
||||
$(am__recursive_targets):
|
||||
@fail=; \
|
||||
if $(am__make_keepgoing); then \
|
||||
failcom='fail=yes'; \
|
||||
else \
|
||||
failcom='exit 1'; \
|
||||
fi; \
|
||||
dot_seen=no; \
|
||||
target=`echo $@ | sed s/-recursive//`; \
|
||||
case "$@" in \
|
||||
distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
|
||||
*) list='$(SUBDIRS)' ;; \
|
||||
esac; \
|
||||
for subdir in $$list; do \
|
||||
echo "Making $$target in $$subdir"; \
|
||||
if test "$$subdir" = "."; then \
|
||||
dot_seen=yes; \
|
||||
local_target="$$target-am"; \
|
||||
else \
|
||||
local_target="$$target"; \
|
||||
fi; \
|
||||
($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
|
||||
|| eval $$failcom; \
|
||||
done; \
|
||||
if test "$$dot_seen" = "no"; then \
|
||||
$(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
|
||||
fi; test -z "$$fail"
|
||||
|
||||
ID: $(am__tagged_files)
|
||||
$(am__define_uniq_tagged_files); mkid -fID $$unique
|
||||
tags: tags-recursive
|
||||
TAGS: tags
|
||||
|
||||
tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
|
||||
set x; \
|
||||
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 \
|
||||
if test "$$subdir" = .; then :; else \
|
||||
test ! -f $$subdir/TAGS || \
|
||||
set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
|
||||
fi; \
|
||||
done; \
|
||||
$(am__define_uniq_tagged_files); \
|
||||
shift; \
|
||||
if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
|
||||
test -n "$$unique" || unique=$$empty_fix; \
|
||||
if test $$# -gt 0; then \
|
||||
$(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
|
||||
"$$@" $$unique; \
|
||||
else \
|
||||
$(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
|
||||
$$unique; \
|
||||
fi; \
|
||||
fi
|
||||
ctags: ctags-recursive
|
||||
|
||||
CTAGS: ctags
|
||||
ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
|
||||
$(am__define_uniq_tagged_files); \
|
||||
test -z "$(CTAGS_ARGS)$$unique" \
|
||||
|| $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
|
||||
$$unique
|
||||
|
||||
GTAGS:
|
||||
here=`$(am__cd) $(top_builddir) && pwd` \
|
||||
&& $(am__cd) $(top_srcdir) \
|
||||
&& gtags -i $(GTAGS_ARGS) "$$here"
|
||||
cscope: cscope.files
|
||||
test ! -s cscope.files \
|
||||
|| $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS)
|
||||
clean-cscope:
|
||||
-rm -f cscope.files
|
||||
cscope.files: clean-cscope cscopelist
|
||||
cscopelist: cscopelist-recursive
|
||||
|
||||
cscopelist-am: $(am__tagged_files)
|
||||
list='$(am__tagged_files)'; \
|
||||
case "$(srcdir)" in \
|
||||
[\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
|
||||
*) sdir=$(subdir)/$(srcdir) ;; \
|
||||
esac; \
|
||||
for i in $$list; do \
|
||||
if test -f "$$i"; then \
|
||||
echo "$(subdir)/$$i"; \
|
||||
else \
|
||||
echo "$$sdir/$$i"; \
|
||||
fi; \
|
||||
done >> $(top_builddir)/cscope.files
|
||||
|
||||
distclean-tags:
|
||||
-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
|
||||
-rm -f cscope.out cscope.in.out cscope.po.out cscope.files
|
||||
distdir: $(BUILT_SOURCES)
|
||||
$(MAKE) $(AM_MAKEFLAGS) distdir-am
|
||||
|
||||
distdir-am: $(DISTFILES)
|
||||
$(am__remove_distdir)
|
||||
test -d "$(distdir)" || mkdir "$(distdir)"
|
||||
@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
|
||||
topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
|
||||
list='$(DISTFILES)'; \
|
||||
dist_files=`for file in $$list; do echo $$file; done | \
|
||||
sed -e "s|^$$srcdirstrip/||;t" \
|
||||
-e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
|
||||
case $$dist_files in \
|
||||
*/*) $(MKDIR_P) `echo "$$dist_files" | \
|
||||
sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
|
||||
sort -u` ;; \
|
||||
esac; \
|
||||
for file in $$dist_files; do \
|
||||
if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
|
||||
if test -d $$d/$$file; then \
|
||||
dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
|
||||
if test -d "$(distdir)/$$file"; then \
|
||||
find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
|
||||
fi; \
|
||||
if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
|
||||
cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
|
||||
find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
|
||||
fi; \
|
||||
cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
|
||||
else \
|
||||
test -f "$(distdir)/$$file" \
|
||||
|| cp -p $$d/$$file "$(distdir)/$$file" \
|
||||
|| exit 1; \
|
||||
fi; \
|
||||
done
|
||||
@list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
|
||||
if test "$$subdir" = .; then :; else \
|
||||
$(am__make_dryrun) \
|
||||
|| test -d "$(distdir)/$$subdir" \
|
||||
|| $(MKDIR_P) "$(distdir)/$$subdir" \
|
||||
|| exit 1; \
|
||||
dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
|
||||
$(am__relativize); \
|
||||
new_distdir=$$reldir; \
|
||||
dir1=$$subdir; dir2="$(top_distdir)"; \
|
||||
$(am__relativize); \
|
||||
new_top_distdir=$$reldir; \
|
||||
echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
|
||||
echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
|
||||
($(am__cd) $$subdir && \
|
||||
$(MAKE) $(AM_MAKEFLAGS) \
|
||||
top_distdir="$$new_top_distdir" \
|
||||
distdir="$$new_distdir" \
|
||||
am__remove_distdir=: \
|
||||
am__skip_length_check=: \
|
||||
am__skip_mode_fix=: \
|
||||
distdir) \
|
||||
|| exit 1; \
|
||||
fi; \
|
||||
done
|
||||
-test -n "$(am__skip_mode_fix)" \
|
||||
|| find "$(distdir)" -type d ! -perm -755 \
|
||||
-exec chmod u+rwx,go+rx {} \; -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 $(install_sh) -c -m a+r {} {} \; \
|
||||
|| chmod -R a+r "$(distdir)"
|
||||
dist-gzip: distdir
|
||||
tardir=$(distdir) && $(am__tar) | eval GZIP= gzip $(GZIP_ENV) -c >$(distdir).tar.gz
|
||||
$(am__post_remove_distdir)
|
||||
|
||||
dist-bzip2: distdir
|
||||
tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
|
||||
$(am__post_remove_distdir)
|
||||
|
||||
dist-lzip: distdir
|
||||
tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
|
||||
$(am__post_remove_distdir)
|
||||
|
||||
dist-xz: distdir
|
||||
tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
|
||||
$(am__post_remove_distdir)
|
||||
|
||||
dist-zstd: distdir
|
||||
tardir=$(distdir) && $(am__tar) | zstd -c $${ZSTD_CLEVEL-$${ZSTD_OPT--19}} >$(distdir).tar.zst
|
||||
$(am__post_remove_distdir)
|
||||
|
||||
dist-tarZ: distdir
|
||||
@echo WARNING: "Support for distribution archives compressed with" \
|
||||
"legacy program 'compress' is deprecated." >&2
|
||||
@echo WARNING: "It will be removed altogether in Automake 2.0" >&2
|
||||
tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
|
||||
$(am__post_remove_distdir)
|
||||
|
||||
dist-shar: distdir
|
||||
@echo WARNING: "Support for shar distribution archives is" \
|
||||
"deprecated." >&2
|
||||
@echo WARNING: "It will be removed altogether in Automake 2.0" >&2
|
||||
shar $(distdir) | eval GZIP= gzip $(GZIP_ENV) -c >$(distdir).shar.gz
|
||||
$(am__post_remove_distdir)
|
||||
|
||||
dist-zip: distdir
|
||||
-rm -f $(distdir).zip
|
||||
zip -rq $(distdir).zip $(distdir)
|
||||
$(am__post_remove_distdir)
|
||||
|
||||
dist dist-all:
|
||||
$(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:'
|
||||
$(am__post_remove_distdir)
|
||||
|
||||
# This target untars the dist file and tries a VPATH configuration. Then
|
||||
# it guarantees that the distribution is self-contained by making another
|
||||
# tarfile.
|
||||
distcheck: dist
|
||||
case '$(DIST_ARCHIVES)' in \
|
||||
*.tar.gz*) \
|
||||
eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).tar.gz | $(am__untar) ;;\
|
||||
*.tar.bz2*) \
|
||||
bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
|
||||
*.tar.lz*) \
|
||||
lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
|
||||
*.tar.xz*) \
|
||||
xz -dc $(distdir).tar.xz | $(am__untar) ;;\
|
||||
*.tar.Z*) \
|
||||
uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
|
||||
*.shar.gz*) \
|
||||
eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).shar.gz | unshar ;;\
|
||||
*.zip*) \
|
||||
unzip $(distdir).zip ;;\
|
||||
*.tar.zst*) \
|
||||
zstd -dc $(distdir).tar.zst | $(am__untar) ;;\
|
||||
esac
|
||||
chmod -R a-w $(distdir)
|
||||
chmod u+w $(distdir)
|
||||
mkdir $(distdir)/_build $(distdir)/_build/sub $(distdir)/_inst
|
||||
chmod a-w $(distdir)
|
||||
test -d $(distdir)/_build || exit 0; \
|
||||
dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
|
||||
&& dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
|
||||
&& am__cwd=`pwd` \
|
||||
&& $(am__cd) $(distdir)/_build/sub \
|
||||
&& ../../configure \
|
||||
$(AM_DISTCHECK_CONFIGURE_FLAGS) \
|
||||
$(DISTCHECK_CONFIGURE_FLAGS) \
|
||||
--srcdir=../.. --prefix="$$dc_install_base" \
|
||||
&& $(MAKE) $(AM_MAKEFLAGS) \
|
||||
&& $(MAKE) $(AM_MAKEFLAGS) $(AM_DISTCHECK_DVI_TARGET) \
|
||||
&& $(MAKE) $(AM_MAKEFLAGS) check \
|
||||
&& $(MAKE) $(AM_MAKEFLAGS) install \
|
||||
&& $(MAKE) $(AM_MAKEFLAGS) installcheck \
|
||||
&& $(MAKE) $(AM_MAKEFLAGS) uninstall \
|
||||
&& $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
|
||||
distuninstallcheck \
|
||||
&& chmod -R a-w "$$dc_install_base" \
|
||||
&& ({ \
|
||||
(cd ../.. && umask 077 && mkdir "$$dc_destdir") \
|
||||
&& $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
|
||||
&& $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
|
||||
&& $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
|
||||
distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
|
||||
} || { rm -rf "$$dc_destdir"; exit 1; }) \
|
||||
&& rm -rf "$$dc_destdir" \
|
||||
&& $(MAKE) $(AM_MAKEFLAGS) dist \
|
||||
&& rm -rf $(DIST_ARCHIVES) \
|
||||
&& $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
|
||||
&& cd "$$am__cwd" \
|
||||
|| exit 1
|
||||
$(am__post_remove_distdir)
|
||||
@(echo "$(distdir) archives ready for distribution: "; \
|
||||
list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
|
||||
sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
|
||||
distuninstallcheck:
|
||||
@test -n '$(distuninstallcheck_dir)' || { \
|
||||
echo 'ERROR: trying to run $@ with an empty' \
|
||||
'$$(distuninstallcheck_dir)' >&2; \
|
||||
exit 1; \
|
||||
}; \
|
||||
$(am__cd) '$(distuninstallcheck_dir)' || { \
|
||||
echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \
|
||||
exit 1; \
|
||||
}; \
|
||||
test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
|
||||
|| { echo "ERROR: files left after uninstall:" ; \
|
||||
if test -n "$(DESTDIR)"; then \
|
||||
echo " (check DESTDIR support)"; \
|
||||
fi ; \
|
||||
$(distuninstallcheck_listfiles) ; \
|
||||
exit 1; } >&2
|
||||
distcleancheck: distclean
|
||||
@if test '$(srcdir)' = . ; then \
|
||||
echo "ERROR: distcleancheck can only run from a VPATH build" ; \
|
||||
exit 1 ; \
|
||||
fi
|
||||
@test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
|
||||
|| { echo "ERROR: files left in build directory after distclean:" ; \
|
||||
$(distcleancheck_listfiles) ; \
|
||||
exit 1; } >&2
|
||||
check-am: all-am
|
||||
check: check-recursive
|
||||
all-am: Makefile $(DATA)
|
||||
installdirs: installdirs-recursive
|
||||
installdirs-am:
|
||||
for dir in "$(DESTDIR)$(rootdocdir)"; do \
|
||||
test -z "$$dir" || $(MKDIR_P) "$$dir"; \
|
||||
done
|
||||
install: install-recursive
|
||||
install-exec: install-exec-recursive
|
||||
install-data: install-data-recursive
|
||||
uninstall: uninstall-recursive
|
||||
|
||||
install-am: all-am
|
||||
@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
|
||||
|
||||
installcheck: installcheck-recursive
|
||||
install-strip:
|
||||
if test -z '$(STRIP)'; then \
|
||||
$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
|
||||
install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
|
||||
install; \
|
||||
else \
|
||||
$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
|
||||
install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
|
||||
"INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
|
||||
fi
|
||||
mostlyclean-generic:
|
||||
|
||||
clean-generic:
|
||||
|
||||
distclean-generic:
|
||||
-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
|
||||
-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
|
||||
|
||||
maintainer-clean-generic:
|
||||
@echo "This command is intended for maintainers to use"
|
||||
@echo "it deletes files that may require special tools to rebuild."
|
||||
uninstall-hook:
|
||||
clean: clean-recursive
|
||||
|
||||
clean-am: clean-generic clean-libtool mostlyclean-am
|
||||
|
||||
distclean: distclean-recursive
|
||||
-rm -f $(am__CONFIG_DISTCLEAN_FILES)
|
||||
-rm -f Makefile
|
||||
distclean-am: clean-am distclean-generic distclean-libtool \
|
||||
distclean-tags
|
||||
|
||||
dvi: dvi-recursive
|
||||
|
||||
dvi-am:
|
||||
|
||||
html: html-recursive
|
||||
|
||||
html-am:
|
||||
|
||||
info: info-recursive
|
||||
|
||||
info-am:
|
||||
|
||||
install-data-am: install-rootdocDATA
|
||||
|
||||
install-dvi: install-dvi-recursive
|
||||
|
||||
install-dvi-am:
|
||||
|
||||
install-exec-am:
|
||||
|
||||
install-html: install-html-recursive
|
||||
|
||||
install-html-am:
|
||||
|
||||
install-info: install-info-recursive
|
||||
|
||||
install-info-am:
|
||||
|
||||
install-man:
|
||||
|
||||
install-pdf: install-pdf-recursive
|
||||
|
||||
install-pdf-am:
|
||||
|
||||
install-ps: install-ps-recursive
|
||||
|
||||
install-ps-am:
|
||||
|
||||
installcheck-am:
|
||||
|
||||
maintainer-clean: maintainer-clean-recursive
|
||||
-rm -f $(am__CONFIG_DISTCLEAN_FILES)
|
||||
-rm -rf $(top_srcdir)/autom4te.cache
|
||||
-rm -f Makefile
|
||||
maintainer-clean-am: distclean-am maintainer-clean-generic
|
||||
|
||||
mostlyclean: mostlyclean-recursive
|
||||
|
||||
mostlyclean-am: mostlyclean-generic mostlyclean-libtool
|
||||
|
||||
pdf: pdf-recursive
|
||||
|
||||
pdf-am:
|
||||
|
||||
ps: ps-recursive
|
||||
|
||||
ps-am:
|
||||
|
||||
uninstall-am: uninstall-rootdocDATA
|
||||
@$(NORMAL_INSTALL)
|
||||
$(MAKE) $(AM_MAKEFLAGS) uninstall-hook
|
||||
.MAKE: $(am__recursive_targets) install-am install-strip uninstall-am
|
||||
|
||||
.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am \
|
||||
am--refresh check check-am clean clean-cscope clean-generic \
|
||||
clean-libtool cscope cscopelist-am ctags ctags-am dist \
|
||||
dist-all dist-bzip2 dist-gzip dist-lzip dist-shar dist-tarZ \
|
||||
dist-xz dist-zip dist-zstd distcheck distclean \
|
||||
distclean-generic distclean-libtool distclean-tags \
|
||||
distcleancheck distdir distuninstallcheck dvi dvi-am html \
|
||||
html-am info info-am install install-am install-data \
|
||||
install-data-am install-dvi install-dvi-am install-exec \
|
||||
install-exec-am install-html install-html-am install-info \
|
||||
install-info-am install-man install-pdf install-pdf-am \
|
||||
install-ps install-ps-am install-rootdocDATA install-strip \
|
||||
installcheck installcheck-am installdirs installdirs-am \
|
||||
maintainer-clean maintainer-clean-generic mostlyclean \
|
||||
mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
|
||||
tags tags-am uninstall uninstall-am uninstall-hook \
|
||||
uninstall-rootdocDATA
|
||||
|
||||
.PRECIOUS: Makefile
|
||||
|
||||
|
||||
#uninstall-hook:
|
||||
# test ! -d "$(docdir)" || rmdir --ignore-fail-on-non-empty "$(docdir)"
|
||||
# test ! -d "$(prefix)" || rmdir --ignore-fail-on-non-empty "$(prefix)"
|
||||
|
||||
doxygen:
|
||||
@(cd docs && $(MAKE) $@)
|
||||
|
||||
# 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.
|
||||
.NOEXPORT:
|
||||
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@@ -0,0 +1,601 @@
|
||||
# Makefile.in generated by automake 1.16.5 from Makefile.am.
|
||||
# docs/Makefile. Generated from Makefile.in by configure.
|
||||
|
||||
# Copyright (C) 1994-2021 Free Software Foundation, Inc.
|
||||
|
||||
# This Makefile.in is free software; the Free Software Foundation
|
||||
# gives unlimited permission to copy and/or distribute it,
|
||||
# with or without modifications, as long as this notice is preserved.
|
||||
|
||||
# This program is distributed in the hope that it will be useful,
|
||||
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
|
||||
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
|
||||
# PARTICULAR PURPOSE.
|
||||
|
||||
|
||||
|
||||
# top-level SystemC include directory is added in Make-rules.{sysc,examples}
|
||||
|
||||
# build flags
|
||||
|
||||
VPATH = ../../docs
|
||||
am__is_gnu_make = { \
|
||||
if test -z '$(MAKELEVEL)'; then \
|
||||
false; \
|
||||
elif test -n '$(MAKE_HOST)'; then \
|
||||
true; \
|
||||
elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
|
||||
true; \
|
||||
else \
|
||||
false; \
|
||||
fi; \
|
||||
}
|
||||
am__make_running_with_option = \
|
||||
case $${target_option-} in \
|
||||
?) ;; \
|
||||
*) echo "am__make_running_with_option: internal error: invalid" \
|
||||
"target option '$${target_option-}' specified" >&2; \
|
||||
exit 1;; \
|
||||
esac; \
|
||||
has_opt=no; \
|
||||
sane_makeflags=$$MAKEFLAGS; \
|
||||
if $(am__is_gnu_make); then \
|
||||
sane_makeflags=$$MFLAGS; \
|
||||
else \
|
||||
case $$MAKEFLAGS in \
|
||||
*\\[\ \ ]*) \
|
||||
bs=\\; \
|
||||
sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
|
||||
| sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
|
||||
esac; \
|
||||
fi; \
|
||||
skip_next=no; \
|
||||
strip_trailopt () \
|
||||
{ \
|
||||
flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
|
||||
}; \
|
||||
for flg in $$sane_makeflags; do \
|
||||
test $$skip_next = yes && { skip_next=no; continue; }; \
|
||||
case $$flg in \
|
||||
*=*|--*) continue;; \
|
||||
-*I) strip_trailopt 'I'; skip_next=yes;; \
|
||||
-*I?*) strip_trailopt 'I';; \
|
||||
-*O) strip_trailopt 'O'; skip_next=yes;; \
|
||||
-*O?*) strip_trailopt 'O';; \
|
||||
-*l) strip_trailopt 'l'; skip_next=yes;; \
|
||||
-*l?*) strip_trailopt 'l';; \
|
||||
-[dEDm]) skip_next=yes;; \
|
||||
-[JT]) skip_next=yes;; \
|
||||
esac; \
|
||||
case $$flg in \
|
||||
*$$target_option*) has_opt=yes; break;; \
|
||||
esac; \
|
||||
done; \
|
||||
test $$has_opt = yes
|
||||
am__make_dryrun = (target_option=n; $(am__make_running_with_option))
|
||||
am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
|
||||
pkgdatadir = $(datadir)/systemc
|
||||
pkgincludedir = $(includedir)/systemc
|
||||
pkglibdir = $(libdir)/systemc
|
||||
pkglibexecdir = $(libexecdir)/systemc
|
||||
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
|
||||
install_sh_DATA = $(install_sh) -c -m 644
|
||||
install_sh_PROGRAM = $(install_sh) -c
|
||||
install_sh_SCRIPT = $(install_sh) -c
|
||||
INSTALL_HEADER = $(INSTALL_DATA)
|
||||
transform = $(program_transform_name)
|
||||
NORMAL_INSTALL = :
|
||||
PRE_INSTALL = :
|
||||
POST_INSTALL = :
|
||||
NORMAL_UNINSTALL = :
|
||||
PRE_UNINSTALL = :
|
||||
POST_UNINSTALL = :
|
||||
build_triplet = x86_64-unknown-linux-gnu
|
||||
host_triplet = x86_64-unknown-linux-gnu
|
||||
target_triplet = x86_64-unknown-linux-gnu
|
||||
#am__append_1 = $(DEBUG_CXXFLAGS)
|
||||
#am__append_2 = $(DEBUG_CXXFLAGS)
|
||||
#am__append_3 = $(DEBUG_CXXFLAGS)
|
||||
am__append_4 = $(OPT_CXXFLAGS)
|
||||
am__append_5 = $(OPT_CXXFLAGS)
|
||||
|
||||
# either for async_update locking or pthread processes
|
||||
am__append_6 = $(PTHREAD_CFLAGS)
|
||||
am__append_7 = $(PTHREAD_CFLAGS)
|
||||
am__append_8 = $(PTHREAD_LIBS)
|
||||
subdir = docs
|
||||
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
|
||||
am__aclocal_m4_deps = $(top_srcdir)/config/ax_check_define.m4 \
|
||||
$(top_srcdir)/config/ax_pthread.m4 \
|
||||
$(top_srcdir)/config/libtool.m4 \
|
||||
$(top_srcdir)/config/ltoptions.m4 \
|
||||
$(top_srcdir)/config/ltsugar.m4 \
|
||||
$(top_srcdir)/config/ltversion.m4 \
|
||||
$(top_srcdir)/config/lt~obsolete.m4 $(top_srcdir)/configure.ac
|
||||
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
|
||||
$(ACLOCAL_M4)
|
||||
DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
|
||||
mkinstalldirs = $(install_sh) -d
|
||||
CONFIG_CLEAN_FILES =
|
||||
CONFIG_CLEAN_VPATH_FILES =
|
||||
AM_V_P = $(am__v_P_$(V))
|
||||
am__v_P_ = $(am__v_P_$(AM_DEFAULT_VERBOSITY))
|
||||
am__v_P_0 = false
|
||||
am__v_P_1 = :
|
||||
AM_V_GEN = $(am__v_GEN_$(V))
|
||||
am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
|
||||
am__v_GEN_0 = @echo " GEN " $@;
|
||||
am__v_GEN_1 =
|
||||
AM_V_at = $(am__v_at_$(V))
|
||||
am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
|
||||
am__v_at_0 = @
|
||||
am__v_at_1 =
|
||||
SOURCES =
|
||||
DIST_SOURCES =
|
||||
am__can_run_installinfo = \
|
||||
case $$AM_UPDATE_INFO_DIR in \
|
||||
n|no|NO) false;; \
|
||||
*) (install-info --version) >/dev/null 2>&1;; \
|
||||
esac
|
||||
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
|
||||
am__vpath_adj = case $$p in \
|
||||
$(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
|
||||
*) f=$$p;; \
|
||||
esac;
|
||||
am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
|
||||
am__install_max = 40
|
||||
am__nobase_strip_setup = \
|
||||
srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
|
||||
am__nobase_strip = \
|
||||
for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
|
||||
am__nobase_list = $(am__nobase_strip_setup); \
|
||||
for p in $$list; do echo "$$p $$p"; done | \
|
||||
sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
|
||||
$(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
|
||||
if (++n[$$2] == $(am__install_max)) \
|
||||
{ print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
|
||||
END { for (dir in files) print dir, files[dir] }'
|
||||
am__base_list = \
|
||||
sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
|
||||
sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
|
||||
am__uninstall_files_from_dir = { \
|
||||
test -z "$$files" \
|
||||
|| { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
|
||||
|| { echo " ( cd '$$dir' && rm -f" $$files ")"; \
|
||||
$(am__cd) "$$dir" && rm -f $$files; }; \
|
||||
}
|
||||
am__installdirs = "$(DESTDIR)$(docdir)"
|
||||
DATA = $(nobase_doc_DATA)
|
||||
am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
|
||||
am__DIST_COMMON = $(srcdir)/Makefile.in \
|
||||
$(top_srcdir)/config/Make-rules.common
|
||||
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
|
||||
ACLOCAL = ${SHELL} '/home/common_share/systemc/config/missing' aclocal-1.16
|
||||
AMTAR = $${TAR-tar}
|
||||
AM_DEFAULT_VERBOSITY = 0
|
||||
AR = ar
|
||||
AUTOCONF = ${SHELL} '/home/common_share/systemc/config/missing' autoconf
|
||||
AUTOHEADER = ${SHELL} '/home/common_share/systemc/config/missing' autoheader
|
||||
AUTOMAKE = ${SHELL} '/home/common_share/systemc/config/missing' automake-1.16
|
||||
AWK = mawk
|
||||
CC = g++
|
||||
CCAS = g++
|
||||
CCASDEPMODE = depmode=gcc3
|
||||
CCASFLAGS =
|
||||
CCDEPMODE = depmode=gcc3
|
||||
CFLAGS =
|
||||
CPPFLAGS =
|
||||
CSCOPE = cscope
|
||||
CTAGS = ctags
|
||||
CXX = g++
|
||||
CXXCPP = g++ -E
|
||||
CXXDEPMODE = depmode=gcc3
|
||||
CXXFLAGS = -D_GLIBCXX_USE_CXX11_ABI=1
|
||||
CYGPATH_W = echo
|
||||
DEBUG_CXXFLAGS = -g
|
||||
DEFS = $(PKGCONFIG_DEFINES) $(EXTRA_DEFINES)
|
||||
DEPDIR = .deps
|
||||
DLLTOOL = false
|
||||
DSYMUTIL =
|
||||
DUMPBIN =
|
||||
ECHO_C =
|
||||
ECHO_N = -n
|
||||
ECHO_T =
|
||||
EGREP = /usr/bin/grep -E
|
||||
ETAGS = etags
|
||||
EXEEXT =
|
||||
EXPLICIT_LPTHREAD = -lpthread
|
||||
EXTRA_ASFLAGS = -xassembler-with-cpp -m64
|
||||
EXTRA_CFLAGS = -Wall -m64 -xc
|
||||
EXTRA_CXXFLAGS = -Wall -m64
|
||||
EXTRA_LDFLAGS =
|
||||
FGREP = /usr/bin/grep -F
|
||||
GREP = /usr/bin/grep
|
||||
INSTALL = /usr/bin/install -c
|
||||
INSTALL_DATA = ${INSTALL} -m 644
|
||||
INSTALL_PROGRAM = ${INSTALL}
|
||||
INSTALL_SCRIPT = ${INSTALL}
|
||||
INSTALL_STRIP_PROGRAM = $(install_sh) -c -s
|
||||
LD = /usr/bin/ld -m elf_x86_64
|
||||
LDFLAGS =
|
||||
LDFLAG_RPATH = -Wl,-rpath=
|
||||
LIBCONFIG_DEFINES =
|
||||
LIBOBJS =
|
||||
LIBS =
|
||||
LIBTOOL = $(SHELL) $(top_builddir)/libtool
|
||||
LIB_ARCH_SUFFIX = -${TARGET_ARCH}
|
||||
LIPO =
|
||||
LN_S = ln -s
|
||||
LTLIBOBJS =
|
||||
MAKEINFO = ${SHELL} '/home/common_share/systemc/config/missing' makeinfo
|
||||
MANIFEST_TOOL = :
|
||||
MKDIR_P = /usr/bin/mkdir -p
|
||||
NM = /usr/bin/nm -B
|
||||
NMEDIT =
|
||||
OBJDUMP = objdump
|
||||
OBJEXT = o
|
||||
OPT_CXXFLAGS = -O3
|
||||
OTOOL =
|
||||
OTOOL64 =
|
||||
PACKAGE = systemc
|
||||
PACKAGE_BUGREPORT = http://forums.accellera.org/forum/9-systemc/
|
||||
PACKAGE_NAME = SystemC
|
||||
PACKAGE_STRING = SystemC 2.3.4
|
||||
PACKAGE_TARNAME = systemc
|
||||
PACKAGE_URL = http://accellera.org/
|
||||
PACKAGE_VERSION = 2.3.4
|
||||
PATH_SEPARATOR = :
|
||||
PKGCONFIG_CFLAGS =
|
||||
PKGCONFIG_DEFINES =
|
||||
PKGCONFIG_LDPRIV = -lpthread
|
||||
PTHREAD_CC = g++
|
||||
PTHREAD_CFLAGS =
|
||||
PTHREAD_LIBS =
|
||||
QT_ARCH = x86_64
|
||||
RANLIB = ranlib
|
||||
SED = /usr/bin/sed
|
||||
SET_MAKE =
|
||||
SHELL = /bin/bash
|
||||
STRIP = strip
|
||||
TARGET_ARCH = linux64
|
||||
TLM_PACKAGE_VERSION = 2.0.6
|
||||
VERSION = 2.3.4
|
||||
abs_builddir = /home/common_share/systemc/objdir/docs
|
||||
abs_srcdir = /home/common_share/systemc/objdir/../docs
|
||||
abs_top_builddir = /home/common_share/systemc/objdir
|
||||
abs_top_srcdir = /home/common_share/systemc/objdir/..
|
||||
ac_ct_AR = ar
|
||||
ac_ct_CC = g++
|
||||
ac_ct_CXX =
|
||||
ac_ct_DUMPBIN =
|
||||
am__include = include
|
||||
am__leading_dot = .
|
||||
am__quote =
|
||||
am__tar = tar --format=posix -chf - "$$tardir"
|
||||
am__untar = tar -xf -
|
||||
ax_pthread_config =
|
||||
bindir = ${exec_prefix}/bin
|
||||
build = x86_64-unknown-linux-gnu
|
||||
build_alias =
|
||||
build_cpu = x86_64
|
||||
build_os = linux-gnu
|
||||
build_vendor = unknown
|
||||
builddir = .
|
||||
datadir = ${prefix}
|
||||
datarootdir = ${prefix}
|
||||
docdir = ${prefix}/docs
|
||||
dvidir = ${docdir}
|
||||
examplesdir = ${rootdocdir}/examples
|
||||
exec_prefix = ${prefix}
|
||||
host = x86_64-unknown-linux-gnu
|
||||
host_alias =
|
||||
host_cpu = x86_64
|
||||
host_os = linux-gnu
|
||||
host_vendor = unknown
|
||||
htmldir = ${docdir}
|
||||
includedir = ${prefix}/include
|
||||
infodir = ${datarootdir}/info
|
||||
install_sh = ${SHELL} /home/common_share/systemc/config/install-sh
|
||||
libarchdir = ${libdir}${LIB_ARCH_SUFFIX}
|
||||
libdir = ${exec_prefix}/lib
|
||||
libexecdir = ${exec_prefix}/libexec
|
||||
localedir = ${datarootdir}/locale
|
||||
localstatedir = ${prefix}/var
|
||||
mandir = ${datarootdir}/man
|
||||
mkdir_p = $(MKDIR_P)
|
||||
oldincludedir = /usr/include
|
||||
pdfdir = ${docdir}
|
||||
prefix = /home/common_share/systemc
|
||||
program_transform_name = s,x,x,
|
||||
psdir = ${docdir}
|
||||
rootdocdir = ${prefix}
|
||||
runstatedir = ${localstatedir}/run
|
||||
sbindir = ${exec_prefix}/sbin
|
||||
sharedstatedir = ${prefix}/com
|
||||
srcdir = ../../docs
|
||||
sysconfdir = ${prefix}/etc
|
||||
target = x86_64-unknown-linux-gnu
|
||||
target_alias =
|
||||
target_cpu = x86_64
|
||||
target_os = linux-gnu
|
||||
target_vendor = unknown
|
||||
top_build_prefix = ../
|
||||
top_builddir = ..
|
||||
top_srcdir = ../..
|
||||
AM_CPPFLAGS =
|
||||
AM_CFLAGS = $(EXTRA_CFLAGS) $(am__append_2) $(am__append_5) \
|
||||
$(am__append_7)
|
||||
AM_CXXFLAGS = $(EXTRA_CXXFLAGS) $(am__append_1) $(am__append_4) \
|
||||
$(am__append_6)
|
||||
AM_CCASFLAGS = $(EXTRA_ASFLAGS) $(am__append_3)
|
||||
AM_LDFLAGS = $(EXTRA_LDFLAGS) $(am__append_8)
|
||||
|
||||
# always add fix-point support
|
||||
EXTRA_DEFINES = -DSC_INCLUDE_FX
|
||||
|
||||
# initialize some useful variables (filled later)
|
||||
CLEANFILES =
|
||||
EXTRA_DIST = $(DOC_FILES) CMakeLists.txt
|
||||
DOXYGEN = doxygen
|
||||
DOC_FILES = DEVELOPMENT.md sysc/README sysc/archived/README \
|
||||
sysc/archived/FuncSpec20.pdf sysc/archived/WhitePaper20.pdf \
|
||||
sysc/archived/UserGuide20.pdf \
|
||||
sysc/archived/SystemC_2_1_overview.pdf \
|
||||
sysc/archived/SystemC_2_1_features.pdf \
|
||||
sysc/SystemC_2011_New_Features.pdf \
|
||||
tlm/release/TLM_2_0_requirements.pdf \
|
||||
tlm/release/TLM_2_0_white_paper.pdf tlm/release/README.txt \
|
||||
tlm/release/TLM_2_0_presentation.ppt \
|
||||
tlm/release/TLM_2_0_presentation.pdf tlm/tlm_README
|
||||
#nobase_doc_DATA = $(DOC_FILES) \
|
||||
# sysc/doxygen/Doxyfile \
|
||||
# tlm/doxygen/Doxyfile
|
||||
#DOCDIRS = \
|
||||
# sysc/archived \
|
||||
# sysc/doxygen \
|
||||
# sysc \
|
||||
# tlm/doxygen \
|
||||
# tlm/release \
|
||||
# tlm
|
||||
|
||||
all: all-am
|
||||
|
||||
.SUFFIXES:
|
||||
$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(top_srcdir)/config/Make-rules.common $(am__configure_deps)
|
||||
@for dep in $?; do \
|
||||
case '$(am__configure_deps)' in \
|
||||
*$$dep*) \
|
||||
( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
|
||||
&& { if test -f $@; then exit 0; else break; fi; }; \
|
||||
exit 1;; \
|
||||
esac; \
|
||||
done; \
|
||||
echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign docs/Makefile'; \
|
||||
$(am__cd) $(top_srcdir) && \
|
||||
$(AUTOMAKE) --foreign docs/Makefile
|
||||
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
|
||||
@case '$?' in \
|
||||
*config.status*) \
|
||||
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
|
||||
*) \
|
||||
echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \
|
||||
cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \
|
||||
esac;
|
||||
$(top_srcdir)/config/Make-rules.common $(am__empty):
|
||||
|
||||
$(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
|
||||
$(am__aclocal_m4_deps):
|
||||
|
||||
mostlyclean-libtool:
|
||||
-rm -f *.lo
|
||||
|
||||
clean-libtool:
|
||||
-rm -rf .libs _libs
|
||||
install-nobase_docDATA: $(nobase_doc_DATA)
|
||||
@$(NORMAL_INSTALL)
|
||||
@list='$(nobase_doc_DATA)'; test -n "$(docdir)" || list=; \
|
||||
if test -n "$$list"; then \
|
||||
echo " $(MKDIR_P) '$(DESTDIR)$(docdir)'"; \
|
||||
$(MKDIR_P) "$(DESTDIR)$(docdir)" || exit 1; \
|
||||
fi; \
|
||||
$(am__nobase_list) | while read dir files; do \
|
||||
xfiles=; for file in $$files; do \
|
||||
if test -f "$$file"; then xfiles="$$xfiles $$file"; \
|
||||
else xfiles="$$xfiles $(srcdir)/$$file"; fi; done; \
|
||||
test -z "$$xfiles" || { \
|
||||
test "x$$dir" = x. || { \
|
||||
echo " $(MKDIR_P) '$(DESTDIR)$(docdir)/$$dir'"; \
|
||||
$(MKDIR_P) "$(DESTDIR)$(docdir)/$$dir"; }; \
|
||||
echo " $(INSTALL_DATA) $$xfiles '$(DESTDIR)$(docdir)/$$dir'"; \
|
||||
$(INSTALL_DATA) $$xfiles "$(DESTDIR)$(docdir)/$$dir" || exit $$?; }; \
|
||||
done
|
||||
|
||||
uninstall-nobase_docDATA:
|
||||
@$(NORMAL_UNINSTALL)
|
||||
@list='$(nobase_doc_DATA)'; test -n "$(docdir)" || list=; \
|
||||
$(am__nobase_strip_setup); files=`$(am__nobase_strip)`; \
|
||||
dir='$(DESTDIR)$(docdir)'; $(am__uninstall_files_from_dir)
|
||||
tags TAGS:
|
||||
|
||||
ctags CTAGS:
|
||||
|
||||
cscope cscopelist:
|
||||
|
||||
distdir: $(BUILT_SOURCES)
|
||||
$(MAKE) $(AM_MAKEFLAGS) distdir-am
|
||||
|
||||
distdir-am: $(DISTFILES)
|
||||
@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
|
||||
topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
|
||||
list='$(DISTFILES)'; \
|
||||
dist_files=`for file in $$list; do echo $$file; done | \
|
||||
sed -e "s|^$$srcdirstrip/||;t" \
|
||||
-e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
|
||||
case $$dist_files in \
|
||||
*/*) $(MKDIR_P) `echo "$$dist_files" | \
|
||||
sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
|
||||
sort -u` ;; \
|
||||
esac; \
|
||||
for file in $$dist_files; do \
|
||||
if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
|
||||
if test -d $$d/$$file; then \
|
||||
dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
|
||||
if test -d "$(distdir)/$$file"; then \
|
||||
find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
|
||||
fi; \
|
||||
if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
|
||||
cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
|
||||
find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
|
||||
fi; \
|
||||
cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
|
||||
else \
|
||||
test -f "$(distdir)/$$file" \
|
||||
|| cp -p $$d/$$file "$(distdir)/$$file" \
|
||||
|| exit 1; \
|
||||
fi; \
|
||||
done
|
||||
check-am: all-am
|
||||
check: check-am
|
||||
all-am: Makefile $(DATA)
|
||||
installdirs:
|
||||
for dir in "$(DESTDIR)$(docdir)"; do \
|
||||
test -z "$$dir" || $(MKDIR_P) "$$dir"; \
|
||||
done
|
||||
install: install-am
|
||||
install-exec: install-exec-am
|
||||
install-data: install-data-am
|
||||
uninstall: uninstall-am
|
||||
|
||||
install-am: all-am
|
||||
@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
|
||||
|
||||
installcheck: installcheck-am
|
||||
install-strip:
|
||||
if test -z '$(STRIP)'; then \
|
||||
$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
|
||||
install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
|
||||
install; \
|
||||
else \
|
||||
$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
|
||||
install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
|
||||
"INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
|
||||
fi
|
||||
mostlyclean-generic:
|
||||
|
||||
clean-generic:
|
||||
-test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
|
||||
|
||||
distclean-generic:
|
||||
-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
|
||||
-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
|
||||
|
||||
maintainer-clean-generic:
|
||||
@echo "This command is intended for maintainers to use"
|
||||
@echo "it deletes files that may require special tools to rebuild."
|
||||
uninstall-hook:
|
||||
clean: clean-am
|
||||
|
||||
clean-am: clean-generic clean-libtool mostlyclean-am
|
||||
|
||||
distclean: distclean-am
|
||||
-rm -f Makefile
|
||||
distclean-am: clean-am distclean-generic
|
||||
|
||||
dvi: dvi-am
|
||||
|
||||
dvi-am:
|
||||
|
||||
html: html-am
|
||||
|
||||
html-am:
|
||||
|
||||
info: info-am
|
||||
|
||||
info-am:
|
||||
|
||||
install-data-am: install-nobase_docDATA
|
||||
|
||||
install-dvi: install-dvi-am
|
||||
|
||||
install-dvi-am:
|
||||
|
||||
install-exec-am:
|
||||
|
||||
install-html: install-html-am
|
||||
|
||||
install-html-am:
|
||||
|
||||
install-info: install-info-am
|
||||
|
||||
install-info-am:
|
||||
|
||||
install-man:
|
||||
|
||||
install-pdf: install-pdf-am
|
||||
|
||||
install-pdf-am:
|
||||
|
||||
install-ps: install-ps-am
|
||||
|
||||
install-ps-am:
|
||||
|
||||
installcheck-am:
|
||||
|
||||
maintainer-clean: maintainer-clean-am
|
||||
-rm -f Makefile
|
||||
maintainer-clean-am: distclean-am maintainer-clean-generic
|
||||
|
||||
mostlyclean: mostlyclean-am
|
||||
|
||||
mostlyclean-am: mostlyclean-generic mostlyclean-libtool
|
||||
|
||||
pdf: pdf-am
|
||||
|
||||
pdf-am:
|
||||
|
||||
ps: ps-am
|
||||
|
||||
ps-am:
|
||||
|
||||
uninstall-am: uninstall-nobase_docDATA
|
||||
@$(NORMAL_INSTALL)
|
||||
$(MAKE) $(AM_MAKEFLAGS) uninstall-hook
|
||||
.MAKE: install-am install-strip uninstall-am
|
||||
|
||||
.PHONY: all all-am check check-am clean clean-generic clean-libtool \
|
||||
cscopelist-am ctags-am distclean distclean-generic \
|
||||
distclean-libtool distdir dvi dvi-am html html-am info info-am \
|
||||
install install-am install-data install-data-am install-dvi \
|
||||
install-dvi-am install-exec install-exec-am install-html \
|
||||
install-html-am install-info install-info-am install-man \
|
||||
install-nobase_docDATA install-pdf install-pdf-am install-ps \
|
||||
install-ps-am install-strip installcheck installcheck-am \
|
||||
installdirs maintainer-clean maintainer-clean-generic \
|
||||
mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
|
||||
ps ps-am tags-am uninstall uninstall-am uninstall-hook \
|
||||
uninstall-nobase_docDATA
|
||||
|
||||
.PRECIOUS: Makefile
|
||||
|
||||
|
||||
#uninstall-hook:
|
||||
# test ! -d "$(docdir)" || ( set -e ; cd "$(docdir)" ; \
|
||||
# for dir in $(DOCDIRS) ; do test ! -d $$dir || rmdir $$dir ; done ; \
|
||||
# cd - ; rmdir --ignore-fail-on-non-empty "$(docdir)" )
|
||||
|
||||
doxygen: sysc/doxygen/Doxyfile tlm/doxygen/Doxyfile
|
||||
@(cd sysc/doxygen && $(DOXYGEN))
|
||||
@(cd tlm/doxygen && $(DOXYGEN))
|
||||
|
||||
%/Doxyfile: %/Doxyfile.in
|
||||
(cd $(top_builddir) && $(SHELL) config.status docs/$@)
|
||||
|
||||
# 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.
|
||||
.NOEXPORT:
|
||||
+1796
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@@ -0,0 +1,808 @@
|
||||
# Makefile.in generated by automake 1.16.5 from Makefile.am.
|
||||
# examples/Makefile. Generated from Makefile.in by configure.
|
||||
|
||||
# Copyright (C) 1994-2021 Free Software Foundation, Inc.
|
||||
|
||||
# This Makefile.in is free software; the Free Software Foundation
|
||||
# gives unlimited permission to copy and/or distribute it,
|
||||
# with or without modifications, as long as this notice is preserved.
|
||||
|
||||
# This program is distributed in the hope that it will be useful,
|
||||
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
|
||||
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
|
||||
# PARTICULAR PURPOSE.
|
||||
|
||||
|
||||
|
||||
# top-level SystemC include directory is added in Make-rules.{sysc,examples}
|
||||
|
||||
# build flags
|
||||
|
||||
VPATH = ../../examples
|
||||
am__is_gnu_make = { \
|
||||
if test -z '$(MAKELEVEL)'; then \
|
||||
false; \
|
||||
elif test -n '$(MAKE_HOST)'; then \
|
||||
true; \
|
||||
elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
|
||||
true; \
|
||||
else \
|
||||
false; \
|
||||
fi; \
|
||||
}
|
||||
am__make_running_with_option = \
|
||||
case $${target_option-} in \
|
||||
?) ;; \
|
||||
*) echo "am__make_running_with_option: internal error: invalid" \
|
||||
"target option '$${target_option-}' specified" >&2; \
|
||||
exit 1;; \
|
||||
esac; \
|
||||
has_opt=no; \
|
||||
sane_makeflags=$$MAKEFLAGS; \
|
||||
if $(am__is_gnu_make); then \
|
||||
sane_makeflags=$$MFLAGS; \
|
||||
else \
|
||||
case $$MAKEFLAGS in \
|
||||
*\\[\ \ ]*) \
|
||||
bs=\\; \
|
||||
sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
|
||||
| sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
|
||||
esac; \
|
||||
fi; \
|
||||
skip_next=no; \
|
||||
strip_trailopt () \
|
||||
{ \
|
||||
flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
|
||||
}; \
|
||||
for flg in $$sane_makeflags; do \
|
||||
test $$skip_next = yes && { skip_next=no; continue; }; \
|
||||
case $$flg in \
|
||||
*=*|--*) continue;; \
|
||||
-*I) strip_trailopt 'I'; skip_next=yes;; \
|
||||
-*I?*) strip_trailopt 'I';; \
|
||||
-*O) strip_trailopt 'O'; skip_next=yes;; \
|
||||
-*O?*) strip_trailopt 'O';; \
|
||||
-*l) strip_trailopt 'l'; skip_next=yes;; \
|
||||
-*l?*) strip_trailopt 'l';; \
|
||||
-[dEDm]) skip_next=yes;; \
|
||||
-[JT]) skip_next=yes;; \
|
||||
esac; \
|
||||
case $$flg in \
|
||||
*$$target_option*) has_opt=yes; break;; \
|
||||
esac; \
|
||||
done; \
|
||||
test $$has_opt = yes
|
||||
am__make_dryrun = (target_option=n; $(am__make_running_with_option))
|
||||
am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
|
||||
pkgdatadir = $(datadir)/systemc
|
||||
pkgincludedir = $(includedir)/systemc
|
||||
pkglibdir = $(libdir)/systemc
|
||||
pkglibexecdir = $(libexecdir)/systemc
|
||||
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
|
||||
install_sh_DATA = $(install_sh) -c -m 644
|
||||
install_sh_PROGRAM = $(install_sh) -c
|
||||
install_sh_SCRIPT = $(install_sh) -c
|
||||
INSTALL_HEADER = $(INSTALL_DATA)
|
||||
transform = $(program_transform_name)
|
||||
NORMAL_INSTALL = :
|
||||
PRE_INSTALL = :
|
||||
POST_INSTALL = :
|
||||
NORMAL_UNINSTALL = :
|
||||
PRE_UNINSTALL = :
|
||||
POST_UNINSTALL = :
|
||||
build_triplet = x86_64-unknown-linux-gnu
|
||||
host_triplet = x86_64-unknown-linux-gnu
|
||||
target_triplet = x86_64-unknown-linux-gnu
|
||||
#am__append_1 = $(DEBUG_CXXFLAGS)
|
||||
#am__append_2 = $(DEBUG_CXXFLAGS)
|
||||
#am__append_3 = $(DEBUG_CXXFLAGS)
|
||||
am__append_4 = $(OPT_CXXFLAGS)
|
||||
am__append_5 = $(OPT_CXXFLAGS)
|
||||
|
||||
# either for async_update locking or pthread processes
|
||||
am__append_6 = $(PTHREAD_CFLAGS)
|
||||
am__append_7 = $(PTHREAD_CFLAGS)
|
||||
am__append_8 = $(PTHREAD_LIBS)
|
||||
am__append_9 = $(examples_BUILD)
|
||||
subdir = examples
|
||||
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
|
||||
am__aclocal_m4_deps = $(top_srcdir)/config/ax_check_define.m4 \
|
||||
$(top_srcdir)/config/ax_pthread.m4 \
|
||||
$(top_srcdir)/config/libtool.m4 \
|
||||
$(top_srcdir)/config/ltoptions.m4 \
|
||||
$(top_srcdir)/config/ltsugar.m4 \
|
||||
$(top_srcdir)/config/ltversion.m4 \
|
||||
$(top_srcdir)/config/lt~obsolete.m4 $(top_srcdir)/configure.ac
|
||||
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
|
||||
$(ACLOCAL_M4)
|
||||
DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
|
||||
mkinstalldirs = $(install_sh) -d
|
||||
CONFIG_CLEAN_FILES =
|
||||
CONFIG_CLEAN_VPATH_FILES =
|
||||
AM_V_P = $(am__v_P_$(V))
|
||||
am__v_P_ = $(am__v_P_$(AM_DEFAULT_VERBOSITY))
|
||||
am__v_P_0 = false
|
||||
am__v_P_1 = :
|
||||
AM_V_GEN = $(am__v_GEN_$(V))
|
||||
am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
|
||||
am__v_GEN_0 = @echo " GEN " $@;
|
||||
am__v_GEN_1 =
|
||||
AM_V_at = $(am__v_at_$(V))
|
||||
am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
|
||||
am__v_at_0 = @
|
||||
am__v_at_1 =
|
||||
SOURCES =
|
||||
DIST_SOURCES =
|
||||
RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
|
||||
ctags-recursive dvi-recursive html-recursive info-recursive \
|
||||
install-data-recursive install-dvi-recursive \
|
||||
install-exec-recursive install-html-recursive \
|
||||
install-info-recursive install-pdf-recursive \
|
||||
install-ps-recursive install-recursive installcheck-recursive \
|
||||
installdirs-recursive pdf-recursive ps-recursive \
|
||||
tags-recursive uninstall-recursive
|
||||
am__can_run_installinfo = \
|
||||
case $$AM_UPDATE_INFO_DIR in \
|
||||
n|no|NO) false;; \
|
||||
*) (install-info --version) >/dev/null 2>&1;; \
|
||||
esac
|
||||
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
|
||||
am__vpath_adj = case $$p in \
|
||||
$(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
|
||||
*) f=$$p;; \
|
||||
esac;
|
||||
am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
|
||||
am__install_max = 40
|
||||
am__nobase_strip_setup = \
|
||||
srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
|
||||
am__nobase_strip = \
|
||||
for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
|
||||
am__nobase_list = $(am__nobase_strip_setup); \
|
||||
for p in $$list; do echo "$$p $$p"; done | \
|
||||
sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
|
||||
$(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
|
||||
if (++n[$$2] == $(am__install_max)) \
|
||||
{ print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
|
||||
END { for (dir in files) print dir, files[dir] }'
|
||||
am__base_list = \
|
||||
sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
|
||||
sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
|
||||
am__uninstall_files_from_dir = { \
|
||||
test -z "$$files" \
|
||||
|| { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
|
||||
|| { echo " ( cd '$$dir' && rm -f" $$files ")"; \
|
||||
$(am__cd) "$$dir" && rm -f $$files; }; \
|
||||
}
|
||||
am__installdirs = "$(DESTDIR)$(buildexamplesdir)"
|
||||
DATA = $(nobase_buildexamples_DATA)
|
||||
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
|
||||
distclean-recursive maintainer-clean-recursive
|
||||
am__recursive_targets = \
|
||||
$(RECURSIVE_TARGETS) \
|
||||
$(RECURSIVE_CLEAN_TARGETS) \
|
||||
$(am__extra_recursive_targets)
|
||||
AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
|
||||
distdir distdir-am
|
||||
am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
|
||||
# Read a list of newline-separated strings from the standard input,
|
||||
# and print each of them once, without duplicates. Input order is
|
||||
# *not* preserved.
|
||||
am__uniquify_input = $(AWK) '\
|
||||
BEGIN { nonempty = 0; } \
|
||||
{ items[$$0] = 1; nonempty = 1; } \
|
||||
END { if (nonempty) { for (i in items) print i; }; } \
|
||||
'
|
||||
# Make sure the list of sources is unique. This is necessary because,
|
||||
# e.g., the same source file might be shared among _SOURCES variables
|
||||
# for different programs/libraries.
|
||||
am__define_uniq_tagged_files = \
|
||||
list='$(am__tagged_files)'; \
|
||||
unique=`for i in $$list; do \
|
||||
if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
|
||||
done | $(am__uniquify_input)`
|
||||
DIST_SUBDIRS = $(SUBDIRS)
|
||||
am__DIST_COMMON = $(srcdir)/Makefile.in \
|
||||
$(top_srcdir)/config/Make-rules.common \
|
||||
$(top_srcdir)/config/Make-rules.examples
|
||||
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
|
||||
am__relativize = \
|
||||
dir0=`pwd`; \
|
||||
sed_first='s,^\([^/]*\)/.*$$,\1,'; \
|
||||
sed_rest='s,^[^/]*/*,,'; \
|
||||
sed_last='s,^.*/\([^/]*\)$$,\1,'; \
|
||||
sed_butlast='s,/*[^/]*$$,,'; \
|
||||
while test -n "$$dir1"; do \
|
||||
first=`echo "$$dir1" | sed -e "$$sed_first"`; \
|
||||
if test "$$first" != "."; then \
|
||||
if test "$$first" = ".."; then \
|
||||
dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
|
||||
dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
|
||||
else \
|
||||
first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
|
||||
if test "$$first2" = "$$first"; then \
|
||||
dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
|
||||
else \
|
||||
dir2="../$$dir2"; \
|
||||
fi; \
|
||||
dir0="$$dir0"/"$$first"; \
|
||||
fi; \
|
||||
fi; \
|
||||
dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
|
||||
done; \
|
||||
reldir="$$dir2"
|
||||
ACLOCAL = ${SHELL} '/home/common_share/systemc/config/missing' aclocal-1.16
|
||||
AMTAR = $${TAR-tar}
|
||||
AM_DEFAULT_VERBOSITY = 0
|
||||
AR = ar
|
||||
AUTOCONF = ${SHELL} '/home/common_share/systemc/config/missing' autoconf
|
||||
AUTOHEADER = ${SHELL} '/home/common_share/systemc/config/missing' autoheader
|
||||
AUTOMAKE = ${SHELL} '/home/common_share/systemc/config/missing' automake-1.16
|
||||
AWK = mawk
|
||||
CC = g++
|
||||
CCAS = g++
|
||||
CCASDEPMODE = depmode=gcc3
|
||||
CCASFLAGS =
|
||||
CCDEPMODE = depmode=gcc3
|
||||
CFLAGS =
|
||||
CPPFLAGS =
|
||||
CSCOPE = cscope
|
||||
CTAGS = ctags
|
||||
CXX = g++
|
||||
CXXCPP = g++ -E
|
||||
CXXDEPMODE = depmode=gcc3
|
||||
CXXFLAGS = -D_GLIBCXX_USE_CXX11_ABI=1
|
||||
CYGPATH_W = echo
|
||||
DEBUG_CXXFLAGS = -g
|
||||
DEFS = $(PKGCONFIG_DEFINES) $(EXTRA_DEFINES)
|
||||
DEPDIR = .deps
|
||||
DLLTOOL = false
|
||||
DSYMUTIL =
|
||||
DUMPBIN =
|
||||
ECHO_C =
|
||||
ECHO_N = -n
|
||||
ECHO_T =
|
||||
EGREP = /usr/bin/grep -E
|
||||
ETAGS = etags
|
||||
EXEEXT =
|
||||
EXPLICIT_LPTHREAD = -lpthread
|
||||
EXTRA_ASFLAGS = -xassembler-with-cpp -m64
|
||||
EXTRA_CFLAGS = -Wall -m64 -xc
|
||||
EXTRA_CXXFLAGS = -Wall -m64
|
||||
EXTRA_LDFLAGS =
|
||||
FGREP = /usr/bin/grep -F
|
||||
GREP = /usr/bin/grep
|
||||
INSTALL = /usr/bin/install -c
|
||||
INSTALL_DATA = ${INSTALL} -m 644
|
||||
INSTALL_PROGRAM = ${INSTALL}
|
||||
INSTALL_SCRIPT = ${INSTALL}
|
||||
INSTALL_STRIP_PROGRAM = $(install_sh) -c -s
|
||||
LD = /usr/bin/ld -m elf_x86_64
|
||||
LDFLAGS =
|
||||
LDFLAG_RPATH = -Wl,-rpath=
|
||||
LIBCONFIG_DEFINES =
|
||||
LIBOBJS =
|
||||
LIBS =
|
||||
LIBTOOL = $(SHELL) $(top_builddir)/libtool
|
||||
LIB_ARCH_SUFFIX = -${TARGET_ARCH}
|
||||
LIPO =
|
||||
LN_S = ln -s
|
||||
LTLIBOBJS =
|
||||
MAKEINFO = ${SHELL} '/home/common_share/systemc/config/missing' makeinfo
|
||||
MANIFEST_TOOL = :
|
||||
MKDIR_P = /usr/bin/mkdir -p
|
||||
NM = /usr/bin/nm -B
|
||||
NMEDIT =
|
||||
OBJDUMP = objdump
|
||||
OBJEXT = o
|
||||
OPT_CXXFLAGS = -O3
|
||||
OTOOL =
|
||||
OTOOL64 =
|
||||
PACKAGE = systemc
|
||||
PACKAGE_BUGREPORT = http://forums.accellera.org/forum/9-systemc/
|
||||
PACKAGE_NAME = SystemC
|
||||
PACKAGE_STRING = SystemC 2.3.4
|
||||
PACKAGE_TARNAME = systemc
|
||||
PACKAGE_URL = http://accellera.org/
|
||||
PACKAGE_VERSION = 2.3.4
|
||||
PATH_SEPARATOR = :
|
||||
PKGCONFIG_CFLAGS =
|
||||
PKGCONFIG_DEFINES =
|
||||
PKGCONFIG_LDPRIV = -lpthread
|
||||
PTHREAD_CC = g++
|
||||
PTHREAD_CFLAGS =
|
||||
PTHREAD_LIBS =
|
||||
QT_ARCH = x86_64
|
||||
RANLIB = ranlib
|
||||
SED = /usr/bin/sed
|
||||
SET_MAKE =
|
||||
SHELL = /bin/bash
|
||||
STRIP = strip
|
||||
TARGET_ARCH = linux64
|
||||
TLM_PACKAGE_VERSION = 2.0.6
|
||||
VERSION = 2.3.4
|
||||
abs_builddir = /home/common_share/systemc/objdir/examples
|
||||
abs_srcdir = /home/common_share/systemc/objdir/../examples
|
||||
abs_top_builddir = /home/common_share/systemc/objdir
|
||||
abs_top_srcdir = /home/common_share/systemc/objdir/..
|
||||
ac_ct_AR = ar
|
||||
ac_ct_CC = g++
|
||||
ac_ct_CXX =
|
||||
ac_ct_DUMPBIN =
|
||||
am__include = include
|
||||
am__leading_dot = .
|
||||
am__quote =
|
||||
am__tar = tar --format=posix -chf - "$$tardir"
|
||||
am__untar = tar -xf -
|
||||
ax_pthread_config =
|
||||
bindir = ${exec_prefix}/bin
|
||||
build = x86_64-unknown-linux-gnu
|
||||
build_alias =
|
||||
build_cpu = x86_64
|
||||
build_os = linux-gnu
|
||||
build_vendor = unknown
|
||||
builddir = .
|
||||
datadir = ${prefix}
|
||||
datarootdir = ${prefix}
|
||||
docdir = ${prefix}/docs
|
||||
dvidir = ${docdir}
|
||||
examplesdir = ${rootdocdir}/examples
|
||||
exec_prefix = ${prefix}
|
||||
host = x86_64-unknown-linux-gnu
|
||||
host_alias =
|
||||
host_cpu = x86_64
|
||||
host_os = linux-gnu
|
||||
host_vendor = unknown
|
||||
htmldir = ${docdir}
|
||||
includedir = ${prefix}/include
|
||||
infodir = ${datarootdir}/info
|
||||
install_sh = ${SHELL} /home/common_share/systemc/config/install-sh
|
||||
libarchdir = ${libdir}${LIB_ARCH_SUFFIX}
|
||||
libdir = ${exec_prefix}/lib
|
||||
libexecdir = ${exec_prefix}/libexec
|
||||
localedir = ${datarootdir}/locale
|
||||
localstatedir = ${prefix}/var
|
||||
mandir = ${datarootdir}/man
|
||||
mkdir_p = $(MKDIR_P)
|
||||
oldincludedir = /usr/include
|
||||
pdfdir = ${docdir}
|
||||
prefix = /home/common_share/systemc
|
||||
program_transform_name = s,x,x,
|
||||
psdir = ${docdir}
|
||||
rootdocdir = ${prefix}
|
||||
runstatedir = ${localstatedir}/run
|
||||
sbindir = ${exec_prefix}/sbin
|
||||
sharedstatedir = ${prefix}/com
|
||||
srcdir = ../../examples
|
||||
sysconfdir = ${prefix}/etc
|
||||
target = x86_64-unknown-linux-gnu
|
||||
target_alias =
|
||||
target_cpu = x86_64
|
||||
target_os = linux-gnu
|
||||
target_vendor = unknown
|
||||
top_build_prefix = ../
|
||||
top_builddir = ..
|
||||
top_srcdir = ../..
|
||||
AM_CPPFLAGS = -I$(SYSTEMC_INC_DIR)
|
||||
AM_CFLAGS = $(EXTRA_CFLAGS) $(am__append_2) $(am__append_5) \
|
||||
$(am__append_7)
|
||||
AM_CXXFLAGS = $(EXTRA_CXXFLAGS) $(am__append_1) $(am__append_4) \
|
||||
$(am__append_6)
|
||||
AM_CCASFLAGS = $(EXTRA_ASFLAGS) $(am__append_3)
|
||||
AM_LDFLAGS = $(EXTRA_LDFLAGS) $(am__append_8)
|
||||
|
||||
# always add fix-point support
|
||||
EXTRA_DEFINES = -DSC_INCLUDE_FX
|
||||
|
||||
# initialize some useful variables (filled later)
|
||||
CLEANFILES = $(am__append_9)
|
||||
EXTRA_DIST = CMakeLists.txt $(examples_FILES)
|
||||
SYSTEMC_INC_DIR = $(top_srcdir)/src
|
||||
SYSTEMC_LIB_DIR = $(libdir)$(LIB_ARCH_SUFFIX)
|
||||
LDADD = $(top_builddir)/src/libsystemc.la
|
||||
TESTSCRIPT_IN = $(top_srcdir)/config/test.sh.in
|
||||
SUBDIRS = \
|
||||
sysc \
|
||||
tlm
|
||||
|
||||
examples_FILES = \
|
||||
build-unix/Makefile \
|
||||
build-unix/Makefile.config \
|
||||
build-unix/Makefile.rules \
|
||||
\
|
||||
build-msvc/Makefile \
|
||||
build-msvc/Makefile.config \
|
||||
build-msvc/Makefile.rules \
|
||||
build-msvc/READMEcommandlinemsvc.txt \
|
||||
build-msvc/SystemC_examples.props \
|
||||
build-msvc/SystemC_examples.sln \
|
||||
build-msvc/openhere.bat \
|
||||
build-msvc/tlm_examples.props \
|
||||
build-msvc/tlm_examples.sln \
|
||||
build-msvc/vsvars.bat
|
||||
|
||||
|
||||
# install examples?
|
||||
#buildexamplesdir = $(examplesdir)
|
||||
#nobase_buildexamples_DATA = \
|
||||
# $(examples_FILES)
|
||||
|
||||
#examples_DIRS = \
|
||||
# build-unix \
|
||||
# build-msvc
|
||||
|
||||
all: all-recursive
|
||||
|
||||
.SUFFIXES:
|
||||
$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(top_srcdir)/config/Make-rules.examples $(top_srcdir)/config/Make-rules.common $(am__configure_deps)
|
||||
@for dep in $?; do \
|
||||
case '$(am__configure_deps)' in \
|
||||
*$$dep*) \
|
||||
( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
|
||||
&& { if test -f $@; then exit 0; else break; fi; }; \
|
||||
exit 1;; \
|
||||
esac; \
|
||||
done; \
|
||||
echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign examples/Makefile'; \
|
||||
$(am__cd) $(top_srcdir) && \
|
||||
$(AUTOMAKE) --foreign examples/Makefile
|
||||
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
|
||||
@case '$?' in \
|
||||
*config.status*) \
|
||||
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
|
||||
*) \
|
||||
echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \
|
||||
cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \
|
||||
esac;
|
||||
$(top_srcdir)/config/Make-rules.examples $(top_srcdir)/config/Make-rules.common $(am__empty):
|
||||
|
||||
$(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
|
||||
$(am__aclocal_m4_deps):
|
||||
|
||||
mostlyclean-libtool:
|
||||
-rm -f *.lo
|
||||
|
||||
clean-libtool:
|
||||
-rm -rf .libs _libs
|
||||
install-nobase_buildexamplesDATA: $(nobase_buildexamples_DATA)
|
||||
@$(NORMAL_INSTALL)
|
||||
@list='$(nobase_buildexamples_DATA)'; test -n "$(buildexamplesdir)" || list=; \
|
||||
if test -n "$$list"; then \
|
||||
echo " $(MKDIR_P) '$(DESTDIR)$(buildexamplesdir)'"; \
|
||||
$(MKDIR_P) "$(DESTDIR)$(buildexamplesdir)" || exit 1; \
|
||||
fi; \
|
||||
$(am__nobase_list) | while read dir files; do \
|
||||
xfiles=; for file in $$files; do \
|
||||
if test -f "$$file"; then xfiles="$$xfiles $$file"; \
|
||||
else xfiles="$$xfiles $(srcdir)/$$file"; fi; done; \
|
||||
test -z "$$xfiles" || { \
|
||||
test "x$$dir" = x. || { \
|
||||
echo " $(MKDIR_P) '$(DESTDIR)$(buildexamplesdir)/$$dir'"; \
|
||||
$(MKDIR_P) "$(DESTDIR)$(buildexamplesdir)/$$dir"; }; \
|
||||
echo " $(INSTALL_DATA) $$xfiles '$(DESTDIR)$(buildexamplesdir)/$$dir'"; \
|
||||
$(INSTALL_DATA) $$xfiles "$(DESTDIR)$(buildexamplesdir)/$$dir" || exit $$?; }; \
|
||||
done
|
||||
|
||||
uninstall-nobase_buildexamplesDATA:
|
||||
@$(NORMAL_UNINSTALL)
|
||||
@list='$(nobase_buildexamples_DATA)'; test -n "$(buildexamplesdir)" || list=; \
|
||||
$(am__nobase_strip_setup); files=`$(am__nobase_strip)`; \
|
||||
dir='$(DESTDIR)$(buildexamplesdir)'; $(am__uninstall_files_from_dir)
|
||||
|
||||
# This directory's subdirectories are mostly independent; you can cd
|
||||
# into them and run 'make' without going through this Makefile.
|
||||
# To change the values of 'make' variables: instead of editing Makefiles,
|
||||
# (1) if the variable is set in 'config.status', edit 'config.status'
|
||||
# (which will cause the Makefiles to be regenerated when you run 'make');
|
||||
# (2) otherwise, pass the desired values on the 'make' command line.
|
||||
$(am__recursive_targets):
|
||||
@fail=; \
|
||||
if $(am__make_keepgoing); then \
|
||||
failcom='fail=yes'; \
|
||||
else \
|
||||
failcom='exit 1'; \
|
||||
fi; \
|
||||
dot_seen=no; \
|
||||
target=`echo $@ | sed s/-recursive//`; \
|
||||
case "$@" in \
|
||||
distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
|
||||
*) list='$(SUBDIRS)' ;; \
|
||||
esac; \
|
||||
for subdir in $$list; do \
|
||||
echo "Making $$target in $$subdir"; \
|
||||
if test "$$subdir" = "."; then \
|
||||
dot_seen=yes; \
|
||||
local_target="$$target-am"; \
|
||||
else \
|
||||
local_target="$$target"; \
|
||||
fi; \
|
||||
($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
|
||||
|| eval $$failcom; \
|
||||
done; \
|
||||
if test "$$dot_seen" = "no"; then \
|
||||
$(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
|
||||
fi; test -z "$$fail"
|
||||
|
||||
ID: $(am__tagged_files)
|
||||
$(am__define_uniq_tagged_files); mkid -fID $$unique
|
||||
tags: tags-recursive
|
||||
TAGS: tags
|
||||
|
||||
tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
|
||||
set x; \
|
||||
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 \
|
||||
if test "$$subdir" = .; then :; else \
|
||||
test ! -f $$subdir/TAGS || \
|
||||
set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
|
||||
fi; \
|
||||
done; \
|
||||
$(am__define_uniq_tagged_files); \
|
||||
shift; \
|
||||
if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
|
||||
test -n "$$unique" || unique=$$empty_fix; \
|
||||
if test $$# -gt 0; then \
|
||||
$(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
|
||||
"$$@" $$unique; \
|
||||
else \
|
||||
$(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
|
||||
$$unique; \
|
||||
fi; \
|
||||
fi
|
||||
ctags: ctags-recursive
|
||||
|
||||
CTAGS: ctags
|
||||
ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
|
||||
$(am__define_uniq_tagged_files); \
|
||||
test -z "$(CTAGS_ARGS)$$unique" \
|
||||
|| $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
|
||||
$$unique
|
||||
|
||||
GTAGS:
|
||||
here=`$(am__cd) $(top_builddir) && pwd` \
|
||||
&& $(am__cd) $(top_srcdir) \
|
||||
&& gtags -i $(GTAGS_ARGS) "$$here"
|
||||
cscopelist: cscopelist-recursive
|
||||
|
||||
cscopelist-am: $(am__tagged_files)
|
||||
list='$(am__tagged_files)'; \
|
||||
case "$(srcdir)" in \
|
||||
[\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
|
||||
*) sdir=$(subdir)/$(srcdir) ;; \
|
||||
esac; \
|
||||
for i in $$list; do \
|
||||
if test -f "$$i"; then \
|
||||
echo "$(subdir)/$$i"; \
|
||||
else \
|
||||
echo "$$sdir/$$i"; \
|
||||
fi; \
|
||||
done >> $(top_builddir)/cscope.files
|
||||
|
||||
distclean-tags:
|
||||
-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
|
||||
distdir: $(BUILT_SOURCES)
|
||||
$(MAKE) $(AM_MAKEFLAGS) distdir-am
|
||||
|
||||
distdir-am: $(DISTFILES)
|
||||
@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
|
||||
topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
|
||||
list='$(DISTFILES)'; \
|
||||
dist_files=`for file in $$list; do echo $$file; done | \
|
||||
sed -e "s|^$$srcdirstrip/||;t" \
|
||||
-e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
|
||||
case $$dist_files in \
|
||||
*/*) $(MKDIR_P) `echo "$$dist_files" | \
|
||||
sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
|
||||
sort -u` ;; \
|
||||
esac; \
|
||||
for file in $$dist_files; do \
|
||||
if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
|
||||
if test -d $$d/$$file; then \
|
||||
dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
|
||||
if test -d "$(distdir)/$$file"; then \
|
||||
find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
|
||||
fi; \
|
||||
if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
|
||||
cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
|
||||
find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
|
||||
fi; \
|
||||
cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
|
||||
else \
|
||||
test -f "$(distdir)/$$file" \
|
||||
|| cp -p $$d/$$file "$(distdir)/$$file" \
|
||||
|| exit 1; \
|
||||
fi; \
|
||||
done
|
||||
@list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
|
||||
if test "$$subdir" = .; then :; else \
|
||||
$(am__make_dryrun) \
|
||||
|| test -d "$(distdir)/$$subdir" \
|
||||
|| $(MKDIR_P) "$(distdir)/$$subdir" \
|
||||
|| exit 1; \
|
||||
dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
|
||||
$(am__relativize); \
|
||||
new_distdir=$$reldir; \
|
||||
dir1=$$subdir; dir2="$(top_distdir)"; \
|
||||
$(am__relativize); \
|
||||
new_top_distdir=$$reldir; \
|
||||
echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
|
||||
echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
|
||||
($(am__cd) $$subdir && \
|
||||
$(MAKE) $(AM_MAKEFLAGS) \
|
||||
top_distdir="$$new_top_distdir" \
|
||||
distdir="$$new_distdir" \
|
||||
am__remove_distdir=: \
|
||||
am__skip_length_check=: \
|
||||
am__skip_mode_fix=: \
|
||||
distdir) \
|
||||
|| exit 1; \
|
||||
fi; \
|
||||
done
|
||||
check-am: all-am
|
||||
check: check-recursive
|
||||
#all-local:
|
||||
all-am: Makefile $(DATA) all-local
|
||||
installdirs: installdirs-recursive
|
||||
installdirs-am:
|
||||
for dir in "$(DESTDIR)$(buildexamplesdir)"; do \
|
||||
test -z "$$dir" || $(MKDIR_P) "$$dir"; \
|
||||
done
|
||||
install: install-recursive
|
||||
install-exec: install-exec-recursive
|
||||
install-data: install-data-recursive
|
||||
uninstall: uninstall-recursive
|
||||
|
||||
install-am: all-am
|
||||
@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
|
||||
|
||||
installcheck: installcheck-recursive
|
||||
install-strip:
|
||||
if test -z '$(STRIP)'; then \
|
||||
$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
|
||||
install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
|
||||
install; \
|
||||
else \
|
||||
$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
|
||||
install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
|
||||
"INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
|
||||
fi
|
||||
mostlyclean-generic:
|
||||
|
||||
clean-generic:
|
||||
-test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
|
||||
|
||||
distclean-generic:
|
||||
-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
|
||||
-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
|
||||
|
||||
maintainer-clean-generic:
|
||||
@echo "This command is intended for maintainers to use"
|
||||
@echo "it deletes files that may require special tools to rebuild."
|
||||
uninstall-hook:
|
||||
clean: clean-recursive
|
||||
|
||||
clean-am: clean-generic clean-libtool mostlyclean-am
|
||||
|
||||
distclean: distclean-recursive
|
||||
-rm -f Makefile
|
||||
distclean-am: clean-am distclean-generic distclean-tags
|
||||
|
||||
dvi: dvi-recursive
|
||||
|
||||
dvi-am:
|
||||
|
||||
html: html-recursive
|
||||
|
||||
html-am:
|
||||
|
||||
info: info-recursive
|
||||
|
||||
info-am:
|
||||
|
||||
install-data-am: install-nobase_buildexamplesDATA
|
||||
|
||||
install-dvi: install-dvi-recursive
|
||||
|
||||
install-dvi-am:
|
||||
|
||||
install-exec-am:
|
||||
|
||||
install-html: install-html-recursive
|
||||
|
||||
install-html-am:
|
||||
|
||||
install-info: install-info-recursive
|
||||
|
||||
install-info-am:
|
||||
|
||||
install-man:
|
||||
|
||||
install-pdf: install-pdf-recursive
|
||||
|
||||
install-pdf-am:
|
||||
|
||||
install-ps: install-ps-recursive
|
||||
|
||||
install-ps-am:
|
||||
|
||||
installcheck-am:
|
||||
|
||||
maintainer-clean: maintainer-clean-recursive
|
||||
-rm -f Makefile
|
||||
maintainer-clean-am: distclean-am maintainer-clean-generic
|
||||
|
||||
mostlyclean: mostlyclean-recursive
|
||||
|
||||
mostlyclean-am: mostlyclean-generic mostlyclean-libtool
|
||||
|
||||
pdf: pdf-recursive
|
||||
|
||||
pdf-am:
|
||||
|
||||
ps: ps-recursive
|
||||
|
||||
ps-am:
|
||||
|
||||
uninstall-am: uninstall-nobase_buildexamplesDATA
|
||||
@$(NORMAL_INSTALL)
|
||||
$(MAKE) $(AM_MAKEFLAGS) uninstall-hook
|
||||
.MAKE: $(am__recursive_targets) install-am install-strip uninstall-am
|
||||
|
||||
.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am all-local \
|
||||
check check-am clean clean-generic clean-libtool cscopelist-am \
|
||||
ctags ctags-am distclean distclean-generic distclean-libtool \
|
||||
distclean-tags distdir dvi dvi-am html html-am info info-am \
|
||||
install install-am install-data install-data-am install-dvi \
|
||||
install-dvi-am install-exec install-exec-am install-html \
|
||||
install-html-am install-info install-info-am install-man \
|
||||
install-nobase_buildexamplesDATA install-pdf install-pdf-am \
|
||||
install-ps install-ps-am install-strip installcheck \
|
||||
installcheck-am installdirs installdirs-am maintainer-clean \
|
||||
maintainer-clean-generic mostlyclean mostlyclean-generic \
|
||||
mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \
|
||||
uninstall-am uninstall-hook uninstall-nobase_buildexamplesDATA
|
||||
|
||||
.PRECIOUS: Makefile
|
||||
|
||||
|
||||
%.sh: %$(EXEEXT) $(TESTSCRIPT_IN)
|
||||
$(AM_V_GEN)set -e ; rm -f $@ ; \
|
||||
$(SED) -e 's#@'SHELL'@#/bin/bash#' \
|
||||
-e 's#@'TEST'@#$*#' \
|
||||
-e 's#@'TESTINPUT'@#$(examples_INPUT)#' \
|
||||
-e 's#@'TESTGOLDEN'@#$(examples_GOLDEN)#' \
|
||||
-e 's#@'TESTFILTER'@#$($(shell echo '$(*D)' | sed -e 's:[^A-Za-z0-9_\@]:_:g')_FILTER)#' \
|
||||
$(TESTSCRIPT_IN) > $@ ; \
|
||||
chmod a+x $@
|
||||
|
||||
all-local: copy-check-data
|
||||
|
||||
# needed to put extra run files in objdir tree
|
||||
copy-check-data:
|
||||
$(AM_V_GEN)for file in $(examples_BUILD); do \
|
||||
if test ! -e ./$$file ; then \
|
||||
$(MKDIR_P) `dirname "$$file"` ; \
|
||||
$(INSTALL_DATA) $(srcdir)/$$file ./$$file ; \
|
||||
fi ; \
|
||||
done
|
||||
|
||||
#uninstall-hook:
|
||||
# test ! -d "$(buildexamplesdir)" || ( set -e ; cd "$(buildexamplesdir)" ; \
|
||||
# for dir in $(examples_DIRS) ; do test ! -d $$dir || rmdir $$dir ; done ; \
|
||||
# cd - ; rmdir --ignore-fail-on-non-empty "$(buildexamplesdir)" )
|
||||
|
||||
# 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.
|
||||
.NOEXPORT:
|
||||
+1
@@ -0,0 +1 @@
|
||||
# dummy
|
||||
+10
@@ -0,0 +1,10 @@
|
||||
0: 0
|
||||
1000: 0
|
||||
2000: 0
|
||||
3000: 0
|
||||
4000: 1
|
||||
5000: 2
|
||||
6000: 3
|
||||
7000: 4
|
||||
8000: 5
|
||||
9000: 6
|
||||
+1
@@ -0,0 +1 @@
|
||||
# dummy
|
||||
+36
@@ -0,0 +1,36 @@
|
||||
|
||||
Round robin thread 1 at time 100 ns
|
||||
Round robin thread 2 at time 110 ns
|
||||
Round robin thread 3 at time 120 ns
|
||||
Round robin thread 4 at time 130 ns
|
||||
Round robin thread 1 at time 140 ns
|
||||
Round robin thread 2 at time 150 ns
|
||||
Round robin thread 3 at time 160 ns
|
||||
Round robin thread 4 at time 170 ns
|
||||
Round robin thread 1 at time 180 ns
|
||||
Round robin thread 2 at time 190 ns
|
||||
Round robin thread 3 at time 200 ns
|
||||
Round robin thread 4 at time 210 ns
|
||||
Returned int is 0
|
||||
|
||||
|
||||
Thread 0 ending.
|
||||
Thread 1 ending.
|
||||
Thread 2 ending.
|
||||
Thread 3 ending.
|
||||
Thread 4 ending.
|
||||
Thread 5 ending.
|
||||
Thread 6 ending.
|
||||
Thread 7 ending.
|
||||
Thread 8 ending.
|
||||
Thread 9 ending.
|
||||
|
||||
Test_function sees 3.14159
|
||||
Returned int is 3
|
||||
|
||||
void_function sees 1.2345
|
||||
|
||||
ref_function sees 9.8765
|
||||
Returned int is 9
|
||||
|
||||
Done.
|
||||
+1
@@ -0,0 +1 @@
|
||||
# dummy
|
||||
+104
@@ -0,0 +1,104 @@
|
||||
0 s: reset
|
||||
1 ns: 0
|
||||
2 ns: 1
|
||||
3 ns: 2
|
||||
4 ns: 3
|
||||
5 ns: 4
|
||||
6 ns: 5
|
||||
7 ns: 6
|
||||
8 ns: 7
|
||||
9 ns: 8
|
||||
10 ns: 9
|
||||
11 ns: 10
|
||||
12 ns: 11
|
||||
13 ns: reset
|
||||
14 ns: 0
|
||||
15 ns: 1
|
||||
16 ns: 2
|
||||
17 ns: 3
|
||||
18 ns: 4
|
||||
19 ns: 5
|
||||
20 ns: 6
|
||||
21 ns: 7
|
||||
22 ns: 8
|
||||
23 ns: 9
|
||||
24 ns: 10
|
||||
25 ns: 11
|
||||
26 ns: 12
|
||||
27 ns: 13
|
||||
28 ns: 14
|
||||
29 ns: 15
|
||||
30 ns: 16
|
||||
31 ns: 17
|
||||
32 ns: 18
|
||||
33 ns: reset
|
||||
34 ns: 0
|
||||
35 ns: 1
|
||||
36 ns: 2
|
||||
37 ns: 3
|
||||
38 ns: 4
|
||||
39 ns: 5
|
||||
40 ns: 6
|
||||
41 ns: 7
|
||||
42 ns: 8
|
||||
43 ns: 9
|
||||
44 ns: 10
|
||||
45 ns: 11
|
||||
46 ns: 12
|
||||
47 ns: 13
|
||||
48 ns: 14
|
||||
49 ns: 15
|
||||
50 ns: 16
|
||||
51 ns: 17
|
||||
52 ns: 18
|
||||
53 ns: reset
|
||||
54 ns: 0
|
||||
55 ns: 1
|
||||
56 ns: 2
|
||||
57 ns: 3
|
||||
58 ns: 4
|
||||
59 ns: 5
|
||||
60 ns: 6
|
||||
61 ns: 7
|
||||
62 ns: 8
|
||||
63 ns: 9
|
||||
64 ns: 10
|
||||
65 ns: 11
|
||||
66 ns: 12
|
||||
67 ns: 13
|
||||
68 ns: 14
|
||||
69 ns: 15
|
||||
70 ns: 16
|
||||
71 ns: 17
|
||||
72 ns: 18
|
||||
73 ns: reset
|
||||
74 ns: 0
|
||||
75 ns: 1
|
||||
76 ns: 2
|
||||
77 ns: 3
|
||||
78 ns: 4
|
||||
79 ns: 5
|
||||
80 ns: 6
|
||||
81 ns: 7
|
||||
82 ns: 8
|
||||
83 ns: 9
|
||||
84 ns: 10
|
||||
85 ns: 11
|
||||
86 ns: 12
|
||||
87 ns: 13
|
||||
88 ns: 14
|
||||
89 ns: 15
|
||||
90 ns: 16
|
||||
91 ns: 17
|
||||
92 ns: 18
|
||||
93 ns: reset
|
||||
94 ns: 0
|
||||
95 ns: 1
|
||||
96 ns: 2
|
||||
97 ns: 3
|
||||
98 ns: 4
|
||||
99 ns: 5
|
||||
100 ns: 6
|
||||
|
||||
Info: /OSCI/SystemC: Simulation stopped by user.
|
||||
Done
|
||||
+1
@@ -0,0 +1 @@
|
||||
# dummy
|
||||
+3
@@ -0,0 +1,3 @@
|
||||
10 ns In Channel run()
|
||||
17 ns In Channel run()
|
||||
20 ns In Channel run()
|
||||
+1
@@ -0,0 +1 @@
|
||||
# dummy
|
||||
+96
@@ -0,0 +1,96 @@
|
||||
We got 24 user-defined actions
|
||||
Default settings for ID4
|
||||
report: ID4 INFO --> log display
|
||||
msg=extra_msg_for_info file=no_specific_file line 0 time=0 s process=<none>
|
||||
report: ID4 WARNING --> log display
|
||||
msg=extra_msg_for_warning file=no_specific_file line 1 time=0 s process=<none>
|
||||
report: ID4 ERROR --> throw log cache-report
|
||||
msg=extra_msg_for_error file=no_specific_file line 2 time=0 s process=<none>
|
||||
report: ID4 FATAL --> log display cache-report abort
|
||||
msg=extra_msg_for_fatal file=no_specific_file line 3 time=0 s process=<none>
|
||||
|
||||
Specific settings for ID1..ID3
|
||||
report: ID1 INFO --> usr2
|
||||
msg=extra_msg_for_info file=no_specific_file line 0 time=0 s process=<none>
|
||||
report: ID1 WARNING --> usr3
|
||||
msg=extra_msg_for_warning file=no_specific_file line 1 time=0 s process=<none>
|
||||
report: ID1 ERROR --> usr4
|
||||
msg=extra_msg_for_error file=no_specific_file line 2 time=0 s process=<none>
|
||||
report: ID1 FATAL --> usr5
|
||||
msg=extra_msg_for_fatal file=no_specific_file line 3 time=0 s process=<none>
|
||||
|
||||
report: ID2 INFO --> usr1
|
||||
msg=extra_msg_for_info file=no_specific_file line 0 time=0 s process=<none>
|
||||
report: ID2 WARNING --> usr1
|
||||
msg=extra_msg_for_warning file=no_specific_file line 1 time=0 s process=<none>
|
||||
report: ID2 ERROR --> usr1
|
||||
msg=extra_msg_for_error file=no_specific_file line 2 time=0 s process=<none>
|
||||
report: ID2 FATAL --> usr1
|
||||
msg=extra_msg_for_fatal file=no_specific_file line 3 time=0 s process=<none>
|
||||
|
||||
report: ID3 INFO --> usr5
|
||||
msg=extra_msg_for_info file=no_specific_file line 0 time=0 s process=<none>
|
||||
report: ID3 WARNING --> usr3
|
||||
msg=extra_msg_for_warning file=no_specific_file line 1 time=0 s process=<none>
|
||||
report: ID3 ERROR --> usr1
|
||||
msg=extra_msg_for_error file=no_specific_file line 2 time=0 s process=<none>
|
||||
report: ID3 FATAL --> usr5
|
||||
msg=extra_msg_for_fatal file=no_specific_file line 3 time=0 s process=<none>
|
||||
|
||||
temporarily suppress usr4
|
||||
report: ID1 INFO --> usr2
|
||||
msg=extra_msg_for_info file=no_specific_file line 0 time=1 ns process=<none>
|
||||
report: ID1 WARNING --> usr3
|
||||
msg=extra_msg_for_warning file=no_specific_file line 1 time=1 ns process=<none>
|
||||
report: ID1 ERROR -->
|
||||
msg=extra_msg_for_error file=no_specific_file line 2 time=1 ns process=<none>
|
||||
report: ID1 FATAL --> usr5
|
||||
msg=extra_msg_for_fatal file=no_specific_file line 3 time=1 ns process=<none>
|
||||
|
||||
report: ID1 INFO --> usr2
|
||||
msg=extra_msg_for_info file=no_specific_file line 0 time=1 ns process=<none>
|
||||
report: ID1 WARNING --> usr3
|
||||
msg=extra_msg_for_warning file=no_specific_file line 1 time=1 ns process=<none>
|
||||
report: ID1 ERROR --> usr4
|
||||
msg=extra_msg_for_error file=no_specific_file line 2 time=1 ns process=<none>
|
||||
report: ID1 FATAL --> usr5
|
||||
msg=extra_msg_for_fatal file=no_specific_file line 3 time=1 ns process=<none>
|
||||
|
||||
temporarily force usr1
|
||||
report: ID1 INFO --> usr1 usr2
|
||||
msg=extra_msg_for_info file=no_specific_file line 0 time=2 ns process=<none>
|
||||
report: ID1 WARNING --> usr1 usr3
|
||||
msg=extra_msg_for_warning file=no_specific_file line 1 time=2 ns process=<none>
|
||||
report: ID1 ERROR --> usr1 usr4
|
||||
msg=extra_msg_for_error file=no_specific_file line 2 time=2 ns process=<none>
|
||||
report: ID1 FATAL --> usr1 usr5
|
||||
msg=extra_msg_for_fatal file=no_specific_file line 3 time=2 ns process=<none>
|
||||
|
||||
report: ID1 INFO --> usr2
|
||||
msg=extra_msg_for_info file=no_specific_file line 0 time=2 ns process=<none>
|
||||
report: ID1 WARNING --> usr3
|
||||
msg=extra_msg_for_warning file=no_specific_file line 1 time=2 ns process=<none>
|
||||
report: ID1 ERROR --> usr4
|
||||
msg=extra_msg_for_error file=no_specific_file line 2 time=2 ns process=<none>
|
||||
report: ID1 FATAL --> usr5
|
||||
msg=extra_msg_for_fatal file=no_specific_file line 3 time=2 ns process=<none>
|
||||
|
||||
temporarily suppress {usr3,usr4} and force {usr1,usr3}
|
||||
report: ID1 INFO --> usr1 usr2 usr3
|
||||
msg=extra_msg_for_info file=no_specific_file line 0 time=3 ns process=<none>
|
||||
report: ID1 WARNING --> usr1 usr3
|
||||
msg=extra_msg_for_warning file=no_specific_file line 1 time=3 ns process=<none>
|
||||
report: ID1 ERROR --> usr1 usr3
|
||||
msg=extra_msg_for_error file=no_specific_file line 2 time=3 ns process=<none>
|
||||
report: ID1 FATAL --> usr1 usr3 usr5
|
||||
msg=extra_msg_for_fatal file=no_specific_file line 3 time=3 ns process=<none>
|
||||
|
||||
report: ID1 INFO --> usr2
|
||||
msg=extra_msg_for_info file=no_specific_file line 0 time=3 ns process=<none>
|
||||
report: ID1 WARNING --> usr3
|
||||
msg=extra_msg_for_warning file=no_specific_file line 1 time=3 ns process=<none>
|
||||
report: ID1 ERROR --> usr4
|
||||
msg=extra_msg_for_error file=no_specific_file line 2 time=3 ns process=<none>
|
||||
report: ID1 FATAL --> usr5
|
||||
msg=extra_msg_for_fatal file=no_specific_file line 3 time=3 ns process=<none>
|
||||
|
||||
+1
@@ -0,0 +1 @@
|
||||
# dummy
|
||||
+4
@@ -0,0 +1,4 @@
|
||||
11000.000000 - c
|
||||
11000.000000 - b
|
||||
11000.000000 - a
|
||||
Program completed
|
||||
+1
@@ -0,0 +1 @@
|
||||
# dummy
|
||||
+5
@@ -0,0 +1,5 @@
|
||||
t1 got mutex at 1 ns
|
||||
t2 got mutex at 11 ns
|
||||
t3 got mutex at 21 ns
|
||||
|
||||
|
||||
+1
@@ -0,0 +1 @@
|
||||
# dummy
|
||||
+1
@@ -0,0 +1 @@
|
||||
# dummy
|
||||
+1
@@ -0,0 +1 @@
|
||||
# dummy
|
||||
+1
@@ -0,0 +1 @@
|
||||
# dummy
|
||||
+1
@@ -0,0 +1 @@
|
||||
# dummy
|
||||
+15
@@ -0,0 +1,15 @@
|
||||
( m_in_bigint4, m_inout_bigint4, m_in_biguint4, m_inout_biguint4, m_in_int4, m_inout_int4, m_in_uint4, m_inout_uint4 ) = 012345678
|
||||
m_signal_bigint8 = 18
|
||||
m_signal_biguint8 = 027
|
||||
m_signal_int8 = 36
|
||||
m_signal_uint8 = 045
|
||||
m_signal_bigint8 = 12
|
||||
m_inout_bigint4 = 3
|
||||
m_signal_biguint8 = 045
|
||||
m_inout_biguint4 = 06
|
||||
m_signal_int8 = 78
|
||||
m_inout_int4 = 9
|
||||
m_signal_uint8 = 0ab
|
||||
m_inout_uint4 = 0c
|
||||
|
||||
Info: /OSCI/SystemC: Simulation stopped by user.
|
||||
+1
@@ -0,0 +1 @@
|
||||
# dummy
|
||||
+135
@@ -0,0 +1,135 @@
|
||||
producer dut consumer
|
||||
0 1 ns
|
||||
0 2 ns
|
||||
1 2 ns
|
||||
0 3 ns
|
||||
1 4 ns
|
||||
2 4 ns
|
||||
2 5 ns
|
||||
3 5 ns
|
||||
1 6 ns
|
||||
2 7 ns
|
||||
3 8 ns
|
||||
4 8 ns
|
||||
4 9 ns
|
||||
5 9 ns
|
||||
5 10 ns
|
||||
6 10 ns
|
||||
3 11 ns
|
||||
4 12 ns
|
||||
5 13 ns
|
||||
6 14 ns
|
||||
7 20 ns
|
||||
7 21 ns
|
||||
8 21 ns
|
||||
8 22 ns
|
||||
9 22 ns
|
||||
9 23 ns
|
||||
10 23 ns
|
||||
6 24 ns
|
||||
7 25 ns
|
||||
8 26 ns
|
||||
9 27 ns
|
||||
10 28 ns
|
||||
11 28 ns
|
||||
11 29 ns
|
||||
12 29 ns
|
||||
12 30 ns
|
||||
13 42 ns
|
||||
13 43 ns
|
||||
14 43 ns
|
||||
14 44 ns
|
||||
15 44 ns
|
||||
10 45 ns
|
||||
11 46 ns
|
||||
12 47 ns
|
||||
13 48 ns
|
||||
14 49 ns
|
||||
15 50 ns
|
||||
16 50 ns
|
||||
16 51 ns
|
||||
17 51 ns
|
||||
17 52 ns
|
||||
18 52 ns
|
||||
18 53 ns
|
||||
19 71 ns
|
||||
19 72 ns
|
||||
20 72 ns
|
||||
20 73 ns
|
||||
21 73 ns
|
||||
15 74 ns
|
||||
16 75 ns
|
||||
17 76 ns
|
||||
18 77 ns
|
||||
19 78 ns
|
||||
20 79 ns
|
||||
21 80 ns
|
||||
22 80 ns
|
||||
22 81 ns
|
||||
23 81 ns
|
||||
23 82 ns
|
||||
24 82 ns
|
||||
24 83 ns
|
||||
25 107 ns
|
||||
25 108 ns
|
||||
26 108 ns
|
||||
26 109 ns
|
||||
27 109 ns
|
||||
27 110 ns
|
||||
28 110 ns
|
||||
21 111 ns
|
||||
22 112 ns
|
||||
23 113 ns
|
||||
24 114 ns
|
||||
25 115 ns
|
||||
26 116 ns
|
||||
27 117 ns
|
||||
28 118 ns
|
||||
29 118 ns
|
||||
29 119 ns
|
||||
30 119 ns
|
||||
30 120 ns
|
||||
31 150 ns
|
||||
31 151 ns
|
||||
32 151 ns
|
||||
32 152 ns
|
||||
33 152 ns
|
||||
33 153 ns
|
||||
34 153 ns
|
||||
34 154 ns
|
||||
35 154 ns
|
||||
35 155 ns
|
||||
36 155 ns
|
||||
28 156 ns
|
||||
29 157 ns
|
||||
30 158 ns
|
||||
31 159 ns
|
||||
32 160 ns
|
||||
33 161 ns
|
||||
34 162 ns
|
||||
35 163 ns
|
||||
36 164 ns
|
||||
37 200 ns
|
||||
37 201 ns
|
||||
38 201 ns
|
||||
38 202 ns
|
||||
39 202 ns
|
||||
39 203 ns
|
||||
40 203 ns
|
||||
40 204 ns
|
||||
41 204 ns
|
||||
41 205 ns
|
||||
42 205 ns
|
||||
42 206 ns
|
||||
43 248 ns
|
||||
43 249 ns
|
||||
44 249 ns
|
||||
44 250 ns
|
||||
45 250 ns
|
||||
36 251 ns
|
||||
37 252 ns
|
||||
38 253 ns
|
||||
39 254 ns
|
||||
|
||||
Info: /OSCI/SystemC: Simulation stopped by user.
|
||||
Program completed
|
||||
+1
@@ -0,0 +1 @@
|
||||
# dummy
|
||||
+136
@@ -0,0 +1,136 @@
|
||||
producer dut consumer
|
||||
0 1 ns
|
||||
1 2 ns
|
||||
0 3 ns
|
||||
2 4 ns
|
||||
1 5 ns
|
||||
0 5 ns
|
||||
3 6 ns
|
||||
2 7 ns
|
||||
4 8 ns
|
||||
1 9 ns
|
||||
3 11 ns
|
||||
2 11 ns
|
||||
5 12 ns
|
||||
4 13 ns
|
||||
6 14 ns
|
||||
5 15 ns
|
||||
3 17 ns
|
||||
4 19 ns
|
||||
6 21 ns
|
||||
5 21 ns
|
||||
7 22 ns
|
||||
8 23 ns
|
||||
7 24 ns
|
||||
9 25 ns
|
||||
8 26 ns
|
||||
10 27 ns
|
||||
9 28 ns
|
||||
11 29 ns
|
||||
6 30 ns
|
||||
7 32 ns
|
||||
8 34 ns
|
||||
10 36 ns
|
||||
9 36 ns
|
||||
12 37 ns
|
||||
11 38 ns
|
||||
12 40 ns
|
||||
13 51 ns
|
||||
14 52 ns
|
||||
13 53 ns
|
||||
15 54 ns
|
||||
14 55 ns
|
||||
16 56 ns
|
||||
10 57 ns
|
||||
11 59 ns
|
||||
12 61 ns
|
||||
13 63 ns
|
||||
15 65 ns
|
||||
14 65 ns
|
||||
17 66 ns
|
||||
16 67 ns
|
||||
18 68 ns
|
||||
17 69 ns
|
||||
18 71 ns
|
||||
19 88 ns
|
||||
20 89 ns
|
||||
19 90 ns
|
||||
21 91 ns
|
||||
20 92 ns
|
||||
22 93 ns
|
||||
15 94 ns
|
||||
16 96 ns
|
||||
17 98 ns
|
||||
18 100 ns
|
||||
19 102 ns
|
||||
21 104 ns
|
||||
20 104 ns
|
||||
23 105 ns
|
||||
22 106 ns
|
||||
24 107 ns
|
||||
23 108 ns
|
||||
24 110 ns
|
||||
25 133 ns
|
||||
26 134 ns
|
||||
25 135 ns
|
||||
27 136 ns
|
||||
26 137 ns
|
||||
28 138 ns
|
||||
27 139 ns
|
||||
29 140 ns
|
||||
21 141 ns
|
||||
22 143 ns
|
||||
23 145 ns
|
||||
24 147 ns
|
||||
25 149 ns
|
||||
26 151 ns
|
||||
28 153 ns
|
||||
27 153 ns
|
||||
30 154 ns
|
||||
29 155 ns
|
||||
30 157 ns
|
||||
31 186 ns
|
||||
32 187 ns
|
||||
31 188 ns
|
||||
33 189 ns
|
||||
32 190 ns
|
||||
34 191 ns
|
||||
33 192 ns
|
||||
35 193 ns
|
||||
34 194 ns
|
||||
36 195 ns
|
||||
35 196 ns
|
||||
28 198 ns
|
||||
29 200 ns
|
||||
30 202 ns
|
||||
31 204 ns
|
||||
32 206 ns
|
||||
33 208 ns
|
||||
34 210 ns
|
||||
36 212 ns
|
||||
35 212 ns
|
||||
37 233 ns
|
||||
38 234 ns
|
||||
37 235 ns
|
||||
39 236 ns
|
||||
38 237 ns
|
||||
40 238 ns
|
||||
39 239 ns
|
||||
41 240 ns
|
||||
40 241 ns
|
||||
42 242 ns
|
||||
41 243 ns
|
||||
42 245 ns
|
||||
43 286 ns
|
||||
44 287 ns
|
||||
43 288 ns
|
||||
45 289 ns
|
||||
44 290 ns
|
||||
46 291 ns
|
||||
36 292 ns
|
||||
37 294 ns
|
||||
38 296 ns
|
||||
39 298 ns
|
||||
|
||||
Info: /OSCI/SystemC: Simulation stopped by user.
|
||||
Program completed
|
||||
+1
@@ -0,0 +1 @@
|
||||
# dummy
|
||||
+7
@@ -0,0 +1,7 @@
|
||||
Start SystemC
|
||||
I'm busy!
|
||||
Asked to stop at time 10 ns
|
||||
|
||||
Info: /OSCI/SystemC: Simulation stopped by user.
|
||||
The dog barks before the end of simulation
|
||||
Program completed
|
||||
File diff suppressed because it is too large
Load Diff
+1
@@ -0,0 +1 @@
|
||||
# dummy
|
||||
+1
@@ -0,0 +1 @@
|
||||
# dummy
|
||||
+1
@@ -0,0 +1 @@
|
||||
# dummy
|
||||
+1
@@ -0,0 +1 @@
|
||||
# dummy
|
||||
+45
@@ -0,0 +1,45 @@
|
||||
|
||||
Reading in the samples...
|
||||
Computing...
|
||||
Writing the transform values...
|
||||
Done...
|
||||
|
||||
Reading in the samples...
|
||||
Computing...
|
||||
Writing the transform values...
|
||||
Done...
|
||||
|
||||
Reading in the samples...
|
||||
Computing...
|
||||
Writing the transform values...
|
||||
Done...
|
||||
|
||||
Reading in the samples...
|
||||
Computing...
|
||||
Writing the transform values...
|
||||
Done...
|
||||
|
||||
Reading in the samples...
|
||||
Computing...
|
||||
Writing the transform values...
|
||||
Done...
|
||||
|
||||
Reading in the samples...
|
||||
Computing...
|
||||
Writing the transform values...
|
||||
Done...
|
||||
|
||||
Reading in the samples...
|
||||
Computing...
|
||||
Writing the transform values...
|
||||
Done...
|
||||
|
||||
Reading in the samples...
|
||||
Computing...
|
||||
Writing the transform values...
|
||||
Done...
|
||||
|
||||
Reading in the samples...
|
||||
End of Input Stream: Simulation Stops
|
||||
|
||||
Info: /OSCI/SystemC: Simulation stopped by user.
|
||||
+67
@@ -0,0 +1,67 @@
|
||||
2011
|
||||
2011
|
||||
2011
|
||||
2011
|
||||
2011
|
||||
2011
|
||||
2011
|
||||
2011
|
||||
2011
|
||||
2011
|
||||
2011
|
||||
2011
|
||||
2011
|
||||
2011
|
||||
2011
|
||||
2011
|
||||
1
|
||||
0
|
||||
0
|
||||
0
|
||||
0
|
||||
0
|
||||
0
|
||||
0
|
||||
0
|
||||
0
|
||||
0
|
||||
0
|
||||
0
|
||||
0
|
||||
0
|
||||
0
|
||||
|
||||
|
||||
456
|
||||
234
|
||||
120
|
||||
0
|
||||
-120
|
||||
-234
|
||||
-456
|
||||
-768
|
||||
-456
|
||||
-234
|
||||
-120
|
||||
0
|
||||
120
|
||||
234
|
||||
456
|
||||
768
|
||||
|
||||
29
|
||||
34
|
||||
85
|
||||
206
|
||||
336
|
||||
593
|
||||
823
|
||||
422
|
||||
-12
|
||||
-103
|
||||
-599
|
||||
-734
|
||||
-339
|
||||
-188
|
||||
-23
|
||||
22
|
||||
+16
@@ -0,0 +1,16 @@
|
||||
2011
|
||||
2011
|
||||
2011
|
||||
2011
|
||||
2011
|
||||
2011
|
||||
2011
|
||||
2011
|
||||
2011
|
||||
2011
|
||||
2011
|
||||
2011
|
||||
2011
|
||||
2011
|
||||
2011
|
||||
2011
|
||||
+18
@@ -0,0 +1,18 @@
|
||||
1
|
||||
0
|
||||
0
|
||||
0
|
||||
0
|
||||
0
|
||||
0
|
||||
0
|
||||
0
|
||||
0
|
||||
0
|
||||
0
|
||||
0
|
||||
0
|
||||
0
|
||||
0
|
||||
|
||||
|
||||
+17
@@ -0,0 +1,17 @@
|
||||
456
|
||||
234
|
||||
120
|
||||
0
|
||||
-120
|
||||
-234
|
||||
-456
|
||||
-768
|
||||
-456
|
||||
-234
|
||||
-120
|
||||
0
|
||||
120
|
||||
234
|
||||
456
|
||||
768
|
||||
|
||||
+67
@@ -0,0 +1,67 @@
|
||||
2011
|
||||
2011
|
||||
2011
|
||||
2011
|
||||
2011
|
||||
2011
|
||||
2011
|
||||
2011
|
||||
2011
|
||||
2011
|
||||
2011
|
||||
2011
|
||||
2011
|
||||
2011
|
||||
2011
|
||||
2011
|
||||
1
|
||||
0
|
||||
0
|
||||
0
|
||||
0
|
||||
0
|
||||
0
|
||||
0
|
||||
0
|
||||
0
|
||||
0
|
||||
0
|
||||
0
|
||||
0
|
||||
0
|
||||
0
|
||||
|
||||
|
||||
456
|
||||
234
|
||||
120
|
||||
0
|
||||
-120
|
||||
-234
|
||||
-456
|
||||
-768
|
||||
-456
|
||||
-234
|
||||
-120
|
||||
0
|
||||
120
|
||||
234
|
||||
456
|
||||
768
|
||||
|
||||
29
|
||||
34
|
||||
85
|
||||
206
|
||||
336
|
||||
593
|
||||
823
|
||||
422
|
||||
-12
|
||||
-103
|
||||
-599
|
||||
-734
|
||||
-339
|
||||
-188
|
||||
-23
|
||||
22
|
||||
+68
@@ -0,0 +1,68 @@
|
||||
2011
|
||||
2011
|
||||
2011
|
||||
2011
|
||||
2011
|
||||
2011
|
||||
2011
|
||||
2011
|
||||
2011
|
||||
2011
|
||||
2011
|
||||
2011
|
||||
2011
|
||||
2011
|
||||
2011
|
||||
2011
|
||||
1
|
||||
0
|
||||
0
|
||||
0
|
||||
0
|
||||
0
|
||||
0
|
||||
0
|
||||
0
|
||||
0
|
||||
0
|
||||
0
|
||||
0
|
||||
0
|
||||
0
|
||||
0
|
||||
|
||||
|
||||
0
|
||||
120
|
||||
234
|
||||
456
|
||||
768
|
||||
456
|
||||
234
|
||||
120
|
||||
0
|
||||
-120
|
||||
-234
|
||||
-456
|
||||
-768
|
||||
-456
|
||||
-234
|
||||
-120
|
||||
|
||||
|
||||
123
|
||||
34
|
||||
-23
|
||||
12
|
||||
45
|
||||
0
|
||||
67
|
||||
134
|
||||
-45
|
||||
30
|
||||
96
|
||||
189
|
||||
234
|
||||
535
|
||||
105
|
||||
576
|
||||
+16
@@ -0,0 +1,16 @@
|
||||
2011
|
||||
2011
|
||||
2011
|
||||
2011
|
||||
2011
|
||||
2011
|
||||
2011
|
||||
2011
|
||||
2011
|
||||
2011
|
||||
2011
|
||||
2011
|
||||
2011
|
||||
2011
|
||||
2011
|
||||
2011
|
||||
+18
@@ -0,0 +1,18 @@
|
||||
1
|
||||
0
|
||||
0
|
||||
0
|
||||
0
|
||||
0
|
||||
0
|
||||
0
|
||||
0
|
||||
0
|
||||
0
|
||||
0
|
||||
0
|
||||
0
|
||||
0
|
||||
0
|
||||
|
||||
|
||||
+18
@@ -0,0 +1,18 @@
|
||||
0
|
||||
120
|
||||
234
|
||||
456
|
||||
768
|
||||
456
|
||||
234
|
||||
120
|
||||
0
|
||||
-120
|
||||
-234
|
||||
-456
|
||||
-768
|
||||
-456
|
||||
-234
|
||||
-120
|
||||
|
||||
|
||||
+68
@@ -0,0 +1,68 @@
|
||||
2011
|
||||
2011
|
||||
2011
|
||||
2011
|
||||
2011
|
||||
2011
|
||||
2011
|
||||
2011
|
||||
2011
|
||||
2011
|
||||
2011
|
||||
2011
|
||||
2011
|
||||
2011
|
||||
2011
|
||||
2011
|
||||
1
|
||||
0
|
||||
0
|
||||
0
|
||||
0
|
||||
0
|
||||
0
|
||||
0
|
||||
0
|
||||
0
|
||||
0
|
||||
0
|
||||
0
|
||||
0
|
||||
0
|
||||
0
|
||||
|
||||
|
||||
0
|
||||
120
|
||||
234
|
||||
456
|
||||
768
|
||||
456
|
||||
234
|
||||
120
|
||||
0
|
||||
-120
|
||||
-234
|
||||
-456
|
||||
-768
|
||||
-456
|
||||
-234
|
||||
-120
|
||||
|
||||
|
||||
123
|
||||
34
|
||||
-23
|
||||
12
|
||||
45
|
||||
0
|
||||
67
|
||||
134
|
||||
-45
|
||||
30
|
||||
96
|
||||
189
|
||||
234
|
||||
535
|
||||
105
|
||||
576
|
||||
+16
@@ -0,0 +1,16 @@
|
||||
3.217600e+04
|
||||
0.000000e+00
|
||||
0.000000e+00
|
||||
0.000000e+00
|
||||
0.000000e+00
|
||||
0.000000e+00
|
||||
0.000000e+00
|
||||
0.000000e+00
|
||||
0.000000e+00
|
||||
0.000000e+00
|
||||
0.000000e+00
|
||||
0.000000e+00
|
||||
0.000000e+00
|
||||
0.000000e+00
|
||||
0.000000e+00
|
||||
0.000000e+00
|
||||
+16
@@ -0,0 +1,16 @@
|
||||
1.000000e+00
|
||||
1.000000e+00
|
||||
1.000000e+00
|
||||
1.000000e+00
|
||||
1.000000e+00
|
||||
1.000000e+00
|
||||
1.000000e+00
|
||||
1.000000e+00
|
||||
1.000000e+00
|
||||
1.000000e+00
|
||||
1.000000e+00
|
||||
1.000000e+00
|
||||
1.000000e+00
|
||||
1.000000e+00
|
||||
1.000000e+00
|
||||
1.000000e+00
|
||||
+16
@@ -0,0 +1,16 @@
|
||||
0.000000e+00
|
||||
-3.095583e+02
|
||||
0.000000e+00
|
||||
1.560636e+03
|
||||
0.000000e+00
|
||||
-8.567042e+02
|
||||
0.000000e+00
|
||||
2.504492e+01
|
||||
0.000000e+00
|
||||
-6.329711e+02
|
||||
0.000000e+00
|
||||
3.824861e+02
|
||||
0.000000e+00
|
||||
-6.967664e+02
|
||||
0.000000e+00
|
||||
7.823833e+03
|
||||
+64
@@ -0,0 +1,64 @@
|
||||
3.217600e+04
|
||||
0.000000e+00
|
||||
0.000000e+00
|
||||
0.000000e+00
|
||||
0.000000e+00
|
||||
0.000000e+00
|
||||
0.000000e+00
|
||||
0.000000e+00
|
||||
0.000000e+00
|
||||
0.000000e+00
|
||||
0.000000e+00
|
||||
0.000000e+00
|
||||
0.000000e+00
|
||||
0.000000e+00
|
||||
0.000000e+00
|
||||
0.000000e+00
|
||||
1.000000e+00
|
||||
1.000000e+00
|
||||
1.000000e+00
|
||||
1.000000e+00
|
||||
1.000000e+00
|
||||
1.000000e+00
|
||||
1.000000e+00
|
||||
1.000000e+00
|
||||
1.000000e+00
|
||||
1.000000e+00
|
||||
1.000000e+00
|
||||
1.000000e+00
|
||||
1.000000e+00
|
||||
1.000000e+00
|
||||
1.000000e+00
|
||||
1.000000e+00
|
||||
0.000000e+00
|
||||
-3.095583e+02
|
||||
0.000000e+00
|
||||
1.560636e+03
|
||||
0.000000e+00
|
||||
-8.567042e+02
|
||||
0.000000e+00
|
||||
2.504492e+01
|
||||
0.000000e+00
|
||||
-6.329711e+02
|
||||
0.000000e+00
|
||||
3.824861e+02
|
||||
0.000000e+00
|
||||
-6.967664e+02
|
||||
0.000000e+00
|
||||
7.823833e+03
|
||||
5.520000e+02
|
||||
8.697477e+02
|
||||
1.164104e+03
|
||||
-3.778723e+01
|
||||
3.999994e+01
|
||||
6.132667e+02
|
||||
2.618257e+02
|
||||
6.339840e+02
|
||||
4.800000e+01
|
||||
-4.168193e+02
|
||||
-9.261038e+02
|
||||
1.929208e+02
|
||||
-5.839999e+02
|
||||
-1.461955e+02
|
||||
-4.198261e+02
|
||||
-1.381117e+03
|
||||
+16
@@ -0,0 +1,16 @@
|
||||
3.217600e+04
|
||||
0.000000e+00
|
||||
0.000000e+00
|
||||
0.000000e+00
|
||||
0.000000e+00
|
||||
0.000000e+00
|
||||
0.000000e+00
|
||||
0.000000e+00
|
||||
0.000000e+00
|
||||
0.000000e+00
|
||||
0.000000e+00
|
||||
0.000000e+00
|
||||
0.000000e+00
|
||||
0.000000e+00
|
||||
0.000000e+00
|
||||
0.000000e+00
|
||||
+16
@@ -0,0 +1,16 @@
|
||||
1.000000e+00
|
||||
1.000000e+00
|
||||
1.000000e+00
|
||||
1.000000e+00
|
||||
1.000000e+00
|
||||
1.000000e+00
|
||||
1.000000e+00
|
||||
1.000000e+00
|
||||
1.000000e+00
|
||||
1.000000e+00
|
||||
1.000000e+00
|
||||
1.000000e+00
|
||||
1.000000e+00
|
||||
1.000000e+00
|
||||
1.000000e+00
|
||||
1.000000e+00
|
||||
+16
@@ -0,0 +1,16 @@
|
||||
0.000000e+00
|
||||
-1.556257e+03
|
||||
0.000000e+00
|
||||
-1.042783e+03
|
||||
0.000000e+00
|
||||
-5.724320e+02
|
||||
0.000000e+00
|
||||
-1.259072e+02
|
||||
0.000000e+00
|
||||
1.259054e+02
|
||||
0.000000e+00
|
||||
5.724309e+02
|
||||
0.000000e+00
|
||||
1.042783e+03
|
||||
0.000000e+00
|
||||
1.556260e+03
|
||||
+64
@@ -0,0 +1,64 @@
|
||||
3.217600e+04
|
||||
0.000000e+00
|
||||
0.000000e+00
|
||||
0.000000e+00
|
||||
0.000000e+00
|
||||
0.000000e+00
|
||||
0.000000e+00
|
||||
0.000000e+00
|
||||
0.000000e+00
|
||||
0.000000e+00
|
||||
0.000000e+00
|
||||
0.000000e+00
|
||||
0.000000e+00
|
||||
0.000000e+00
|
||||
0.000000e+00
|
||||
0.000000e+00
|
||||
1.000000e+00
|
||||
1.000000e+00
|
||||
1.000000e+00
|
||||
1.000000e+00
|
||||
1.000000e+00
|
||||
1.000000e+00
|
||||
1.000000e+00
|
||||
1.000000e+00
|
||||
1.000000e+00
|
||||
1.000000e+00
|
||||
1.000000e+00
|
||||
1.000000e+00
|
||||
1.000000e+00
|
||||
1.000000e+00
|
||||
1.000000e+00
|
||||
1.000000e+00
|
||||
0.000000e+00
|
||||
-1.556257e+03
|
||||
0.000000e+00
|
||||
-1.042783e+03
|
||||
0.000000e+00
|
||||
-5.724320e+02
|
||||
0.000000e+00
|
||||
-1.259072e+02
|
||||
0.000000e+00
|
||||
1.259054e+02
|
||||
0.000000e+00
|
||||
5.724309e+02
|
||||
0.000000e+00
|
||||
1.042783e+03
|
||||
0.000000e+00
|
||||
1.556260e+03
|
||||
2.112000e+03
|
||||
4.212146e+03
|
||||
-2.510606e+03
|
||||
3.096022e+02
|
||||
5.320001e+02
|
||||
-1.840003e+02
|
||||
6.365356e+01
|
||||
-3.997019e+02
|
||||
-9.080000e+02
|
||||
-4.769509e+02
|
||||
-5.193939e+02
|
||||
9.546962e+02
|
||||
-3.080001e+02
|
||||
-1.791950e+02
|
||||
2.162346e+03
|
||||
-2.892596e+03
|
||||
+1
@@ -0,0 +1 @@
|
||||
# dummy
|
||||
+1
@@ -0,0 +1 @@
|
||||
# dummy
|
||||
+1
@@ -0,0 +1 @@
|
||||
# dummy
|
||||
+1
@@ -0,0 +1 @@
|
||||
# dummy
|
||||
+25
@@ -0,0 +1,25 @@
|
||||
|
||||
Reading in the samples...
|
||||
Computing...
|
||||
Writing the transform values...
|
||||
Done...
|
||||
|
||||
Reading in the samples...
|
||||
Computing...
|
||||
Writing the transform values...
|
||||
Done...
|
||||
|
||||
Reading in the samples...
|
||||
Computing...
|
||||
Writing the transform values...
|
||||
Done...
|
||||
|
||||
Reading in the samples...
|
||||
Computing...
|
||||
Writing the transform values...
|
||||
Done...
|
||||
|
||||
Reading in the samples...
|
||||
End of Input Stream: Simulation Stops
|
||||
|
||||
Info: /OSCI/SystemC: Simulation stopped by user.
|
||||
+67
@@ -0,0 +1,67 @@
|
||||
2011
|
||||
2011
|
||||
2011
|
||||
2011
|
||||
2011
|
||||
2011
|
||||
2011
|
||||
2011
|
||||
2011
|
||||
2011
|
||||
2011
|
||||
2011
|
||||
2011
|
||||
2011
|
||||
2011
|
||||
2011
|
||||
1
|
||||
0
|
||||
0
|
||||
0
|
||||
0
|
||||
0
|
||||
0
|
||||
0
|
||||
0
|
||||
0
|
||||
0
|
||||
0
|
||||
0
|
||||
0
|
||||
0
|
||||
0
|
||||
|
||||
|
||||
456
|
||||
234
|
||||
120
|
||||
0
|
||||
-120
|
||||
-234
|
||||
-456
|
||||
-768
|
||||
-456
|
||||
-234
|
||||
-120
|
||||
0
|
||||
120
|
||||
234
|
||||
456
|
||||
768
|
||||
|
||||
29
|
||||
34
|
||||
85
|
||||
206
|
||||
336
|
||||
593
|
||||
823
|
||||
422
|
||||
-12
|
||||
-103
|
||||
-599
|
||||
-734
|
||||
-339
|
||||
-188
|
||||
-23
|
||||
22
|
||||
+16
@@ -0,0 +1,16 @@
|
||||
2011
|
||||
2011
|
||||
2011
|
||||
2011
|
||||
2011
|
||||
2011
|
||||
2011
|
||||
2011
|
||||
2011
|
||||
2011
|
||||
2011
|
||||
2011
|
||||
2011
|
||||
2011
|
||||
2011
|
||||
2011
|
||||
+18
@@ -0,0 +1,18 @@
|
||||
1
|
||||
0
|
||||
0
|
||||
0
|
||||
0
|
||||
0
|
||||
0
|
||||
0
|
||||
0
|
||||
0
|
||||
0
|
||||
0
|
||||
0
|
||||
0
|
||||
0
|
||||
0
|
||||
|
||||
|
||||
+17
@@ -0,0 +1,17 @@
|
||||
456
|
||||
234
|
||||
120
|
||||
0
|
||||
-120
|
||||
-234
|
||||
-456
|
||||
-768
|
||||
-456
|
||||
-234
|
||||
-120
|
||||
0
|
||||
120
|
||||
234
|
||||
456
|
||||
768
|
||||
|
||||
+67
@@ -0,0 +1,67 @@
|
||||
2011
|
||||
2011
|
||||
2011
|
||||
2011
|
||||
2011
|
||||
2011
|
||||
2011
|
||||
2011
|
||||
2011
|
||||
2011
|
||||
2011
|
||||
2011
|
||||
2011
|
||||
2011
|
||||
2011
|
||||
2011
|
||||
1
|
||||
0
|
||||
0
|
||||
0
|
||||
0
|
||||
0
|
||||
0
|
||||
0
|
||||
0
|
||||
0
|
||||
0
|
||||
0
|
||||
0
|
||||
0
|
||||
0
|
||||
0
|
||||
|
||||
|
||||
456
|
||||
234
|
||||
120
|
||||
0
|
||||
-120
|
||||
-234
|
||||
-456
|
||||
-768
|
||||
-456
|
||||
-234
|
||||
-120
|
||||
0
|
||||
120
|
||||
234
|
||||
456
|
||||
768
|
||||
|
||||
29
|
||||
34
|
||||
85
|
||||
206
|
||||
336
|
||||
593
|
||||
823
|
||||
422
|
||||
-12
|
||||
-103
|
||||
-599
|
||||
-734
|
||||
-339
|
||||
-188
|
||||
-23
|
||||
22
|
||||
+68
@@ -0,0 +1,68 @@
|
||||
2011
|
||||
2011
|
||||
2011
|
||||
2011
|
||||
2011
|
||||
2011
|
||||
2011
|
||||
2011
|
||||
2011
|
||||
2011
|
||||
2011
|
||||
2011
|
||||
2011
|
||||
2011
|
||||
2011
|
||||
2011
|
||||
1
|
||||
0
|
||||
0
|
||||
0
|
||||
0
|
||||
0
|
||||
0
|
||||
0
|
||||
0
|
||||
0
|
||||
0
|
||||
0
|
||||
0
|
||||
0
|
||||
0
|
||||
0
|
||||
|
||||
|
||||
0
|
||||
120
|
||||
234
|
||||
456
|
||||
768
|
||||
456
|
||||
234
|
||||
120
|
||||
0
|
||||
-120
|
||||
-234
|
||||
-456
|
||||
-768
|
||||
-456
|
||||
-234
|
||||
-120
|
||||
|
||||
|
||||
123
|
||||
34
|
||||
-23
|
||||
12
|
||||
45
|
||||
0
|
||||
67
|
||||
134
|
||||
-45
|
||||
30
|
||||
96
|
||||
189
|
||||
234
|
||||
535
|
||||
105
|
||||
576
|
||||
+16
@@ -0,0 +1,16 @@
|
||||
2011
|
||||
2011
|
||||
2011
|
||||
2011
|
||||
2011
|
||||
2011
|
||||
2011
|
||||
2011
|
||||
2011
|
||||
2011
|
||||
2011
|
||||
2011
|
||||
2011
|
||||
2011
|
||||
2011
|
||||
2011
|
||||
+18
@@ -0,0 +1,18 @@
|
||||
1
|
||||
0
|
||||
0
|
||||
0
|
||||
0
|
||||
0
|
||||
0
|
||||
0
|
||||
0
|
||||
0
|
||||
0
|
||||
0
|
||||
0
|
||||
0
|
||||
0
|
||||
0
|
||||
|
||||
|
||||
+18
@@ -0,0 +1,18 @@
|
||||
0
|
||||
120
|
||||
234
|
||||
456
|
||||
768
|
||||
456
|
||||
234
|
||||
120
|
||||
0
|
||||
-120
|
||||
-234
|
||||
-456
|
||||
-768
|
||||
-456
|
||||
-234
|
||||
-120
|
||||
|
||||
|
||||
+68
@@ -0,0 +1,68 @@
|
||||
2011
|
||||
2011
|
||||
2011
|
||||
2011
|
||||
2011
|
||||
2011
|
||||
2011
|
||||
2011
|
||||
2011
|
||||
2011
|
||||
2011
|
||||
2011
|
||||
2011
|
||||
2011
|
||||
2011
|
||||
2011
|
||||
1
|
||||
0
|
||||
0
|
||||
0
|
||||
0
|
||||
0
|
||||
0
|
||||
0
|
||||
0
|
||||
0
|
||||
0
|
||||
0
|
||||
0
|
||||
0
|
||||
0
|
||||
0
|
||||
|
||||
|
||||
0
|
||||
120
|
||||
234
|
||||
456
|
||||
768
|
||||
456
|
||||
234
|
||||
120
|
||||
0
|
||||
-120
|
||||
-234
|
||||
-456
|
||||
-768
|
||||
-456
|
||||
-234
|
||||
-120
|
||||
|
||||
|
||||
123
|
||||
34
|
||||
-23
|
||||
12
|
||||
45
|
||||
0
|
||||
67
|
||||
134
|
||||
-45
|
||||
30
|
||||
96
|
||||
189
|
||||
234
|
||||
535
|
||||
105
|
||||
576
|
||||
+16
@@ -0,0 +1,16 @@
|
||||
32176
|
||||
0
|
||||
0
|
||||
0
|
||||
0
|
||||
0
|
||||
0
|
||||
0
|
||||
0
|
||||
0
|
||||
0
|
||||
0
|
||||
0
|
||||
0
|
||||
0
|
||||
0
|
||||
+16
@@ -0,0 +1,16 @@
|
||||
1
|
||||
1
|
||||
1
|
||||
1
|
||||
1
|
||||
1
|
||||
1
|
||||
1
|
||||
1
|
||||
1
|
||||
1
|
||||
1
|
||||
1
|
||||
1
|
||||
1
|
||||
1
|
||||
+16
@@ -0,0 +1,16 @@
|
||||
0
|
||||
-316
|
||||
0
|
||||
1543
|
||||
0
|
||||
-821
|
||||
0
|
||||
163
|
||||
0
|
||||
-592
|
||||
0
|
||||
453
|
||||
0
|
||||
-655
|
||||
0
|
||||
7521
|
||||
+64
@@ -0,0 +1,64 @@
|
||||
32176
|
||||
0
|
||||
0
|
||||
0
|
||||
0
|
||||
0
|
||||
0
|
||||
0
|
||||
0
|
||||
0
|
||||
0
|
||||
0
|
||||
0
|
||||
0
|
||||
0
|
||||
0
|
||||
1
|
||||
1
|
||||
1
|
||||
1
|
||||
1
|
||||
1
|
||||
1
|
||||
1
|
||||
1
|
||||
1
|
||||
1
|
||||
1
|
||||
1
|
||||
1
|
||||
1
|
||||
1
|
||||
0
|
||||
-316
|
||||
0
|
||||
1543
|
||||
0
|
||||
-821
|
||||
0
|
||||
163
|
||||
0
|
||||
-592
|
||||
0
|
||||
453
|
||||
0
|
||||
-655
|
||||
0
|
||||
7521
|
||||
552
|
||||
877
|
||||
1128
|
||||
-41
|
||||
35
|
||||
586
|
||||
255
|
||||
592
|
||||
48
|
||||
-407
|
||||
-900
|
||||
179
|
||||
-579
|
||||
-148
|
||||
-403
|
||||
-1310
|
||||
+16
@@ -0,0 +1,16 @@
|
||||
32176
|
||||
0
|
||||
0
|
||||
0
|
||||
0
|
||||
0
|
||||
0
|
||||
0
|
||||
0
|
||||
0
|
||||
0
|
||||
0
|
||||
0
|
||||
0
|
||||
0
|
||||
0
|
||||
+16
@@ -0,0 +1,16 @@
|
||||
1
|
||||
1
|
||||
1
|
||||
1
|
||||
1
|
||||
1
|
||||
1
|
||||
1
|
||||
1
|
||||
1
|
||||
1
|
||||
1
|
||||
1
|
||||
1
|
||||
1
|
||||
1
|
||||
+16
@@ -0,0 +1,16 @@
|
||||
0
|
||||
-1501
|
||||
0
|
||||
-951
|
||||
0
|
||||
-526
|
||||
0
|
||||
-76
|
||||
0
|
||||
121
|
||||
0
|
||||
519
|
||||
0
|
||||
974
|
||||
0
|
||||
1440
|
||||
+64
@@ -0,0 +1,64 @@
|
||||
32176
|
||||
0
|
||||
0
|
||||
0
|
||||
0
|
||||
0
|
||||
0
|
||||
0
|
||||
0
|
||||
0
|
||||
0
|
||||
0
|
||||
0
|
||||
0
|
||||
0
|
||||
0
|
||||
1
|
||||
1
|
||||
1
|
||||
1
|
||||
1
|
||||
1
|
||||
1
|
||||
1
|
||||
1
|
||||
1
|
||||
1
|
||||
1
|
||||
1
|
||||
1
|
||||
1
|
||||
1
|
||||
0
|
||||
-1501
|
||||
0
|
||||
-951
|
||||
0
|
||||
-526
|
||||
0
|
||||
-76
|
||||
0
|
||||
121
|
||||
0
|
||||
519
|
||||
0
|
||||
974
|
||||
0
|
||||
1440
|
||||
2112
|
||||
4126
|
||||
-2477
|
||||
279
|
||||
523
|
||||
-183
|
||||
85
|
||||
-413
|
||||
-908
|
||||
-458
|
||||
-505
|
||||
921
|
||||
-299
|
||||
-165
|
||||
2093
|
||||
-2763
|
||||
+1
@@ -0,0 +1 @@
|
||||
# dummy
|
||||
+1
@@ -0,0 +1 @@
|
||||
# dummy
|
||||
+1
@@ -0,0 +1 @@
|
||||
# dummy
|
||||
+1
@@ -0,0 +1 @@
|
||||
# dummy
|
||||
+1
@@ -0,0 +1 @@
|
||||
# dummy
|
||||
+1
@@ -0,0 +1 @@
|
||||
# dummy
|
||||
+1
@@ -0,0 +1 @@
|
||||
# dummy
|
||||
+1
@@ -0,0 +1 @@
|
||||
# dummy
|
||||
+1
@@ -0,0 +1 @@
|
||||
# dummy
|
||||
+1
@@ -0,0 +1 @@
|
||||
# dummy
|
||||
+1
@@ -0,0 +1 @@
|
||||
# dummy
|
||||
+1
@@ -0,0 +1 @@
|
||||
# dummy
|
||||
+1
@@ -0,0 +1 @@
|
||||
# dummy
|
||||
+1
@@ -0,0 +1 @@
|
||||
# dummy
|
||||
+1
@@ -0,0 +1 @@
|
||||
# dummy
|
||||
+1
@@ -0,0 +1 @@
|
||||
# dummy
|
||||
+1
@@ -0,0 +1 @@
|
||||
# dummy
|
||||
+1
@@ -0,0 +1 @@
|
||||
# dummy
|
||||
+1
@@ -0,0 +1 @@
|
||||
# dummy
|
||||
+1
@@ -0,0 +1 @@
|
||||
# dummy
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user