source: rtems/tools/cpu/sh/Makefile.in @ 1059abcd

4.104.114.84.95
Last change on this file since 1059abcd 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: 9.9 KB
RevLine 
[8cdb582]1# Makefile.in generated automatically by automake 1.4 from Makefile.am
[9b8baa1]2
[8cdb582]3# Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc.
[9b8baa1]4# This Makefile.in is free software; the Free Software Foundation
[8cdb582]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.
[9b8baa1]12
[fa21a843]13#
14#  $Id$
15#
16
[9b8baa1]17
[8cdb582]18
19SHELL = @SHELL@
[9b8baa1]20
[fa21a843]21srcdir = @srcdir@
[d8ff793]22top_srcdir = @top_srcdir@
[9b8baa1]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
[8cdb582]40DESTDIR =
41
[9b8baa1]42pkgdatadir = $(datadir)/@PACKAGE@
43pkglibdir = $(libdir)/@PACKAGE@
44pkgincludedir = $(includedir)/@PACKAGE@
45
46top_builddir = .
47AUTOCONF = @AUTOCONF@
48AUTOMAKE = @AUTOMAKE@
49AUTOHEADER = @AUTOHEADER@
[fa21a843]50
[8548fe0]51INSTALL = @INSTALL@
[8cdb582]52INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
[9b8baa1]53INSTALL_DATA = @INSTALL_DATA@
54INSTALL_SCRIPT = @INSTALL_SCRIPT@
55transform = @program_transform_name@
[8548fe0]56
[8cdb582]57NORMAL_INSTALL = :
58PRE_INSTALL = :
59POST_INSTALL = :
60NORMAL_UNINSTALL = :
61PRE_UNINSTALL = :
62POST_UNINSTALL = :
[9b8baa1]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@
[d8ff793]72PROJECT_ROOT = @PROJECT_ROOT@
[8cdb582]73RTEMS_ROOT = @RTEMS_ROOT@
[9b8baa1]74RTEMS_TOPdir = @RTEMS_TOPdir@
75VERSION = @VERSION@
76project_bindir = @project_bindir@
77project_includedir = @project_includedir@
78project_libdir = @project_libdir@
79tooldir = @tooldir@
[d8ff793]80
[9b8baa1]81AUTOMAKE_OPTIONS = foreign
82ACLOCAL = @ACLOCAL@ -I $(RTEMS_TOPdir)/aclocal
[d8ff793]83
[8cdb582]84noinst_PROGRAMS = shgen
85
86shgen_SOURCES =  sci.h sci.c shgen.c
[fa21a843]87
[9b8baa1]88ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
89mkinstalldirs = $(SHELL) $(top_srcdir)/../../../../../../mkinstalldirs
90CONFIG_CLEAN_FILES =
91PROGRAMS =  $(noinst_PROGRAMS)
[fa21a843]92
93
[9b8baa1]94DEFS = @DEFS@ -I. -I$(srcdir)
95CPPFLAGS = @CPPFLAGS@
96LDFLAGS = @LDFLAGS@
97LIBS = @LIBS@
98shgen_OBJECTS =  sci.o shgen.o
99shgen_LDADD = $(LDADD)
[8cdb582]100shgen_DEPENDENCIES =
[9b8baa1]101shgen_LDFLAGS =
102CFLAGS = @CFLAGS@
[8cdb582]103COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
104CCLD = $(CC)
105LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@
[9b8baa1]106DIST_COMMON =  AUTHORS COPYING Makefile.am Makefile.in TODO aclocal.m4 \
107configure configure.in
[fa21a843]108
109
[9b8baa1]110DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
[fa21a843]111
[9b8baa1]112TAR = tar
[8cdb582]113GZIP_ENV = --best
[9b8baa1]114DEP_FILES =  .deps/sci.P .deps/shgen.P
115SOURCES = $(shgen_SOURCES)
116OBJECTS = $(shgen_OBJECTS)
[fa21a843]117
[8cdb582]118all: all-redirect
[9b8baa1]119.SUFFIXES:
[8cdb582]120.SUFFIXES: .S .c .o .s
121$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) $(top_srcdir)/../../../../../../automake/local.am
[9b8baa1]122        cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile
[fa21a843]123
[8cdb582]124Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status $(BUILT_SOURCES)
[9b8baa1]125        cd $(top_builddir) \
126          && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
[fa21a843]127
[9b8baa1]128$(ACLOCAL_M4):  configure.in
129        cd $(srcdir) && $(ACLOCAL)
[fa21a843]130
[8cdb582]131config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
[9b8baa1]132        $(SHELL) ./config.status --recheck
133$(srcdir)/configure: $(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
134        cd $(srcdir) && $(AUTOCONF)
[fa21a843]135
[9b8baa1]136mostlyclean-noinstPROGRAMS:
[fa21a843]137
[9b8baa1]138clean-noinstPROGRAMS:
[8cdb582]139        -test -z "$(noinst_PROGRAMS)" || rm -f $(noinst_PROGRAMS)
[fa21a843]140
[9b8baa1]141distclean-noinstPROGRAMS:
[fa21a843]142
[9b8baa1]143maintainer-clean-noinstPROGRAMS:
[d8ff793]144
[8cdb582]145.s.o:
146        $(COMPILE) -c $<
147
148.S.o:
[9b8baa1]149        $(COMPILE) -c $<
150
151mostlyclean-compile:
[8cdb582]152        -rm -f *.o core *.core
[9b8baa1]153
154clean-compile:
155
156distclean-compile:
[8cdb582]157        -rm -f *.tab.c
[9b8baa1]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
[8cdb582]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)
[9b8baa1]174
[8cdb582]175TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) $(LISP)
[9b8baa1]176        tags=; \
177        here=`pwd`; \
[8cdb582]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)
[9b8baa1]184
185mostlyclean-tags:
186
187clean-tags:
188
189distclean-tags:
[8cdb582]190        -rm -f TAGS ID
[9b8baa1]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
[8cdb582]201        -rm -rf $(distdir)
202        GZIP=$(GZIP_ENV) $(TAR) zxf $(distdir).tar.gz
[9b8baa1]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 \
[8cdb582]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"
[9b8baa1]220dist: distdir
221        -chmod -R a+r $(distdir)
[8cdb582]222        GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
223        -rm -rf $(distdir)
[9b8baa1]224dist-all: distdir
225        -chmod -R a+r $(distdir)
[8cdb582]226        GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
227        -rm -rf $(distdir)
[9b8baa1]228distdir: $(DISTFILES)
[8cdb582]229        -rm -rf $(distdir)
[9b8baa1]230        mkdir $(distdir)
231        -chmod 777 $(distdir)
232        here=`cd $(top_builddir) && pwd`; \
[8cdb582]233        top_distdir=`cd $(distdir) && pwd`; \
234        distdir=`cd $(distdir) && pwd`; \
[9b8baa1]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); \
[8cdb582]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; \
[9b8baa1]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:
[8cdb582]257        -rm -rf .deps
[9b8baa1]258
259maintainer-clean-depend:
260
[8cdb582]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
[9b8baa1]300install-strip:
[8cdb582]301        $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
[9b8baa1]302installdirs:
303
304
305mostlyclean-generic:
306
307clean-generic:
308
309distclean-generic:
[8cdb582]310        -rm -f Makefile $(CONFIG_CLEAN_FILES)
311        -rm -f config.cache config.log stamp-h stamp-h[0-9]*
[9b8baa1]312
313maintainer-clean-generic:
[8cdb582]314mostlyclean-am:  mostlyclean-noinstPROGRAMS mostlyclean-compile \
[9b8baa1]315                mostlyclean-tags mostlyclean-depend mostlyclean-generic
316
[8cdb582]317mostlyclean: mostlyclean-am
318
319clean-am:  clean-noinstPROGRAMS clean-compile clean-tags clean-depend \
320                clean-generic mostlyclean-am
321
322clean: clean-am
[9b8baa1]323
[8cdb582]324distclean-am:  distclean-noinstPROGRAMS distclean-compile distclean-tags \
325                distclean-depend distclean-generic clean-am
[9b8baa1]326
[8cdb582]327distclean: distclean-am
328        -rm -f config.status
329
330maintainer-clean-am:  maintainer-clean-noinstPROGRAMS \
[9b8baa1]331                maintainer-clean-compile maintainer-clean-tags \
332                maintainer-clean-depend maintainer-clean-generic \
[8cdb582]333                distclean-am
[9b8baa1]334        @echo "This command is intended for maintainers to use;"
335        @echo "it deletes files that may require special tools to rebuild."
336
[8cdb582]337maintainer-clean: maintainer-clean-am
338        -rm -f config.status
339
340.PHONY: mostlyclean-noinstPROGRAMS distclean-noinstPROGRAMS \
[9b8baa1]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 \
[8cdb582]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 \
[9b8baa1]350maintainer-clean-generic clean mostlyclean distclean maintainer-clean
351
352
[8cdb582]353debug-am:
354debug: debug-am
[1059abcd]355.PHONY: debug debug-am
[8cdb582]356
357debug_install-am:
358debug_install: debug_install-am
[1059abcd]359.PHONY: debug_install debug_install-am
[8cdb582]360
361profile-am:
362profile: profile-am
[1059abcd]363.PHONY: profile profile-am
[8cdb582]364
365profile_install-am:
366profile_install: profile_install-am
[1059abcd]367.PHONY: profile_install profile_install-am
[8cdb582]368
369preinstall-am:
370preinstall: preinstall-am
371.PHONY: preinstall preinstall-am
[9b8baa1]372
[1059abcd]373clobber-am:
374clobber: clobber-am
375.PHONY: clobber clobber-am
376
377depend-am:
378depend: depend-am
379.PHONY: depend depend-am
380
[9b8baa1]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.