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

4.104.114.84.95
Last change on this file since e1d8abb was e1d8abb, checked in by Joel Sherrill <joel.sherrill@…>, on 09/07/99 at 13:45:03

Applied patch rtems-rc-19990820-6.diff.gz from
Ralf Corsepius <corsepiu@…> which converted many
Makefile.in's to Makefile.am's. This added a lot of files.

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