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

4.104.114.84.95
Last change on this file since 7398901 was 7398901, checked in by Joel Sherrill <joel.sherrill@…>, on 05/27/99 at 15:46:00

Regenerated.

  • Property mode set to 100644
File size: 9.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 = .
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@
69CC = @CC@
70MAKEINFO = @MAKEINFO@
71PACKAGE = @PACKAGE@
72PROJECT_ROOT = @PROJECT_ROOT@
73RTEMS_ROOT = @RTEMS_ROOT@
74RTEMS_TOPdir = @RTEMS_TOPdir@
75VERSION = @VERSION@
76project_bindir = @project_bindir@
77project_includedir = @project_includedir@
78project_libdir = @project_libdir@
79tooldir = @tooldir@
80
81AUTOMAKE_OPTIONS = foreign
82ACLOCAL = @ACLOCAL@ -I $(RTEMS_TOPdir)/aclocal
83
84noinst_PROGRAMS = shgen
85
86shgen_SOURCES =  sci.h sci.c shgen.c
87
88ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
89mkinstalldirs = $(SHELL) $(top_srcdir)/../../../../../../mkinstalldirs
90CONFIG_CLEAN_FILES =
91PROGRAMS =  $(noinst_PROGRAMS)
92
93
94DEFS = @DEFS@ -I. -I$(srcdir)
95CPPFLAGS = @CPPFLAGS@
96LDFLAGS = @LDFLAGS@
97LIBS = @LIBS@
98shgen_OBJECTS =  sci.o shgen.o
99shgen_LDADD = $(LDADD)
100shgen_DEPENDENCIES =
101shgen_LDFLAGS =
102CFLAGS = @CFLAGS@
103COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
104CCLD = $(CC)
105LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@
106DIST_COMMON =  AUTHORS COPYING Makefile.am Makefile.in TODO aclocal.m4 \
107configure configure.in
108
109
110DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
111
112TAR = tar
113GZIP_ENV = --best
114DEP_FILES =  .deps/sci.P .deps/shgen.P
115SOURCES = $(shgen_SOURCES)
116OBJECTS = $(shgen_OBJECTS)
117
118all: all-redirect
119.SUFFIXES:
120.SUFFIXES: .S .c .o .s
121$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) $(top_srcdir)/../../../../../../automake/local.am
122        cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile
123
124Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status $(BUILT_SOURCES)
125        cd $(top_builddir) \
126          && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
127
128$(ACLOCAL_M4):  configure.in
129        cd $(srcdir) && $(ACLOCAL)
130
131config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
132        $(SHELL) ./config.status --recheck
133$(srcdir)/configure: $(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
134        cd $(srcdir) && $(AUTOCONF)
135
136mostlyclean-noinstPROGRAMS:
137
138clean-noinstPROGRAMS:
139        -test -z "$(noinst_PROGRAMS)" || rm -f $(noinst_PROGRAMS)
140
141distclean-noinstPROGRAMS:
142
143maintainer-clean-noinstPROGRAMS:
144
145.s.o:
146        $(COMPILE) -c $<
147
148.S.o:
149        $(COMPILE) -c $<
150
151mostlyclean-compile:
152        -rm -f *.o core *.core
153
154clean-compile:
155
156distclean-compile:
157        -rm -f *.tab.c
158
159maintainer-clean-compile:
160
161shgen: $(shgen_OBJECTS) $(shgen_DEPENDENCIES)
162        @rm -f shgen
163        $(LINK) $(shgen_LDFLAGS) $(shgen_OBJECTS) $(shgen_LDADD) $(LIBS)
164
165tags: TAGS
166
167ID: $(HEADERS) $(SOURCES) $(LISP)
168        list='$(SOURCES) $(HEADERS)'; \
169        unique=`for i in $$list; do echo $$i; done | \
170          awk '    { files[$$0] = 1; } \
171               END { for (i in files) print i; }'`; \
172        here=`pwd` && cd $(srcdir) \
173          && mkid -f$$here/ID $$unique $(LISP)
174
175TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) $(LISP)
176        tags=; \
177        here=`pwd`; \
178        list='$(SOURCES) $(HEADERS)'; \
179        unique=`for i in $$list; do echo $$i; done | \
180          awk '    { files[$$0] = 1; } \
181               END { for (i in files) print i; }'`; \
182        test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
183          || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags  $$unique $(LISP) -o $$here/TAGS)
184
185mostlyclean-tags:
186
187clean-tags:
188
189distclean-tags:
190        -rm -f TAGS ID
191
192maintainer-clean-tags:
193
194distdir = $(PACKAGE)-$(VERSION)
195top_distdir = $(distdir)
196
197# This target untars the dist file and tries a VPATH configuration.  Then
198# it guarantees that the distribution is self-contained by making another
199# tarfile.
200distcheck: dist
201        -rm -rf $(distdir)
202        GZIP=$(GZIP_ENV) $(TAR) zxf $(distdir).tar.gz
203        mkdir $(distdir)/=build
204        mkdir $(distdir)/=inst
205        dc_install_base=`cd $(distdir)/=inst && pwd`; \
206        cd $(distdir)/=build \
207          && ../configure --srcdir=.. --prefix=$$dc_install_base \
208          && $(MAKE) $(AM_MAKEFLAGS) \
209          && $(MAKE) $(AM_MAKEFLAGS) dvi \
210          && $(MAKE) $(AM_MAKEFLAGS) check \
211          && $(MAKE) $(AM_MAKEFLAGS) install \
212          && $(MAKE) $(AM_MAKEFLAGS) installcheck \
213          && $(MAKE) $(AM_MAKEFLAGS) dist
214        -rm -rf $(distdir)
215        @banner="$(distdir).tar.gz is ready for distribution"; \
216        dashes=`echo "$$banner" | sed s/./=/g`; \
217        echo "$$dashes"; \
218        echo "$$banner"; \
219        echo "$$dashes"
220dist: distdir
221        -chmod -R a+r $(distdir)
222        GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
223        -rm -rf $(distdir)
224dist-all: distdir
225        -chmod -R a+r $(distdir)
226        GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
227        -rm -rf $(distdir)
228distdir: $(DISTFILES)
229        -rm -rf $(distdir)
230        mkdir $(distdir)
231        -chmod 777 $(distdir)
232        here=`cd $(top_builddir) && pwd`; \
233        top_distdir=`cd $(distdir) && pwd`; \
234        distdir=`cd $(distdir) && pwd`; \
235        cd $(top_srcdir) \
236          && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --foreign Makefile
237        @for file in $(DISTFILES); do \
238          d=$(srcdir); \
239          if test -d $$d/$$file; then \
240            cp -pr $$/$$file $(distdir)/$$file; \
241          else \
242            test -f $(distdir)/$$file \
243            || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
244            || cp -p $$d/$$file $(distdir)/$$file || :; \
245          fi; \
246        done
247
248DEPS_MAGIC := $(shell mkdir .deps > /dev/null 2>&1 || :)
249
250-include $(DEP_FILES)
251
252mostlyclean-depend:
253
254clean-depend:
255
256distclean-depend:
257        -rm -rf .deps
258
259maintainer-clean-depend:
260
261%.o: %.c
262        @echo '$(COMPILE) -c $<'; \
263        $(COMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
264        @-cp .deps/$(*F).pp .deps/$(*F).P; \
265        tr ' ' '\012' < .deps/$(*F).pp \
266          | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
267            >> .deps/$(*F).P; \
268        rm .deps/$(*F).pp
269
270%.lo: %.c
271        @echo '$(LTCOMPILE) -c $<'; \
272        $(LTCOMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
273        @-sed -e 's/^\([^:]*\)\.o[      ]*:/\1.lo \1.o :/' \
274          < .deps/$(*F).pp > .deps/$(*F).P; \
275        tr ' ' '\012' < .deps/$(*F).pp \
276          | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
277            >> .deps/$(*F).P; \
278        rm -f .deps/$(*F).pp
279info-am:
280info: info-am
281dvi-am:
282dvi: dvi-am
283check-am: all-am
284check: check-am
285installcheck-am:
286installcheck: installcheck-am
287install-exec-am:
288install-exec: install-exec-am
289
290install-data-am:
291install-data: install-data-am
292
293install-am: all-am
294        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
295install: install-am
296uninstall-am:
297uninstall: uninstall-am
298all-am: Makefile $(PROGRAMS)
299all-redirect: all-am
300install-strip:
301        $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
302installdirs:
303
304
305mostlyclean-generic:
306
307clean-generic:
308
309distclean-generic:
310        -rm -f Makefile $(CONFIG_CLEAN_FILES)
311        -rm -f config.cache config.log stamp-h stamp-h[0-9]*
312
313maintainer-clean-generic:
314mostlyclean-am:  mostlyclean-noinstPROGRAMS mostlyclean-compile \
315                mostlyclean-tags mostlyclean-depend mostlyclean-generic
316
317mostlyclean: mostlyclean-am
318
319clean-am:  clean-noinstPROGRAMS clean-compile clean-tags clean-depend \
320                clean-generic mostlyclean-am
321
322clean: clean-am
323
324distclean-am:  distclean-noinstPROGRAMS distclean-compile distclean-tags \
325                distclean-depend distclean-generic clean-am
326
327distclean: distclean-am
328        -rm -f config.status
329
330maintainer-clean-am:  maintainer-clean-noinstPROGRAMS \
331                maintainer-clean-compile maintainer-clean-tags \
332                maintainer-clean-depend maintainer-clean-generic \
333                distclean-am
334        @echo "This command is intended for maintainers to use;"
335        @echo "it deletes files that may require special tools to rebuild."
336
337maintainer-clean: maintainer-clean-am
338        -rm -f config.status
339
340.PHONY: mostlyclean-noinstPROGRAMS distclean-noinstPROGRAMS \
341clean-noinstPROGRAMS maintainer-clean-noinstPROGRAMS \
342mostlyclean-compile distclean-compile clean-compile \
343maintainer-clean-compile tags mostlyclean-tags distclean-tags \
344clean-tags maintainer-clean-tags distdir mostlyclean-depend \
345distclean-depend clean-depend maintainer-clean-depend info-am info \
346dvi-am dvi check check-am installcheck-am installcheck install-exec-am \
347install-exec install-data-am install-data install-am install \
348uninstall-am uninstall all-redirect all-am all installdirs \
349mostlyclean-generic distclean-generic clean-generic \
350maintainer-clean-generic clean mostlyclean distclean maintainer-clean
351
352
353debug-am:
354debug: debug-am
355.PHONY: debug debug-am
356
357debug_install-am:
358debug_install: debug_install-am
359.PHONY: debug_install debug_install-am
360
361profile-am:
362profile: profile-am
363.PHONY: profile profile-am
364
365profile_install-am:
366profile_install: profile_install-am
367.PHONY: profile_install profile_install-am
368
369preinstall-am:
370preinstall: preinstall-am
371.PHONY: preinstall preinstall-am
372
373clobber-am:
374clobber: clobber-am
375.PHONY: clobber clobber-am
376
377depend-am:
378depend: depend-am
379.PHONY: depend depend-am
380
381# Tell versions [3.59,3.63) of GNU make to not export all variables.
382# Otherwise a system limit (for SysV at least) may be exceeded.
383.NOEXPORT:
Note: See TracBrowser for help on using the repository browser.