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 625

Go to most recent revision | 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
DSYMUTIL = @DSYMUTIL@
138
DUMPBIN = @DUMPBIN@
139
ECHO_C = @ECHO_C@
140
ECHO_N = @ECHO_N@
141
ECHO_T = @ECHO_T@
142
EGREP = @EGREP@
143
EXEEXT = @EXEEXT@
144
FGREP = @FGREP@
145
GREP = @GREP@
146
INCLUDES = @INCLUDES@
147
INSTALL = @INSTALL@
148
INSTALL_DATA = @INSTALL_DATA@
149
INSTALL_PROGRAM = @INSTALL_PROGRAM@
150
INSTALL_SCRIPT = @INSTALL_SCRIPT@
151
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
152
LD = @LD@
153
LDFLAGS = @LDFLAGS@
154
LIBOBJS = @LIBOBJS@
155
LIBS = @LIBS@
156
LIBTOOL = @LIBTOOL@
157
LIPO = @LIPO@
158
LN_S = @LN_S@
159
LOCAL_CFLAGS = @LOCAL_CFLAGS@
160
LOCAL_DEFS = @LOCAL_DEFS@
161
LOCAL_LDFLAGS = @LOCAL_LDFLAGS@
162
LTLIBOBJS = @LTLIBOBJS@
163
MAKEINFO = @MAKEINFO@
164
MKDIR_P = @MKDIR_P@
165
NM = @NM@
166
NMEDIT = @NMEDIT@
167
OBJDUMP = @OBJDUMP@
168
OBJEXT = @OBJEXT@
169
OTOOL = @OTOOL@
170
OTOOL64 = @OTOOL64@
171
PACKAGE = @PACKAGE@
172
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
173
PACKAGE_NAME = @PACKAGE_NAME@
174
PACKAGE_STRING = @PACKAGE_STRING@
175
PACKAGE_TARNAME = @PACKAGE_TARNAME@
176 346 jeremybenn
PACKAGE_URL = @PACKAGE_URL@
177 93 jeremybenn
PACKAGE_VERSION = @PACKAGE_VERSION@
178
PATH_SEPARATOR = @PATH_SEPARATOR@
179
POW_LIB = @POW_LIB@
180
RANLIB = @RANLIB@
181 95 jeremybenn
RUNTESTDEFAULTFLAGS = @RUNTESTDEFAULTFLAGS@
182 93 jeremybenn
SED = @SED@
183
SET_MAKE = @SET_MAKE@
184
SHELL = @SHELL@
185
STRIP = @STRIP@
186
SUMVERSION = @SUMVERSION@
187
TERMCAP_LIB = @TERMCAP_LIB@
188
VERSION = @VERSION@
189
abs_builddir = @abs_builddir@
190
abs_srcdir = @abs_srcdir@
191
abs_top_builddir = @abs_top_builddir@
192
abs_top_srcdir = @abs_top_srcdir@
193
ac_ct_CC = @ac_ct_CC@
194
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
195
am__include = @am__include@
196
am__leading_dot = @am__leading_dot@
197
am__quote = @am__quote@
198
am__tar = @am__tar@
199
am__untar = @am__untar@
200
bindir = @bindir@
201
build = @build@
202
build_alias = @build_alias@
203
build_cpu = @build_cpu@
204
build_os = @build_os@
205
build_vendor = @build_vendor@
206
builddir = @builddir@
207
datadir = @datadir@
208
datarootdir = @datarootdir@
209
docdir = @docdir@
210
dvidir = @dvidir@
211
exec_prefix = @exec_prefix@
212
host = @host@
213
host_alias = @host_alias@
214
host_cpu = @host_cpu@
215
host_os = @host_os@
216
host_vendor = @host_vendor@
217
htmldir = @htmldir@
218
includedir = @includedir@
219
infodir = @infodir@
220
install_sh = @install_sh@
221
libdir = @libdir@
222
libexecdir = @libexecdir@
223
localedir = @localedir@
224
localstatedir = @localstatedir@
225
lt_ECHO = @lt_ECHO@
226
mandir = @mandir@
227
mkdir_p = @mkdir_p@
228
oldincludedir = @oldincludedir@
229
pdfdir = @pdfdir@
230
prefix = @prefix@
231
program_transform_name = @program_transform_name@
232
psdir = @psdir@
233
sbindir = @sbindir@
234
sharedstatedir = @sharedstatedir@
235
srcdir = @srcdir@
236
subdirs = @subdirs@
237
sysconfdir = @sysconfdir@
238
target = @target@
239
target_alias = @target_alias@
240
target_cpu = @target_cpu@
241
target_os = @target_os@
242
target_vendor = @target_vendor@
243
top_build_prefix = @top_build_prefix@
244
top_builddir = @top_builddir@
245
top_srcdir = @top_srcdir@
246
 
