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

Subversion Repositories or1k

[/] [or1k/] [trunk/] [rtems-20020807/] [c/] [src/] [librtems++/] [Makefile.in] - Blame information for rev 1765

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
CPLUS_LD_LIBS = @CPLUS_LD_LIBS@
74
CPP = @CPP@
75
CXX = @CXX@
76
CXXCPP = @CXXCPP@
77
DEPDIR = @DEPDIR@
78
ENDIF = @ENDIF@
79
GCCSED = @GCCSED@
80
GCC_SPECS = @GCC_SPECS@
81
HAS_CPLUSPLUS = @HAS_CPLUSPLUS@
82
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
83
MAINT = @MAINT@
84
MAKE = @MAKE@
85
PACKAGE = @PACKAGE@
86
PACKHEX = @PACKHEX@
87
PROJECT_INCLUDE = @PROJECT_INCLUDE@
88
PROJECT_RELEASE = @PROJECT_RELEASE@
89
PROJECT_ROOT = @PROJECT_ROOT@
90
PROJECT_TOPdir = @PROJECT_TOPdir@
91
RTEMS_BSP = @RTEMS_BSP@
92
RTEMS_BSP_SPECS = @RTEMS_BSP_SPECS@
93
RTEMS_CPU = @RTEMS_CPU@
94
RTEMS_HOST = @RTEMS_HOST@
95
RTEMS_ROOT = @RTEMS_ROOT@
96
RTEMS_TOPdir = @RTEMS_TOPdir@
97
STRIP = @STRIP@
98
VERSION = @VERSION@
99
am__include = @am__include@
100
am__quote = @am__quote@
101
bsplibdir = @bsplibdir@
102
install_sh = @install_sh@
103
 
104
ACLOCAL_AMFLAGS = -I ../../../aclocal
105
 
106
SUBDIRS = include src
107
 
108
PROJECT_TOOLS = $(PROJECT_RELEASE)/build-tools
109
subdir = .
110
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
111
mkinstalldirs = $(SHELL) $(top_srcdir)/../../../mkinstalldirs
112
CONFIG_CLEAN_FILES =
113
DIST_SOURCES =
114
 
115
RECURSIVE_TARGETS = info-recursive dvi-recursive install-info-recursive \
116
        uninstall-info-recursive all-recursive install-data-recursive \
117
        install-exec-recursive installdirs-recursive install-recursive \
118
        uninstall-recursive check-recursive installcheck-recursive
119
DIST_COMMON = README ../../../COPYING ../../../ChangeLog \
120
        ../../../INSTALL ../../../README ../../../acinclude.m4 \
121
        ../../../config.guess ../../../config.sub ../../../configure \
122
        ../../../configure.ac ../../../depcomp ../../../install-sh \
123
        ../../../missing ../../../mkinstalldirs ChangeLog Makefile.am \
124
        Makefile.in aclocal.m4 configure configure.ac
125
DIST_SUBDIRS = $(SUBDIRS)
126
all: all-recursive
127
 
128
.SUFFIXES:
129
 
130
am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log
131
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/../../../automake/subdirs.am $(top_srcdir)/../../../automake/local.am $(top_srcdir)/configure.ac $(ACLOCAL_M4)
132
        cd $(top_srcdir) && \
133
          $(AUTOMAKE) --foreign  Makefile
134
Makefile: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.in  $(top_builddir)/config.status
135
        cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)
136
 
137
$(top_builddir)/config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
138
        $(SHELL) ./config.status --recheck
