source: rtems/c/src/lib/include/rdbg/Makefile.in @ 473b4e5

4.104.114.84.95
Last change on this file since 473b4e5 was 473b4e5, checked in by Joel Sherrill <joel.sherrill@…>, on 10/04/99 at 13:30:15

Regenerated.

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