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