247
# Edge based interrupt
248
lib_upcalls_SOURCES = lib-upcalls.c
249
lib_upcalls_LDADD = $(top_builddir)/libsim.la
250
all: all-am
251
 
252
.SUFFIXES:
253
.SUFFIXES: .c .lo .o .obj
254
$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
255
        @for dep in $?; do \
256
          case '$(am__configure_deps)' in \
257
            *$$dep*) \
258
              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
259
                && { if test -f $@; then exit 0; else break; fi; }; \
260
              exit 1;; \
261
          esac; \
262
        done; \
263
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu testsuite/test-code/lib-upcalls/Makefile'; \
264
        $(am__cd) $(top_srcdir) && \
265
          $(AUTOMAKE) --gnu testsuite/test-code/lib-upcalls/Makefile
266
.PRECIOUS: Makefile
267
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
268
        @case '$?' in \
269
          *config.status*) \
270
            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
271
          *) \
272
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
273
            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
274
        esac;
275
 
276
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
277
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
278
 
279
$(top_srcdir)/configure:  $(am__configure_deps)
280
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
281
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
282
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
283
$(am__aclocal_m4_deps):
284
 
285
clean-checkPROGRAMS:
286
        @list='$(check_PROGRAMS)'; test -n "$$list" || exit 0; \
287
        echo " rm -f" $$list; \
288
        rm -f $$list || exit $$?; \
289
        test -n "$(EXEEXT)" || exit 0; \
290
        list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
291
        echo " rm -f" $$list; \
292
        rm -f $$list
293
lib-upcalls$(EXEEXT): $(lib_upcalls_OBJECTS) $(lib_upcalls_DEPENDENCIES)
294
        @rm -f lib-upcalls$(EXEEXT)
295 625 jeremybenn
        $(AM_V_CCLD)$(LINK) $(lib_upcalls_OBJECTS) $(lib_upcalls_LDADD) $(LIBS)
296 93 jeremybenn
 
297
mostlyclean-compile:
298
        -rm -f *.$(OBJEXT)
299
 
300
distclean-compile:
301
        -rm -f *.tab.c
302
 
303
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lib-upcalls.Po@am__quote@
304
 
305
.c.o:
306 625 jeremybenn
@am__fastdepCC_TRUE@    $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
307
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
308
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
309 93 jeremybenn
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
310
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
311
@am__fastdepCC_FALSE@   $(COMPILE) -c $<
312
 
313
.c.obj:
314 625 jeremybenn
@am__fastdepCC_TRUE@    $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
315
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
316
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
317 93 jeremybenn
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
318
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
319
@am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
320
 
321
.c.lo:
322 625 jeremybenn
@am__fastdepCC_TRUE@    $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
323
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
324
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
325 93 jeremybenn
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
326
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
327
@am__fastdepCC_FALSE@   $(LTCOMPILE) -c -o $@ $<
328
 
329
mostlyclean-libtool:
330
        -rm -f *.lo
331
 
332
clean-libtool:
333
        -rm -rf .libs _libs
334
 
335
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
336
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
337
        unique=`for i in $$list; do \
338
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
339
          done | \
340
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
341
              END { if (nonempty) { for (i in files) print i; }; }'`; \
342
        mkid -fID $$unique
343
tags: TAGS
344
 
345
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
346
                $(TAGS_FILES) $(LISP)
347
        set x; \
348
        here=`pwd`; \
349
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
350
        unique=`for i in $$list; do \
351
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
352
          done | \
353
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
354
              END { if (nonempty) { for (i in files) print i; }; }'`; \
355
        shift; \
356
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
357
          test -n "$$unique" || unique=$$empty_fix; \
358
          if test $$# -gt 0; then \
359
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
360
              "$$@" $$unique; \
361
          else \
362
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
363
              $$unique; \
364
          fi; \
365
        fi
366
ctags: CTAGS
367
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
368
                $(TAGS_FILES) $(LISP)
369
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
370
        unique=`for i in $$list; do \
371
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
372
          done | \
373
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
374
              END { if (nonempty) { for (i in files) print i; }; }'`; \
375
        test -z "$(CTAGS_ARGS)$$unique" \
376
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
377
             $$unique
378
 
379
GTAGS:
380
        here=`$(am__cd) $(top_builddir) && pwd` \