139
$(srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(srcdir)/configure.ac $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
140
        cd $(srcdir) && $(AUTOCONF)
141
 
142
$(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
143
        cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
144
uninstall-info-am:
145
 
146
# This directory's subdirectories are mostly independent; you can cd
147
# into them and run `make' without going through this Makefile.
148
# To change the values of `make' variables: instead of editing Makefiles,
149
# (1) if the variable is set in `config.status', edit `config.status'
150
#     (which will cause the Makefiles to be regenerated when you run `make');
151
# (2) otherwise, pass the desired values on the `make' command line.
152
$(RECURSIVE_TARGETS):
153
        @set fnord $$MAKEFLAGS; amf=$$2; \
154
        dot_seen=no; \
155
        target=`echo $@ | sed s/-recursive//`; \
156
        list='$(SUBDIRS)'; for subdir in $$list; do \
157
          echo "Making $$target in $$subdir"; \
158
          if test "$$subdir" = "."; then \
159
            dot_seen=yes; \
160
            local_target="$$target-am"; \
161
          else \
162
            local_target="$$target"; \
163
          fi; \
164
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
165
           || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
166
        done; \
167
        if test "$$dot_seen" = "no"; then \
168
          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
169
        fi; test -z "$$fail"
170
 
171
mostlyclean-recursive clean-recursive distclean-recursive \
172
maintainer-clean-recursive:
173
        @set fnord $$MAKEFLAGS; amf=$$2; \
174
        dot_seen=no; \
175
        case "$@" in \
176
          distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
177
          *) list='$(SUBDIRS)' ;; \
178
        esac; \
179
        rev=''; for subdir in $$list; do \
180
          if test "$$subdir" = "."; then :; else \
181
            rev="$$subdir $$rev"; \
182
          fi; \
183
        done; \
184
        rev="$$rev ."; \
185
        target=`echo $@ | sed s/-recursive//`; \
186
        for subdir in $$rev; do \
187
          echo "Making $$target in $$subdir"; \
188
          if test "$$subdir" = "."; then \
189
            local_target="$$target-am"; \
190
          else \
191
            local_target="$$target"; \
192
          fi; \
193
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
194
           || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
195
        done && test -z "$$fail"
196
tags-recursive:
197
        list='$(SUBDIRS)'; for subdir in $$list; do \
198
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
199
        done
200
 
201
ETAGS = etags
202
ETAGSFLAGS =
203
 
204
tags: TAGS
205
 
206
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
207
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
208
        unique=`for i in $$list; do \
209
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
210
          done | \
211
          $(AWK) '    { files[$$0] = 1; } \
212
               END { for (i in files) print i; }'`; \
213
        mkid -fID $$unique
214
 
215
TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
216
                $(TAGS_FILES) $(LISP)
217
        tags=; \
218
        here=`pwd`; \
219
        list='$(SUBDIRS)'; for subdir in $$list; do \
220
          if test "$$subdir" = .; then :; else \
221
            test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
222
          fi; \
223
        done; \
224
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
225
        unique=`for i in $$list; do \
226
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
227
          done | \
228
          $(AWK) '    { files[$$0] = 1; } \
229
               END { for (i in files) print i; }'`; \
230
        test -z "$(ETAGS_ARGS)$$tags$$unique" \
231
          || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
232
             $$tags $$unique
233
 
234
GTAGS:
235
        here=`$(am__cd) $(top_builddir) && pwd` \
236
          && cd $(top_srcdir) \
237
          && gtags -i $(GTAGS_ARGS) $$here
238
 
239
distclean-tags:
240
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
241
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
242
 
243
top_distdir = .
244
distdir = $(PACKAGE)-$(VERSION)
245
 
246
am__remove_distdir = \
247
  { test ! -d $(distdir) \
248
    || { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \
249
         && rm -fr $(distdir); }; }
250
 
251
GZIP_ENV = --best
252
distcleancheck_listfiles = find . -type f -print
253
 
254
distdir: $(DISTFILES)
255
        $(am__remove_distdir)
256
        mkdir $(distdir)
257
        $(mkinstalldirs) $(distdir)/../../..
258
        @list='$(DISTFILES)'; for file in $$list; do \
259
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
260
          dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
261
          if test "$$dir" != "$$file" && test "$$dir" != "."; then \
262
            dir="/$$dir"; \
263
            $(mkinstalldirs) "$(distdir)$$dir"; \
264
          else \
265
            dir=''; \
266
          fi; \
267
          if test -d $$d/$$file; then \
268
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
269
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
270
            fi; \
271
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
272
          else \
273
            test -f $(distdir)/$$file \
274
            || cp -p $$d/$$file $(distdir)/$$file \
275
            || exit 1; \
276
          fi; \
277
        done
278
        list='$(SUBDIRS)'; for subdir in $$list; do \
279
          if test "$$subdir" = .; then :; else \
280
            test -d $(distdir)/$$subdir \
281
            || mkdir $(distdir)/$$subdir \
282
            || exit 1; \
283
            (cd $$subdir && \
284
              $(MAKE) $(AM_MAKEFLAGS) \
285
                top_distdir="$(top_distdir)" \
286
                distdir=../$(distdir)/$$subdir \
287
                distdir) \
288
              || exit 1; \
289
          fi; \
290
        done
291
        -find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
292
          ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
293
          ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
294
          ! -type d ! -perm -444 -exec $(SHELL) $(install_sh) -c -m a+r {} {} \; \
295
        || chmod -R a+r $(distdir)
296
dist-gzip: distdir
297
        $(AMTAR) chof - $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
298
        $(am__remove_distdir)
299
 
300
dist dist-all: distdir
301
        $(AMTAR) chof - $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
302
        $(am__remove_distdir)
303
 
304
# This target untars the dist file and tries a VPATH configuration.  Then
305
# it guarantees that the distribution is self-contained by making another
306
# tarfile.
307
distcheck: dist
308
        $(am__remove_distdir)
309
        GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(AMTAR) xf -
310
        chmod -R a-w $(distdir); chmod a+w $(distdir)
311
        mkdir $(distdir)/=build
312
        mkdir $(distdir)/=inst
313
        chmod a-w $(distdir)
314
        dc_install_base=`$(am__cd) $(distdir)/=inst && pwd` \
315
          && cd $(distdir)/=build \
316
          && ../configure --srcdir=.. --prefix=$$dc_install_base \
317
            $(DISTCHECK_CONFIGURE_FLAGS) \
318
          && $(MAKE) $(AM_MAKEFLAGS) \
319
          && $(MAKE) $(AM_MAKEFLAGS) dvi \
320
          && $(MAKE) $(AM_MAKEFLAGS) check \
321
          && $(MAKE) $(AM_MAKEFLAGS) install \
322
          && $(MAKE) $(AM_MAKEFLAGS) installcheck \
323
          && $(MAKE) $(AM_MAKEFLAGS) uninstall \
324
          && (test `find $$dc_install_base -type f -print | wc -l` -le 1 \
325
              || { echo "ERROR: files left after uninstall:" ; \
326
                   find $$dc_install_base -type f -print ; \
327
                   exit 1; } >&2 ) \
328
          && $(MAKE) $(AM_MAKEFLAGS) dist-gzip \
329
          && rm -f $(distdir).tar.gz \
330
          && $(MAKE) $(AM_MAKEFLAGS) distcleancheck
331
        $(am__remove_distdir)
332
        @echo "$(distdir).tar.gz is ready for distribution" | \
333
          sed 'h;s/./=/g;p;x;p;x'
334
distcleancheck: distclean
335
        if test '$(srcdir)' = . ; then \
336
          echo "ERROR: distcleancheck can only run from a VPATH build" ; \
337
          exit 1 ; \
338
        fi
339
        test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
340
          || { echo "ERROR: files left after distclean:" ; \
341
               $(distcleancheck_listfiles) ; \
342
               exit 1; } >&2
343
check-am: all-am
344
check: check-recursive
345
all-am: Makefile
346
installdirs: installdirs-recursive
347
installdirs-am:
348
 
349
install: install-recursive
350
install-exec: install-exec-recursive
351
install-data: install-data-recursive
352
uninstall: uninstall-recursive
353
 
354
install-am: all-am
355
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
356
 
357
installcheck: installcheck-recursive
358
install-strip:
359
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
360
          INSTALL_STRIP_FLAG=-s \
361
          `test -z '$(STRIP)' || \
362
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
363
mostlyclean-generic:
364
 
365
clean-generic:
366
 
367
distclean-generic:
368
        -rm -f Makefile $(CONFIG_CLEAN_FILES)
369
 
370
maintainer-clean-generic:
371
        @echo "This command is intended for maintainers to use"
372
        @echo "it deletes files that may require special tools to rebuild."
373
clean: clean-recursive
374
 
375
clean-am: clean-generic clean-local mostlyclean-am
376
 
377
distclean: distclean-recursive
378
        -rm -f $(am__CONFIG_DISTCLEAN_FILES)
379
distclean-am: clean-am distclean-generic distclean-local distclean-tags
380
 
381
dvi: dvi-recursive
382
 
383
dvi-am:
384
 
385
info: info-recursive
386
 
387
info-am:
388
 
389
install-data-am:
390
 
391
install-exec-am:
392
 
393
install-info: install-info-recursive
394
 
395
install-man:
396
 
397
installcheck-am:
398
 
399
maintainer-clean: maintainer-clean-recursive
400
        -rm -f $(am__CONFIG_DISTCLEAN_FILES)
401
        -rm -rf autom4te.cache
402
maintainer-clean-am: distclean-am maintainer-clean-generic
403
 
404
mostlyclean: mostlyclean-recursive
405
 
406
mostlyclean-am: mostlyclean-generic
407
 
408
uninstall-am: uninstall-info-am
409
 
410
uninstall-info: uninstall-info-recursive
411
 
412
.PHONY: $(RECURSIVE_TARGETS) GTAGS all all-am check check-am clean \
413
        clean-generic clean-local clean-recursive dist dist-all \
414
        dist-gzip distcheck distclean distclean-generic distclean-local \
415
        distclean-recursive distclean-tags distcleancheck distdir dvi \
416
        dvi-am dvi-recursive info info-am info-recursive install \
417
        install-am install-data install-data-am install-data-recursive \
418
        install-exec install-exec-am install-exec-recursive \
419
        install-info install-info-am install-info-recursive install-man \
420
        install-recursive install-strip installcheck installcheck-am \
421
        installdirs installdirs-am installdirs-recursive \
422
        maintainer-clean maintainer-clean-generic \
423
        maintainer-clean-recursive mostlyclean mostlyclean-generic \
424
        mostlyclean-recursive tags tags-recursive uninstall \
425
        uninstall-am uninstall-info-am uninstall-info-recursive \
426
        uninstall-recursive
427
 
428
 
429
depend-recursive \
430
preinstall-recursive:
431
        @set fnord $(MAKEFLAGS); amf=$$2; \
432
        dot_seen=no; \
433
        target=`echo $@ | sed s/-recursive//`; \
434
        list='$(SUBDIRS)'; for subdir in $$list; do \
435
          echo "Making $$target in $$subdir"; \
436
          if test "$$subdir" = "."; then \
437
            dot_seen=yes; \
438
            local_target="$$target-am"; \
439
          else \
440
            local_target="$$target"; \
441
          fi; \
442
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
443
           || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
444
        done; \
445
        if test "$$dot_seen" = "no"; then \
446
          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
447
        fi; test -z "$$fail"
448
 
449
preinstall: preinstall-recursive
450
.PHONY: preinstall-recursive
451
 
452
depend: depend-recursive
453
.PHONY: depend-recursive
454
 
455
debug:
456
        @echo
457
        @echo "\"make debug\" is obsolete, instead use:"
458
        @echo " make VARIANT=DEBUG"
459
        @echo
460
 
461
.PHONY: debug
462
 
463
profile:
464
        @echo
465
        @echo "\"make profile\" is obsolete, instead use:"
466
        @echo " make VARIANT=PROFILE"
467
        @echo
468
 
469
.PHONY: profile
470
 
471
preinstall-am: $(PREINSTALL_FILES)
472
preinstall: preinstall-am
473
.PHONY: preinstall preinstall-am
474
 
475
depend-am:
476
depend: depend-am
477
.PHONY: depend depend-am
478
 
479
${ARCH}:
480
        mkdir ${ARCH}
481
 
482
clean-local:
483
        $(RM) -r o-optimize o-debug o-profile $(CLEANDIRS)
484
        $(RM) Depends-o-optimize.tmp Depends-o-debug.tmp Depends-o-profile.tmp
485
 
486
distclean-local:
487
        $(RM) Depends-o-optimize Depends-o-debug Depends-o-profile
488
# Tell versions [3.59,3.63) of GNU make to not export all variables.
489
# Otherwise a system limit (for SysV at least) may be exceeded.
490
.NOEXPORT:

powered by: WebSVN 2.1.0

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