source: rtems/c/update-tools/Makefile.in @ 1059abcd

4.104.114.84.95
Last change on this file since 1059abcd was 1059abcd, checked in by Joel Sherrill <joel.sherrill@…>, on 04/19/99 at 15:37:36

Regenerated.

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