source: rtems/c/src/lib/include/motorola/Makefile.in @ 473b4e5

4.104.114.84.95
Last change on this file since 473b4e5 was 473b4e5, checked in by Joel Sherrill <joel.sherrill@…>, on 10/04/99 at 13:30:15

Regenerated.

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