source: rtems/make/Templates/Makefile.in @ 473741b

4.104.114.84.95
Last change on this file since 473741b was 3a8915e, checked in by Joel Sherrill <joel.sherrill@…>, on 08/06/99 at 17:55:25

Patch rtems-rc-19990709-6-diff from Ralf Corsepius <corsepiu@…>
applied. This modified many Makefiles and custom files and makes many more
settings (network, multiprocessing, etc) gnerated by autoconf.

  • Property mode set to 100644
File size: 5.3 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
19SHELL = @SHELL@
20
21srcdir = @srcdir@
22top_srcdir = @top_srcdir@
23VPATH = @srcdir@
24prefix = @prefix@
25exec_prefix = @exec_prefix@
26
27bindir = @bindir@
28sbindir = @sbindir@
29libexecdir = @libexecdir@
30datadir = @datadir@
31sysconfdir = @sysconfdir@
32sharedstatedir = @sharedstatedir@
33localstatedir = @localstatedir@
34libdir = @libdir@
35infodir = @infodir@
36mandir = @mandir@
37includedir = @includedir@
38oldincludedir = /usr/include
39
40DESTDIR =
41
42pkgdatadir = $(datadir)/@PACKAGE@
43pkglibdir = $(libdir)/@PACKAGE@
44pkgincludedir = $(includedir)/@PACKAGE@
45
46top_builddir = ../..
47
48ACLOCAL = @ACLOCAL@
49AUTOCONF = @AUTOCONF@
50AUTOMAKE = @AUTOMAKE@
51AUTOHEADER = @AUTOHEADER@
52
53INSTALL = @INSTALL@
54INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
55INSTALL_DATA = @INSTALL_DATA@
56INSTALL_SCRIPT = @INSTALL_SCRIPT@
57transform = @program_transform_name@
58
59NORMAL_INSTALL = :
60PRE_INSTALL = :
61POST_INSTALL = :
62NORMAL_UNINSTALL = :
63PRE_UNINSTALL = :
64POST_UNINSTALL = :
65build_alias = @build_alias@
66build_triplet = @build@
67host_alias = @host_alias@
68host_triplet = @host@
69target_alias = @target_alias@
70target_triplet = @target@
71MAINT = @MAINT@
72MAKEINFO = @MAKEINFO@
73PACKAGE = @PACKAGE@
74RTEMS_CPU = @RTEMS_CPU@
75RTEMS_HAS_HWAPI = @RTEMS_HAS_HWAPI@
76RTEMS_HAS_MULTIPROCESSING = @RTEMS_HAS_MULTIPROCESSING@
77RTEMS_HAS_NETWORKING = @RTEMS_HAS_NETWORKING@
78RTEMS_HAS_POSIX_API = @RTEMS_HAS_POSIX_API@
79RTEMS_HAS_RDBG = @RTEMS_HAS_RDBG@
80RTEMS_HOST = @RTEMS_HOST@
81RTEMS_LIBC_DIR = @RTEMS_LIBC_DIR@
82RTEMS_TOPdir = @RTEMS_TOPdir@
83RTEMS_USE_MACROS = @RTEMS_USE_MACROS@
84TARGET_SUBDIRS = @TARGET_SUBDIRS@
85VERSION = @VERSION@
86target_subdirs = @target_subdirs@
87
88AUTOMAKE_OPTIONS = foreign 1.4
89
90EXTRA_DIST =  Makefile.dir Makefile.leaf Makefile.lib
91
92mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
93CONFIG_CLEAN_FILES =
94DIST_COMMON =  Makefile.am Makefile.in
95
96
97DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
98
99TAR = tar
100GZIP_ENV = --best
101all: all-redirect
102.SUFFIXES:
103$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) $(top_srcdir)/automake/local.am
104        cd $(top_srcdir) && $(AUTOMAKE) --foreign make/Templates/Makefile
105
106Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status $(BUILT_SOURCES)
107        cd $(top_builddir) \
108          && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
109
110tags: TAGS
111TAGS:
112
113
114distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
115
116subdir = make/Templates
117
118distdir: $(DISTFILES)
119        here=`cd $(top_builddir) && pwd`; \
120        top_distdir=`cd $(top_distdir) && pwd`; \
121        distdir=`cd $(distdir) && pwd`; \
122        cd $(top_srcdir) \
123          && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --foreign make/Templates/Makefile
124        @for file in $(DISTFILES); do \
125          d=$(srcdir); \
126          if test -d $$d/$$file; then \
127            cp -pr $$/$$file $(distdir)/$$file; \
128          else \
129            test -f $(distdir)/$$file \
130            || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
131            || cp -p $$d/$$file $(distdir)/$$file || :; \
132          fi; \
133        done
134info-am:
135info: info-am
136dvi-am:
137dvi: dvi-am
138check-am: all-am
139check: check-am
140installcheck-am:
141installcheck: installcheck-am
142install-exec-am:
143install-exec: install-exec-am
144
145install-data-am:
146install-data: install-data-am
147
148install-am: all-am
149        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
150install: install-am
151uninstall-am:
152uninstall: uninstall-am
153all-am: Makefile
154all-redirect: all-am
155install-strip:
156        $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
157installdirs:
158
159
160mostlyclean-generic:
161
162clean-generic:
163
164distclean-generic:
165        -rm -f Makefile $(CONFIG_CLEAN_FILES)
166        -rm -f config.cache config.log stamp-h stamp-h[0-9]*
167
168maintainer-clean-generic:
169mostlyclean-am:  mostlyclean-generic
170
171mostlyclean: mostlyclean-am
172
173clean-am:  clean-generic mostlyclean-am
174
175clean: clean-am
176
177distclean-am:  distclean-generic clean-am
178
179distclean: distclean-am
180
181maintainer-clean-am:  maintainer-clean-generic distclean-am
182        @echo "This command is intended for maintainers to use;"
183        @echo "it deletes files that may require special tools to rebuild."
184
185maintainer-clean: maintainer-clean-am
186
187.PHONY: tags distdir info-am info dvi-am dvi check check-am \
188installcheck-am installcheck install-exec-am install-exec \
189install-data-am install-data install-am install uninstall-am uninstall \
190all-redirect all-am all installdirs mostlyclean-generic \
191distclean-generic clean-generic maintainer-clean-generic clean \
192mostlyclean distclean maintainer-clean
193
194
195debug-am:
196debug: debug-am
197.PHONY: debug debug-am
198
199profile-am:
200profile: profile-am
201.PHONY: profile profile-am
202
203preinstall-am:
204preinstall: preinstall-am
205.PHONY: preinstall preinstall-am
206
207depend-am:
208depend: depend-am
209.PHONY: depend depend-am
210
211# Tell versions [3.59,3.63) of GNU make to not export all variables.
212# Otherwise a system limit (for SysV at least) may be exceeded.
213.NOEXPORT:
Note: See TracBrowser for help on using the repository browser.