source: rtems/tools/cpu/sh/Makefile.in @ 473b4e5

4.104.114.84.95
Last change on this file since 473b4e5 was 473b4e5, checked in by Joel Sherrill <joel.sherrill@…>, on 10/04/99 at 13:30:15

Regenerated.

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