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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [or1ksim/] [testsuite/] [test-code-or1k/] [uos/] [Makefile.in] - Blame information for rev 118

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

Line No. Rev Author Line
1 90 jeremybenn
# Makefile.in generated by automake 1.11.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, 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 or1ksim uos test code
19
 
20
# Copyright (C) Marko Mlinar, 2001
21
# Copyright (C) Embecosm Limited, 2010
22
 
23
# Contributor Marko Mlinar
24
# Contributor Jeremy Bennett 
25
 
26
# This file is part of OpenRISC 1000 Architectural Simulator.
27
 
28
# This program is free software; you can redistribute it and/or modify it
29
# under the terms of the GNU General Public License as published by the Free
30
# Software Foundation; either version 3 of the License, or (at your option)
31
# any later version.
32
 
33
# This program is distributed in the hope that it will be useful, but WITHOUT
34
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
35
# FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for
36
# more details.
37
 
38
# You should have received a copy of the GNU General Public License along
39
# with this program.  If not, see .  */
40
 
41
# -----------------------------------------------------------------------------
42
# This code is commented throughout for use with Doxygen.
43
# -----------------------------------------------------------------------------
44
VPATH = @srcdir@
45
pkgdatadir = $(datadir)/@PACKAGE@
46
pkgincludedir = $(includedir)/@PACKAGE@
47
pkglibdir = $(libdir)/@PACKAGE@
48
pkglibexecdir = $(libexecdir)/@PACKAGE@
49
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
50
install_sh_DATA = $(install_sh) -c -m 644
51
install_sh_PROGRAM = $(install_sh) -c
52
install_sh_SCRIPT = $(install_sh) -c
53
INSTALL_HEADER = $(INSTALL_DATA)
54
transform = $(program_transform_name)
55
NORMAL_INSTALL = :
56
PRE_INSTALL = :
57
POST_INSTALL = :
58
NORMAL_UNINSTALL = :
59
PRE_UNINSTALL = :
60
POST_UNINSTALL = :
61
build_triplet = @build@
62
host_triplet = @host@
63
check_PROGRAMS = uos$(EXEEXT)
64
subdir = uos
65
DIST_COMMON = README $(srcdir)/Makefile.am $(srcdir)/Makefile.in
66
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
67
am__aclocal_m4_deps = $(top_srcdir)/m4/libtool.m4 \
68
        $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
69
        $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
70
        $(top_srcdir)/configure.ac
71
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
72
        $(ACLOCAL_M4)
73
mkinstalldirs = $(SHELL) $(top_srcdir)/../../mkinstalldirs
74
CONFIG_HEADER = $(top_builddir)/config.h
75
CONFIG_CLEAN_FILES =
76
CONFIG_CLEAN_VPATH_FILES =
77
am_uos_OBJECTS = except-or32.$(OBJEXT) task.$(OBJEXT) tick.$(OBJEXT) \
78
        uos.$(OBJEXT)
79
uos_OBJECTS = $(am_uos_OBJECTS)
80
uos_DEPENDENCIES = ../support/libsupport.la
81
uos_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
82
        --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(uos_LDFLAGS) \
83
        $(LDFLAGS) -o $@
84
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
85
depcomp = $(SHELL) $(top_srcdir)/../../depcomp
86
am__depfiles_maybe = depfiles
87
am__mv = mv -f
88
CPPASCOMPILE = $(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
89
        $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS)
90
LTCPPASCOMPILE = $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
91
        --mode=compile $(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
92
        $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS)
93
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
94
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
95
LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
96
        --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
97
        $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
98
CCLD = $(CC)
99
LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
100
        --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
101
        $(LDFLAGS) -o $@
