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