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

Subversion Repositories or1k

[/] [or1k/] [trunk/] [rtems-20020807/] [c/] [src/] [libchip/] [Makefile.in] - Blame information for rev 1026

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

Line No. Rev Author Line
1 1026 ivang
# Makefile.in generated by automake 1.6.2 from Makefile.am.
2
# @configure_input@
3
 
4
# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
5
# Free Software Foundation, Inc.
6
# This Makefile.in is free software; the Free Software Foundation
7
# gives unlimited permission to copy and/or distribute it,
8
# with or without modifications, as long as this notice is preserved.
9
 
10
# This program is distributed in the hope that it will be useful,
11
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
12
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
13
# PARTICULAR PURPOSE.
14
 
15
@SET_MAKE@
16
SHELL = @SHELL@
17
 
18
srcdir = @srcdir@
19
top_srcdir = @top_srcdir@
20
VPATH = @srcdir@
21
prefix = @prefix@
22
exec_prefix = @exec_prefix@
23
 
24
bindir = @bindir@
25
sbindir = @sbindir@
26
libexecdir = @libexecdir@
27
datadir = @datadir@
28
sysconfdir = @sysconfdir@
29
sharedstatedir = @sharedstatedir@
30
localstatedir = @localstatedir@
31
libdir = @libdir@
32
infodir = @infodir@
33
mandir = @mandir@
34
includedir = @includedir@
35
oldincludedir = /usr/include
36
pkgdatadir = $(datadir)/@PACKAGE@
37
pkglibdir = $(libdir)/@PACKAGE@
38
pkgincludedir = $(includedir)/@PACKAGE@
39
top_builddir = .
40
 
41
ACLOCAL = @ACLOCAL@
42
AUTOCONF = @AUTOCONF@
43
AUTOMAKE = @AUTOMAKE@
44
AUTOHEADER = @AUTOHEADER@
45
 
46
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
47
INSTALL = @INSTALL@
48
INSTALL_PROGRAM = @INSTALL_PROGRAM@
49
INSTALL_DATA = @INSTALL_DATA@
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_SCRIPT = @INSTALL_SCRIPT@
54
INSTALL_HEADER = $(INSTALL_DATA)
55
transform = @program_transform_name@
56
NORMAL_INSTALL = :
57
PRE_INSTALL = :
58
POST_INSTALL = :
59
NORMAL_UNINSTALL = :
60
PRE_UNINSTALL = :
61
POST_UNINSTALL = :
62
host_alias = @host_alias@
63
host_triplet = @host@
64
 
65
EXEEXT = @EXEEXT@
66
OBJEXT = @OBJEXT@
67
PATH_SEPARATOR = @PATH_SEPARATOR@
68
AMTAR = @AMTAR@
69
AWK = @AWK@
70
BARE_CPU_CFLAGS = @BARE_CPU_CFLAGS@
71
BARE_CPU_MODEL = @BARE_CPU_MODEL@
72
CC = @CC@
73
CPP = @CPP@
74
DEPDIR = @DEPDIR@
75
ENDIF = @ENDIF@
76
GCCSED = @GCCSED@
77
GCC_SPECS = @GCC_SPECS@
78
HAS_NETWORKING = @HAS_NETWORKING@
79
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
80
MAINT = @MAINT@
81
MAKE = @MAKE@
82
PACKAGE = @PACKAGE@
83
PACKHEX = @PACKHEX@
84
PROJECT_INCLUDE = @PROJECT_INCLUDE@
85
PROJECT_RELEASE = @PROJECT_RELEASE@
86
PROJECT_ROOT = @PROJECT_ROOT@
87
PROJECT_TOPdir = @PROJECT_TOPdir@
88
RTEMS_BSP = @RTEMS_BSP@
89
RTEMS_BSP_SPECS = @RTEMS_BSP_SPECS@
90
RTEMS_CPU = @RTEMS_CPU@
91
RTEMS_HAS_NETWORKING = @RTEMS_HAS_NETWORKING@
92
RTEMS_HOST = @RTEMS_HOST@
93
RTEMS_ROOT = @RTEMS_ROOT@
94
RTEMS_TOPdir = @RTEMS_TOPdir@
95
STRIP = @STRIP@
96
VERSION = @VERSION@
97
am__include = @am__include@
98
am__quote = @am__quote@
99
bsplibdir = @bsplibdir@
100
install_sh = @install_sh@
101
 
