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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [or1ksim/] [testsuite/] [test-code/] [lib-upcalls/] [Makefile.in] - Blame information for rev 784

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 625 jeremybenn
# Makefile.in generated by automake 1.11.1 from Makefile.am.
2 93 jeremybenn
# @configure_input@
3
 
4
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5
# 2003, 2004, 2005, 2006, 2007, 2008, 2009  Free Software Foundation,
6
# Inc.
7
# This Makefile.in is free software; the Free Software Foundation
8
# gives unlimited permission to copy and/or distribute it,
9
# with or without modifications, as long as this notice is preserved.
10
 
11
# This program is distributed in the hope that it will be useful,
12
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
13
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
14
# PARTICULAR PURPOSE.
15
 
16
@SET_MAKE@
17
 
18
# Makefile.am for libor1ksim test program: lib-upcalls
19
 
20
# Copyright (C) Embecosm Limited, 2010
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
# -----------------------------------------------------------------------------
40
# This code is commented throughout for use with Doxygen.
41
# -----------------------------------------------------------------------------
42
VPATH = @srcdir@
43
pkgdatadir = $(datadir)/@PACKAGE@
44
pkgincludedir = $(includedir)/@PACKAGE@
45
pkglibdir = $(libdir)/@PACKAGE@
46
pkglibexecdir = $(libexecdir)/@PACKAGE@
47
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
48
install_sh_DATA = $(install_sh) -c -m 644
49
install_sh_PROGRAM = $(install_sh) -c
50
install_sh_SCRIPT = $(install_sh) -c
51
INSTALL_HEADER = $(INSTALL_DATA)
52
transform = $(program_transform_name)
53
NORMAL_INSTALL = :
54
PRE_INSTALL = :
55
POST_INSTALL = :
56
NORMAL_UNINSTALL = :
57
PRE_UNINSTALL = :
58
POST_UNINSTALL = :
59
build_triplet = @build@
60
host_triplet = @host@
61
target_triplet = @target@
62
check_PROGRAMS = lib-upcalls$(EXEEXT)
63
subdir = testsuite/test-code/lib-upcalls
64
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
65
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
66
am__aclocal_m4_deps = $(top_srcdir)/m4/libtool.m4 \
67
        $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
68
        $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
69
        $(top_srcdir)/configure.ac
70
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
71
        $(ACLOCAL_M4)
72
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
73
CONFIG_HEADER = $(top_builddir)/config.h
74
CONFIG_CLEAN_FILES =
75
CONFIG_CLEAN_VPATH_FILES =
76
am_lib_upcalls_OBJECTS = lib-upcalls.$(OBJEXT)
77
lib_upcalls_OBJECTS = $(am_lib_upcalls_OBJECTS)
78
lib_upcalls_DEPENDENCIES = $(top_builddir)/libsim.la
79 625 jeremybenn
AM_V_lt = $(am__v_lt_$(V))
80
am__v_lt_ = $(am__v_lt_$(AM_DEFAULT_VERBOSITY))
81
am__v_lt_0 = --silent
82 93 jeremybenn
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
83
depcomp = $(SHELL) $(top_srcdir)/depcomp
84
am__depfiles_maybe = depfiles
85
am__mv = mv -f
86
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
87
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
88 625 jeremybenn
LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
89
        $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
90
        $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
91
        $(AM_CFLAGS) $(CFLAGS)
92
AM_V_CC = $(am__v_CC_$(V))
93
am__v_CC_ = $(am__v_CC_$(AM_DEFAULT_VERBOSITY))
94
am__v_CC_0 = @echo "  CC    " $@;
95
AM_V_at = $(am__v_at_$(V))
96
am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
97
am__v_at_0 = @
98 93 jeremybenn
CCLD = $(CC)
99 625 jeremybenn
LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
100
        $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
101
        $(AM_LDFLAGS) $(LDFLAGS) -o $@
