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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [or1ksim/] [vapi/] [Makefile.in] - Blame information for rev 80

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

Line No. Rev Author Line
1 80 jeremybenn
# Makefile.in generated by automake 1.10.1 from Makefile.am.
2
# @configure_input@
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
@SET_MAKE@
16
 
17
# Makefile -- Makefile for peripherals 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
 
37
VPATH = @srcdir@
38
pkgdatadir = $(datadir)/@PACKAGE@
39
pkglibdir = $(libdir)/@PACKAGE@
40
pkgincludedir = $(includedir)/@PACKAGE@
41
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
42
install_sh_DATA = $(install_sh) -c -m 644
43
install_sh_PROGRAM = $(install_sh) -c
44
install_sh_SCRIPT = $(install_sh) -c
45
INSTALL_HEADER = $(INSTALL_DATA)
46
transform = $(program_transform_name)
47
NORMAL_INSTALL = :
48
PRE_INSTALL = :
49
POST_INSTALL = :
50
NORMAL_UNINSTALL = :
51
PRE_UNINSTALL = :
52
POST_UNINSTALL = :
53
build_triplet = @build@
54
host_triplet = @host@
55
target_triplet = @target@
56
subdir = vapi
57
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
58
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
59
am__aclocal_m4_deps = $(top_srcdir)/configure.ac
60
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
61
        $(ACLOCAL_M4)
62
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
63
CONFIG_HEADER = $(top_builddir)/config.h
64
CONFIG_CLEAN_FILES =
65
LTLIBRARIES = $(noinst_LTLIBRARIES)
66
libvapi_la_LIBADD =
67
am_libvapi_la_OBJECTS = vapi.lo
68
libvapi_la_OBJECTS = $(am_libvapi_la_OBJECTS)
69
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
70
depcomp = $(SHELL) $(top_srcdir)/depcomp
71
am__depfiles_maybe = depfiles
72
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
73
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
74
LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
75
        --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
76
        $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
77
CCLD = $(CC)
78
LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
79
        --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
80
        $(LDFLAGS) -o $@
81
SOURCES = $(libvapi_la_SOURCES)
82
DIST_SOURCES = $(libvapi_la_SOURCES)
83
ETAGS = etags
84
CTAGS = ctags
85
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
86
ACLOCAL = @ACLOCAL@
87
AMTAR = @AMTAR@
88
AR = @AR@
89
ARFLAGS = @ARFLAGS@
90
AUTOCONF = @AUTOCONF@
91
AUTOHEADER = @AUTOHEADER@
92
AUTOMAKE = @AUTOMAKE@
93
AWK = @AWK@
94
BUILD_DIR = @BUILD_DIR@
95
CC = @CC@
96
CCDEPMODE = @CCDEPMODE@
97
CFLAGS = @CFLAGS@
98
CPP = @CPP@
99
CPPFLAGS = @CPPFLAGS@
100
CPU_ARCH = @CPU_ARCH@
101
CXX = @CXX@
102
CXXCPP = @CXXCPP@
103
CXXDEPMODE = @CXXDEPMODE@
104
CXXFLAGS = @CXXFLAGS@
105
CYGPATH_W = @CYGPATH_W@
106
DEBUGFLAGS = @DEBUGFLAGS@
107
DEFS = @DEFS@
108
DEPDIR = @DEPDIR@
109
ECHO = @ECHO@
110
ECHO_C = @ECHO_C@
111
ECHO_N = @ECHO_N@
112
ECHO_T = @ECHO_T@
113
EGREP = @EGREP@
114
EXEEXT = @EXEEXT@
115
F77 = @F77@
116
FFLAGS = @FFLAGS@
117
GREP = @GREP@
118
INCLUDES = @INCLUDES@
119
INSTALL = @INSTALL@
120
INSTALL_DATA = @INSTALL_DATA@
121
INSTALL_PROGRAM = @INSTALL_PROGRAM@
122
INSTALL_SCRIPT = @INSTALL_SCRIPT@
123
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
124
LDFLAGS = @LDFLAGS@
125
LIBOBJS = @LIBOBJS@
126
LIBS = @LIBS@
127
LIBTOOL = @LIBTOOL@
128
LN_S = @LN_S@
129
LOCAL_CFLAGS = @LOCAL_CFLAGS@
130
LOCAL_DEFS = @LOCAL_DEFS@
131
LOCAL_LDFLAGS = @LOCAL_LDFLAGS@
132
LTLIBOBJS = @LTLIBOBJS@
133
MAKEINFO = @MAKEINFO@
134
MAKE_SHELL = @MAKE_SHELL@
135
MKDIR_P = @MKDIR_P@
136
OBJEXT = @OBJEXT@
137
PACKAGE = @PACKAGE@
138
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
139
PACKAGE_NAME = @PACKAGE_NAME@
140
PACKAGE_STRING = @PACKAGE_STRING@
141
PACKAGE_TARNAME = @PACKAGE_TARNAME@
142
PACKAGE_VERSION = @PACKAGE_VERSION@
143
PATH_SEPARATOR = @PATH_SEPARATOR@
144
POW_LIB = @POW_LIB@
145
RANLIB = @RANLIB@
146
SED = @SED@
147
SET_MAKE = @SET_MAKE@
148
SHELL = @SHELL@
149
STRIP = @STRIP@
150
SUMVERSION = @SUMVERSION@
151
TERMCAP_LIB = @TERMCAP_LIB@
152
VERSION = @VERSION@
153
abs_builddir = @abs_builddir@
154
abs_srcdir = @abs_srcdir@
155
abs_top_builddir = @abs_top_builddir@
156
abs_top_srcdir = @abs_top_srcdir@
157
ac_ct_CC = @ac_ct_CC@
158
ac_ct_CXX = @ac_ct_CXX@
159
ac_ct_F77 = @ac_ct_F77@
160
am__include = @am__include@
161
am__leading_dot = @am__leading_dot@
162
am__quote = @am__quote@
163
am__tar = @am__tar@
164
am__untar = @am__untar@
165
bindir = @bindir@
166
build = @build@
167
build_alias = @build_alias@
168
build_cpu = @build_cpu@
169
build_os = @build_os@
170
build_vendor = @build_vendor@
171
builddir = @builddir@
172
datadir = @datadir@
173
datarootdir = @datarootdir@
174
docdir = @docdir@
175
dvidir = @dvidir@
176
exec_prefix = @exec_prefix@
177
host = @host@
178
host_alias = @host_alias@
179
host_cpu = @host_cpu@
180
host_os = @host_os@
181
host_vendor = @host_vendor@
182
htmldir = @htmldir@
183
includedir = @includedir@
184
infodir = @infodir@
185
install_sh = @install_sh@
186
libdir = @libdir@
187
libexecdir = @libexecdir@
188
localedir = @localedir@
189
localstatedir = @localstatedir@
190
mandir = @mandir@
191
mkdir_p = @mkdir_p@
192
oldincludedir = @oldincludedir@
193
pdfdir = @pdfdir@
194
prefix = @prefix@
195
program_transform_name = @program_transform_name@
196
psdir = @psdir@
197
sbindir = @sbindir@
198
sharedstatedir = @sharedstatedir@
199
srcdir = @srcdir@
200
sysconfdir = @sysconfdir@
201
target = @target@
202
target_alias = @target_alias@
203
target_cpu = @target_cpu@
204
target_os = @target_os@
205
target_vendor = @target_vendor@
206
top_builddir = @top_builddir@
207
top_srcdir = @top_srcdir@
208
noinst_LTLIBRARIES = libvapi.la
209
libvapi_la_SOURCES = vapi.c \
210
                     vapi.h