102
ACLOCAL_AMFLAGS = -I ../../../aclocal
103
 
104
SUBDIRS = rtc serial network
105
 
106
PROJECT_TOOLS = $(PROJECT_RELEASE)/build-tools
107
subdir = .
108
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
109
mkinstalldirs = $(SHELL) $(top_srcdir)/../../../mkinstalldirs
110
CONFIG_CLEAN_FILES =
111
DIST_SOURCES =
112
 
113
RECURSIVE_TARGETS = info-recursive dvi-recursive install-info-recursive \
114
        uninstall-info-recursive all-recursive install-data-recursive \
115
        install-exec-recursive installdirs-recursive install-recursive \
116
        uninstall-recursive check-recursive installcheck-recursive
117
DIST_COMMON = ../../../COPYING ../../../ChangeLog ../../../INSTALL \
118
        ../../../README ../../../acinclude.m4 ../../../config.guess \
119
        ../../../config.sub ../../../configure ../../../configure.ac \
120
        ../../../depcomp ../../../install-sh ../../../missing \
121
        ../../../mkinstalldirs ChangeLog Makefile.am Makefile.in \
122
        aclocal.m4 configure configure.ac
123
DIST_SUBDIRS = $(SUBDIRS)
124
all: all-recursive
125
 
126
.SUFFIXES:
127
 
128
am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log
129
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/../../../automake/subdirs.am $(top_srcdir)/../../../automake/local.am $(top_srcdir)/configure.ac $(ACLOCAL_M4)
130
        cd $(top_srcdir) && \
131
          $(AUTOMAKE) --foreign  Makefile
132
Makefile: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.in  $(top_builddir)/config.status
133
        cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)
134
 
135
$(top_builddir)/config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
136
        $(SHELL) ./config.status --recheck
137
$(srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(srcdir)/configure.ac $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
138
        cd $(srcdir) && $(AUTOCONF)
139
 
140
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ configure.ac ../../../aclocal/bsp-alias.m4 ../../../aclocal/bsp-arg-enable.m4 ../../../aclocal/bsp-configure.m4 ../../../aclocal/bspopts.m4 ../../../aclocal/canonical-host.m4 ../../../aclocal/canonical-target-name.m4 ../../../aclocal/canonicalize-tools.m4 ../../../aclocal/check-bsp-cache.m4 ../../../aclocal/check-bsps.m4 ../../../aclocal/check-cpu.m4 ../../../aclocal/check-cxx.m4 ../../../aclocal/check-itron.m4 ../../../aclocal/check-multiprocessing.m4 ../../../aclocal/check-networking.m4 ../../../aclocal/check-newlib.m4 ../../../aclocal/check-posix.m4 ../../../aclocal/check-rdbg.m4 ../../../aclocal/check-tool.m4 ../../../aclocal/config-subdirs.m4 ../../../aclocal/enable-bare.m4 ../../../aclocal/enable-cxx.m4 ../../../aclocal/enable-inlines.m4 ../../../aclocal/enable-itron.m4 ../../../aclocal/enable-multiprocessing.m4 ../../../aclocal/enable-networking.m4 ../../../aclocal/enable-posix.m4 ../../../aclocal/enable-rdbg.m4 ../../../aclocal/enable-rtemsbsp.m4 ../../../aclocal/enable-tests.m4 ../../../aclocal/env-rtemsbsp.m4 ../../../aclocal/gcc-pipe.m4 ../../../aclocal/gcc-specs.m4 ../../../aclocal/i386-gas-code16.m4 ../../../aclocal/multilib.m4 ../../../aclocal/path-ksh.m4 ../../../aclocal/path-perl.m4 ../../../aclocal/ppc.m4 ../../../aclocal/prog-cc.m4 ../../../aclocal/prog-cxx.m4 ../../../aclocal/project-root.m4 ../../../aclocal/rtems-cpu-subdirs.m4 ../../../aclocal/rtems-debug.m4 ../../../aclocal/rtems-test-no-pause.m4 ../../../aclocal/rtems-top.m4 ../../../aclocal/sysv-ipc.m4 ../../../aclocal/target.m4 ../../../aclocal/tool-paths.m4 ../../../aclocal/version.m4
141
        cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
142
uninstall-info-am:
143
 
144
# This directory's subdirectories are mostly independent; you can cd
145
# into them and run `make' without going through this Makefile.
146
# To change the values of `make' variables: instead of editing Makefiles,
147
# (1) if the variable is set in `config.status', edit `config.status'
148
#     (which will cause the Makefiles to be regenerated when you run `make');
149
# (2) otherwise, pass the desired values on the `make' command line.
150
$(RECURSIVE_TARGETS):
151
        @set fnord $$MAKEFLAGS; amf=$$2; \
152
        dot_seen=no; \
153
        target=`echo $@ | sed s/-recursive//`; \
154
        list='$(SUBDIRS)'; for subdir in $$list; do \
155
          echo "Making $$target in $$subdir"; \
156
          if test "$$subdir" = "."; then \
157
            dot_seen=yes; \
158
            local_target="$$target-am"; \
159
          else \
160
            local_target="$$target"; \
161
          fi; \
162
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
163
           || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
164
        done; \
165
        if test "$$dot_seen" = "no"; then \
166
          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
167
        fi; test -z "$$fail"
168
 
169
mostlyclean-recursive clean-recursive distclean-recursive \
170
maintainer-clean-recursive:
171
        @set fnord $$MAKEFLAGS; amf=$$2; \
172
        dot_seen=no; \
173
        case "$@" in \
174
          distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
175
          *) list='$(SUBDIRS)' ;; \