102
AM_V_CCLD = $(am__v_CCLD_$(V))
103
am__v_CCLD_ = $(am__v_CCLD_$(AM_DEFAULT_VERBOSITY))
104
am__v_CCLD_0 = @echo "  CCLD  " $@;
105
AM_V_GEN = $(am__v_GEN_$(V))
106
am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
107
am__v_GEN_0 = @echo "  GEN   " $@;
108 93 jeremybenn
SOURCES = $(lib_upcalls_SOURCES)
109
DIST_SOURCES = $(lib_upcalls_SOURCES)
110
ETAGS = etags
111
CTAGS = ctags
112
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
113
ACLOCAL = @ACLOCAL@
114
AMTAR = @AMTAR@
115 625 jeremybenn
AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
116 93 jeremybenn
AR = @AR@
117
ARFLAGS = @ARFLAGS@
118
AUTOCONF = @AUTOCONF@
119
AUTOHEADER = @AUTOHEADER@
120
AUTOMAKE = @AUTOMAKE@
121
AWK = @AWK@
122
BUILD_DIR = @BUILD_DIR@
123
CC = @CC@
124
CCAS = @CCAS@
125
CCASDEPMODE = @CCASDEPMODE@
126
CCASFLAGS = @CCASFLAGS@
127
CCDEPMODE = @CCDEPMODE@
128
CFLAGS = @CFLAGS@
129
CPP = @CPP@
130
CPPFLAGS = @CPPFLAGS@
131
CPU_ARCH = @CPU_ARCH@
132
CYGPATH_W = @CYGPATH_W@
133
DEBUGFLAGS = @DEBUGFLAGS@
134
DEFS = @DEFS@
135
DEJAGNU = @DEJAGNU@
136
DEPDIR = @DEPDIR@
137 784 jeremybenn
DLLTOOL = @DLLTOOL@
138 93 jeremybenn
DSYMUTIL = @DSYMUTIL@
139
DUMPBIN = @DUMPBIN@
140
ECHO_C = @ECHO_C@
141
ECHO_N = @ECHO_N@
142
ECHO_T = @ECHO_T@
143
EGREP = @EGREP@
144
EXEEXT = @EXEEXT@
145
FGREP = @FGREP@
146
GREP = @GREP@
147
INCLUDES = @INCLUDES@
148
INSTALL = @INSTALL@
149
INSTALL_DATA = @INSTALL_DATA@
150
INSTALL_PROGRAM = @INSTALL_PROGRAM@
151
INSTALL_SCRIPT = @INSTALL_SCRIPT@
152
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
153
LD = @LD@
154
LDFLAGS = @LDFLAGS@
155
LIBOBJS = @LIBOBJS@
156
LIBS = @LIBS@
157
LIBTOOL = @LIBTOOL@
158
LIPO = @LIPO@
159
LN_S = @LN_S@
160
LOCAL_CFLAGS = @LOCAL_CFLAGS@
161
LOCAL_DEFS = @LOCAL_DEFS@
162
LOCAL_LDFLAGS = @LOCAL_LDFLAGS@
163
LTLIBOBJS = @LTLIBOBJS@
164
MAKEINFO = @MAKEINFO@
165 784 jeremybenn
MANIFEST_TOOL = @MANIFEST_TOOL@
166 93 jeremybenn
MKDIR_P = @MKDIR_P@
167
NM = @NM@
168
NMEDIT = @NMEDIT@
169
OBJDUMP = @OBJDUMP@
170
OBJEXT = @OBJEXT@
171
OTOOL = @OTOOL@
172
OTOOL64 = @OTOOL64@
173
PACKAGE = @PACKAGE@
174
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
175
PACKAGE_NAME = @PACKAGE_NAME@
176
PACKAGE_STRING = @PACKAGE_STRING@
177
PACKAGE_TARNAME = @PACKAGE_TARNAME@
178 346 jeremybenn
PACKAGE_URL = @PACKAGE_URL@
179 93 jeremybenn
PACKAGE_VERSION = @PACKAGE_VERSION@
180
PATH_SEPARATOR = @PATH_SEPARATOR@
181
POW_LIB = @POW_LIB@
182
RANLIB = @RANLIB@
183 95 jeremybenn
RUNTESTDEFAULTFLAGS = @RUNTESTDEFAULTFLAGS@
184 93 jeremybenn
SED = @SED@
185
SET_MAKE = @SET_MAKE@
186
SHELL = @SHELL@
187
STRIP = @STRIP@
188
SUMVERSION = @SUMVERSION@
189
TERMCAP_LIB = @TERMCAP_LIB@
190
VERSION = @VERSION@
191
abs_builddir = @abs_builddir@
192
abs_srcdir = @abs_srcdir@
193
abs_top_builddir = @abs_top_builddir@
194
abs_top_srcdir = @abs_top_srcdir@
195 784 jeremybenn
ac_ct_AR = @ac_ct_AR@
196 93 jeremybenn
ac_ct_CC = @ac_ct_CC@
197
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
198
am__include = @am__include@
199
am__leading_dot = @am__leading_dot@
200
am__quote = @am__quote@
201
am__tar = @am__tar@
202
am__untar = @am__untar@
203
bindir = @bindir@
204
build = @build@
205
build_alias = @build_alias@
206
build_cpu = @build_cpu@
207
build_os = @build_os@
208
build_vendor = @build_vendor@
209
builddir = @builddir@
210
datadir = @datadir@
211
datarootdir = @datarootdir@
212
docdir = @docdir@
213
dvidir = @dvidir@
214
exec_prefix = @exec_prefix@
215
host = @host@
216
host_alias = @host_alias@
217
host_cpu = @host_cpu@
218
host_os = @host_os@
219
host_vendor = @host_vendor@
220
htmldir = @htmldir@
221
includedir = @includedir@
222
infodir = @infodir@
223
install_sh = @install_sh@
224
libdir = @libdir@
225
libexecdir = @libexecdir@
226
localedir = @localedir@
227
localstatedir = @localstatedir@
228
mandir = @mandir@
229
mkdir_p = @mkdir_p@
230
oldincludedir = @oldincludedir@
231
pdfdir = @pdfdir@
232
prefix = @prefix@
233
program_transform_name = @program_transform_name@
234
psdir = @psdir@
235
sbindir = @sbindir@
236
sharedstatedir = @sharedstatedir@
237
srcdir = @srcdir@
238
subdirs = @subdirs@
239
sysconfdir = @sysconfdir@
240
target = @target@
241
target_alias = @target_alias@
242
target_cpu = @target_cpu@
243
target_os = @target_os@
244
target_vendor = @target_vendor@
245
top_build_prefix = @top_build_prefix@
246
top_builddir = @top_builddir@
247
top_srcdir = @top_srcdir@
248
 
