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

Subversion Repositories openrisc_2011-10-31

[/] [openrisc/] [tags/] [or1ksim/] [or1ksim-0.3.0/] [build/] [debug/] [Makefile] - Blame information for rev 240

Go to most recent revision | Details | Compare with Previous | View Log

Line No. Rev Author Line
1 19 jeremybenn
# Makefile.in generated by automake 1.10.1 from Makefile.am.
2
# debug/Makefile.  Generated from Makefile.in by configure.
3
 
4
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5
# 2003, 2004, 2005, 2006, 2007, 2008  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
 
16
 
17
# Makefile -- Makefile for peripherals simulation
18
#
19
# Copyright (C) 1999 Damjan Lampret, lampret@opencores.org
20
# Copyright (C) 2008 Embecosm Limited
21
#
22
# Contributor Jeremy Bennett 
23
#
24
# This file is part of OpenRISC 1000 Architectural Simulator.
25
#
26
# This program is free software; you can redistribute it and/or modify it
27
# under the terms of the GNU General Public License as published by the Free
28
# Software Foundation; either version 3 of the License, or (at your option)
29
# any later version.
30
#
31
# This program is distributed in the hope that it will be useful, but WITHOUT
32
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
33
# FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for
34
# more details.
35
#
36
# You should have received a copy of the GNU General Public License along
37
# with this program.  If not, see .
38
 
39
VPATH = ../../debug
40
pkgdatadir = $(datadir)/or1ksim
41
pkglibdir = $(libdir)/or1ksim
42
pkgincludedir = $(includedir)/or1ksim
43
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
44
install_sh_DATA = $(install_sh) -c -m 644
45
install_sh_PROGRAM = $(install_sh) -c
46
install_sh_SCRIPT = $(install_sh) -c
47
INSTALL_HEADER = $(INSTALL_DATA)
48
transform = $(program_transform_name)
49
NORMAL_INSTALL = :
50
PRE_INSTALL = :
51
POST_INSTALL = :
52
NORMAL_UNINSTALL = :
53
PRE_UNINSTALL = :
54
POST_UNINSTALL = :
55
build_triplet = i686-pc-linux-gnu
56
host_triplet = i686-pc-linux-gnu
57
target_triplet = or32-unknown-uclinux
58
subdir = debug
59
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
60
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
61
am__aclocal_m4_deps = $(top_srcdir)/configure.ac
62
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
63
        $(ACLOCAL_M4)
64
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
65
CONFIG_HEADER = $(top_builddir)/config.h
66
CONFIG_CLEAN_FILES =
67
LTLIBRARIES = $(noinst_LTLIBRARIES)
68
libdebug_la_LIBADD =
69
am_libdebug_la_OBJECTS = debug-unit.lo gdbcomm.lo
70
libdebug_la_OBJECTS = $(am_libdebug_la_OBJECTS)
71
DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
72
depcomp = $(SHELL) $(top_srcdir)/depcomp
73
am__depfiles_maybe = depfiles
74
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
75
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
76
LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
77
        --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
78
        $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
79
CCLD = $(CC)
80
LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
81
        --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
82
        $(LDFLAGS) -o $@