176
        esac; \
177
        rev=''; for subdir in $$list; do \
178
          if test "$$subdir" = "."; then :; else \
179
            rev="$$subdir $$rev"; \
180
          fi; \
181
        done; \
182
        rev="$$rev ."; \
183
        target=`echo $@ | sed s/-recursive//`; \
184
        for subdir in $$rev; do \
185
          echo "Making $$target in $$subdir"; \
186
          if test "$$subdir" = "."; then \
187
            local_target="$$target-am"; \
188
          else \
189
            local_target="$$target"; \
190
          fi; \
191
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
192
           || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
193
        done && test -z "$$fail"
194
tags-recursive:
195
        list='$(SUBDIRS)'; for subdir in $$list; do \
196
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
197
        done
198
 
199
ETAGS = etags
200
ETAGSFLAGS =
201
 
202
tags: TAGS
203
 
204
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
205
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
206
        unique=`for i in $$list; do \
207
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
208
          done | \
209
          $(AWK) '    { files[$$0] = 1; } \
210
               END { for (i in files) print i; }'`; \
211
        mkid -fID $$unique
212
 
213
TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
214
                $(TAGS_FILES) $(LISP)
215
        tags=; \
216
        here=`pwd`; \
217
        list='$(SUBDIRS)'; for subdir in $$list; do \
218
          if test "$$subdir" = .; then :; else \
219
            test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
220
          fi; \
221
        done; \
222
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
223
        unique=`for i in $$list; do \
224
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
225
          done | \
226
          $(AWK) '    { files[$$0] = 1; } \
227
               END { for (i in files) print i; }'`; \
228
        test -z "$(ETAGS_ARGS)$$tags$$unique" \
229
          || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
230
             $$tags $$unique
231
 
232
GTAGS:
233
        here=`$(am__cd) $(top_builddir) && pwd` \
234
          && cd $(top_srcdir) \
235
          && gtags -i $(GTAGS_ARGS) $$here
236
 
237
distclean-tags:
238
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
239
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
240
 
241
top_distdir = .
242
distdir = $(PACKAGE)-$(VERSION)
243
 
244
am__remove_distdir = \
245
  { test ! -d $(distdir) \
246
    || { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \
247
         && rm -fr $(distdir); }; }
248
 
249
GZIP_ENV = --best
250
distcleancheck_listfiles = find . -type f -print
251
 
252
distdir: $(DISTFILES)
253
        $(am__remove_distdir)
254
        mkdir $(distdir)
255
        $(mkinstalldirs) $(distdir)/../../..
256
        @list='$(DISTFILES)'; for file in $$list; do \
257
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
258
          dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
259
          if test "$$dir" != "$$file" && test "$$dir" != "."; then \
260
            dir="/$$dir"; \
261
            $(mkinstalldirs) "$(distdir)$$dir"; \
262
          else \
263
            dir=''; \
264
          fi; \
265
          if test -d $$d/$$file; then \
