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