source: rtems/c/src/exec/score/tools/hppa1.1/Makefile.in @ cf1806b4

4.104.114.84.95
Last change on this file since cf1806b4 was 7398901, checked in by Joel Sherrill <joel.sherrill@…>, on 05/27/99 at 15:46:00

Regenerated.

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