source: rtems/c/src/librdbg/src/powerpc/Makefile.in @ 45269dc

4.104.114.84.95
Last change on this file since 45269dc was 45269dc, checked in by Joel Sherrill <joel.sherrill@…>, on 10/11/99 at 15:34:26

Patch from Ralf Corsepius <corsepiu@…> to move librdbg
to its own top level package.

  • Property mode set to 100644
File size: 10.3 KB
Line 
1# Makefile.in generated automatically by automake 1.4a from Makefile.am
2
3# Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc.
4# This Makefile.in is free software; the Free Software Foundation
5# gives unlimited permission to copy and/or distribute it,
6# with or without modifications, as long as this notice is preserved.
7
8# This program is distributed in the hope that it will be useful,
9# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
10# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
11# PARTICULAR PURPOSE.
12
13
14
15
16SHELL = @SHELL@
17
18srcdir = @srcdir@
19top_srcdir = @top_srcdir@
20VPATH = @srcdir@
21prefix = @prefix@
22exec_prefix = @exec_prefix@
23
24bindir = @bindir@
25sbindir = @sbindir@
26libexecdir = @libexecdir@
27datadir = @datadir@
28sysconfdir = @sysconfdir@
29sharedstatedir = @sharedstatedir@
30localstatedir = @localstatedir@
31libdir = @libdir@
32infodir = @infodir@
33mandir = @mandir@
34includedir = @includedir@
35oldincludedir = /usr/include
36
37DESTDIR =
38
39pkgdatadir = $(datadir)/@PACKAGE@
40pkglibdir = $(libdir)/@PACKAGE@
41pkgincludedir = $(includedir)/@PACKAGE@
42
43top_builddir = ../..
44
45ACLOCAL = @ACLOCAL@
46AUTOCONF = @AUTOCONF@
47AUTOMAKE = @AUTOMAKE@
48AUTOHEADER = @AUTOHEADER@
49
50INSTALL = @INSTALL@
51INSTALL_PROGRAM = @INSTALL_PROGRAM@
52INSTALL_DATA = @INSTALL_DATA@
53INSTALL_SCRIPT = @INSTALL_SCRIPT@
54INSTALL_STRIP_FLAG =
55transform = @program_transform_name@
56
57NORMAL_INSTALL = :
58PRE_INSTALL = :
59POST_INSTALL = :
60NORMAL_UNINSTALL = :
61PRE_UNINSTALL = :
62POST_UNINSTALL = :
63build_alias = @build_alias@
64build_triplet = @build@
65host_alias = @host_alias@
66host_triplet = @host@
67target_alias = @target_alias@
68target_triplet = @target@
69AWK = @AWK@
70CC = @CC@
71CC_FOR_TARGET = @CC_FOR_TARGET@
72CPP = @CPP@
73GCCSED = @GCCSED@
74HAS_MP = @HAS_MP@
75HAS_NETWORKING = @HAS_NETWORKING@
76HAS_POSIX_API = @HAS_POSIX_API@
77HAS_RDBG = @HAS_RDBG@
78INSTALL_CHANGE = @INSTALL_CHANGE@
79MAINT = @MAINT@
80MAKEINFO = @MAKEINFO@
81PACKAGE = @PACKAGE@
82PACKHEX = @PACKHEX@
83PROJECT_INCLUDE = @PROJECT_INCLUDE@
84PROJECT_ROOT = @PROJECT_ROOT@
85RPCGEN = @RPCGEN@
86RTEMS_BSP = @RTEMS_BSP@
87RTEMS_CPU = @RTEMS_CPU@
88RTEMS_HAS_MULTIPROCESSING = @RTEMS_HAS_MULTIPROCESSING@
89RTEMS_HAS_NETWORKING = @RTEMS_HAS_NETWORKING@
90RTEMS_HAS_POSIX_API = @RTEMS_HAS_POSIX_API@
91RTEMS_HAS_RDBG = @RTEMS_HAS_RDBG@
92RTEMS_HOST = @RTEMS_HOST@
93RTEMS_LIBC_DIR = @RTEMS_LIBC_DIR@
94RTEMS_ROOT = @RTEMS_ROOT@
95RTEMS_TOPdir = @RTEMS_TOPdir@
96VERSION = @VERSION@
97
98AUTOMAKE_OPTIONS = foreign 1.4
99ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal
100
101SUBDIRS = mcp750
102
103EXTRA_DIST =  excep_f.c rdbg_cpu_asm.S rdbg_f.c
104
105mkinstalldirs = $(SHELL) $(top_srcdir)/../../../mkinstalldirs
106CONFIG_CLEAN_FILES =
107DIST_COMMON =  Makefile.am Makefile.in
108
109
110DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
111
112TAR = gtar
113GZIP_ENV = --best
114all: all-redirect
115.SUFFIXES:
116$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) $(top_srcdir)/../../../automake/subdirs.am $(top_srcdir)/../../../automake/local.am
117        cd $(top_srcdir) && $(AUTOMAKE) --foreign src/powerpc/Makefile
118
119Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status $(BUILT_SOURCES)
120        cd $(top_builddir) \
121          && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
122
123
124# This directory's subdirectories are mostly independent; you can cd
125# into them and run `make' without going through this Makefile.
126# To change the values of `make' variables: instead of editing Makefiles,
127# (1) if the variable is set in `config.status', edit `config.status'
128#     (which will cause the Makefiles to be regenerated when you run `make');
129# (2) otherwise, pass the desired values on the `make' command line.
130
131@SET_MAKE@
132
133all-recursive install-data-recursive install-exec-recursive \
134installdirs-recursive install-recursive uninstall-recursive  \
135check-recursive installcheck-recursive info-recursive dvi-recursive:
136        @set fnord $(MAKEFLAGS); amf=$$2; \
137        dot_seen=no; \
138        target=`echo $@ | sed s/-recursive//`; \
139        list='$(SUBDIRS)'; for subdir in $$list; do \
140          echo "Making $$target in $$subdir"; \
141          if test "$$subdir" = "."; then \
142            dot_seen=yes; \
143            local_target="$$target-am"; \
144          else \
145            local_target="$$target"; \
146          fi; \
147          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
148           || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
149        done; \
150        if test "$$dot_seen" = "no"; then \
151          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
152        fi; test -z "$$fail"
153
154mostlyclean-recursive clean-recursive distclean-recursive \
155maintainer-clean-recursive:
156        @set fnord $(MAKEFLAGS); amf=$$2; \
157        dot_seen=no; \
158        rev=''; list='$(SUBDIRS)'; for subdir in $$list; do \
159          rev="$$subdir $$rev"; \
160          test "$$subdir" = "." && dot_seen=yes; \
161        done; \
162        test "$$dot_seen" = "no" && rev=". $$rev"; \
163        target=`echo $@ | sed s/-recursive//`; \
164        for subdir in $$rev; do \
165          echo "Making $$target in $$subdir"; \
166          if test "$$subdir" = "."; then \
167            local_target="$$target-am"; \
168          else \
169            local_target="$$target"; \
170          fi; \
171          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
172           || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
173        done && test -z "$$fail"
174tags-recursive:
175        list='$(SUBDIRS)'; for subdir in $$list; do \
176          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
177        done
178
179tags: TAGS
180
181ID: $(HEADERS) $(SOURCES) $(LISP)
182        list='$(SOURCES) $(HEADERS)'; \
183        unique=`for i in $$list; do echo $$i; done | \
184          awk '    { files[$$0] = 1; } \
185               END { for (i in files) print i; }'`; \
186        here=`pwd` && cd $(srcdir) \
187          && mkid -f$$here/ID $$unique $(LISP)
188
189TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) $(LISP)
190        tags=; \
191        here=`pwd`; \
192        list='$(SUBDIRS)'; for subdir in $$list; do \
193   if test "$$subdir" = .; then :; else \
194            test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
195   fi; \
196        done; \
197        list='$(SOURCES) $(HEADERS)'; \
198        unique=`for i in $$list; do echo $$i; done | \
199          awk '    { files[$$0] = 1; } \
200               END { for (i in files) print i; }'`; \
201        test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
202          || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags  $$unique $(LISP) -o $$here/TAGS)
203
204mostlyclean-tags:
205
206clean-tags:
207
208distclean-tags:
209        -rm -f TAGS ID
210
211maintainer-clean-tags:
212
213distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
214
215subdir = src/powerpc
216
217distdir: $(DISTFILES)
218        here=`cd $(top_builddir) && pwd`; \
219        top_distdir=`cd $(top_distdir) && pwd`; \
220        distdir=`cd $(distdir) && pwd`; \
221        cd $(top_srcdir) \
222          && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --foreign src/powerpc/Makefile
223        @for file in $(DISTFILES); do \
224          d=$(srcdir); \
225          if test -d $$d/$$file; then \
226            cp -pr $$d/$$file $(distdir)/$$file; \
227          else \
228            test -f $(distdir)/$$file \
229            || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
230            || cp -p $$d/$$file $(distdir)/$$file || :; \
231          fi; \
232        done
233        for subdir in $(SUBDIRS); do \
234          if test "$$subdir" = .; then :; else \
235            test -d $(distdir)/$$subdir \
236            || mkdir $(distdir)/$$subdir \
237            || exit 1; \
238            chmod 777 $(distdir)/$$subdir; \
239            (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir=../$(top_distdir) distdir=../$(distdir)/$$subdir distdir) \
240              || exit 1; \
241          fi; \
242        done
243info-am:
244info: info-recursive
245dvi-am:
246dvi: dvi-recursive
247check-am: all-am
248check: check-recursive
249installcheck-am:
250installcheck: installcheck-recursive
251install-exec-am:
252install-exec: install-exec-recursive
253
254install-data-am:
255install-data: install-data-recursive
256
257install-am: all-am
258        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
259install: install-recursive
260uninstall-am:
261uninstall: uninstall-recursive
262all-am: Makefile
263all-redirect: all-recursive
264install-strip:
265        $(MAKE) $(AM_MAKEFLAGS) INSTALL_STRIP_FLAG=-s install
266installdirs: installdirs-recursive
267installdirs-am:
268
269
270mostlyclean-generic:
271
272clean-generic:
273
274distclean-generic:
275        -rm -f Makefile $(CONFIG_CLEAN_FILES)
276        -rm -f config.cache config.log stamp-h stamp-h[0-9]*
277
278maintainer-clean-generic:
279mostlyclean-am:  mostlyclean-tags mostlyclean-generic
280
281mostlyclean: mostlyclean-recursive
282
283clean-am:  clean-tags clean-generic mostlyclean-am
284
285clean: clean-recursive
286
287distclean-am:  distclean-tags distclean-generic clean-am
288
289distclean: distclean-recursive
290
291maintainer-clean-am:  maintainer-clean-tags maintainer-clean-generic \
292                distclean-am
293        @echo "This command is intended for maintainers to use;"
294        @echo "it deletes files that may require special tools to rebuild."
295
296maintainer-clean: maintainer-clean-recursive
297
298.PHONY: install-data-recursive uninstall-data-recursive \
299install-exec-recursive uninstall-exec-recursive installdirs-recursive \
300uninstalldirs-recursive all-recursive check-recursive \
301installcheck-recursive info-recursive dvi-recursive \
302mostlyclean-recursive distclean-recursive clean-recursive \
303maintainer-clean-recursive tags tags-recursive mostlyclean-tags \
304distclean-tags clean-tags maintainer-clean-tags distdir info-am info \
305dvi-am dvi check check-am installcheck-am installcheck install-exec-am \
306install-exec install-data-am install-data install-am install \
307uninstall-am uninstall all-redirect all-am all installdirs-am \
308installdirs mostlyclean-generic distclean-generic clean-generic \
309maintainer-clean-generic clean mostlyclean distclean maintainer-clean
310
311
312depend-recursive \
313preinstall-recursive \
314debug-recursive \
315profile-recursive:
316        @set fnord $(MAKEFLAGS); amf=$$2; \
317        dot_seen=no; \
318        target=`echo $@ | sed s/-recursive//`; \
319        list='$(SUBDIRS)'; for subdir in $$list; do \
320          echo "Making $$target in $$subdir"; \
321          if test "$$subdir" = "."; then \
322            dot_seen=yes; \
323            local_target="$$target-am"; \
324          else \
325            local_target="$$target"; \
326          fi; \
327          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
328           || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
329        done; \
330        if test "$$dot_seen" = "no"; then \
331          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
332        fi; test -z "$$fail"
333
334debug: debug-recursive
335.PHONY: debug-recursive
336
337profile: profile-recursive
338.PHONY: profile-recursive
339
340preinstall: preinstall-recursive
341.PHONY: preinstall-recursive
342
343depend: depend-recursive
344.PHONY: depend-recursive
345
346debug-am:
347debug: debug-am
348.PHONY: debug debug-am
349
350profile-am:
351profile: profile-am
352.PHONY: profile profile-am
353
354preinstall-am: $(TMPINSTALL_FILES)
355preinstall: preinstall-am
356.PHONY: preinstall preinstall-am
357
358depend-am:
359depend: depend-am
360.PHONY: depend depend-am
361
362# Tell versions [3.59,3.63) of GNU make to not export all variables.
363# Otherwise a system limit (for SysV at least) may be exceeded.
364.NOEXPORT:
Note: See TracBrowser for help on using the repository browser.