83
SOURCES = $(libdebug_la_SOURCES)
84
DIST_SOURCES = $(libdebug_la_SOURCES)
85
ETAGS = etags
86
CTAGS = ctags
87
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
88
ACLOCAL = ${SHELL} /home/jeremy/partners/OpenCores/cvstrees/or1k/or1ksim/missing --run aclocal-1.10
89
AMTAR = ${SHELL} /home/jeremy/partners/OpenCores/cvstrees/or1k/or1ksim/missing --run tar
90
AR = ar
91
ARFLAGS = cr
92
AUTOCONF = ${SHELL} /home/jeremy/partners/OpenCores/cvstrees/or1k/or1ksim/missing --run autoconf
93
AUTOHEADER = ${SHELL} /home/jeremy/partners/OpenCores/cvstrees/or1k/or1ksim/missing --run autoheader
94
AUTOMAKE = ${SHELL} /home/jeremy/partners/OpenCores/cvstrees/or1k/or1ksim/missing --run automake-1.10
95
AWK = gawk
96
BUILD_DIR = /home/jeremy/partners/OpenCores/cvstrees/or1k/or1ksim/build
97
CC = gcc
98
CCDEPMODE = depmode=gcc3
99
CFLAGS = -g -O2
100
CPP = gcc -E
101
CPPFLAGS =
102
CPU_ARCH = or32
103
CXX = g++
104
CXXCPP = g++ -E
105
CXXDEPMODE = depmode=gcc3
106
CXXFLAGS = -g -O2
107
CYGPATH_W = echo
108
DEBUGFLAGS = -DNDEBUG
109
DEFS = -DHAVE_CONFIG_H
110
DEPDIR = .deps
111
ECHO = echo
112
ECHO_C =
113
ECHO_N = -n
114
ECHO_T =
115
EGREP = /bin/grep -E
116
EXEEXT =
117
F77 = gfortran
118
FFLAGS = -g -O2
119
GREP = /bin/grep
120
INCLUDES = -I${top_builddir}/cpu/or32 -I${top_srcdir} -I${top_srcdir}/cpu/common -I${top_srcdir}/cpu/or1k -I${top_srcdir}/cache -I${top_srcdir}/mmu -I${top_srcdir}/bpb -I${top_srcdir}/peripheral -I${top_srcdir}/tick -I${top_srcdir}/peripheral/channels -I${top_srcdir}/pm -I${top_srcdir}/pic -I${top_srcdir}/debug -I${top_srcdir}/vapi -I${top_srcdir}/support -I${top_srcdir}/cuc -I${top_srcdir}/port -I${top_srcdir}/argtable2
121
INSTALL = /usr/bin/install -c
122
INSTALL_DATA = ${INSTALL} -m 644
123
INSTALL_PROGRAM = ${INSTALL}
124
INSTALL_SCRIPT = ${INSTALL}
125
INSTALL_STRIP_PROGRAM = $(install_sh) -c -s
126
LDFLAGS =
127
LIBOBJS =
128
LIBS = -lreadline
129
LIBTOOL = $(SHELL) $(top_builddir)/libtool
130
LN_S = ln -s
131
LOCAL_CFLAGS =
132
LOCAL_DEFS =
133
LOCAL_LDFLAGS =
134
LTLIBOBJS =
135
MAKEINFO = ${SHELL} /home/jeremy/partners/OpenCores/cvstrees/or1k/or1ksim/missing --run makeinfo
136
MAKE_SHELL = /bin/sh
137
MKDIR_P = /bin/mkdir -p
138
OBJEXT = o
139
PACKAGE = or1ksim
140
PACKAGE_BUGREPORT = openrisc@opencores.org
141
PACKAGE_NAME = or1ksim
142
PACKAGE_STRING = or1ksim 0.3.0rc1
143
PACKAGE_TARNAME = or1ksim
144
PACKAGE_VERSION = 0.3.0rc1
145
PATH_SEPARATOR = :
146
POW_LIB =
147
RANLIB = ranlib
148
SED = /bin/sed
149
SET_MAKE =
150
SHELL = /bin/sh
151
STRIP = strip
152
SUMVERSION =
153
TERMCAP_LIB =
154
VERSION = 0.3.0rc1
155
abs_builddir = /home/jeremy/partners/OpenCores/cvstrees/or1k/or1ksim/build/debug
156
abs_srcdir = /home/jeremy/partners/OpenCores/cvstrees/or1k/or1ksim/build/../debug
157
abs_top_builddir = /home/jeremy/partners/OpenCores/cvstrees/or1k/or1ksim/build
158
abs_top_srcdir = /home/jeremy/partners/OpenCores/cvstrees/or1k/or1ksim/build/..
159
ac_ct_CC = gcc
160
ac_ct_CXX = g++
161
ac_ct_F77 = gfortran
162
am__include = include
163
am__leading_dot = .
164
am__quote =
165
am__tar = ${AMTAR} chof - "$$tardir"
166
am__untar = ${AMTAR} xf -
167
bindir = ${exec_prefix}/bin
168
build = i686-pc-linux-gnu
169
build_alias =
170
build_cpu = i686
171
build_os = linux-gnu
172
build_vendor = pc
173
builddir = .
174
datadir = ${datarootdir}
175
datarootdir = ${prefix}/share
176
docdir = ${datarootdir}/doc/${PACKAGE_TARNAME}
177
dvidir = ${docdir}
178
exec_prefix = ${prefix}
179
host = i686-pc-linux-gnu
180
host_alias =
181
host_cpu = i686
182
host_os = linux-gnu
183
host_vendor = pc
184
htmldir = ${docdir}
185
includedir = ${prefix}/include
186
infodir = ${datarootdir}/info
187
install_sh = $(SHELL) /home/jeremy/partners/OpenCores/cvstrees/or1k/or1ksim/install-sh
188
libdir = ${exec_prefix}/lib
189
libexecdir = ${exec_prefix}/libexec
190
localedir = ${datarootdir}/locale
191
localstatedir = ${prefix}/var
192
mandir = ${datarootdir}/man
193
mkdir_p = /bin/mkdir -p
194
oldincludedir = /usr/include
195
pdfdir = ${docdir}
196
prefix = /opt/or1ksim
197
program_transform_name = s&^&or32-uclinux-&
198
psdir = ${docdir}
199
sbindir = ${exec_prefix}/sbin
200
sharedstatedir = ${prefix}/com
201
srcdir = ../../debug
202
sysconfdir = ${prefix}/etc
203
target = or32-unknown-uclinux
204
target_alias = or32-uclinux
205
target_cpu = or32
206
target_os = uclinux
207
target_vendor = unknown
208
top_builddir = ..
209
top_srcdir = ../..
210
noinst_LTLIBRARIES = libdebug.la
211
libdebug_la_SOURCES = debug-unit.c \
212
                      gdbcomm.c    \
