source: rtems/c/src/lib/libbsp/hppa1.1/simhppa/tools/Makefile.in @ 18040d3

4.104.114.84.95
Last change on this file since 18040d3 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
Line 
1# Makefile.in generated automatically by automake 1.2 from Makefile.am
2
3# Copyright (C) 1994, 1995, 1996, 1997 Free Software Foundation, Inc.
4# This Makefile.in is free software; the Free Software Foundation
5# gives unlimited permission to copy, distribute and modify it.
6
7#
8#  $Id$
9#
10
11
12SHELL = /bin/sh
13
14srcdir = @srcdir@
15top_srcdir = @top_srcdir@
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@
41
42INSTALL = @INSTALL@
43INSTALL_PROGRAM = @INSTALL_PROGRAM@
44INSTALL_DATA = @INSTALL_DATA@
45INSTALL_SCRIPT = @INSTALL_SCRIPT@
46transform = @program_transform_name@
47
48NORMAL_INSTALL = true
49PRE_INSTALL = true
50POST_INSTALL = true
51NORMAL_UNINSTALL = true
52PRE_UNINSTALL = true
53POST_UNINSTALL = true
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@
63PROJECT_ROOT = @PROJECT_ROOT@
64RTEMS_TOPdir = @RTEMS_TOPdir@
65VERSION = @VERSION@
66
67AUTOMAKE_OPTIONS = foreign
68ACLOCAL = @ACLOCAL@ -I $(RTEMS_TOPdir)/aclocal
69
70noinst_PROGRAMS= \
71print_dump
72
73print_dump_SOURCES= \
74print_dump.c
75ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
76mkinstalldirs = $(SHELL) $(top_srcdir)/../../../../../../../mkinstalldirs
77CONFIG_HEADER = config.h
78CONFIG_CLEAN_FILES =
79PROGRAMS =  $(noinst_PROGRAMS)
80
81
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@
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
94
95
96DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
97
98TAR = tar
99GZIP = --best
100DEP_FILES =  .deps/print_dump.P
101SOURCES = $(print_dump_SOURCES)
102OBJECTS = $(print_dump_OBJECTS)
103
104default: all
105
106.SUFFIXES:
107.SUFFIXES: .c .o
108$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
109        cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile
110
111Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES)
112        cd $(top_builddir) \
113          && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
114
115$(ACLOCAL_M4):  configure.in
116        cd $(srcdir) && $(ACLOCAL)
117
118config.status: $(srcdir)/configure
119        $(SHELL) ./config.status --recheck
120$(srcdir)/configure: $(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
121        cd $(srcdir) && $(AUTOCONF)
122
123config.h: stamp-h
124stamp-h: $(srcdir)/config.h.in $(top_builddir)/config.status
125        cd $(top_builddir) \
126          && CONFIG_FILES= CONFIG_HEADERS=config.h \
127             $(SHELL) ./config.status
128        @echo timestamp > stamp-h
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)
132        @echo timestamp > $(srcdir)/stamp-h.in
133
134mostlyclean-hdr:
135
136clean-hdr:
137
138distclean-hdr:
139        rm -f config.h
140
141maintainer-clean-hdr:
142
143mostlyclean-noinstPROGRAMS:
144
145clean-noinstPROGRAMS:
146        test -z "$(noinst_PROGRAMS)" || rm -f $(noinst_PROGRAMS)
147
148distclean-noinstPROGRAMS:
149
150maintainer-clean-noinstPROGRAMS:
151
152.c.o:
153        $(COMPILE) -c $<
154
155mostlyclean-compile:
156        rm -f *.o core
157
158clean-compile:
159
160distclean-compile:
161        rm -f *.tab.c
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
171ID: $(HEADERS) $(SOURCES)
172        here=`pwd` && cd $(srcdir) && mkid -f$$here/ID $(SOURCES) $(HEADERS)
173
174TAGS:  $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES)
175        tags=; \
176        here=`pwd`; \
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)
179
180mostlyclean-tags:
181
182clean-tags:
183
184distclean-tags:
185        rm -f TAGS ID
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
196        rm -rf $(distdir)
197        GZIP=$(GZIP) $(TAR) zxf $(distdir).tar.gz
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 \
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 "========================"
213dist: distdir
214        -chmod -R a+r $(distdir)
215        GZIP=$(GZIP) $(TAR) chozf $(distdir).tar.gz $(distdir)
216        rm -rf $(distdir)
217dist-all: distdir
218        -chmod -R a+r $(distdir)
219        GZIP=$(GZIP) $(TAR) chozf $(distdir).tar.gz $(distdir)
220        rm -rf $(distdir)
221distdir: $(DISTFILES)
222        rm -rf $(distdir)
223        mkdir $(distdir)
224        -chmod 777 $(distdir)
225        here=`cd $(top_builddir) && pwd`; \
226        top_distdir=`cd $(top_distdir) && pwd`; \
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); \
231          test -f $(distdir)/$$file \
232          || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
233          || cp -p $$d/$$file $(distdir)/$$file; \
234        done
235
236MKDEP = gcc -M $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CFLAGS)
237
238DEPS_MAGIC := $(shell mkdir .deps > /dev/null 2>&1 || :)
239-include .deps/.P
240.deps/.P: $(BUILT_SOURCES)
241        echo > $@
242
243-include $(DEP_FILES)
244
245mostlyclean-depend:
246
247clean-depend:
248
249distclean-depend:
250
251maintainer-clean-depend:
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
278
279install-strip:
280        $(MAKE) INSTALL_PROGRAM='$(INSTALL_PROGRAM) -s' INSTALL_SCRIPT='$(INSTALL_PROGRAM)' install
281installdirs:
282
283
284mostlyclean-generic:
285        test -z "$(MOSTLYCLEANFILES)" || rm -f $(MOSTLYCLEANFILES)
286
287clean-generic:
288        test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
289
290distclean-generic:
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)
294
295maintainer-clean-generic:
296        test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
297        test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
298mostlyclean:  mostlyclean-hdr mostlyclean-noinstPROGRAMS \
299                mostlyclean-compile mostlyclean-tags mostlyclean-depend \
300                mostlyclean-generic
301
302clean:  clean-hdr clean-noinstPROGRAMS clean-compile clean-tags \
303                clean-depend clean-generic mostlyclean
304
305distclean:  distclean-hdr distclean-noinstPROGRAMS distclean-compile \
306                distclean-tags distclean-depend distclean-generic clean
307        rm -f config.status
308
309maintainer-clean:  maintainer-clean-hdr maintainer-clean-noinstPROGRAMS \
310                maintainer-clean-compile maintainer-clean-tags \
311                maintainer-clean-depend maintainer-clean-generic \
312                distclean
313        @echo "This command is intended for maintainers to use;"
314        @echo "it deletes files that may require special tools to rebuild."
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 \
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
335include $(top_srcdir)/../../../../../../../automake/local.am
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.