381
          && $(am__cd) $(top_srcdir) \
382
          && gtags -i $(GTAGS_ARGS) "$$here"
383
 
384
distclean-tags:
385
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
386
 
387
distdir: $(DISTFILES)
388
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
389
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
390
        list='$(DISTFILES)'; \
391
          dist_files=`for file in $$list; do echo $$file; done | \
392
          sed -e "s|^$$srcdirstrip/||;t" \
393
              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
394
        case $$dist_files in \
395
          */*) $(MKDIR_P) `echo "$$dist_files" | \
396
                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
397
                           sort -u` ;; \
398
        esac; \
399
        for file in $$dist_files; do \
400
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
401
          if test -d $$d/$$file; then \
402
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
403
            if test -d "$(distdir)/$$file"; then \
404
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
405
            fi; \
406
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
407
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
408
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
409
            fi; \
410
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
411
          else \
412
            test -f "$(distdir)/$$file" \
413
            || cp -p $$d/$$file "$(distdir)/$$file" \
414
            || exit 1; \
415
          fi; \
416
        done
417
check-am: all-am
418
        $(MAKE) $(AM_MAKEFLAGS) $(check_PROGRAMS)
419
check: check-am
420
all-am: Makefile
421
installdirs:
422
install: install-am
423
install-exec: install-exec-am
424
install-data: install-data-am
425
uninstall: uninstall-am
426
 
427
install-am: all-am
428
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
429
 
430
installcheck: installcheck-am
431
install-strip:
432
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
433
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
434
          `test -z '$(STRIP)' || \
435
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
436
mostlyclean-generic:
437
 
438
clean-generic:
439
 
440
distclean-generic:
441
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
442
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
443
 
444
maintainer-clean-generic:
445
        @echo "This command is intended for maintainers to use"
446
        @echo "it deletes files that may require special tools to rebuild."
447
clean: clean-am
448
 
449
clean-am: clean-checkPROGRAMS clean-generic clean-libtool \
450
        mostlyclean-am
451
 
452
distclean: distclean-am
453
        -rm -rf ./$(DEPDIR)
454
        -rm -f Makefile
455
distclean-am: clean-am distclean-compile distclean-generic \
456
        distclean-tags
457
 
458
dvi: dvi-am
459
 
460
dvi-am:
461
 
462
html: html-am
463
 
464
html-am:
465
 
466
info: info-am
467
 
468
info-am:
469
 
470
install-data-am:
471
 
472
install-dvi: install-dvi-am
473
 
474
install-dvi-am:
475
 
476
install-exec-am:
477
 
478
install-html: install-html-am
479
 
480
install-html-am:
481
 
482
install-info: install-info-am
483
 
484
install-info-am:
485
 
486
install-man:
487
 
488
install-pdf: install-pdf-am
489
 
490
install-pdf-am:
491
 
492
install-ps: install-ps-am
493
 
494
install-ps-am:
495
 
496
installcheck-am:
497
 
498
maintainer-clean: maintainer-clean-am
499
        -rm -rf ./$(DEPDIR)
500
        -rm -f Makefile
501
maintainer-clean-am: distclean-am maintainer-clean-generic
502
 
503
mostlyclean: mostlyclean-am
504
 
505
mostlyclean-am: mostlyclean-compile mostlyclean-generic \
506
        mostlyclean-libtool
507
 
508
pdf: pdf-am
509
 
510
pdf-am:
511
 
512
ps: ps-am
513
 
514
ps-am:
515
 
516
uninstall-am:
517
 
518
.MAKE: check-am install-am install-strip
519
 
520
.PHONY: CTAGS GTAGS all all-am check check-am clean \
521
        clean-checkPROGRAMS clean-generic clean-libtool ctags \
522
        distclean distclean-compile distclean-generic \
523
        distclean-libtool distclean-tags distdir dvi dvi-am html \
524
        html-am info info-am install install-am install-data \
525
        install-data-am install-dvi install-dvi-am install-exec \
526
        install-exec-am install-html install-html-am install-info \
527
        install-info-am install-man install-pdf install-pdf-am \
528
        install-ps install-ps-am install-strip installcheck \
529
        installcheck-am installdirs maintainer-clean \
530
        maintainer-clean-generic mostlyclean mostlyclean-compile \
531
        mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
532
        tags uninstall uninstall-am
533
 
534
 
535
# Tell versions [3.59,3.63) of GNU make to not export all variables.
536
# Otherwise a system limit (for SysV at least) may be exceeded.
537
.NOEXPORT:

powered by: WebSVN 2.1.0

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