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

Subversion Repositories or1k

[/] [or1k/] [trunk/] [rtems-20020807/] [c/] [src/] [lib/] [libbsp/] [m68k/] [mvme162/] [tools/] [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
 
63
EXEEXT = @EXEEXT@
64
OBJEXT = @OBJEXT@
65
PATH_SEPARATOR = @PATH_SEPARATOR@
66
AMTAR = @AMTAR@
67
AWK = @AWK@
68
CC = @CC@
69
DEPDIR = @DEPDIR@
70
ENDIF = @ENDIF@
71
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
72
MAINT = @MAINT@
73
MAKE = @MAKE@
74
PACKAGE = @PACKAGE@
75
PACKHEX = @PACKHEX@
76
PROJECT_ROOT = @PROJECT_ROOT@
77
PROJECT_TOPdir = @PROJECT_TOPdir@
78
RTEMS_CPU = @RTEMS_CPU@
79
RTEMS_TOPdir = @RTEMS_TOPdir@
80
STRIP = @STRIP@
81
VERSION = @VERSION@
82
am__include = @am__include@
83
am__quote = @am__quote@
84
install_sh = @install_sh@
85
project_bindir = @project_bindir@
86
project_includedir = @project_includedir@
87
project_libdir = @project_libdir@
88
rtems_bspdir = @rtems_bspdir@
89
rtems_makedir = @rtems_makedir@
90
tooldir = @tooldir@
91
 
92
ACLOCAL_AMFLAGS = -I ../../../../../../../aclocal
93
 
94
sload_SOURCES = sload.c
95
 
96
@SLOAD_BUILDABLE_TRUE@noinst_PROGRAMS = sload
97
subdir = .
98
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
99
mkinstalldirs = $(SHELL) \
100
        $(top_srcdir)/../../../../../../../mkinstalldirs
101
CONFIG_CLEAN_FILES =
102
@SLOAD_BUILDABLE_TRUE@noinst_PROGRAMS = sload$(EXEEXT)
103
@SLOAD_BUILDABLE_FALSE@noinst_PROGRAMS =
104
PROGRAMS = $(noinst_PROGRAMS)
105
 
106
am_sload_OBJECTS = sload.$(OBJEXT)
107
sload_OBJECTS = $(am_sload_OBJECTS)
108
sload_LDADD = $(LDADD)
109
sload_DEPENDENCIES =
110
sload_LDFLAGS =
111
 
112
DEFS = @DEFS@
113
DEFAULT_INCLUDES =  -I. -I$(srcdir)
114
CPPFLAGS = @CPPFLAGS@
115
LDFLAGS = @LDFLAGS@
116
LIBS = @LIBS@
117
depcomp = $(SHELL) $(top_srcdir)/../../../../../../../depcomp
118
am__depfiles_maybe = depfiles
119
@AMDEP_TRUE@DEP_FILES = ./$(DEPDIR)/sload.Po
120
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
121
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
122
CCLD = $(CC)
123
LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
124
CFLAGS = @CFLAGS@
125
DIST_SOURCES = $(sload_SOURCES)
126
DIST_COMMON = ../../../../../../../COPYING \
127
        ../../../../../../../ChangeLog ../../../../../../../INSTALL \
128
        ../../../../../../../README ../../../../../../../acinclude.m4 \
129
        ../../../../../../../config.guess \
130
        ../../../../../../../config.sub ../../../../../../../configure \
131
        ../../../../../../../configure.ac ../../../../../../../depcomp \
132
        ../../../../../../../install-sh ../../../../../../../missing \
133
        ../../../../../../../mkinstalldirs ChangeLog Makefile.am \
134
        Makefile.in aclocal.m4 configure configure.ac
135
SOURCES = $(sload_SOURCES)
136
 
137
all: all-am
138
 
139
.SUFFIXES:
140
.SUFFIXES: .c .o .obj
141
 
142
am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log
143
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/../../../../../../../automake/host.am $(top_srcdir)/configure.ac $(ACLOCAL_M4)
144
        cd $(top_srcdir) && \
145
          $(AUTOMAKE) --foreign  Makefile
146
Makefile: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.in  $(top_builddir)/config.status
147
        cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)
148
 
149
$(top_builddir)/config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
150
        $(SHELL) ./config.status --recheck