211
 
212
all: all-am
213
 
214
.SUFFIXES:
215
.SUFFIXES: .c .lo .o .obj
216
$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
217
        @for dep in $?; do \
218
          case '$(am__configure_deps)' in \
219
            *$$dep*) \
220
              cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
221
                && exit 0; \
222
              exit 1;; \
223
          esac; \
224
        done; \
225
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  vapi/Makefile'; \
226
        cd $(top_srcdir) && \
227
          $(AUTOMAKE) --gnu  vapi/Makefile
228
.PRECIOUS: Makefile
229
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
230
        @case '$?' in \
231
          *config.status*) \
232
            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
233
          *) \
234
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
235
            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
236
        esac;
237
 
238
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
239
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
240
 
241
$(top_srcdir)/configure:  $(am__configure_deps)
242
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
243
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
244
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
245
 
246
clean-noinstLTLIBRARIES:
247
        -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
248
        @list='$(noinst_LTLIBRARIES)'; for p in $$list; do \
249
          dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
250
          test "$$dir" != "$$p" || dir=.; \
251
          echo "rm -f \"$${dir}/so_locations\""; \
252
          rm -f "$${dir}/so_locations"; \
253
        done
254
libvapi.la: $(libvapi_la_OBJECTS) $(libvapi_la_DEPENDENCIES)
255
        $(LINK)  $(libvapi_la_OBJECTS) $(libvapi_la_LIBADD) $(LIBS)
256
 
257
mostlyclean-compile:
258
        -rm -f *.$(OBJEXT)
259
 
260
distclean-compile:
261
        -rm -f *.tab.c
262
 
263
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/vapi.Plo@am__quote@
264
 
265
.c.o:
266
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
267
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
268
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
269
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
270
@am__fastdepCC_FALSE@   $(COMPILE) -c $<
271
 
272
.c.obj:
273
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
274
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
275
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
276
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
277
@am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
278
 
279
.c.lo:
280
@am__fastdepCC_TRUE@    $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
281
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
282
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
283
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
284
@am__fastdepCC_FALSE@   $(LTCOMPILE) -c -o $@ $<
285
 
286
mostlyclean-libtool:
287
        -rm -f *.lo
288
 
289
clean-libtool:
290
        -rm -rf .libs _libs
291
 
292
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
293
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
294
        unique=`for i in $$list; do \
295
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
296
          done | \
297
          $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \
298
              END { if (nonempty) { for (i in files) print i; }; }'`; \
