source: rtems/tools/build/scripts/Makefile.in @ 8cdb582

4.104.114.84.95
Last change on this file since 8cdb582 was 8cdb582, checked in by Joel Sherrill <joel.sherrill@…>, on 04/12/99 at 15:41:33

Patch from Ralf Corsepius <corsepiu@…>:

This patch addresses a few minor issues and contains a few (minor)
preparations for automake.

  • configure.in: Fix for handing c/src/tests subdirectory handling (FIX)
  • aclocal/rtems-top.m4: + Add TARGET_SUBDIR and --with-target-subdir (preparation of future

enhancements for cross-compiling)

+ Activate RTEMS_ROOT handling (automake preparation)

  • automake/*.am: replace comments "#" with "##" so that comments won't get included into Makefile.in's anymore
  • c/update-tools/* automake support (NEW)
  • ./autogen update/enhancement (cf. ./autogen for details)

After applying this patch please run:

./autogen
cvs add c/update-tools/configure.in
cvs add c/update-tools/Makefile.am
cvs add c/update-tools/aclocal.m4

  • Property mode set to 100644
File size: 6.9 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@
67CC = @CC@
68EXEEXT = @EXEEXT@
69KSH = @KSH@
70MAKEINFO = @MAKEINFO@
71PACKAGE = @PACKAGE@
72PROJECT_ROOT = @PROJECT_ROOT@
73RTEMS_ROOT = @RTEMS_ROOT@
74RTEMS_TOPdir = @RTEMS_TOPdir@
75VERSION = @VERSION@
76
77AUTOMAKE_OPTIONS = foreign
78
79bin_SCRIPTS =  install-if-change lock-directory unlock-directory rcs-clean
80
81
82noinst_SCRIPTS = search-id.sh
83mkinstalldirs = $(SHELL) $(top_srcdir)/../../mkinstalldirs
84CONFIG_HEADER = ../src/config.h
85CONFIG_CLEAN_FILES =  install-if-change lock-directory rcs-clean \
86unlock-directory
87SCRIPTS =  $(bin_SCRIPTS) $(noinst_SCRIPTS)
88
89DIST_COMMON =  README Makefile.am Makefile.in install-if-change.in \
90lock-directory.in rcs-clean.in unlock-directory.in
91
92
93DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
94
95TAR = tar
96GZIP_ENV = --best
97all: all-redirect
98.SUFFIXES:
99$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) $(top_srcdir)/../../automake/local.am
100        cd $(top_srcdir) && $(AUTOMAKE) --foreign scripts/Makefile
101
102Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status $(BUILT_SOURCES)
103        cd $(top_builddir) \
104          && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
105
106install-if-change: $(top_builddir)/config.status install-if-change.in
107        cd $(top_builddir) && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
108lock-directory: $(top_builddir)/config.status lock-directory.in
109        cd $(top_builddir) && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
110rcs-clean: $(top_builddir)/config.status rcs-clean.in
111        cd $(top_builddir) && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
112unlock-directory: $(top_builddir)/config.status unlock-directory.in
113        cd $(top_builddir) && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
114
115install-binSCRIPTS: $(bin_SCRIPTS)
116        @$(NORMAL_INSTALL)
117        $(mkinstalldirs) $(DESTDIR)$(bindir)
118        @list='$(bin_SCRIPTS)'; for p in $$list; do \
119          if test -f $$p; then \
120            echo " $(INSTALL_SCRIPT) $$p $(DESTDIR)$(bindir)/`echo $$p|sed '$(transform)'`"; \
121            $(INSTALL_SCRIPT) $$p $(DESTDIR)$(bindir)/`echo $$p|sed '$(transform)'`; \
122          else if test -f $(srcdir)/$$p; then \
123            echo " $(INSTALL_SCRIPT) $(srcdir)/$$p $(DESTDIR)$(bindir)/`echo $$p|sed '$(transform)'`"; \
124            $(INSTALL_SCRIPT) $(srcdir)/$$p $(DESTDIR)$(bindir)/`echo $$p|sed '$(transform)'`; \
125          else :; fi; fi; \
126        done
127
128uninstall-binSCRIPTS:
129        @$(NORMAL_UNINSTALL)
130        list='$(bin_SCRIPTS)'; for p in $$list; do \
131          rm -f $(DESTDIR)$(bindir)/`echo $$p|sed '$(transform)'`; \
132        done
133tags: TAGS
134TAGS:
135
136
137distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
138
139subdir = scripts
140
141distdir: $(DISTFILES)
142        here=`cd $(top_builddir) && pwd`; \
143        top_distdir=`cd $(top_distdir) && pwd`; \
144        distdir=`cd $(distdir) && pwd`; \
145        cd $(top_srcdir) \
146          && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --foreign scripts/Makefile
147        @for file in $(DISTFILES); do \
148          d=$(srcdir); \
149          if test -d $$d/$$file; then \
150            cp -pr $$/$$file $(distdir)/$$file; \
151          else \
152            test -f $(distdir)/$$file \
153            || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
154            || cp -p $$d/$$file $(distdir)/$$file || :; \
155          fi; \
156        done
157info-am:
158info: info-am
159dvi-am:
160dvi: dvi-am
161check-am: all-am
162check: check-am
163installcheck-am:
164installcheck: installcheck-am
165install-exec-am: install-binSCRIPTS install-exec-local
166install-exec: install-exec-am
167
168install-data-am:
169install-data: install-data-am
170
171install-am: all-am
172        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
173install: install-am
174uninstall-am: uninstall-binSCRIPTS
175uninstall: uninstall-am
176all-am: Makefile $(SCRIPTS)
177all-redirect: all-am
178install-strip:
179        $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
180installdirs:
181        $(mkinstalldirs)  $(DESTDIR)$(bindir)
182
183
184mostlyclean-generic:
185
186clean-generic:
187
188distclean-generic:
189        -rm -f Makefile $(CONFIG_CLEAN_FILES)
190        -rm -f config.cache config.log stamp-h stamp-h[0-9]*
191
192maintainer-clean-generic:
193mostlyclean-am:  mostlyclean-generic
194
195mostlyclean: mostlyclean-am
196
197clean-am:  clean-generic mostlyclean-am
198
199clean: clean-am
200
201distclean-am:  distclean-generic clean-am
202
203distclean: distclean-am
204
205maintainer-clean-am:  maintainer-clean-generic distclean-am
206        @echo "This command is intended for maintainers to use;"
207        @echo "it deletes files that may require special tools to rebuild."
208
209maintainer-clean: maintainer-clean-am
210
211.PHONY: uninstall-binSCRIPTS install-binSCRIPTS tags distdir info-am \
212info dvi-am dvi check check-am installcheck-am installcheck \
213install-exec-local install-exec-am install-exec install-data-am \
214install-data install-am install uninstall-am uninstall all-redirect \
215all-am all installdirs mostlyclean-generic distclean-generic \
216clean-generic maintainer-clean-generic clean mostlyclean distclean \
217maintainer-clean
218
219
220#
221# HACK: install to the build-tree
222#
223install-exec-local: $(bin_SCRIPTS)
224        $(mkinstalldirs) $(PROJECT_ROOT)/${RTEMS_BSP}/build-tools
225        $(INSTALL_SCRIPT) $(bin_SCRIPTS) \
226         $(PROJECT_ROOT)/${RTEMS_BSP}/build-tools
227
228preinstall: install-exec-local
229
230debug-am:
231
232debug: debug-am
233
234debug_install-am:
235
236debug_install: debug_install-am
237
238.PHONY: debug debug_install debug-am
239
240profile-am:
241
242profile: profile-am
243
244profile_install-am:
245
246profile_install: profile_install-am
247
248.PHONY: profile profile_install profile-am
249
250preinstall-am:
251
252preinstall: preinstall-am
253
254.PHONY: preinstall preinstall-am
255
256# Tell versions [3.59,3.63) of GNU make to not export all variables.
257# Otherwise a system limit (for SysV at least) may be exceeded.
258.NOEXPORT:
Note: See TracBrowser for help on using the repository browser.