213
                      debug-unit.h \
214
                      gdbcomm.h    \
215
                      gdb.h
216
 
217
all: all-am
218
 
219
.SUFFIXES:
220
.SUFFIXES: .c .lo .o .obj
221
$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
222
        @for dep in $?; do \
223
          case '$(am__configure_deps)' in \
224
            *$$dep*) \
225
              cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
226
                && exit 0; \
227
              exit 1;; \
228
          esac; \
229
        done; \
230
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  debug/Makefile'; \
231
        cd $(top_srcdir) && \
232
          $(AUTOMAKE) --gnu  debug/Makefile
233
.PRECIOUS: Makefile
234
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
235
        @case '$?' in \
236
          *config.status*) \
237
            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
238
          *) \
239
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
240
            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
241
        esac;
242
 
243
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
244
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
245
 
246
$(top_srcdir)/configure:  $(am__configure_deps)
247
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
248
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
249
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
250
 
251
clean-noinstLTLIBRARIES:
252
        -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
253
        @list='$(noinst_LTLIBRARIES)'; for p in $$list; do \
254
          dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
255
          test "$$dir" != "$$p" || dir=.; \
256
          echo "rm -f \"$${dir}/so_locations\""; \
257
          rm -f "$${dir}/so_locations"; \
258
        done
259
libdebug.la: $(libdebug_la_OBJECTS) $(libdebug_la_DEPENDENCIES)
260
        $(LINK)  $(libdebug_la_OBJECTS) $(libdebug_la_LIBADD) $(LIBS)
261
 
262
mostlyclean-compile:
263
        -rm -f *.$(OBJEXT)
264
 
265
distclean-compile:
266
        -rm -f *.tab.c
267
 
268
include ./$(DEPDIR)/debug-unit.Plo
269
include ./$(DEPDIR)/gdbcomm.Plo
270
 
271
.c.o:
272
        $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
273
        mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
274
#       source='$<' object='$@' libtool=no \
275
#       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
276
#       $(COMPILE) -c $<
277
 
278
.c.obj:
279
        $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
280
        mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
281
#       source='$<' object='$@' libtool=no \
282
#       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
283
#       $(COMPILE) -c `$(CYGPATH_W) '$<'`
284
 
285
.c.lo:
286
        $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
287
        mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
288
#       source='$<' object='$@' libtool=yes \
289
#       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
290
#       $(LTCOMPILE) -c -o $@ $<
291
 
292
mostlyclean-libtool:
293
        -rm -f *.lo
294
 
295
clean-libtool:
296
        -rm -rf .libs _libs
297
 
298
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
299
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
300
        unique=`for i in $$list; do \
301
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
302
          done | \
303
          $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \
304
              END { if (nonempty) { for (i in files) print i; }; }'`; \
305
        mkid -fID $$unique
306
tags: TAGS
307
 
308
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
309
                $(TAGS_FILES) $(LISP)
310
        tags=; \
311
        here=`pwd`; \
312
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
313
        unique=`for i in $$list; do \
314
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
315
          done | \
316
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
317
              END { if (nonempty) { for (i in files) print i; }; }'`; \
318
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
319
          test -n "$$unique" || unique=$$empty_fix; \
320
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
321
            $$tags $$unique; \
322
        fi
323
ctags: CTAGS
324
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
325
                $(TAGS_FILES) $(LISP)