299
        mkid -fID $$unique
300
tags: TAGS
301
 
302
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
303
                $(TAGS_FILES) $(LISP)
304
        tags=; \
305
        here=`pwd`; \
306
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
307
        unique=`for i in $$list; do \
308
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
309
          done | \
310
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
311
              END { if (nonempty) { for (i in files) print i; }; }'`; \
312
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
313
          test -n "$$unique" || unique=$$empty_fix; \
314
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
315
            $$tags $$unique; \
316
        fi
317
ctags: CTAGS
318
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
319
                $(TAGS_FILES) $(LISP)
320
        tags=; \
321
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
322
        unique=`for i in $$list; do \
323
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
324
          done | \
325
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
326
              END { if (nonempty) { for (i in files) print i; }; }'`; \
327
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
328
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
329
             $$tags $$unique
330
 
331
GTAGS:
332
        here=`$(am__cd) $(top_builddir) && pwd` \
333
          && cd $(top_srcdir) \
334
          && gtags -i $(GTAGS_ARGS) $$here
335
 
336
distclean-tags:
337
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
338
 
339
distdir: $(DISTFILES)
340
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
341
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
342
        list='$(DISTFILES)'; \
343
          dist_files=`for file in $$list; do echo $$file; done | \
344
          sed -e "s|^$$srcdirstrip/||;t" \
345
              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
346
        case $$dist_files in \
347
          */*) $(MKDIR_P) `echo "$$dist_files" | \
348
                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
349
                           sort -u` ;; \
350
        esac; \
351
        for file in $$dist_files; do \
352
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
353
          if test -d $$d/$$file; then \
354
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
355
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
356
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
357
            fi; \
358
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
359
          else \
360
            test -f $(distdir)/$$file \
361
            || cp -p $$d/$$file $(distdir)/$$file \
362
            || exit 1; \
363
          fi; \
364
        done
365
check-am: all-am
366
check: check-am
367
all-am: Makefile $(LTLIBRARIES)
368
installdirs:
369
install: install-am
370
install-exec: install-exec-am
371
install-data: install-data-am
372
uninstall: uninstall-am
373
 
374
install-am: all-am
375
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
376
 
377
installcheck: installcheck-am
378
install-strip:
379
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
380
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
381
          `test -z '$(STRIP)' || \
382
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
383
mostlyclean-generic:
384
 
385
clean-generic:
386
 
387
distclean-generic:
388
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
389
 
390
maintainer-clean-generic:
391
        @echo "This command is intended for maintainers to use"
392
        @echo "it deletes files that may require special tools to rebuild."
393
clean: clean-am
394
 
395
clean-am: clean-generic clean-libtool clean-noinstLTLIBRARIES \
396
        mostlyclean-am
397
 
398
distclean: distclean-am
399
        -rm -rf ./$(DEPDIR)
400
        -rm -f Makefile
401
distclean-am: clean-am distclean-compile distclean-generic \
402
        distclean-tags
403
 
404
dvi: dvi-am
405
 
406
dvi-am:
407
 
408
html: html-am
409
 
410
info: info-am
411
 
412
info-am:
413
 
414
install-data-am:
415
 
416
install-dvi: install-dvi-am
417
 
418
install-exec-am:
419
 
420
install-html: install-html-am
421
 
422
install-info: install-info-am
423
 
424
install-man:
425
 
426
install-pdf: install-pdf-am
427
 
428
install-ps: install-ps-am
429
 
430
installcheck-am:
431
 
432
maintainer-clean: maintainer-clean-am
433
        -rm -rf ./$(DEPDIR)
434
        -rm -f Makefile
435
maintainer-clean-am: distclean-am maintainer-clean-generic
436
 
437
mostlyclean: mostlyclean-am
438
 
439
mostlyclean-am: mostlyclean-compile mostlyclean-generic \
440
        mostlyclean-libtool
441
 
442
pdf: pdf-am
443
 
444
pdf-am:
445
 
446
ps: ps-am
447
 
448
ps-am:
449
 
450
uninstall-am:
451
 
452
.MAKE: install-am install-strip
453
 
454
.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
455
        clean-libtool clean-noinstLTLIBRARIES ctags distclean \
456
        distclean-compile distclean-generic distclean-libtool \
457
        distclean-tags distdir dvi dvi-am html html-am info info-am \
458
        install install-am install-data install-data-am install-dvi \
459
        install-dvi-am install-exec install-exec-am install-html \
460
        install-html-am install-info install-info-am install-man \
461
        install-pdf install-pdf-am install-ps install-ps-am \
462
        install-strip installcheck installcheck-am installdirs \
463
        maintainer-clean maintainer-clean-generic mostlyclean \
464
        mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
465
        pdf pdf-am ps ps-am tags uninstall uninstall-am
466
 
467
# Tell versions [3.59,3.63) of GNU make to not export all variables.
468
# Otherwise a system limit (for SysV at least) may be exceeded.
469
.NOEXPORT:

powered by: WebSVN 2.1.0

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