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

4.104.114.84.95
Last change on this file since a24c280 was a24c280, checked in by Joel Sherrill <joel.sherrill@…>, on 09/09/99 at 21:22:36

Applied patch rtems-rc-19990820-6.diff.gz from
Ralf Corsepius <corsepiu@…> which converted many
Makefile.in's to Makefile.am's. This added a lot of files.

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