326
        tags=; \
327
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
328
        unique=`for i in $$list; do \
329
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
330
          done | \
331
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
332
              END { if (nonempty) { for (i in files) print i; }; }'`; \
333
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
334
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
335
             $$tags $$unique
336
 
337
GTAGS:
338
        here=`$(am__cd) $(top_builddir) && pwd` \
339
          && cd $(top_srcdir) \
340
          && gtags -i $(GTAGS_ARGS) $$here
341
 
342
distclean-tags:
343
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
344
 
345
distdir: $(DISTFILES)
346
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
347
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
348
        list='$(DISTFILES)'; \
349
          dist_files=`for file in $$list; do echo $$file; done | \
350
          sed -e "s|^$$srcdirstrip/||;t" \
351
              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
352
        case $$dist_files in \
353
          */*) $(MKDIR_P) `echo "$$dist_files" | \
354
                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
355
                           sort -u` ;; \
356
        esac; \
357
        for file in $$dist_files; do \
358
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
359
          if test -d $$d/$$file; then \
360
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
361
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
362
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
363
            fi; \
364
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
365
          else \
366
            test -f $(distdir)/$$file \
367
            || cp -p $$d/$$file $(distdir)/$$file \
368
            || exit 1; \
369
          fi; \
370
        done
371
check-am: all-am
372
check: check-am
373
all-am: Makefile $(LTLIBRARIES)
374
installdirs:
375
install: install-am
376
install-exec: install-exec-am
377
install-data: install-data-am
378
uninstall: uninstall-am
379
 
380
install-am: all-am
381
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
382
 
383
installcheck: installcheck-am
384
install-strip:
385
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
386
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
387
          `test -z '$(STRIP)' || \
388
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
389
mostlyclean-generic:
390
 
391
clean-generic:
392
 
393
distclean-generic:
394
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
395
 
396
maintainer-clean-generic:
397
        @echo "This command is intended for maintainers to use"
398
        @echo "it deletes files that may require special tools to rebuild."
399
clean: clean-am
400
 
401
clean-am: clean-generic clean-libtool clean-noinstLTLIBRARIES \
402
        mostlyclean-am
403
 
404
distclean: distclean-am
405
        -rm -rf ./$(DEPDIR)
406
        -rm -f Makefile
407
distclean-am: clean-am distclean-compile distclean-generic \
408
        distclean-tags
409
 
410
dvi: dvi-am
411
 
412
dvi-am:
413
 
414
html: html-am
415
 
416
info: info-am
417
 
418
info-am:
419
 
420
install-data-am:
421
 
422
install-dvi: install-dvi-am
423
 
424
install-exec-am:
425
 
426
install-html: install-html-am
427
 
428
install-info: install-info-am
429
 
430
install-man:
431
 
432
install-pdf: install-pdf-am
433
 
434
install-ps: install-ps-am
435
 
436
installcheck-am:
437
 
438
maintainer-clean: maintainer-clean-am
439
        -rm -rf ./$(DEPDIR)
440
        -rm -f Makefile
441
maintainer-clean-am: distclean-am maintainer-clean-generic
442
 
443
mostlyclean: mostlyclean-am
444
 
445
mostlyclean-am: mostlyclean-compile mostlyclean-generic \
446
        mostlyclean-libtool
447
 
448
pdf: pdf-am
449
 
450
pdf-am:
451
 
452
ps: ps-am
453
 
454
ps-am:
455
 
456
uninstall-am:
457
 
458
.MAKE: install-am install-strip
459
 
460
.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
461
        clean-libtool clean-noinstLTLIBRARIES ctags distclean \
462
        distclean-compile distclean-generic distclean-libtool \
463
        distclean-tags distdir dvi dvi-am html html-am info info-am \
464
        install install-am install-data install-data-am install-dvi \
465
        install-dvi-am install-exec install-exec-am install-html \
466
        install-html-am install-info install-info-am install-man \
467
        install-pdf install-pdf-am install-ps install-ps-am \
468
        install-strip installcheck installcheck-am installdirs \
469
        maintainer-clean maintainer-clean-generic mostlyclean \
470
        mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
471
        pdf pdf-am ps ps-am tags uninstall uninstall-am
472
 
473
# Tell versions [3.59,3.63) of GNU make to not export all variables.
474
# Otherwise a system limit (for SysV at least) may be exceeded.
475
.NOEXPORT:

powered by: WebSVN 2.1.0

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