266
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
267
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
268
            fi; \
269
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
270
          else \
271
            test -f $(distdir)/$$file \
272
            || cp -p $$d/$$file $(distdir)/$$file \
273
            || exit 1; \
274
          fi; \
275
        done
276
        list='$(SUBDIRS)'; for subdir in $$list; do \
277
          if test "$$subdir" = .; then :; else \
278
            test -d $(distdir)/$$subdir \
279
            || mkdir $(distdir)/$$subdir \
280
            || exit 1; \
281
            (cd $$subdir && \
282
              $(MAKE) $(AM_MAKEFLAGS) \
283
                top_distdir="$(top_distdir)" \
284
                distdir=../$(distdir)/$$subdir \
285
                distdir) \
286
              || exit 1; \
287
          fi; \
288
        done
289
        -find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
290
          ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
291
          ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
292
          ! -type d ! -perm -444 -exec $(SHELL) $(install_sh) -c -m a+r {} {} \; \
293
        || chmod -R a+r $(distdir)
294
dist-gzip: distdir
295
        $(AMTAR) chof - $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
296
        $(am__remove_distdir)
297
 
298
dist dist-all: distdir
299
        $(AMTAR) chof - $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
300
        $(am__remove_distdir)
301
 
302
# This target untars the dist file and tries a VPATH configuration.  Then
303
# it guarantees that the distribution is self-contained by making another
304
# tarfile.
305
distcheck: dist
306
        $(am__remove_distdir)
307
        GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(AMTAR) xf -
308
        chmod -R a-w $(distdir); chmod a+w $(distdir)
309
        mkdir $(distdir)/=build
310
        mkdir $(distdir)/=inst
311
        chmod a-w $(distdir)
312
        dc_install_base=`$(am__cd) $(distdir)/=inst && pwd` \
313
          && cd $(distdir)/=build \
314
          && ../configure --srcdir=.. --prefix=$$dc_install_base \
315
            $(DISTCHECK_CONFIGURE_FLAGS) \
316
          && $(MAKE) $(AM_MAKEFLAGS) \
317
          && $(MAKE) $(AM_MAKEFLAGS) dvi \
318
          && $(MAKE) $(AM_MAKEFLAGS) check \
319
          && $(MAKE) $(AM_MAKEFLAGS) install \
320
          && $(MAKE) $(AM_MAKEFLAGS) installcheck \
321
          && $(MAKE) $(AM_MAKEFLAGS) uninstall \
322
          && (test `find $$dc_install_base -type f -print | wc -l` -le 1 \
323
              || { echo "ERROR: files left after uninstall:" ; \
324
                   find $$dc_install_base -type f -print ; \
325
                   exit 1; } >&2 ) \
326
          && $(MAKE) $(AM_MAKEFLAGS) dist-gzip \
327
          && rm -f $(distdir).tar.gz \
328
          && $(MAKE) $(AM_MAKEFLAGS) distcleancheck
329
        $(am__remove_distdir)
330
        @echo "$(distdir).tar.gz is ready for distribution" | \
331
          sed 'h;s/./=/g;p;x;p;x'
332
distcleancheck: distclean
333
        if test '$(srcdir)' = . ; then \
334
          echo "ERROR: distcleancheck can only run from a VPATH build" ; \
335
          exit 1 ; \
336
        fi
337
        test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
338
          || { echo "ERROR: files left after distclean:" ; \
339
               $(distcleancheck_listfiles) ; \
340
               exit 1; } >&2
341
check-am: all-am
342
check: check-recursive
343
all-am: Makefile
344
installdirs: installdirs-recursive
345
installdirs-am:
346
 
347
install: install-recursive
348
install-exec: install-exec-recursive
349
install-data: install-data-recursive
350
uninstall: uninstall-recursive
351
 
352
install-am: all-am
353
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
354
 
355
installcheck: installcheck-recursive
356
install-strip:
357
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
358
          INSTALL_STRIP_FLAG=-s \
