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

Subversion Repositories or1k

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

powered by: WebSVN 2.1.0

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