source: rtems/tools/cpu/sh/Makefile.in @ ecab6a39

4.104.114.84.95
Last change on this file since ecab6a39 was ecab6a39, checked in by Joel Sherrill <joel.sherrill@…>, on 03/31/99 at 23:29:19

Regenerated.

  • Property mode set to 100644
File size: 7.9 KB
Line 
1# Makefile.in generated automatically by automake 1.2 from Makefile.am
2
3# Copyright (C) 1994, 1995, 1996, 1997 Free Software Foundation, Inc.
4# This Makefile.in is free software; the Free Software Foundation
5# gives unlimited permission to copy, distribute and modify it.
6
7#
8#  $Id$
9#
10
11
12SHELL = /bin/sh
13
14srcdir = @srcdir@
15top_srcdir = @top_srcdir@
16VPATH = @srcdir@
17prefix = @prefix@
18exec_prefix = @exec_prefix@
19
20bindir = @bindir@
21sbindir = @sbindir@
22libexecdir = @libexecdir@
23datadir = @datadir@
24sysconfdir = @sysconfdir@
25sharedstatedir = @sharedstatedir@
26localstatedir = @localstatedir@
27libdir = @libdir@
28infodir = @infodir@
29mandir = @mandir@
30includedir = @includedir@
31oldincludedir = /usr/include
32
33pkgdatadir = $(datadir)/@PACKAGE@
34pkglibdir = $(libdir)/@PACKAGE@
35pkgincludedir = $(includedir)/@PACKAGE@
36
37top_builddir = .
38AUTOCONF = @AUTOCONF@
39AUTOMAKE = @AUTOMAKE@
40AUTOHEADER = @AUTOHEADER@
41
42INSTALL = @INSTALL@
43INSTALL_PROGRAM = @INSTALL_PROGRAM@
44INSTALL_DATA = @INSTALL_DATA@
45INSTALL_SCRIPT = @INSTALL_SCRIPT@
46transform = @program_transform_name@
47
48NORMAL_INSTALL = true
49PRE_INSTALL = true
50POST_INSTALL = true
51NORMAL_UNINSTALL = true
52PRE_UNINSTALL = true
53POST_UNINSTALL = true
54build_alias = @build_alias@
55build_triplet = @build@
56host_alias = @host_alias@
57host_triplet = @host@
58target_alias = @target_alias@
59target_triplet = @target@
60CC = @CC@
61MAKEINFO = @MAKEINFO@
62PACKAGE = @PACKAGE@
63PROJECT_ROOT = @PROJECT_ROOT@
64RTEMS_TOPdir = @RTEMS_TOPdir@
65VERSION = @VERSION@
66project_bindir = @project_bindir@
67project_includedir = @project_includedir@
68project_libdir = @project_libdir@
69tooldir = @tooldir@
70
71AUTOMAKE_OPTIONS = foreign
72ACLOCAL = @ACLOCAL@ -I $(RTEMS_TOPdir)/aclocal
73
74noinst_PROGRAMS=shgen
75
76shgen_SOURCES = \
77sci.h \
78sci.c \
79shgen.c
80ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
81mkinstalldirs = $(SHELL) $(top_srcdir)/../../../../../../mkinstalldirs
82CONFIG_CLEAN_FILES =
83PROGRAMS =  $(noinst_PROGRAMS)
84
85
86DEFS = @DEFS@ -I. -I$(srcdir)
87CPPFLAGS = @CPPFLAGS@
88LDFLAGS = @LDFLAGS@
89LIBS = @LIBS@
90shgen_OBJECTS =  sci.o shgen.o
91shgen_LDADD = $(LDADD)
92shgen_LDFLAGS =
93CFLAGS = @CFLAGS@
94COMPILE = $(CC) $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CFLAGS)
95LINK = $(CC) $(CFLAGS) $(LDFLAGS) -o $@
96DIST_COMMON =  AUTHORS COPYING Makefile.am Makefile.in TODO aclocal.m4 \
97configure configure.in
98
99
100DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
101
102TAR = tar
103GZIP = --best
104DEP_FILES =  .deps/sci.P .deps/shgen.P
105SOURCES = $(shgen_SOURCES)
106OBJECTS = $(shgen_OBJECTS)
107
108default: all
109
110.SUFFIXES:
111.SUFFIXES: .c .o
112$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
113        cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile
114
115Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES)
116        cd $(top_builddir) \
117          && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
118
119$(ACLOCAL_M4):  configure.in
120        cd $(srcdir) && $(ACLOCAL)
121
122config.status: $(srcdir)/configure
123        $(SHELL) ./config.status --recheck
124$(srcdir)/configure: $(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
125        cd $(srcdir) && $(AUTOCONF)
126
127mostlyclean-noinstPROGRAMS:
128
129clean-noinstPROGRAMS:
130        test -z "$(noinst_PROGRAMS)" || rm -f $(noinst_PROGRAMS)
131
132distclean-noinstPROGRAMS:
133
134maintainer-clean-noinstPROGRAMS:
135
136.c.o:
137        $(COMPILE) -c $<
138
139mostlyclean-compile:
140        rm -f *.o core
141
142clean-compile:
143
144distclean-compile:
145        rm -f *.tab.c
146
147maintainer-clean-compile:
148
149shgen: $(shgen_OBJECTS) $(shgen_DEPENDENCIES)
150        @rm -f shgen
151        $(LINK) $(shgen_LDFLAGS) $(shgen_OBJECTS) $(shgen_LDADD) $(LIBS)
152
153tags: TAGS
154
155ID: $(HEADERS) $(SOURCES)
156        here=`pwd` && cd $(srcdir) && mkid -f$$here/ID $(SOURCES) $(HEADERS)
157
158TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES)
159        tags=; \
160        here=`pwd`; \
161        test -z "$(ETAGS_ARGS)$(SOURCES)$(HEADERS)$$tags" \
162          || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags  $(SOURCES) $(HEADERS) -o $$here/TAGS)
163
164mostlyclean-tags:
165
166clean-tags:
167
168distclean-tags:
169        rm -f TAGS ID
170
171maintainer-clean-tags:
172
173distdir = $(PACKAGE)-$(VERSION)
174top_distdir = $(distdir)
175
176# This target untars the dist file and tries a VPATH configuration.  Then
177# it guarantees that the distribution is self-contained by making another
178# tarfile.
179distcheck: dist
180        rm -rf $(distdir)
181        GZIP=$(GZIP) $(TAR) zxf $(distdir).tar.gz
182        mkdir $(distdir)/=build
183        mkdir $(distdir)/=inst
184        dc_install_base=`cd $(distdir)/=inst && pwd`; \
185        cd $(distdir)/=build \
186          && ../configure --srcdir=.. --prefix=$$dc_install_base \
187          && $(MAKE) \
188          && $(MAKE) dvi \
189          && $(MAKE) check \
190          && $(MAKE) install \
191          && $(MAKE) installcheck \
192          && $(MAKE) dist
193        rm -rf $(distdir)
194        @echo "========================"; \
195        echo "$(distdir).tar.gz is ready for distribution"; \
196        echo "========================"
197dist: distdir
198        -chmod -R a+r $(distdir)
199        GZIP=$(GZIP) $(TAR) chozf $(distdir).tar.gz $(distdir)
200        rm -rf $(distdir)
201dist-all: distdir
202        -chmod -R a+r $(distdir)
203        GZIP=$(GZIP) $(TAR) chozf $(distdir).tar.gz $(distdir)
204        rm -rf $(distdir)
205distdir: $(DISTFILES)
206        rm -rf $(distdir)
207        mkdir $(distdir)
208        -chmod 777 $(distdir)
209        here=`cd $(top_builddir) && pwd`; \
210        top_distdir=`cd $(top_distdir) && pwd`; \
211        cd $(top_srcdir) \
212          && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --foreign Makefile
213        @for file in $(DISTFILES); do \
214          d=$(srcdir); \
215          test -f $(distdir)/$$file \
216          || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
217          || cp -p $$d/$$file $(distdir)/$$file; \
218        done
219
220MKDEP = gcc -M $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CFLAGS)
221
222DEPS_MAGIC := $(shell mkdir .deps > /dev/null 2>&1 || :)
223-include .deps/.P
224.deps/.P: $(BUILT_SOURCES)
225        echo > $@
226
227-include $(DEP_FILES)
228
229mostlyclean-depend:
230
231clean-depend:
232
233distclean-depend:
234
235maintainer-clean-depend:
236        rm -rf .deps
237
238.deps/%.P: %.c
239        @echo "Computing dependencies for $<..."
240        @o='o'; \
241        test -n "$o" && o='$$o'; \
242        $(MKDEP) $< >$@.tmp \
243          && sed "s,^\(.*\)\.o:,\1.$$o \1.l$$o $@:," < $@.tmp > $@ \
244          && rm -f $@.tmp
245info:
246dvi:
247check: all
248        $(MAKE)
249installcheck:
250install-exec:
251        @$(NORMAL_INSTALL)
252
253install-data:
254        @$(NORMAL_INSTALL)
255
256install: install-exec install-data all
257        @:
258
259uninstall:
260
261all: Makefile $(PROGRAMS)
262
263install-strip:
264        $(MAKE) INSTALL_PROGRAM='$(INSTALL_PROGRAM) -s' INSTALL_SCRIPT='$(INSTALL_PROGRAM)' install
265installdirs:
266
267
268mostlyclean-generic:
269        test -z "$(MOSTLYCLEANFILES)" || rm -f $(MOSTLYCLEANFILES)
270
271clean-generic:
272        test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
273
274distclean-generic:
275        rm -f Makefile $(DISTCLEANFILES)
276        rm -f config.cache config.log stamp-h stamp-h[0-9]*
277        test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
278
279maintainer-clean-generic:
280        test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
281        test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
282mostlyclean:  mostlyclean-noinstPROGRAMS mostlyclean-compile \
283                mostlyclean-tags mostlyclean-depend mostlyclean-generic
284
285clean:  clean-noinstPROGRAMS clean-compile clean-tags clean-depend \
286                clean-generic mostlyclean
287
288distclean:  distclean-noinstPROGRAMS distclean-compile distclean-tags \
289                distclean-depend distclean-generic clean
290        rm -f config.status
291
292maintainer-clean:  maintainer-clean-noinstPROGRAMS \
293                maintainer-clean-compile maintainer-clean-tags \
294                maintainer-clean-depend maintainer-clean-generic \
295                distclean
296        @echo "This command is intended for maintainers to use;"
297        @echo "it deletes files that may require special tools to rebuild."
298        rm -f config.status
299
300.PHONY: default mostlyclean-noinstPROGRAMS distclean-noinstPROGRAMS \
301clean-noinstPROGRAMS maintainer-clean-noinstPROGRAMS \
302mostlyclean-compile distclean-compile clean-compile \
303maintainer-clean-compile tags mostlyclean-tags distclean-tags \
304clean-tags maintainer-clean-tags distdir mostlyclean-depend \
305distclean-depend clean-depend maintainer-clean-depend info dvi \
306installcheck install-exec install-data install uninstall all \
307installdirs mostlyclean-generic distclean-generic clean-generic \
308maintainer-clean-generic clean mostlyclean distclean maintainer-clean
309
310
311include $(top_srcdir)/../../../../../../automake/local.am
312
313# Tell versions [3.59,3.63) of GNU make to not export all variables.
314# Otherwise a system limit (for SysV at least) may be exceeded.
315.NOEXPORT:
Note: See TracBrowser for help on using the repository browser.