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

Subversion Repositories openrisc

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

powered by: WebSVN 2.1.0

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