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

Subversion Repositories or1k

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

powered by: WebSVN 2.1.0

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