102
SOURCES = $(uos_SOURCES)
103
DIST_SOURCES = $(uos_SOURCES)
104
ETAGS = etags
105
CTAGS = ctags
106
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
107
ACLOCAL = @ACLOCAL@
108
AMTAR = @AMTAR@
109
AR = @AR@
110
AUTOCONF = @AUTOCONF@
111
AUTOHEADER = @AUTOHEADER@
112
AUTOMAKE = @AUTOMAKE@
113
AWK = @AWK@
114
CC = @CC@
115
CCAS = @CCAS@
116
CCASDEPMODE = @CCASDEPMODE@
117
CCASFLAGS = @CCASFLAGS@
118
CCDEPMODE = @CCDEPMODE@
119
CFLAGS = @CFLAGS@
120
CPP = @CPP@
121
CPPFLAGS = @CPPFLAGS@
122
CYGPATH_W = @CYGPATH_W@
123
DEFS = @DEFS@
124
DEPDIR = @DEPDIR@
125
DSYMUTIL = @DSYMUTIL@
126
DUMPBIN = @DUMPBIN@
127
ECHO_C = @ECHO_C@
128
ECHO_N = @ECHO_N@
129
ECHO_T = @ECHO_T@
130
EGREP = @EGREP@
131
EXEEXT = @EXEEXT@
132
FGREP = @FGREP@
133
GREP = @GREP@
134
INSTALL = @INSTALL@
135
INSTALL_DATA = @INSTALL_DATA@
136
INSTALL_PROGRAM = @INSTALL_PROGRAM@
137
INSTALL_SCRIPT = @INSTALL_SCRIPT@
138
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
139
LD = @LD@
140
LDFLAGS = @LDFLAGS@
141
LIBOBJS = @LIBOBJS@
142
LIBS = @LIBS@
143
LIBTOOL = @LIBTOOL@
144
LIPO = @LIPO@
145
LN_S = @LN_S@
146
LTLIBOBJS = @LTLIBOBJS@
147
MAKEINFO = @MAKEINFO@
148
MKDIR_P = @MKDIR_P@
149
NM = @NM@
150
NMEDIT = @NMEDIT@
151
OBJDUMP = @OBJDUMP@
152
OBJEXT = @OBJEXT@
153
OTOOL = @OTOOL@
154
OTOOL64 = @OTOOL64@
155
PACKAGE = @PACKAGE@
156
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
157
PACKAGE_NAME = @PACKAGE_NAME@
158
PACKAGE_STRING = @PACKAGE_STRING@
159
PACKAGE_TARNAME = @PACKAGE_TARNAME@
160 118 jeremybenn
PACKAGE_URL = @PACKAGE_URL@
161 90 jeremybenn
PACKAGE_VERSION = @PACKAGE_VERSION@
162
PATH_SEPARATOR = @PATH_SEPARATOR@
163
RANLIB = @RANLIB@
164
SED = @SED@
165
SET_MAKE = @SET_MAKE@
166
SHELL = @SHELL@
167
SIM = @SIM@
168
STRIP = @STRIP@
169
VERSION = @VERSION@
170
abs_builddir = @abs_builddir@
171
abs_srcdir = @abs_srcdir@
172
abs_top_builddir = @abs_top_builddir@
173
abs_top_srcdir = @abs_top_srcdir@
174
ac_ct_CC = @ac_ct_CC@
175
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
176
am__include = @am__include@
177
am__leading_dot = @am__leading_dot@
178
am__quote = @am__quote@
179
am__tar = @am__tar@
180
am__untar = @am__untar@
181
bindir = @bindir@
182
build = @build@
183
build_alias = @build_alias@
184
build_cpu = @build_cpu@
185
build_os = @build_os@
186
build_vendor = @build_vendor@
187
builddir = @builddir@
188
datadir = @datadir@
189
datarootdir = @datarootdir@
190
docdir = @docdir@
191
dvidir = @dvidir@
192
exec_prefix = @exec_prefix@
193
host = @host@
194
host_alias = @host_alias@
195
host_cpu = @host_cpu@
196
host_os = @host_os@
197
host_vendor = @host_vendor@
198
htmldir = @htmldir@
199
includedir = @includedir@
200
infodir = @infodir@
201
install_sh = @install_sh@
202
libdir = @libdir@
203
libexecdir = @libexecdir@
204
localedir = @localedir@
205
localstatedir = @localstatedir@
206
lt_ECHO = @lt_ECHO@
207
mandir = @mandir@
208
mkdir_p = @mkdir_p@
209
oldincludedir = @oldincludedir@
210
pdfdir = @pdfdir@
211
prefix = @prefix@
212
program_transform_name = @program_transform_name@
213
psdir = @psdir@
214
sbindir = @sbindir@
215
sharedstatedir = @sharedstatedir@
216
srcdir = @srcdir@
217
sysconfdir = @sysconfdir@
218
target_alias = @target_alias@
219
top_build_prefix = @top_build_prefix@
220
top_builddir = @top_builddir@
221
top_srcdir = @top_srcdir@
222
uos_SOURCES = except-or32.S \
223
                 ipc.h         \