249
# Edge based interrupt
250
lib_upcalls_SOURCES = lib-upcalls.c
251
lib_upcalls_LDADD = $(top_builddir)/libsim.la
252
all: all-am
253
 
254
.SUFFIXES:
255
.SUFFIXES: .c .lo .o .obj
256
$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
257
        @for dep in $?; do \
258
          case '$(am__configure_deps)' in \
259
            *$$dep*) \
260
              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
261
                && { if test -f $@; then exit 0; else break; fi; }; \
262
              exit 1;; \
263
          esac; \
264
        done; \
265
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu testsuite/test-code/lib-upcalls/Makefile'; \
266
        $(am__cd) $(top_srcdir) && \
267
          $(AUTOMAKE) --gnu testsuite/test-code/lib-upcalls/Makefile
268
.PRECIOUS: Makefile
269
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
270
        @case '$?' in \
271
          *config.status*) \
272
            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
273
          *) \
274
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
275
            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
276
        esac;
277
 
278
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
279
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
280
 
281
$(top_srcdir)/configure:  $(am__configure_deps)
282
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
283
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
284
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
285
$(am__aclocal_m4_deps):
286
 
287
clean-checkPROGRAMS:
288
        @list='$(check_PROGRAMS)'; test -n "$$list" || exit 0; \
