source: rtems/tools/build/Makefile.in @ b0b84ad

4.104.114.84.95
Last change on this file since b0b84ad was b0b84ad, checked in by Joel Sherrill <joel.sherrill@…>, on 07/01/99 at 18:47:51

Regenerated.

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