source: rtems/c/src/lib/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: 12.2 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
100ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal
101
102@HAS_NETWORKING_TRUE@LIBNETWORKING = libnetworking
103@HAS_NETWORKING_TRUE@LIBRPC = librpc
104
105@HAS_NETWORKING_TRUE@@HAS_RDBG_TRUE@LIBRDBG = librdbg
106
107@HAS_LIBCHIP_TRUE@LIBCHIP = libchip
108
109SUBDIRS = start include libmisc libc $(LIBNETWORKING) libcpu libbsp     $(LIBRPC) $(LIBRDBG) $(LIBCHIP) $(LIBHWAPI) wrapup
110
111ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
112mkinstalldirs = $(SHELL) $(top_srcdir)/../../../mkinstalldirs
113CONFIG_CLEAN_FILES =
114DIST_COMMON =  Makefile.am Makefile.in aclocal.m4 configure configure.in
115
116
117PACKAGE = @PACKAGE@
118VERSION = @VERSION@
119
120DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
121
122TAR = gtar
123GZIP_ENV = --best
124DIST_SUBDIRS =  start include libmisc libc libnetworking libcpu libbsp \
125librpc librdbg libchip @LIBHWAPI@ wrapup
126all: all-redirect
127.SUFFIXES:
128$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) $(top_srcdir)/../../../automake/subdirs.am $(top_srcdir)/../../../automake/local.am
129        cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile
130
131Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status $(BUILT_SOURCES)
132        cd $(top_builddir) \
133          && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
134
135$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ configure.in
136        cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
137
138config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
139        $(SHELL) ./config.status --recheck
140$(srcdir)/configure: @MAINTAINER_MODE_TRUE@$(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
141        cd $(srcdir) && $(AUTOCONF)
142
143# This directory's subdirectories are mostly independent; you can cd
144# into them and run `make' without going through this Makefile.
145# To change the values of `make' variables: instead of editing Makefiles,
146# (1) if the variable is set in `config.status', edit `config.status'
147#     (which will cause the Makefiles to be regenerated when you run `make');
148# (2) otherwise, pass the desired values on the `make' command line.
149
150@SET_MAKE@
151
152all-recursive install-data-recursive install-exec-recursive \
153installdirs-recursive install-recursive uninstall-recursive  \
154check-recursive installcheck-recursive info-recursive dvi-recursive:
155        @set fnord $(MAKEFLAGS); amf=$$2; \
156        dot_seen=no; \
157        target=`echo $@ | sed s/-recursive//`; \
158        list='$(SUBDIRS)'; for subdir in $$list; do \
159          echo "Making $$target in $$subdir"; \
160          if test "$$subdir" = "."; then \
161            dot_seen=yes; \
162            local_target="$$target-am"; \
163          else \
164            local_target="$$target"; \
165          fi; \
166          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
167           || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
168        done; \
169        if test "$$dot_seen" = "no"; then \
170          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
171        fi; test -z "$$fail"
172
173mostlyclean-recursive clean-recursive distclean-recursive \
174maintainer-clean-recursive:
175        @set fnord $(MAKEFLAGS); amf=$$2; \
176        dot_seen=no; \
177        rev=''; list='$(SUBDIRS)'; for subdir in $$list; do \
178          rev="$$subdir $$rev"; \
179          test "$$subdir" = "." && dot_seen=yes; \
180        done; \
181        test "$$dot_seen" = "no" && rev=". $$rev"; \
182        target=`echo $@ | sed s/-recursive//`; \
183        for subdir in $$rev; do \
184          echo "Making $$target in $$subdir"; \
185          if test "$$subdir" = "."; then \
186            local_target="$$target-am"; \
187          else \
188            local_target="$$target"; \
189          fi; \
190          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
191           || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
192        done && test -z "$$fail"
193tags-recursive:
194        list='$(SUBDIRS)'; for subdir in $$list; do \
195          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
196        done
197
198tags: TAGS
199
200ID: $(HEADERS) $(SOURCES) $(LISP)
201        list='$(SOURCES) $(HEADERS)'; \
202        unique=`for i in $$list; do echo $$i; done | \
203          awk '    { files[$$0] = 1; } \
204               END { for (i in files) print i; }'`; \
205        here=`pwd` && cd $(srcdir) \
206          && mkid -f$$here/ID $$unique $(LISP)
207
208TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) $(LISP)
209        tags=; \
210        here=`pwd`; \
211        list='$(SUBDIRS)'; for subdir in $$list; do \
212   if test "$$subdir" = .; then :; else \
213            test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
214   fi; \
215        done; \
216        list='$(SOURCES) $(HEADERS)'; \
217        unique=`for i in $$list; do echo $$i; done | \
218          awk '    { files[$$0] = 1; } \
219               END { for (i in files) print i; }'`; \
220        test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
221          || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags  $$unique $(LISP) -o $$here/TAGS)
222
223mostlyclean-tags:
224
225clean-tags:
226
227distclean-tags:
228        -rm -f TAGS ID
229
230maintainer-clean-tags:
231
232distdir = $(PACKAGE)-$(VERSION)
233top_distdir = $(distdir)
234
235# This target untars the dist file and tries a VPATH configuration.  Then
236# it guarantees that the distribution is self-contained by making another
237# tarfile.
238distcheck: dist
239        -rm -rf $(distdir)
240        GZIP=$(GZIP_ENV) $(TAR) zxf $(distdir).tar.gz
241        mkdir $(distdir)/=build
242        mkdir $(distdir)/=inst
243        dc_install_base=`cd $(distdir)/=inst && pwd`; \
244        cd $(distdir)/=build \
245          && ../configure --srcdir=.. --prefix=$$dc_install_base \
246          && $(MAKE) $(AM_MAKEFLAGS) \
247          && $(MAKE) $(AM_MAKEFLAGS) dvi \
248          && $(MAKE) $(AM_MAKEFLAGS) check \
249          && $(MAKE) $(AM_MAKEFLAGS) install \
250          && $(MAKE) $(AM_MAKEFLAGS) installcheck \
251          && $(MAKE) $(AM_MAKEFLAGS) dist
252        -rm -rf $(distdir)
253        @banner="$(distdir).tar.gz is ready for distribution"; \
254        dashes=`echo "$$banner" | sed s/./=/g`; \
255        echo "$$dashes"; \
256        echo "$$banner"; \
257        echo "$$dashes"
258dist: distdir
259        -chmod -R a+r $(distdir)
260        GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
261        -rm -rf $(distdir)
262dist-all: distdir
263        -chmod -R a+r $(distdir)
264        GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
265        -rm -rf $(distdir)
266distdir: $(DISTFILES)
267        -rm -rf $(distdir)
268        mkdir $(distdir)
269        -chmod 777 $(distdir)
270        here=`cd $(top_builddir) && pwd`; \
271        top_distdir=`cd $(distdir) && pwd`; \
272        distdir=`cd $(distdir) && pwd`; \
273        cd $(top_srcdir) \
274          && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --foreign Makefile
275        @for file in $(DISTFILES); do \
276          d=$(srcdir); \
277          if test -d $$d/$$file; then \
278            cp -pr $$d/$$file $(distdir)/$$file; \
279          else \
280            test -f $(distdir)/$$file \
281            || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
282            || cp -p $$d/$$file $(distdir)/$$file || :; \
283          fi; \
284        done
285        for subdir in $(DIST_SUBDIRS); do \
286          if test "$$subdir" = .; then :; else \
287            test -d $(distdir)/$$subdir \
288            || mkdir $(distdir)/$$subdir \
289            || exit 1; \
290            chmod 777 $(distdir)/$$subdir; \
291            (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir=../$(distdir) distdir=../$(distdir)/$$subdir distdir) \
292              || exit 1; \
293          fi; \
294        done
295info-am:
296info: info-recursive
297dvi-am:
298dvi: dvi-recursive
299check-am: all-am
300check: check-recursive
301installcheck-am:
302installcheck: installcheck-recursive
303install-exec-am:
304install-exec: install-exec-recursive
305
306install-data-am:
307install-data: install-data-recursive
308
309install-am: all-am
310        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
311install: install-recursive
312uninstall-am:
313uninstall: uninstall-recursive
314all-am: Makefile
315all-redirect: all-recursive
316install-strip:
317        $(MAKE) $(AM_MAKEFLAGS) INSTALL_STRIP_FLAG=-s install
318installdirs: installdirs-recursive
319installdirs-am:
320
321
322mostlyclean-generic:
323
324clean-generic:
325
326distclean-generic:
327        -rm -f Makefile $(CONFIG_CLEAN_FILES)
328        -rm -f config.cache config.log stamp-h stamp-h[0-9]*
329
330maintainer-clean-generic:
331mostlyclean-am:  mostlyclean-tags mostlyclean-generic
332
333mostlyclean: mostlyclean-recursive
334
335clean-am:  clean-tags clean-generic mostlyclean-am
336
337clean: clean-recursive
338
339distclean-am:  distclean-tags distclean-generic clean-am
340
341distclean: distclean-recursive
342        -rm -f config.status
343
344maintainer-clean-am:  maintainer-clean-tags maintainer-clean-generic \
345                distclean-am
346        @echo "This command is intended for maintainers to use;"
347        @echo "it deletes files that may require special tools to rebuild."
348
349maintainer-clean: maintainer-clean-recursive
350        -rm -f config.status
351
352.PHONY: install-data-recursive uninstall-data-recursive \
353install-exec-recursive uninstall-exec-recursive installdirs-recursive \
354uninstalldirs-recursive all-recursive check-recursive \
355installcheck-recursive info-recursive dvi-recursive \
356mostlyclean-recursive distclean-recursive clean-recursive \
357maintainer-clean-recursive tags tags-recursive mostlyclean-tags \
358distclean-tags clean-tags maintainer-clean-tags distdir info-am info \
359dvi-am dvi check check-am installcheck-am installcheck install-exec-am \
360install-exec install-data-am install-data install-am install \
361uninstall-am uninstall all-redirect all-am all installdirs-am \
362installdirs mostlyclean-generic distclean-generic clean-generic \
363maintainer-clean-generic clean mostlyclean distclean maintainer-clean
364
365
366depend-recursive \
367preinstall-recursive \
368debug-recursive \
369profile-recursive:
370        @set fnord $(MAKEFLAGS); amf=$$2; \
371        dot_seen=no; \
372        target=`echo $@ | sed s/-recursive//`; \
373        list='$(SUBDIRS)'; for subdir in $$list; do \
374          echo "Making $$target in $$subdir"; \
375          if test "$$subdir" = "."; then \
376            dot_seen=yes; \
377            local_target="$$target-am"; \
378          else \
379            local_target="$$target"; \
380          fi; \
381          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
382           || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
383        done; \
384        if test "$$dot_seen" = "no"; then \
385          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
386        fi; test -z "$$fail"
387
388debug: debug-recursive
389.PHONY: debug-recursive
390
391profile: profile-recursive
392.PHONY: profile-recursive
393
394preinstall: preinstall-recursive
395.PHONY: preinstall-recursive
396
397depend: depend-recursive
398.PHONY: depend-recursive
399
400debug-am:
401debug: debug-am
402.PHONY: debug debug-am
403
404profile-am:
405profile: profile-am
406.PHONY: profile profile-am
407
408preinstall-am: $(TMPINSTALL_FILES)
409preinstall: preinstall-am
410.PHONY: preinstall preinstall-am
411
412depend-am:
413depend: depend-am
414.PHONY: depend depend-am
415
416# Tell versions [3.59,3.63) of GNU make to not export all variables.
417# Otherwise a system limit (for SysV at least) may be exceeded.
418.NOEXPORT:
Note: See TracBrowser for help on using the repository browser.