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