151
$(srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(srcdir)/configure.ac $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
152
        cd $(srcdir) && $(AUTOCONF)
153
 
154
$(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
155
        cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
156
 
157
clean-noinstPROGRAMS:
158
        -test -z "$(noinst_PROGRAMS)" || rm -f $(noinst_PROGRAMS)
159
sload$(EXEEXT): $(sload_OBJECTS) $(sload_DEPENDENCIES)
160
        @rm -f sload$(EXEEXT)
161
        $(LINK) $(sload_LDFLAGS) $(sload_OBJECTS) $(sload_LDADD) $(LIBS)
162
 
163
mostlyclean-compile:
164
        -rm -f *.$(OBJEXT) core *.core
165
 
166
distclean-compile:
167
        -rm -f *.tab.c
168
 
169
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sload.Po@am__quote@
170
 
171
distclean-depend:
172
        -rm -rf ./$(DEPDIR)
173
 
174
.c.o:
175
@AMDEP_TRUE@    source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
176
@AMDEP_TRUE@    depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
177
@AMDEP_TRUE@    $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
178
        $(COMPILE) -c `test -f '$<' || echo '$(srcdir)/'`$<
179
 
180
.c.obj:
181
@AMDEP_TRUE@    source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
182
@AMDEP_TRUE@    depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
183
@AMDEP_TRUE@    $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
184
        $(COMPILE) -c `cygpath -w $<`
185
CCDEPMODE = @CCDEPMODE@
186
uninstall-info-am:
187
 
188
ETAGS = etags
189
ETAGSFLAGS =
190
 
191
tags: TAGS
192
 
193
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
194
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
195
        unique=`for i in $$list; do \
196
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
197
          done | \
198
          $(AWK) '    { files[$$0] = 1; } \
199
               END { for (i in files) print i; }'`; \
200
        mkid -fID $$unique
201
 
202
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
203
                $(TAGS_FILES) $(LISP)
204
        tags=; \
205
        here=`pwd`; \
206
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
207
        unique=`for i in $$list; do \
208
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
209
          done | \
210
          $(AWK) '    { files[$$0] = 1; } \
211
               END { for (i in files) print i; }'`; \
212
        test -z "$(ETAGS_ARGS)$$tags$$unique" \
213
          || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
214
             $$tags $$unique
215
 
216
GTAGS:
217
        here=`$(am__cd) $(top_builddir) && pwd` \
218
          && cd $(top_srcdir) \
219
          && gtags -i $(GTAGS_ARGS) $$here
220
 
221
distclean-tags:
222
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
223
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
224
 
225
top_distdir = .
226
distdir = $(PACKAGE)-$(VERSION)
227
 
228
am__remove_distdir = \
229
  { test ! -d $(distdir) \
230
    || { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \
231
         && rm -fr $(distdir); }; }
232
 
233
GZIP_ENV = --best
234
distcleancheck_listfiles = find . -type f -print
235
 
236
distdir: $(DISTFILES)
237
        $(am__remove_distdir)
238
        mkdir $(distdir)
239
        $(mkinstalldirs) $(distdir)/../../../../../../..
240
        @list='$(DISTFILES)'; for file in $$list; do \
241
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
242
          dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
243
          if test "$$dir" != "$$file" && test "$$dir" != "."; then \
244
            dir="/$$dir"; \
245
            $(mkinstalldirs) "$(distdir)$$dir"; \
246
          else \
247
            dir=''; \
248
          fi; \
249
          if test -d $$d/$$file; then \
250
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
251
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
252
            fi; \
253
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
254
          else \
255
            test -f $(distdir)/$$file \
256
            || cp -p $$d/$$file $(distdir)/$$file \
257
            || exit 1; \
258
          fi; \
259
        done
260
        -find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
261
          ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
262
          ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
263
          ! -type d ! -perm -444 -exec $(SHELL) $(install_sh) -c -m a+r {} {} \; \
264
        || chmod -R a+r $(distdir)
265
dist-gzip: distdir
266
        $(AMTAR) chof - $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
267
        $(am__remove_distdir)
268
 
269
dist dist-all: distdir
270
        $(AMTAR) chof - $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
271
        $(am__remove_distdir)
272
 
273
# This target untars the dist file and tries a VPATH configuration.  Then
274
# it guarantees that the distribution is self-contained by making another
275
# tarfile.
276
distcheck: dist
277
        $(am__remove_distdir)
278
        GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(AMTAR) xf -
279
        chmod -R a-w $(distdir); chmod a+w $(distdir)
280
        mkdir $(distdir)/=build
281
        mkdir $(distdir)/=inst
282
        chmod a-w $(distdir)
283
        dc_install_base=`$(am__cd) $(distdir)/=inst && pwd` \
284
          && cd $(distdir)/=build \
285
          && ../configure --srcdir=.. --prefix=$$dc_install_base \
286
            $(DISTCHECK_CONFIGURE_FLAGS) \
287
          && $(MAKE) $(AM_MAKEFLAGS) \
288
          && $(MAKE) $(AM_MAKEFLAGS) dvi \
289
          && $(MAKE) $(AM_MAKEFLAGS) check \
290
          && $(MAKE) $(AM_MAKEFLAGS) install \
291
          && $(MAKE) $(AM_MAKEFLAGS) installcheck \
292
          && $(MAKE) $(AM_MAKEFLAGS) uninstall \
293
          && (test `find $$dc_install_base -type f -print | wc -l` -le 1 \
294
              || { echo "ERROR: files left after uninstall:" ; \
295
                   find $$dc_install_base -type f -print ; \
296
                   exit 1; } >&2 ) \
297
          && $(MAKE) $(AM_MAKEFLAGS) dist-gzip \
298
          && rm -f $(distdir).tar.gz \
299
          && $(MAKE) $(AM_MAKEFLAGS) distcleancheck
300
        $(am__remove_distdir)
301
        @echo "$(distdir).tar.gz is ready for distribution" | \
302
          sed 'h;s/./=/g;p;x;p;x'
303
distcleancheck: distclean
304
        if test '$(srcdir)' = . ; then \
305
          echo "ERROR: distcleancheck can only run from a VPATH build" ; \
306
          exit 1 ; \
307
        fi
308
        test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
309
          || { echo "ERROR: files left after distclean:" ; \
310
               $(distcleancheck_listfiles) ; \
311
               exit 1; } >&2
312
check-am: all-am
313
check: check-am
314
all-am: Makefile $(PROGRAMS)
315
 
316
installdirs:
317
 
318
install: install-am
319
install-exec: install-exec-am
320
install-data: install-data-am
321
uninstall: uninstall-am
322
 
323
install-am: all-am
324
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
325
 
326
installcheck: installcheck-am
327
install-strip:
328
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
329
          INSTALL_STRIP_FLAG=-s \
330
          `test -z '$(STRIP)' || \
331
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
332
mostlyclean-generic:
333
 
334
clean-generic:
335
 
336
distclean-generic:
337
        -rm -f Makefile $(CONFIG_CLEAN_FILES)
338
 
339
maintainer-clean-generic:
340
        @echo "This command is intended for maintainers to use"
341
        @echo "it deletes files that may require special tools to rebuild."
342
clean: clean-am
343
 
344
clean-am: clean-generic clean-noinstPROGRAMS mostlyclean-am
345
 
346
distclean: distclean-am
347
        -rm -f $(am__CONFIG_DISTCLEAN_FILES)
348
distclean-am: clean-am distclean-compile distclean-depend \
349
        distclean-generic distclean-tags
350
 
351
dvi: dvi-am
352
 
353
dvi-am:
354
 
355
info: info-am
356
 
357
info-am:
358
 
359
install-data-am:
360
 
361
install-exec-am: install-exec-local
362
 
363
install-info: install-info-am
364
 
365
install-man:
366
 
367
installcheck-am:
368
 
369
maintainer-clean: maintainer-clean-am
370
        -rm -f $(am__CONFIG_DISTCLEAN_FILES)
371
        -rm -rf autom4te.cache
372
maintainer-clean-am: distclean-am maintainer-clean-generic
373
 
374
mostlyclean: mostlyclean-am
375
 
376
mostlyclean-am: mostlyclean-compile mostlyclean-generic
377
 
378
uninstall-am: uninstall-info-am
379
 
380
.PHONY: GTAGS all all-am check check-am clean clean-generic \
381
        clean-noinstPROGRAMS dist dist-all dist-gzip distcheck \
382
        distclean distclean-compile distclean-depend distclean-generic \
383
        distclean-tags distcleancheck distdir dvi dvi-am info info-am \
384
        install install-am install-data install-data-am install-exec \
385
        install-exec-am install-exec-local install-info install-info-am \
386
        install-man install-strip installcheck installcheck-am \
387
        installdirs maintainer-clean maintainer-clean-generic \
388
        mostlyclean mostlyclean-compile mostlyclean-generic tags \
389
        uninstall uninstall-am uninstall-info-am
390
 
391
 
392
@SLOAD_BUILDABLE_TRUE@install-exec-local: $(PROGRAMS)
393
@SLOAD_BUILDABLE_TRUE@  $(mkinstalldirs) $(PROJECT_ROOT)/mvme162/bin
394
@SLOAD_BUILDABLE_TRUE@  $(INSTALL_PROGRAM) $(PROGRAMS) $(PROJECT_ROOT)/mvme162/bin
395
 
396
debug:
397
        @echo
398
        @echo "\"make debug\" is obsolete, instead use:"
399
        @echo " make VARIANT=DEBUG"
400
        @echo
401
 
402
.PHONY: debug
403
 
404
profile:
405
        @echo
406
        @echo "\"make profile\" is obsolete, instead use:"
407
        @echo " make VARIANT=PROFILE"
408
        @echo
409
 
410
preinstall-am: $(PREINSTALL_FILES)
411
preinstall: preinstall-am
412
.PHONY: preinstall preinstall-am
413
 
414
depend-am:
415
depend: depend-am
416
.PHONY: depend depend-am
417
# Tell versions [3.59,3.63) of GNU make to not export all variables.
418
# Otherwise a system limit (for SysV at least) may be exceeded.
419
.NOEXPORT:

powered by: WebSVN 2.1.0

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