| 1 |
1378 |
phoenix |
# Makefile.in generated by automake 1.6.3 from Makefile.am.
|
| 2 |
|
|
# @configure_input@
|
| 3 |
|
|
|
| 4 |
|
|
# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
|
| 5 |
|
|
# Free Software Foundation, Inc.
|
| 6 |
|
|
# This Makefile.in is free software; the Free Software Foundation
|
| 7 |
|
|
# gives unlimited permission to copy and/or distribute it,
|
| 8 |
|
|
# with or without modifications, as long as this notice is preserved.
|
| 9 |
|
|
|
| 10 |
|
|
# This program is distributed in the hope that it will be useful,
|
| 11 |
|
|
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
|
| 12 |
|
|
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
|
| 13 |
|
|
# PARTICULAR PURPOSE.
|
| 14 |
|
|
|
| 15 |
|
|
@SET_MAKE@
|
| 16 |
|
|
|
| 17 |
|
|
# Makefile -- Makefile for cpu architecture independent simulation
|
| 18 |
|
|
# Copyright (C) 1999 Damjan Lampret, lampret@opencores.org
|
| 19 |
|
|
#
|
| 20 |
|
|
# This file is part of OpenRISC 1000 Architectural Simulator.
|
| 21 |
|
|
#
|
| 22 |
|
|
# This program is free software; you can redistribute it and/or modify
|
| 23 |
|
|
# it under the terms of the GNU General Public License as published by
|
| 24 |
|
|
# the Free Software Foundation; either version 2 of the License, or
|
| 25 |
|
|
# (at your option) any later version.
|
| 26 |
|
|
#
|
| 27 |
|
|
# This program is distributed in the hope that it will be useful,
|
| 28 |
|
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
| 29 |
|
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
| 30 |
|
|
# GNU General Public License for more details.
|
| 31 |
|
|
#
|
| 32 |
|
|
# You should have received a copy of the GNU General Public License
|
| 33 |
|
|
# along with this program; if not, write to the Free Software
|
| 34 |
|
|
# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
|
| 35 |
|
|
#
|
| 36 |
|
|
SHELL = @SHELL@
|
| 37 |
|
|
|
| 38 |
|
|
srcdir = @srcdir@
|
| 39 |
|
|
top_srcdir = @top_srcdir@
|
| 40 |
|
|
VPATH = @srcdir@
|
| 41 |
|
|
prefix = @prefix@
|
| 42 |
|
|
exec_prefix = @exec_prefix@
|
| 43 |
|
|
|
| 44 |
|
|
bindir = @bindir@
|
| 45 |
|
|
sbindir = @sbindir@
|
| 46 |
|
|
libexecdir = @libexecdir@
|
| 47 |
|
|
datadir = @datadir@
|
| 48 |
|
|
sysconfdir = @sysconfdir@
|
| 49 |
|
|
sharedstatedir = @sharedstatedir@
|
| 50 |
|
|
localstatedir = @localstatedir@
|
| 51 |
|
|
libdir = @libdir@
|
| 52 |
|
|
infodir = @infodir@
|
| 53 |
|
|
mandir = @mandir@
|
| 54 |
|
|
includedir = @includedir@
|
| 55 |
|
|
oldincludedir = /usr/include
|
| 56 |
|
|
pkgdatadir = $(datadir)/@PACKAGE@
|
| 57 |
|
|
pkglibdir = $(libdir)/@PACKAGE@
|
| 58 |
|
|
pkgincludedir = $(includedir)/@PACKAGE@
|
| 59 |
|
|
top_builddir = ..
|
| 60 |
|
|
|
| 61 |
|
|
ACLOCAL = @ACLOCAL@
|
| 62 |
|
|
AUTOCONF = @AUTOCONF@
|
| 63 |
|
|
AUTOMAKE = @AUTOMAKE@
|
| 64 |
|
|
AUTOHEADER = @AUTOHEADER@
|
| 65 |
|
|
|
| 66 |
|
|
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
|
| 67 |
|
|
INSTALL = @INSTALL@
|
| 68 |
|
|
INSTALL_PROGRAM = @INSTALL_PROGRAM@
|
| 69 |
|
|
INSTALL_DATA = @INSTALL_DATA@
|
| 70 |
|
|
install_sh_DATA = $(install_sh) -c -m 644
|
| 71 |
|
|
install_sh_PROGRAM = $(install_sh) -c
|
| 72 |
|
|
install_sh_SCRIPT = $(install_sh) -c
|
| 73 |
|
|
INSTALL_SCRIPT = @INSTALL_SCRIPT@
|
| 74 |
|
|
INSTALL_HEADER = $(INSTALL_DATA)
|
| 75 |
|
|
transform = @program_transform_name@
|
| 76 |
|
|
NORMAL_INSTALL = :
|
| 77 |
|
|
PRE_INSTALL = :
|
| 78 |
|
|
POST_INSTALL = :
|
| 79 |
|
|
NORMAL_UNINSTALL = :
|
| 80 |
|
|
PRE_UNINSTALL = :
|
| 81 |
|
|
POST_UNINSTALL = :
|
| 82 |
|
|
build_alias = @build_alias@
|
| 83 |
|
|
build_triplet = @build@
|
| 84 |
|
|
host_alias = @host_alias@
|
| 85 |
|
|
host_triplet = @host@
|
| 86 |
|
|
target_alias = @target_alias@
|
| 87 |
|
|
target_triplet = @target@
|
| 88 |
|
|
|
| 89 |
|
|
EXEEXT = @EXEEXT@
|
| 90 |
|
|
OBJEXT = @OBJEXT@
|
| 91 |
|
|
PATH_SEPARATOR = @PATH_SEPARATOR@
|
| 92 |
|
|
AMTAR = @AMTAR@
|
| 93 |
|
|
AR = @AR@
|
| 94 |
|
|
ARFLAGS = @ARFLAGS@
|
| 95 |
|
|
AWK = @AWK@
|
| 96 |
|
|
BUILD_DIR = @BUILD_DIR@
|
| 97 |
|
|
CC = @CC@
|
| 98 |
|
|
CFLAGS = @CFLAGS@
|
| 99 |
|
|
CPU_ARCH = @CPU_ARCH@
|
| 100 |
|
|
DEPDIR = @DEPDIR@
|
| 101 |
|
|
INCLUDES = @INCLUDES@
|
| 102 |
|
|
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
|
| 103 |
|
|
LOCAL_CFLAGS = @LOCAL_CFLAGS@
|
| 104 |
|
|
LOCAL_DEFS = @LOCAL_DEFS@
|
| 105 |
|
|
MAKE_SHELL = @MAKE_SHELL@
|
| 106 |
|
|
PACKAGE = @PACKAGE@
|
| 107 |
|
|
RANLIB = @RANLIB@
|
| 108 |
|
|
STRIP = @STRIP@
|
| 109 |
|
|
SUMVERSION = @SUMVERSION@
|
| 110 |
|
|
TERMCAP_LIB = @TERMCAP_LIB@
|
| 111 |
|
|
VERSION = @VERSION@
|
| 112 |
|
|
am__include = @am__include@
|
| 113 |
|
|
am__quote = @am__quote@
|
| 114 |
|
|
host = @host@
|
| 115 |
|
|
host_cpu = @host_cpu@
|
| 116 |
|
|
host_os = @host_os@
|
| 117 |
|
|
install_sh = @install_sh@
|
| 118 |
|
|
|
| 119 |
|
|
noinst_LIBRARIES = libport.a
|
| 120 |
|
|
libport_a_SOURCES = strndup.c isblank.c
|
| 121 |
|
|
subdir = port
|
| 122 |
|
|
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
|
| 123 |
|
|
CONFIG_HEADER = $(top_builddir)/config.h
|
| 124 |
|
|
CONFIG_CLEAN_FILES =
|
| 125 |
|
|
LIBRARIES = $(noinst_LIBRARIES)
|
| 126 |
|
|
|
| 127 |
|
|
libport_a_AR = $(AR) cru
|
| 128 |
|
|
libport_a_LIBADD =
|
| 129 |
|
|
am_libport_a_OBJECTS = strndup.$(OBJEXT) isblank.$(OBJEXT)
|
| 130 |
|
|
libport_a_OBJECTS = $(am_libport_a_OBJECTS)
|
| 131 |
|
|
|
| 132 |
|
|
DEFS = @DEFS@
|
| 133 |
|
|
DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
|
| 134 |
|
|
CPPFLAGS = @CPPFLAGS@
|
| 135 |
|
|
LDFLAGS = @LDFLAGS@
|
| 136 |
|
|
LIBS = @LIBS@
|
| 137 |
|
|
depcomp = $(SHELL) $(top_srcdir)/depcomp
|
| 138 |
|
|
am__depfiles_maybe = depfiles
|
| 139 |
|
|
@AMDEP_TRUE@DEP_FILES = ./$(DEPDIR)/isblank.Po ./$(DEPDIR)/strndup.Po
|
| 140 |
|
|
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
|
| 141 |
|
|
$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
|
| 142 |
|
|
CCLD = $(CC)
|
| 143 |
|
|
LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
|
| 144 |
|
|
DIST_SOURCES = $(libport_a_SOURCES)
|
| 145 |
|
|
DIST_COMMON = Makefile.am Makefile.in
|
| 146 |
|
|
SOURCES = $(libport_a_SOURCES)
|
| 147 |
|
|
|
| 148 |
|
|
all: all-am
|
| 149 |
|
|
|
| 150 |
|
|
.SUFFIXES:
|
| 151 |
|
|
.SUFFIXES: .c .o .obj
|
| 152 |
|
|
$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
|
| 153 |
|
|
cd $(top_srcdir) && \
|
| 154 |
|
|
$(AUTOMAKE) --gnu port/Makefile
|
| 155 |
|
|
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
|
| 156 |
|
|
cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
|
| 157 |
|
|
|
| 158 |
|
|
clean-noinstLIBRARIES:
|
| 159 |
|
|
-test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
|
| 160 |
|
|
libport.a: $(libport_a_OBJECTS) $(libport_a_DEPENDENCIES)
|
| 161 |
|
|
-rm -f libport.a
|
| 162 |
|
|
$(libport_a_AR) libport.a $(libport_a_OBJECTS) $(libport_a_LIBADD)
|
| 163 |
|
|
$(RANLIB) libport.a
|
| 164 |
|
|
|
| 165 |
|
|
mostlyclean-compile:
|
| 166 |
|
|
-rm -f *.$(OBJEXT) core *.core
|
| 167 |
|
|
|
| 168 |
|
|
distclean-compile:
|
| 169 |
|
|
-rm -f *.tab.c
|
| 170 |
|
|
|
| 171 |
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/isblank.Po@am__quote@
|
| 172 |
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/strndup.Po@am__quote@
|
| 173 |
|
|
|
| 174 |
|
|
distclean-depend:
|
| 175 |
|
|
-rm -rf ./$(DEPDIR)
|
| 176 |
|
|
|
| 177 |
|
|
.c.o:
|
| 178 |
|
|
@AMDEP_TRUE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
|
| 179 |
|
|
@AMDEP_TRUE@ depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
|
| 180 |
|
|
@AMDEP_TRUE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
| 181 |
|
|
$(COMPILE) -c `test -f '$<' || echo '$(srcdir)/'`$<
|
| 182 |
|
|
|
| 183 |
|
|
.c.obj:
|
| 184 |
|
|
@AMDEP_TRUE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
|
| 185 |
|
|
@AMDEP_TRUE@ depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
|
| 186 |
|
|
@AMDEP_TRUE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
| 187 |
|
|
$(COMPILE) -c `cygpath -w $<`
|
| 188 |
|
|
CCDEPMODE = @CCDEPMODE@
|
| 189 |
|
|
uninstall-info-am:
|
| 190 |
|
|
|
| 191 |
|
|
ETAGS = etags
|
| 192 |
|
|
ETAGSFLAGS =
|
| 193 |
|
|
|
| 194 |
|
|
tags: TAGS
|
| 195 |
|
|
|
| 196 |
|
|
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
|
| 197 |
|
|
list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
|
| 198 |
|
|
unique=`for i in $$list; do \
|
| 199 |
|
|
if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
|
| 200 |
|
|
done | \
|
| 201 |
|
|
$(AWK) ' { files[$$0] = 1; } \
|
| 202 |
|
|
END { for (i in files) print i; }'`; \
|
| 203 |
|
|
mkid -fID $$unique
|
| 204 |
|
|
|
| 205 |
|
|
TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
|
| 206 |
|
|
$(TAGS_FILES) $(LISP)
|
| 207 |
|
|
tags=; \
|
| 208 |
|
|
here=`pwd`; \
|
| 209 |
|
|
list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
|
| 210 |
|
|
unique=`for i in $$list; do \
|
| 211 |
|
|
if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
|
| 212 |
|
|
done | \
|
| 213 |
|
|
$(AWK) ' { files[$$0] = 1; } \
|
| 214 |
|
|
END { for (i in files) print i; }'`; \
|
| 215 |
|
|
test -z "$(ETAGS_ARGS)$$tags$$unique" \
|
| 216 |
|
|
|| $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
|
| 217 |
|
|
$$tags $$unique
|
| 218 |
|
|
|
| 219 |
|
|
GTAGS:
|
| 220 |
|
|
here=`$(am__cd) $(top_builddir) && pwd` \
|
| 221 |
|
|
&& cd $(top_srcdir) \
|
| 222 |
|
|
&& gtags -i $(GTAGS_ARGS) $$here
|
| 223 |
|
|
|
| 224 |
|
|
distclean-tags:
|
| 225 |
|
|
-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
|
| 226 |
|
|
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
|
| 227 |
|
|
|
| 228 |
|
|
top_distdir = ..
|
| 229 |
|
|
distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
|
| 230 |
|
|
|
| 231 |
|
|
distdir: $(DISTFILES)
|
| 232 |
|
|
@list='$(DISTFILES)'; for file in $$list; do \
|
| 233 |
|
|
if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
|
| 234 |
|
|
dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
|
| 235 |
|
|
if test "$$dir" != "$$file" && test "$$dir" != "."; then \
|
| 236 |
|
|
dir="/$$dir"; \
|
| 237 |
|
|
$(mkinstalldirs) "$(distdir)$$dir"; \
|
| 238 |
|
|
else \
|
| 239 |
|
|
dir=''; \
|
| 240 |
|
|
fi; \
|
| 241 |
|
|
if test -d $$d/$$file; then \
|
| 242 |
|
|
if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
|
| 243 |
|
|
cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
|
| 244 |
|
|
fi; \
|
| 245 |
|
|
cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
|
| 246 |
|
|
else \
|
| 247 |
|
|
test -f $(distdir)/$$file \
|
| 248 |
|
|
|| cp -p $$d/$$file $(distdir)/$$file \
|
| 249 |
|
|
|| exit 1; \
|
| 250 |
|
|
fi; \
|
| 251 |
|
|
done
|
| 252 |
|
|
check-am: all-am
|
| 253 |
|
|
check: check-am
|
| 254 |
|
|
all-am: Makefile $(LIBRARIES)
|
| 255 |
|
|
|
| 256 |
|
|
installdirs:
|
| 257 |
|
|
|
| 258 |
|
|
install: install-am
|
| 259 |
|
|
install-exec: install-exec-am
|
| 260 |
|
|
install-data: install-data-am
|
| 261 |
|
|
uninstall: uninstall-am
|
| 262 |
|
|
|
| 263 |
|
|
install-am: all-am
|
| 264 |
|
|
@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
|
| 265 |
|
|
|
| 266 |
|
|
installcheck: installcheck-am
|
| 267 |
|
|
install-strip:
|
| 268 |
|
|
$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
|
| 269 |
|
|
INSTALL_STRIP_FLAG=-s \
|
| 270 |
|
|
`test -z '$(STRIP)' || \
|
| 271 |
|
|
echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
|
| 272 |
|
|
mostlyclean-generic:
|
| 273 |
|
|
|
| 274 |
|
|
clean-generic:
|
| 275 |
|
|
|
| 276 |
|
|
distclean-generic:
|
| 277 |
|
|
-rm -f Makefile $(CONFIG_CLEAN_FILES)
|
| 278 |
|
|
|
| 279 |
|
|
maintainer-clean-generic:
|
| 280 |
|
|
@echo "This command is intended for maintainers to use"
|
| 281 |
|
|
@echo "it deletes files that may require special tools to rebuild."
|
| 282 |
|
|
clean: clean-am
|
| 283 |
|
|
|
| 284 |
|
|
clean-am: clean-generic clean-noinstLIBRARIES mostlyclean-am
|
| 285 |
|
|
|
| 286 |
|
|
distclean: distclean-am
|
| 287 |
|
|
|
| 288 |
|
|
distclean-am: clean-am distclean-compile distclean-depend \
|
| 289 |
|
|
distclean-generic distclean-tags
|
| 290 |
|
|
|
| 291 |
|
|
dvi: dvi-am
|
| 292 |
|
|
|
| 293 |
|
|
dvi-am:
|
| 294 |
|
|
|
| 295 |
|
|
info: info-am
|
| 296 |
|
|
|
| 297 |
|
|
info-am:
|
| 298 |
|
|
|
| 299 |
|
|
install-data-am:
|
| 300 |
|
|
|
| 301 |
|
|
install-exec-am:
|
| 302 |
|
|
|
| 303 |
|
|
install-info: install-info-am
|
| 304 |
|
|
|
| 305 |
|
|
install-man:
|
| 306 |
|
|
|
| 307 |
|
|
installcheck-am:
|
| 308 |
|
|
|
| 309 |
|
|
maintainer-clean: maintainer-clean-am
|
| 310 |
|
|
|
| 311 |
|
|
maintainer-clean-am: distclean-am maintainer-clean-generic
|
| 312 |
|
|
|
| 313 |
|
|
mostlyclean: mostlyclean-am
|
| 314 |
|
|
|
| 315 |
|
|
mostlyclean-am: mostlyclean-compile mostlyclean-generic
|
| 316 |
|
|
|
| 317 |
|
|
uninstall-am: uninstall-info-am
|
| 318 |
|
|
|
| 319 |
|
|
.PHONY: GTAGS all all-am check check-am clean clean-generic \
|
| 320 |
|
|
clean-noinstLIBRARIES distclean distclean-compile \
|
| 321 |
|
|
distclean-depend distclean-generic distclean-tags distdir dvi \
|
| 322 |
|
|
dvi-am info info-am install install-am install-data \
|
| 323 |
|
|
install-data-am install-exec install-exec-am install-info \
|
| 324 |
|
|
install-info-am install-man install-strip installcheck \
|
| 325 |
|
|
installcheck-am installdirs maintainer-clean \
|
| 326 |
|
|
maintainer-clean-generic mostlyclean mostlyclean-compile \
|
| 327 |
|
|
mostlyclean-generic tags uninstall uninstall-am \
|
| 328 |
|
|
uninstall-info-am
|
| 329 |
|
|
|
| 330 |
|
|
# Tell versions [3.59,3.63) of GNU make to not export all variables.
|
| 331 |
|
|
# Otherwise a system limit (for SysV at least) may be exceeded.
|
| 332 |
|
|
.NOEXPORT:
|