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 234

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

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

powered by: WebSVN 2.1.0

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