source: rtems/c/src/lib/libbsp/unix/posix/tools/Makefile.in @ c011b47

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