359
          `test -z '$(STRIP)' || \
360
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
361
mostlyclean-generic:
362
 
363
clean-generic:
364
 
365
distclean-generic:
366
        -rm -f Makefile $(CONFIG_CLEAN_FILES)
367
 
368
maintainer-clean-generic:
369
        @echo "This command is intended for maintainers to use"
370
        @echo "it deletes files that may require special tools to rebuild."
371
clean: clean-recursive
372
 
373
clean-am: clean-generic clean-local mostlyclean-am
374
 
375
distclean: distclean-recursive
376
        -rm -f $(am__CONFIG_DISTCLEAN_FILES)
377
distclean-am: clean-am distclean-generic distclean-local distclean-tags
378
 
379
dvi: dvi-recursive
380
 
381
dvi-am:
382
 
383
info: info-recursive
384
 
385
info-am:
386
 
387
install-data-am:
388
 
389
install-exec-am:
390
 
391
install-info: install-info-recursive
392
 
393
install-man:
394
 
395
installcheck-am:
396
 
397
maintainer-clean: maintainer-clean-recursive
398
        -rm -f $(am__CONFIG_DISTCLEAN_FILES)
399
        -rm -rf autom4te.cache
400
maintainer-clean-am: distclean-am maintainer-clean-generic
401
 
402
mostlyclean: mostlyclean-recursive
403
 
404
mostlyclean-am: mostlyclean-generic
405
 
406
uninstall-am: uninstall-info-am
407
 
408
uninstall-info: uninstall-info-recursive
409
 
410
.PHONY: $(RECURSIVE_TARGETS) GTAGS all all-am check check-am clean \
411
        clean-generic clean-local clean-recursive dist dist-all \
412
        dist-gzip distcheck distclean distclean-generic distclean-local \
413
        distclean-recursive distclean-tags distcleancheck distdir dvi \
414
        dvi-am dvi-recursive info info-am info-recursive install \
415
        install-am install-data install-data-am install-data-recursive \
416
        install-exec install-exec-am install-exec-recursive \
417
        install-info install-info-am install-info-recursive install-man \
418
        install-recursive install-strip installcheck installcheck-am \
419
        installdirs installdirs-am installdirs-recursive \
420
        maintainer-clean maintainer-clean-generic \
421
        maintainer-clean-recursive mostlyclean mostlyclean-generic \
422
        mostlyclean-recursive tags tags-recursive uninstall \
423
        uninstall-am uninstall-info-am uninstall-info-recursive \
424
        uninstall-recursive
425
 
426
 
427
depend-recursive \
428
preinstall-recursive:
429
        @set fnord $(MAKEFLAGS); amf=$$2; \
430
        dot_seen=no; \
431
        target=`echo $@ | sed s/-recursive//`; \
432
        list='$(SUBDIRS)'; for subdir in $$list; do \
433
          echo "Making $$target in $$subdir"; \
434
          if test "$$subdir" = "."; then \
435
            dot_seen=yes; \
436
            local_target="$$target-am"; \
437
          else \
438
            local_target="$$target"; \
439
          fi; \
440
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
441
           || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
442
        done; \
443
        if test "$$dot_seen" = "no"; then \
444
          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
445
        fi; test -z "$$fail"
446
 
447
preinstall: preinstall-recursive
448
.PHONY: preinstall-recursive
449
 
450
depend: depend-recursive
451
.PHONY: depend-recursive
452
 
453
debug:
454
        @echo
455
        @echo "\"make debug\" is obsolete, instead use:"
456
        @echo " make VARIANT=DEBUG"
457
        @echo
458
 
459
.PHONY: debug
460
 
461
profile:
462
        @echo
463
        @echo "\"make profile\" is obsolete, instead use:"
464
        @echo " make VARIANT=PROFILE"
465
        @echo
466
 
467
.PHONY: profile
468
 
469
preinstall-am: $(PREINSTALL_FILES)
470
preinstall: preinstall-am
471
.PHONY: preinstall preinstall-am
472
 
473
depend-am:
474
depend: depend-am
475
.PHONY: depend depend-am
476
 
477
${ARCH}:
478
        mkdir ${ARCH}
479
 
480
clean-local:
481
        $(RM) -r o-optimize o-debug o-profile $(CLEANDIRS)
482
        $(RM) Depends-o-optimize.tmp Depends-o-debug.tmp Depends-o-profile.tmp
483
 
484
distclean-local:
485
        $(RM) Depends-o-optimize Depends-o-debug Depends-o-profile
486
# Tell versions [3.59,3.63) of GNU make to not export all variables.
487
# Otherwise a system limit (for SysV at least) may be exceeded.
488
.NOEXPORT:

powered by: WebSVN 2.1.0

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