source: rtems/c/src/lib/include/rdbg/powerpc/Makefile.in @ a24c280

4.104.114.84.95
Last change on this file since a24c280 was a24c280, checked in by Joel Sherrill <joel.sherrill@…>, on 09/09/99 at 21:22:36

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: 6.7 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@
72CC_FOR_TARGET = @CC_FOR_TARGET@
73CPP = @CPP@
74GCCSED = @GCCSED@
75HAS_MP = @HAS_MP@
76HAS_NETWORKING = @HAS_NETWORKING@
77HAS_RDBG = @HAS_RDBG@
78INSTALL_CHANGE = @INSTALL_CHANGE@
79LIBHWAPI = @LIBHWAPI@
80MAINT = @MAINT@
81PACKHEX = @PACKHEX@
82PROJECT_INCLUDE = @PROJECT_INCLUDE@
83PROJECT_ROOT = @PROJECT_ROOT@
84RTEMS_BSP = @RTEMS_BSP@
85RTEMS_CPU = @RTEMS_CPU@
86RTEMS_CPU_STARTdir = @RTEMS_CPU_STARTdir@
87RTEMS_GAS_CODE16 = @RTEMS_GAS_CODE16@
88RTEMS_HAS_HWAPI = @RTEMS_HAS_HWAPI@
89RTEMS_HAS_MULTIPROCESSING = @RTEMS_HAS_MULTIPROCESSING@
90RTEMS_HAS_NETWORKING = @RTEMS_HAS_NETWORKING@
91RTEMS_HAS_RDBG = @RTEMS_HAS_RDBG@
92RTEMS_HOST = @RTEMS_HOST@
93RTEMS_LIBC_DIR = @RTEMS_LIBC_DIR@
94RTEMS_ROOT = @RTEMS_ROOT@
95RTEMS_TOPdir = @RTEMS_TOPdir@
96
97AUTOMAKE_OPTIONS = foreign 1.4
98
99H_PIECES = rdbg_f.h reg.h
100
101noinst_HEADERS = $(H_PIECES)
102
103TMPINSTALL_FILES =  $(PROJECT_INCLUDE)/rdbg $(noinst_HEADERS:%=$(PROJECT_INCLUDE)/rdbg/%)
104
105mkinstalldirs = $(SHELL) $(top_srcdir)/../../../mkinstalldirs
106CONFIG_CLEAN_FILES =
107HEADERS =  $(noinst_HEADERS)
108
109DIST_COMMON =  Makefile.am Makefile.in
110
111
112PACKAGE = @PACKAGE@
113VERSION = @VERSION@
114
115DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
116
117TAR = tar
118GZIP_ENV = --best
119all: all-redirect
120.SUFFIXES:
121$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) $(top_srcdir)/../../../automake/local.am
122        cd $(top_srcdir) && $(AUTOMAKE) --foreign include/rdbg/powerpc/Makefile
123
124Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status $(BUILT_SOURCES)
125        cd $(top_builddir) \
126          && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
127
128
129tags: TAGS
130
131ID: $(HEADERS) $(SOURCES) $(LISP)
132        list='$(SOURCES) $(HEADERS)'; \
133        unique=`for i in $$list; do echo $$i; done | \
134          awk '    { files[$$0] = 1; } \
135               END { for (i in files) print i; }'`; \
136        here=`pwd` && cd $(srcdir) \
137          && mkid -f$$here/ID $$unique $(LISP)
138
139TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) $(LISP)
140        tags=; \
141        here=`pwd`; \
142        list='$(SOURCES) $(HEADERS)'; \
143        unique=`for i in $$list; do echo $$i; done | \
144          awk '    { files[$$0] = 1; } \
145               END { for (i in files) print i; }'`; \
146        test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
147          || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags  $$unique $(LISP) -o $$here/TAGS)
148
149mostlyclean-tags:
150
151clean-tags:
152
153distclean-tags:
154        -rm -f TAGS ID
155
156maintainer-clean-tags:
157
158distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
159
160subdir = include/rdbg/powerpc
161
162distdir: $(DISTFILES)
163        here=`cd $(top_builddir) && pwd`; \
164        top_distdir=`cd $(top_distdir) && pwd`; \
165        distdir=`cd $(distdir) && pwd`; \
166        cd $(top_srcdir) \
167          && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --foreign include/rdbg/powerpc/Makefile
168        @for file in $(DISTFILES); do \
169          d=$(srcdir); \
170          if test -d $$d/$$file; then \
171            cp -pr $$/$$file $(distdir)/$$file; \
172          else \
173            test -f $(distdir)/$$file \
174            || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
175            || cp -p $$d/$$file $(distdir)/$$file || :; \
176          fi; \
177        done
178info-am:
179info: info-am
180dvi-am:
181dvi: dvi-am
182check-am: all-am
183check: check-am
184installcheck-am:
185installcheck: installcheck-am
186install-exec-am:
187install-exec: install-exec-am
188
189install-data-am:
190install-data: install-data-am
191
192install-am: all-am
193        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
194install: install-am
195uninstall-am:
196uninstall: uninstall-am
197all-am: Makefile $(HEADERS)
198all-redirect: all-am
199install-strip:
200        $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
201installdirs:
202
203
204mostlyclean-generic:
205
206clean-generic:
207
208distclean-generic:
209        -rm -f Makefile $(CONFIG_CLEAN_FILES)
210        -rm -f config.cache config.log stamp-h stamp-h[0-9]*
211
212maintainer-clean-generic:
213mostlyclean-am:  mostlyclean-tags mostlyclean-generic
214
215mostlyclean: mostlyclean-am
216
217clean-am:  clean-tags clean-generic mostlyclean-am
218
219clean: clean-am
220
221distclean-am:  distclean-tags distclean-generic clean-am
222
223distclean: distclean-am
224
225maintainer-clean-am:  maintainer-clean-tags maintainer-clean-generic \
226                distclean-am
227        @echo "This command is intended for maintainers to use;"
228        @echo "it deletes files that may require special tools to rebuild."
229
230maintainer-clean: maintainer-clean-am
231
232.PHONY: tags mostlyclean-tags distclean-tags clean-tags \
233maintainer-clean-tags distdir info-am info dvi-am dvi check check-am \
234installcheck-am installcheck install-exec-am install-exec \
235install-data-am install-data install-am install uninstall-am uninstall \
236all-redirect all-am all installdirs mostlyclean-generic \
237distclean-generic clean-generic maintainer-clean-generic clean \
238mostlyclean distclean maintainer-clean
239
240
241$(PROJECT_INCLUDE)/rdbg:
242        @$(mkinstalldirs) $@
243$(PROJECT_INCLUDE)/rdbg/%.h: %.h
244        $(INSTALL_DATA) $< $@
245
246all-am: $(TMPINSTALL_FILES)
247debug-am: $(TMPINSTALL_FILES)
248profile-am: $(TMPINSTALL_FILES)
249
250debug-am:
251debug: debug-am
252.PHONY: debug debug-am
253
254profile-am:
255profile: profile-am
256.PHONY: profile profile-am
257
258preinstall-am: $(TMPINSTALL_FILES)
259preinstall: preinstall-am
260.PHONY: preinstall preinstall-am
261
262depend-am:
263depend: depend-am
264.PHONY: depend depend-am
265
266# Tell versions [3.59,3.63) of GNU make to not export all variables.
267# Otherwise a system limit (for SysV at least) may be exceeded.
268.NOEXPORT:
Note: See TracBrowser for help on using the repository browser.