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