224
                 task.c        \
225
                 tick.c        \
226
                 uos.h         \
227
                 uos.c
228
 
229
uos_LDFLAGS = -T$(srcdir)/../default.ld
230
uos_LDADD = ../support/libsupport.la
231
all: all-am
232
 
233
.SUFFIXES:
234
.SUFFIXES: .S .c .lo .o .obj
235
$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
236
        @for dep in $?; do \
237
          case '$(am__configure_deps)' in \
238
            *$$dep*) \
239
              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
240
                && { if test -f $@; then exit 0; else break; fi; }; \
241
              exit 1;; \
242
          esac; \
243
        done; \
244
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu uos/Makefile'; \
245
        $(am__cd) $(top_srcdir) && \
246
          $(AUTOMAKE) --gnu uos/Makefile
247
.PRECIOUS: Makefile
248
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
249
        @case '$?' in \
250
          *config.status*) \
251
            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
252
          *) \
253
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
254
            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
255
        esac;
256
 
257
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
258
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
259
 
260
$(top_srcdir)/configure:  $(am__configure_deps)
261
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
262
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
263
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
264
$(am__aclocal_m4_deps):
265
 
266
clean-checkPROGRAMS:
267
        @list='$(check_PROGRAMS)'; test -n "$$list" || exit 0; \
268
        echo " rm -f" $$list; \
269
        rm -f $$list || exit $$?; \
270
        test -n "$(EXEEXT)" || exit 0; \
271
        list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
272
        echo " rm -f" $$list; \
273
        rm -f $$list
274
uos$(EXEEXT): $(uos_OBJECTS) $(uos_DEPENDENCIES)
275
        @rm -f uos$(EXEEXT)
276
        $(uos_LINK) $(uos_OBJECTS) $(uos_LDADD) $(LIBS)
277
 
278
mostlyclean-compile:
279
        -rm -f *.$(OBJEXT)
280
 
281
distclean-compile:
282
        -rm -f *.tab.c
283
 
284
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/except-or32.Po@am__quote@
285
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/task.Po@am__quote@
286
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tick.Po@am__quote@
287
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/uos.Po@am__quote@
288
 
289
.S.o:
290
@am__fastdepCCAS_TRUE@  $(CPPASCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
291
@am__fastdepCCAS_TRUE@  $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
292
@AMDEP_TRUE@@am__fastdepCCAS_FALSE@     source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
293
@AMDEP_TRUE@@am__fastdepCCAS_FALSE@     DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@
294
@am__fastdepCCAS_FALSE@ $(CPPASCOMPILE) -c -o $@ $<
295
 
296
.S.obj:
297
@am__fastdepCCAS_TRUE@  $(CPPASCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
298
@am__fastdepCCAS_TRUE@  $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
299
@AMDEP_TRUE@@am__fastdepCCAS_FALSE@     source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
300
@AMDEP_TRUE@@am__fastdepCCAS_FALSE@     DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@
301
@am__fastdepCCAS_FALSE@ $(CPPASCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
302
 
303
.S.lo:
304
@am__fastdepCCAS_TRUE@  $(LTCPPASCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
305
@am__fastdepCCAS_TRUE@  $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
306
@AMDEP_TRUE@@am__fastdepCCAS_FALSE@     source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
307
@AMDEP_TRUE@@am__fastdepCCAS_FALSE@     DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@
308
@am__fastdepCCAS_FALSE@ $(LTCPPASCOMPILE) -c -o $@ $<
309
 
310
.c.o:
311
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
312
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
313
@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
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
319
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
320
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
321
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
322
@am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
323
 
324
.c.lo:
325
@am__fastdepCC_TRUE@    $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
326
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
327
@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.