source: rtems/tools/update/Makefile.in @ e1d8abb

4.104.114.84.95
Last change on this file since e1d8abb was e1d8abb, checked in by Joel Sherrill <joel.sherrill@…>, on 09/07/99 at 13:45:03

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: 7.5 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 = :
65host_alias = @host_alias@
66host_triplet = @host@
67INSTALL_CHANGE = @INSTALL_CHANGE@
68KSH = @KSH@
69MAINT = @MAINT@
70MAKEINFO = @MAKEINFO@
71PACKAGE = @PACKAGE@
72PACKHEX = @PACKHEX@
73PERL = @PERL@
74PROJECT_ROOT = @PROJECT_ROOT@
75RTEMS_ROOT = @RTEMS_ROOT@
76RTEMS_TOPdir = @RTEMS_TOPdir@
77VERSION = @VERSION@
78project_bindir = @project_bindir@
79project_includedir = @project_includedir@
80project_libdir = @project_libdir@
81rtems_bspdir = @rtems_bspdir@
82rtems_makedir = @rtems_makedir@
83tooldir = @tooldir@
84
85AUTOMAKE_OPTIONS = foreign 1.4
86ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal
87# NOTE: It doesn't make much sense to install these files
88
89CLEANFILES = update word-replace
90
91# All files in this directory depend on having perl.
92# Do not handle them if perl is missing.
93
94@PERL_TRUE@noinst_SCRIPTS = acpolish ampolish cipolish rtems-polish.sh word-replace update
95
96@PERL_TRUE@noinst_DATA = 310_to_320_list
97
98EXTRA_DIST =  310_to_320_list update.in word-replace.in acpolish ampolish cipolish rtems-polish.sh
99
100ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
101mkinstalldirs = $(SHELL) $(top_srcdir)/../../mkinstalldirs
102CONFIG_CLEAN_FILES =
103SCRIPTS =  $(noinst_SCRIPTS)
104
105DATA =  $(noinst_DATA)
106
107DIST_COMMON =  README Makefile.am Makefile.in aclocal.m4 configure \
108configure.in
109
110
111DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
112
113TAR = tar
114GZIP_ENV = --best
115all: all-redirect
116.SUFFIXES:
117$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) $(top_srcdir)/../../automake/local.am
118        cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile
119
120Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status $(BUILT_SOURCES)
121        cd $(top_builddir) \
122          && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
123
124$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ configure.in
125        cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
126
127config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
128        $(SHELL) ./config.status --recheck
129$(srcdir)/configure: @MAINTAINER_MODE_TRUE@$(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
130        cd $(srcdir) && $(AUTOCONF)
131tags: TAGS
132TAGS:
133
134
135distdir = $(PACKAGE)-$(VERSION)
136top_distdir = $(distdir)
137
138# This target untars the dist file and tries a VPATH configuration.  Then
139# it guarantees that the distribution is self-contained by making another
140# tarfile.
141distcheck: dist
142        -rm -rf $(distdir)
143        GZIP=$(GZIP_ENV) $(TAR) zxf $(distdir).tar.gz
144        mkdir $(distdir)/=build
145        mkdir $(distdir)/=inst
146        dc_install_base=`cd $(distdir)/=inst && pwd`; \
147        cd $(distdir)/=build \
148          && ../configure --srcdir=.. --prefix=$$dc_install_base \
149          && $(MAKE) $(AM_MAKEFLAGS) \
150          && $(MAKE) $(AM_MAKEFLAGS) dvi \
151          && $(MAKE) $(AM_MAKEFLAGS) check \
152          && $(MAKE) $(AM_MAKEFLAGS) install \
153          && $(MAKE) $(AM_MAKEFLAGS) installcheck \
154          && $(MAKE) $(AM_MAKEFLAGS) dist
155        -rm -rf $(distdir)
156        @banner="$(distdir).tar.gz is ready for distribution"; \
157        dashes=`echo "$$banner" | sed s/./=/g`; \
158        echo "$$dashes"; \
159        echo "$$banner"; \
160        echo "$$dashes"
161dist: distdir
162        -chmod -R a+r $(distdir)
163        GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
164        -rm -rf $(distdir)
165dist-all: distdir
166        -chmod -R a+r $(distdir)
167        GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
168        -rm -rf $(distdir)
169distdir: $(DISTFILES)
170        -rm -rf $(distdir)
171        mkdir $(distdir)
172        -chmod 777 $(distdir)
173        here=`cd $(top_builddir) && pwd`; \
174        top_distdir=`cd $(distdir) && pwd`; \
175        distdir=`cd $(distdir) && pwd`; \
176        cd $(top_srcdir) \
177          && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --foreign Makefile
178        @for file in $(DISTFILES); do \
179          d=$(srcdir); \
180          if test -d $$d/$$file; then \
181            cp -pr $$/$$file $(distdir)/$$file; \
182          else \
183            test -f $(distdir)/$$file \
184            || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
185            || cp -p $$d/$$file $(distdir)/$$file || :; \
186          fi; \
187        done
188info-am:
189info: info-am
190dvi-am:
191dvi: dvi-am
192check-am: all-am
193check: check-am
194installcheck-am:
195installcheck: installcheck-am
196install-exec-am:
197install-exec: install-exec-am
198
199install-data-am:
200install-data: install-data-am
201
202install-am: all-am
203        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
204install: install-am
205uninstall-am:
206uninstall: uninstall-am
207all-am: Makefile $(SCRIPTS) $(DATA)
208all-redirect: all-am
209install-strip:
210        $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
211installdirs:
212
213
214mostlyclean-generic:
215
216clean-generic:
217        -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
218
219distclean-generic:
220        -rm -f Makefile $(CONFIG_CLEAN_FILES)
221        -rm -f config.cache config.log stamp-h stamp-h[0-9]*
222
223maintainer-clean-generic:
224mostlyclean-am:  mostlyclean-generic
225
226mostlyclean: mostlyclean-am
227
228clean-am:  clean-generic mostlyclean-am
229
230clean: clean-am
231
232distclean-am:  distclean-generic clean-am
233
234distclean: distclean-am
235        -rm -f config.status
236
237maintainer-clean-am:  maintainer-clean-generic distclean-am
238        @echo "This command is intended for maintainers to use;"
239        @echo "it deletes files that may require special tools to rebuild."
240
241maintainer-clean: maintainer-clean-am
242        -rm -f config.status
243
244.PHONY: tags distdir info-am info dvi-am dvi check check-am \
245installcheck-am installcheck install-exec-am install-exec \
246install-data-am install-data install-am install uninstall-am uninstall \
247all-redirect all-am all installdirs mostlyclean-generic \
248distclean-generic clean-generic maintainer-clean-generic clean \
249mostlyclean distclean maintainer-clean
250
251
252@PERL_TRUE@update: $(srcdir)/update.in $(top_builddir)/config.status
253@PERL_TRUE@     @cd $(top_builddir) \
254@PERL_TRUE@      && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status; \
255@PERL_TRUE@     chmod 755 $@
256
257@PERL_TRUE@word-replace: $(srcdir)/word-replace.in $(top_builddir)/config.status
258@PERL_TRUE@     @cd $(top_builddir) \
259@PERL_TRUE@      && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status; \
260@PERL_TRUE@     chmod 755 $@
261
262debug-am:
263debug: debug-am
264.PHONY: debug debug-am
265
266profile-am:
267profile: profile-am
268.PHONY: profile profile-am
269
270preinstall-am: $(TMPINSTALL_FILES)
271preinstall: preinstall-am
272.PHONY: preinstall preinstall-am
273
274depend-am:
275depend: depend-am
276.PHONY: depend depend-am
277
278# Tell versions [3.59,3.63) of GNU make to not export all variables.
279# Otherwise a system limit (for SysV at least) may be exceeded.
280.NOEXPORT:
Note: See TracBrowser for help on using the repository browser.