source: rtems/c/src/librdbg/src/Makefile.in @ 484bd0e

4.104.114.84.95
Last change on this file since 484bd0e was 484bd0e, checked in by Joel Sherrill <joel.sherrill@…>, on 11/22/99 at 19:02:53

Corrected.

  • 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_NETWORKING = @HAS_NETWORKING@
75HAS_RDBG = @HAS_RDBG@
76INSTALL_CHANGE = @INSTALL_CHANGE@
77MAINT = @MAINT@
78MAKEINFO = @MAKEINFO@
79PACKAGE = @PACKAGE@
80PACKHEX = @PACKHEX@
81PROJECT_INCLUDE = @PROJECT_INCLUDE@
82PROJECT_ROOT = @PROJECT_ROOT@
83RPCGEN = @RPCGEN@
84RTEMS_BSP = @RTEMS_BSP@
85RTEMS_CPU = @RTEMS_CPU@
86RTEMS_HAS_NETWORKING = @RTEMS_HAS_NETWORKING@
87RTEMS_HAS_RDBG = @RTEMS_HAS_RDBG@
88RTEMS_HOST = @RTEMS_HOST@
89RTEMS_LIBC_DIR = @RTEMS_LIBC_DIR@
90RTEMS_ROOT = @RTEMS_ROOT@
91RTEMS_TOPdir = @RTEMS_TOPdir@
92VERSION = @VERSION@
93
94AUTOMAKE_OPTIONS = foreign 1.4
95ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal
96
97SUBDIRS = $(RTEMS_CPU)
98
99EXTRA_DIST =  _servtgt.c awk.svc excep.c ptrace.c rdbg.c remdeb.x servbkpt.c servcon.c servrpc.c servtgt.c servtsp.c servutil.c
100
101mkinstalldirs = $(SHELL) $(top_srcdir)/../../../mkinstalldirs
102CONFIG_CLEAN_FILES =
103DIST_COMMON =  Makefile.am Makefile.in
104
105
106DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
107
108TAR = gtar
109GZIP_ENV = --best
110all: all-redirect
111.SUFFIXES:
112$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) $(top_srcdir)/../../../automake/subdirs.am $(top_srcdir)/../../../automake/local.am
113        cd $(top_srcdir) && $(AUTOMAKE) --foreign src/Makefile
114
115Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status $(BUILT_SOURCES)
116        cd $(top_builddir) \
117          && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
118
119
120# This directory's subdirectories are mostly independent; you can cd
121# into them and run `make' without going through this Makefile.
122# To change the values of `make' variables: instead of editing Makefiles,
123# (1) if the variable is set in `config.status', edit `config.status'
124#     (which will cause the Makefiles to be regenerated when you run `make');
125# (2) otherwise, pass the desired values on the `make' command line.
126
127@SET_MAKE@
128
129all-recursive install-data-recursive install-exec-recursive \
130installdirs-recursive install-recursive uninstall-recursive  \
131check-recursive installcheck-recursive info-recursive dvi-recursive:
132        @set fnord $(MAKEFLAGS); amf=$$2; \
133        dot_seen=no; \
134        target=`echo $@ | sed s/-recursive//`; \
135        list='$(SUBDIRS)'; for subdir in $$list; do \
136          echo "Making $$target in $$subdir"; \
137          if test "$$subdir" = "."; then \
138            dot_seen=yes; \
139            local_target="$$target-am"; \
140          else \
141            local_target="$$target"; \
142          fi; \
143          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
144           || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
145        done; \
146        if test "$$dot_seen" = "no"; then \
147          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
148        fi; test -z "$$fail"
149
150mostlyclean-recursive clean-recursive distclean-recursive \
151maintainer-clean-recursive:
152        @set fnord $(MAKEFLAGS); amf=$$2; \
153        dot_seen=no; \
154        rev=''; list='$(SUBDIRS)'; for subdir in $$list; do \
155          rev="$$subdir $$rev"; \
156          test "$$subdir" = "." && dot_seen=yes; \
157        done; \
158        test "$$dot_seen" = "no" && rev=". $$rev"; \
159        target=`echo $@ | sed s/-recursive//`; \
160        for subdir in $$rev; do \
161          echo "Making $$target in $$subdir"; \
162          if test "$$subdir" = "."; then \
163            local_target="$$target-am"; \
164          else \
165            local_target="$$target"; \
166          fi; \
167          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
168           || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
169        done && test -z "$$fail"
170tags-recursive:
171        list='$(SUBDIRS)'; for subdir in $$list; do \
172          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
173        done
174
175tags: TAGS
176
177ID: $(HEADERS) $(SOURCES) $(LISP)
178        list='$(SOURCES) $(HEADERS)'; \
179        unique=`for i in $$list; do echo $$i; done | \
180          awk '    { files[$$0] = 1; } \
181               END { for (i in files) print i; }'`; \
182        here=`pwd` && cd $(srcdir) \
183          && mkid -f$$here/ID $$unique $(LISP)
184
185TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) $(LISP)
186        tags=; \
187        here=`pwd`; \
188        list='$(SUBDIRS)'; for subdir in $$list; do \
189   if test "$$subdir" = .; then :; else \
190            test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
191   fi; \
192        done; \
193        list='$(SOURCES) $(HEADERS)'; \
194        unique=`for i in $$list; do echo $$i; done | \
195          awk '    { files[$$0] = 1; } \
196               END { for (i in files) print i; }'`; \
197        test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
198          || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags  $$unique $(LISP) -o $$here/TAGS)
199
200mostlyclean-tags:
201
202clean-tags:
203
204distclean-tags:
205        -rm -f TAGS ID
206
207maintainer-clean-tags:
208
209distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
210
211subdir = src
212
213distdir: $(DISTFILES)
214        here=`cd $(top_builddir) && pwd`; \
215        top_distdir=`cd $(top_distdir) && pwd`; \
216        distdir=`cd $(distdir) && pwd`; \
217        cd $(top_srcdir) \
218          && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --foreign src/Makefile
219        @for file in $(DISTFILES); do \
220          d=$(srcdir); \
221          if test -d $$d/$$file; then \
222            cp -pr $$d/$$file $(distdir)/$$file; \
223          else \
224            test -f $(distdir)/$$file \
225            || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
226            || cp -p $$d/$$file $(distdir)/$$file || :; \
227          fi; \
228        done
229        for subdir in $(SUBDIRS); do \
230          if test "$$subdir" = .; then :; else \
231            test -d $(distdir)/$$subdir \
232            || mkdir $(distdir)/$$subdir \
233            || exit 1; \
234            chmod 777 $(distdir)/$$subdir; \
235            (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir=../$(top_distdir) distdir=../$(distdir)/$$subdir distdir) \
236              || exit 1; \
237          fi; \
238        done
239info-am:
240info: info-recursive
241dvi-am:
242dvi: dvi-recursive
243check-am: all-am
244check: check-recursive
245installcheck-am:
246installcheck: installcheck-recursive
247install-exec-am:
248install-exec: install-exec-recursive
249
250install-data-am:
251install-data: install-data-recursive
252
253install-am: all-am
254        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
255install: install-recursive
256uninstall-am:
257uninstall: uninstall-recursive
258all-am: Makefile
259all-redirect: all-recursive
260install-strip:
261        $(MAKE) $(AM_MAKEFLAGS) INSTALL_STRIP_FLAG=-s install
262installdirs: installdirs-recursive
263installdirs-am:
264
265
266mostlyclean-generic:
267
268clean-generic:
269
270distclean-generic:
271        -rm -f Makefile $(CONFIG_CLEAN_FILES)
272        -rm -f config.cache config.log stamp-h stamp-h[0-9]*
273
274maintainer-clean-generic:
275mostlyclean-am:  mostlyclean-tags mostlyclean-generic
276
277mostlyclean: mostlyclean-recursive
278
279clean-am:  clean-tags clean-generic mostlyclean-am
280
281clean: clean-recursive
282
283distclean-am:  distclean-tags distclean-generic clean-am
284
285distclean: distclean-recursive
286
287maintainer-clean-am:  maintainer-clean-tags maintainer-clean-generic \
288                distclean-am
289        @echo "This command is intended for maintainers to use;"
290        @echo "it deletes files that may require special tools to rebuild."
291
292maintainer-clean: maintainer-clean-recursive
293
294.PHONY: install-data-recursive uninstall-data-recursive \
295install-exec-recursive uninstall-exec-recursive installdirs-recursive \
296uninstalldirs-recursive all-recursive check-recursive \
297installcheck-recursive info-recursive dvi-recursive \
298mostlyclean-recursive distclean-recursive clean-recursive \
299maintainer-clean-recursive tags tags-recursive mostlyclean-tags \
300distclean-tags clean-tags maintainer-clean-tags distdir info-am info \
301dvi-am dvi check check-am installcheck-am installcheck install-exec-am \
302install-exec install-data-am install-data install-am install \
303uninstall-am uninstall all-redirect all-am all installdirs-am \
304installdirs mostlyclean-generic distclean-generic clean-generic \
305maintainer-clean-generic clean mostlyclean distclean maintainer-clean
306
307
308depend-recursive \
309preinstall-recursive \
310debug-recursive \
311profile-recursive:
312        @set fnord $(MAKEFLAGS); amf=$$2; \
313        dot_seen=no; \
314        target=`echo $@ | sed s/-recursive//`; \
315        list='$(SUBDIRS)'; for subdir in $$list; do \
316          echo "Making $$target in $$subdir"; \
317          if test "$$subdir" = "."; then \
318            dot_seen=yes; \
319            local_target="$$target-am"; \
320          else \
321            local_target="$$target"; \
322          fi; \
323          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
324           || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
325        done; \
326        if test "$$dot_seen" = "no"; then \
327          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
328        fi; test -z "$$fail"
329
330debug: debug-recursive
331.PHONY: debug-recursive
332
333profile: profile-recursive
334.PHONY: profile-recursive
335
336preinstall: preinstall-recursive
337.PHONY: preinstall-recursive
338
339depend: depend-recursive
340.PHONY: depend-recursive
341
342debug-am:
343debug: debug-am
344.PHONY: debug debug-am
345
346profile-am:
347profile: profile-am
348.PHONY: profile profile-am
349
350preinstall-am: $(PREINSTALL_FILES)
351preinstall: preinstall-am
352.PHONY: preinstall preinstall-am
353
354depend-am:
355depend: depend-am
356.PHONY: depend depend-am
357
358# Tell versions [3.59,3.63) of GNU make to not export all variables.
359# Otherwise a system limit (for SysV at least) may be exceeded.
360.NOEXPORT:
Note: See TracBrowser for help on using the repository browser.