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