289
        echo " rm -f" $$list; \
290
        rm -f $$list || exit $$?; \
291
        test -n "$(EXEEXT)" || exit 0; \
292
        list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
293
        echo " rm -f" $$list; \
294
        rm -f $$list
295
lib-upcalls$(EXEEXT): $(lib_upcalls_OBJECTS) $(lib_upcalls_DEPENDENCIES)
296
        @rm -f lib-upcalls$(EXEEXT)
297 625 jeremybenn
        $(AM_V_CCLD)$(LINK) $(lib_upcalls_OBJECTS) $(lib_upcalls_LDADD) $(LIBS)
298 93 jeremybenn
 
299
mostlyclean-compile:
300
        -rm -f *.$(OBJEXT)
301
 
302
distclean-compile:
303
        -rm -f *.tab.c
304
 
305
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lib-upcalls.Po@am__quote@
306
 
307
.c.o:
308 625 jeremybenn
@am__fastdepCC_TRUE@    $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
309
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
310
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
311 93 jeremybenn
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
312
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
313
@am__fastdepCC_FALSE@   $(COMPILE) -c $<
314
 
315
.c.obj:
316 625 jeremybenn
@am__fastdepCC_TRUE@    $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
317
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
318
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
319 93 jeremybenn
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
320
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
321
@am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
322
 
323
.c.lo:
324 625 jeremybenn
@am__fastdepCC_TRUE@    $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
325
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
326
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
327 93 jeremybenn
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
328
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
329
@am__fastdepCC_FALSE@   $(LTCOMPILE) -c -o $@ $<
330
 
331
mostlyclean-libtool:
332
        -rm -f *.lo
333
 
334
clean-libtool:
335
        -rm -rf .libs _libs
336
 
337
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
338
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
339
        unique=`for i in $$list; do \
340
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
341
          done | \
342
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
343
              END { if (nonempty) { for (i in files) print i; }; }'`; \
344
        mkid -fID $$unique
345
tags: TAGS
346
 
347
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
348
                $(TAGS_FILES) $(LISP)
349
        set x; \
350
        here=`pwd`; \
351
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
352
        unique=`for i in $$list; do \
353
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
354
          done | \
355
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
356
              END { if (nonempty) { for (i in files) print i; }; }'`; \
357
        shift; \
358
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
359
          test -n "$$unique" || unique=$$empty_fix; \
360
          if test $$# -gt 0; then \
361
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
362
              "$$@" $$unique; \
363
          else \
364
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
365
              $$unique; \
366
          fi; \
367
        fi
368
ctags: CTAGS
369
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
370
                $(TAGS_FILES) $(LISP)
371
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
372
        unique=`for i in $$list; do \
373
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
374
          done | \
375
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
376
              END { if (nonempty) { for (i in files) print i; }; }'`; \
377
        test -z "$(CTAGS_ARGS)$$unique" \
378
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
379
             $$unique
380
 
381
GTAGS:
382
        here=`$(am__cd) $(top_builddir) && pwd` \
383
          && $(am__cd) $(top_srcdir) \
384
          && gtags -i $(GTAGS_ARGS) "$$here"
385
 
386
distclean-tags:
387
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
388
 
389
distdir: $(DISTFILES)
390
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
391
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
392
        list='$(DISTFILES)'; \
393
          dist_files=`for file in $$list; do echo $$file; done | \
394
          sed -e "s|^$$srcdirstrip/||;t" \
395
              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
396
        case $$dist_files in \
397
          */*) $(MKDIR_P) `echo "$$dist_files" | \
398
                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
