source: rtems/doc/Makefile.in @ 14e62e1

4.104.114.84.95
Last change on this file since 14e62e1 was 29e68b75, checked in by Joel Sherrill <joel.sherrill@…>, on 07/26/99 at 21:26:44

Patch from Ralf Corsepius <corsepiu@…>:

This patch is an addition to "The big-patch"

CHANGES:

  • FIX: c/Makefile.am: bogus comment which changed the behavior of c/Makefile.am removed
  • FIX: make/custom/ts_i386ex.cfg did not set HAS_NETWORKING correctly (Me thinks it might have been me who added this bogus setting :-).
  • NEW: removing make targets get, protos, debug_install, profile_install
  • NEW: replacing clobber with distclean
  • NEW: Reimplement distclean and clean as reverse depth first make targets (adaptation to automake's behavior)
  • NEW: removing RCS_CLEAN from make distclean (tools/build/rcs_clean is still in - remove it?)
  • NEW: "$(RM) Makefile" added to make distclean (adaptation to automake's behavior)
  • NEW: "$(RM) config.cache config.log" to CLOBBER_ADDITIONS in [lib|exec|tests]/Makefile.in (adaptation to automake's behavior)
  • NEW: "$(CLEAN_PROTOS)" removed (Not used anywhere)
  • NEW: binpatch.c moved from i386 bsp tools to tools/build (AFAIS, binpatch is not specific to the pc386 BSP at all)
  • NEW: AC_EXEEXT added to all configure scripts which contain AC_PROG_CC (Cygwin support)
  • NEW/Experimental: An experimental implementation of temporary installation tree support in libbsp/i386/pc386/tools/Makefile.am, based on dependency tracking with make, instead of applying INSTALL_CHANGE.

REMARK:

  • This patch is small in size, but changes the behavior of "make clean|distclean|clobber" basically.
  • This patch does not alter building/compiling RTEMS, ie. there should be no need to rerun all "make all" building tests.

KNOWN BUGS:

  • make RTEMS_BSP="..." distclean in c/ runs "make distclean" in BSPs subdirectories passed through RTEMS_BSP and in "c/." only, but does not descend into other BSP subdirectories previously configured with different settings of make RTEMS_BSP="...". => Workaround: always use the same setting of RTEMS_BSP when working inside the build-tree.
  • "make [distclean|clean]" do not clean subdirectories, which have been configured at configuration time, but which are not used due to make-time configuration (e.g. macros/networking/rdgb subdirectories). This will problem will vanish by itself when migrating from make-time to configuration-time configuration

APPLYING THE PATCH

mv c/src/lib/libbsp/i386/pc386/tools/binpatch.c tools/build
patch -p1 < rtems-rc-19990709-2.diff
autogen

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