399
                           sort -u` ;; \
400
        esac; \
401
        for file in $$dist_files; do \
402
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
403
          if test -d $$d/$$file; then \
404
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
405
            if test -d "$(distdir)/$$file"; then \
406
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
407
            fi; \
408
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
409
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
410
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
411
            fi; \
412
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
413
          else \
414
            test -f "$(distdir)/$$file" \
415
            || cp -p $$d/$$file "$(distdir)/$$file" \
416
            || exit 1; \
417
          fi; \
418
        done
419
check-am: all-am
420
        $(MAKE) $(AM_MAKEFLAGS) $(check_PROGRAMS)
421
check: check-am
422
all-am: Makefile
423
installdirs:
424
install: install-am
425
install-exec: install-exec-am
426
install-data: install-data-am
427
uninstall: uninstall-am
428
 
429
install-am: all-am
430
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
431
 
432
installcheck: installcheck-am
433
install-strip:
434
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
435
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
436
          `test -z '$(STRIP)' || \
437
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
438
mostlyclean-generic:
439
 
440
clean-generic:
441
 
442
distclean-generic:
443
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
444
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
445
 
446
maintainer-clean-generic:
447
        @echo "This command is intended for maintainers to use"
448
        @echo "it deletes files that may require special tools to rebuild."
449
clean: clean-am
450
 
451
clean-am: clean-checkPROGRAMS clean-generic clean-libtool \
452
        mostlyclean-am
453
 
454
distclean: distclean-am
455
        -rm -rf ./$(DEPDIR)
456
        -rm -f Makefile
457
distclean-am: clean-am distclean-compile distclean-generic \
458
        distclean-tags
459
 
460
dvi: dvi-am
461
 
462
dvi-am:
463
 
464
html: html-am
465
 
466
html-am:
467
 
468
info: info-am
469
 
470
info-am:
471
 
472
install-data-am:
473
 
474
install-dvi: install-dvi-am
475
 
476
install-dvi-am:
477
 
478
install-exec-am:
479
 
480
install-html: install-html-am
481
 
482
install-html-am:
483
 
484
install-info: install-info-am
485
 
486
install-info-am:
487
 
488
install-man:
489
 
490
install-pdf: install-pdf-am
491
 
492
install-pdf-am:
493
 
494
install-ps: install-ps-am
495
 
496
install-ps-am:
497
 
498
installcheck-am:
499
 
500
maintainer-clean: maintainer-clean-am
501
        -rm -rf ./$(DEPDIR)
502
        -rm -f Makefile
503
maintainer-clean-am: distclean-am maintainer-clean-generic
504
 
505
mostlyclean: mostlyclean-am
506
 
507
mostlyclean-am: mostlyclean-compile mostlyclean-generic \
508
        mostlyclean-libtool
509
 
510
pdf: pdf-am
511
 
512
pdf-am:
513
 
514
ps: ps-am
515
 
516
ps-am:
517
 
518
uninstall-am:
519
 
520
.MAKE: check-am install-am install-strip
521
 
522
.PHONY: CTAGS GTAGS all all-am check check-am clean \
523
        clean-checkPROGRAMS clean-generic clean-libtool ctags \
524
        distclean distclean-compile distclean-generic \
525
        distclean-libtool distclean-tags distdir dvi dvi-am html \
526
        html-am info info-am install install-am install-data \
527
        install-data-am install-dvi install-dvi-am install-exec \
528
        install-exec-am install-html install-html-am install-info \
529
        install-info-am install-man install-pdf install-pdf-am \
530
        install-ps install-ps-am install-strip installcheck \
531
        installcheck-am installdirs maintainer-clean \
532
        maintainer-clean-generic mostlyclean mostlyclean-compile \
533
        mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
534
        tags uninstall uninstall-am
535
 
536
 
537
# Tell versions [3.59,3.63) of GNU make to not export all variables.
538
# Otherwise a system limit (for SysV at least) may be exceeded.
539
.NOEXPORT:

powered by: WebSVN 2.1.0

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