Changeset ecab6a39 in rtems


Ignore:
Timestamp:
03/31/99 23:29:19 (25 years ago)
Author:
Joel Sherrill <joel.sherrill@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
18040d3
Parents:
79800f9
Message:

Regenerated.

Files:
17 edited

Legend:

Unmodified
Added
Removed
  • c/build-tools/Makefile.in

    r79800f9 recab6a39  
    9898CONFIG_HEADER = ./src/config.h
    9999CONFIG_CLEAN_FILES =
    100 DIST_COMMON =  Makefile.am Makefile.in aclocal.m4 configure configure.in
     100DIST_COMMON =  Makefile.am Makefile.in aclocal.m4 configure configure.in \
     101src/config.h.in src/stamp-h.in
    101102
    102103
     
    121122$(srcdir)/configure: $(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
    122123        cd $(srcdir) && $(AUTOCONF)
     124
     125src/config.h: src/stamp-h
     126        @if test ! -f $@; then \
     127                rm -f src/stamp-h; \
     128                $(MAKE) src/stamp-h; \
     129        else :; fi
     130src/stamp-h: $(srcdir)/src/config.h.in $(top_builddir)/config.status
     131        cd $(top_builddir) \
     132          && CONFIG_FILES= CONFIG_HEADERS=src/config.h \
     133             $(SHELL) ./config.status
     134        @echo timestamp > src/stamp-h 2> /dev/null
     135$(srcdir)/src/config.h.in: $(srcdir)/src/stamp-h.in
     136        @if test ! -f $@; then \
     137                rm -f $(srcdir)/src/stamp-h.in; \
     138                $(MAKE) $(srcdir)/src/stamp-h.in; \
     139        else :; fi
     140$(srcdir)/src/stamp-h.in: $(top_srcdir)/configure.in $(ACLOCAL_M4)
     141        cd $(top_srcdir) && $(AUTOHEADER)
     142        @echo timestamp > $(srcdir)/src/stamp-h.in 2> /dev/null
     143
     144mostlyclean-hdr:
     145
     146clean-hdr:
     147
     148distclean-hdr:
     149        -rm -f src/config.h
     150
     151maintainer-clean-hdr:
    123152
    124153# This directory's subdirectories are mostly independent; you can cd
     
    310339
    311340maintainer-clean-generic:
    312 mostlyclean-am:  mostlyclean-tags mostlyclean-generic
     341mostlyclean-am:  mostlyclean-hdr mostlyclean-tags mostlyclean-generic
    313342
    314343mostlyclean: mostlyclean-recursive
    315344
    316 clean-am:  clean-tags clean-generic mostlyclean-am
     345clean-am:  clean-hdr clean-tags clean-generic mostlyclean-am
    317346
    318347clean: clean-recursive
    319348
    320 distclean-am:  distclean-tags distclean-generic clean-am
     349distclean-am:  distclean-hdr distclean-tags distclean-generic clean-am
    321350
    322351distclean: distclean-recursive
    323352        -rm -f config.status
    324353
    325 maintainer-clean-am:  maintainer-clean-tags maintainer-clean-generic \
    326                 distclean-am
     354maintainer-clean-am:  maintainer-clean-hdr maintainer-clean-tags \
     355                maintainer-clean-generic distclean-am
    327356        @echo "This command is intended for maintainers to use;"
    328357        @echo "it deletes files that may require special tools to rebuild."
     
    331360        -rm -f config.status
    332361
    333 .PHONY: install-data-recursive uninstall-data-recursive \
    334 install-exec-recursive uninstall-exec-recursive installdirs-recursive \
    335 uninstalldirs-recursive all-recursive check-recursive \
    336 installcheck-recursive info-recursive dvi-recursive \
    337 mostlyclean-recursive distclean-recursive clean-recursive \
     362.PHONY: mostlyclean-hdr distclean-hdr clean-hdr maintainer-clean-hdr \
     363install-data-recursive uninstall-data-recursive install-exec-recursive \
     364uninstall-exec-recursive installdirs-recursive uninstalldirs-recursive \
     365all-recursive check-recursive installcheck-recursive info-recursive \
     366dvi-recursive mostlyclean-recursive distclean-recursive clean-recursive \
    338367maintainer-clean-recursive tags tags-recursive mostlyclean-tags \
    339368distclean-tags clean-tags maintainer-clean-tags distdir info-am info \
  • c/src/exec/score/tools/hppa1.1/Makefile.in

    r79800f9 recab6a39  
    1 # Makefile.in generated automatically by automake 1.4 from Makefile.am
    2 
    3 # Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc.
     1# Makefile.in generated automatically by automake 1.2 from Makefile.am
     2
     3# Copyright (C) 1994, 1995, 1996, 1997 Free Software Foundation, Inc.
    44# 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.
     5# gives unlimited permission to copy, distribute and modify it.
    126
    137#
     
    1610
    1711
    18 # $Id$
    19 
    20 # NOTE: This is a temporary work-around to keep
    21 # "make debug" and "make debug_install" working.
    22 # Once automake is fully integrated these make targets
    23 # and this file will probably be removed
    24 
    25 
    26 SHELL = @SHELL@
     12SHELL = /bin/sh
    2713
    2814srcdir = @srcdir@
     
    4531oldincludedir = /usr/include
    4632
    47 DESTDIR =
    48 
    4933pkgdatadir = $(datadir)/@PACKAGE@
    5034pkglibdir = $(libdir)/@PACKAGE@
     
    5741
    5842INSTALL = @INSTALL@
    59 INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
     43INSTALL_PROGRAM = @INSTALL_PROGRAM@
    6044INSTALL_DATA = @INSTALL_DATA@
    6145INSTALL_SCRIPT = @INSTALL_SCRIPT@
    6246transform = @program_transform_name@
    6347
    64 NORMAL_INSTALL = :
    65 PRE_INSTALL = :
    66 POST_INSTALL = :
    67 NORMAL_UNINSTALL = :
    68 PRE_UNINSTALL = :
    69 POST_UNINSTALL = :
     48NORMAL_INSTALL = true
     49PRE_INSTALL = true
     50POST_INSTALL = true
     51NORMAL_UNINSTALL = true
     52PRE_UNINSTALL = true
     53POST_UNINSTALL = true
    7054build_alias = @build_alias@
    7155build_triplet = @build@
     
    8872ACLOCAL = @ACLOCAL@ -I $(RTEMS_TOPdir)/aclocal
    8973
    90 noinst_PROGRAMS = genoffsets
    91 
    92 genoffsets_SOURCES =  genoffsets.c
    93 
     74noinst_PROGRAMS=genoffsets
     75
     76genoffsets_SOURCES = \
     77genoffsets.c
    9478
    9579# We use files that have not been installed yet.
    9680
    97 CPU_DIR = ../../cpu/$(RTEMS_CPU)
    98 
    99 INCLUDES =  -I$(PROJECT_INCLUDE) -I$(CPU_DIR)
    100 
     81CPU_DIR=../../cpu/$(RTEMS_CPU)
     82
     83INCLUDES = \
     84-I$(PROJECT_INCLUDE) \
     85-I$(CPU_DIR)
    10186ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
    10287mkinstalldirs = $(SHELL) $(top_srcdir)/../../../../../../mkinstalldirs
     
    11196genoffsets_OBJECTS =  genoffsets.o
    11297genoffsets_LDADD = $(LDADD)
    113 genoffsets_DEPENDENCIES =
    11498genoffsets_LDFLAGS =
    11599CFLAGS = @CFLAGS@
    116 COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
    117 CCLD = $(CC)
    118 LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@
     100COMPILE = $(CC) $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CFLAGS)
     101LINK = $(CC) $(CFLAGS) $(LDFLAGS) -o $@
    119102DIST_COMMON =  Makefile.am Makefile.in aclocal.m4 configure configure.in
    120103
     
    123106
    124107TAR = tar
    125 GZIP_ENV = --best
     108GZIP = --best
    126109DEP_FILES =  .deps/genoffsets.P
    127110SOURCES = $(genoffsets_SOURCES)
    128111OBJECTS = $(genoffsets_OBJECTS)
    129112
    130 all: all-redirect
     113default: all
     114
    131115.SUFFIXES:
    132 .SUFFIXES: .S .c .o .s
    133 $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) $(top_srcdir)/../../../../../../automake/local.am
     116.SUFFIXES: .c .o
     117$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
    134118        cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile
    135119
    136 Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status $(BUILT_SOURCES)
     120Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES)
    137121        cd $(top_builddir) \
    138122          && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
     
    141125        cd $(srcdir) && $(ACLOCAL)
    142126
    143 config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
     127config.status: $(srcdir)/configure
    144128        $(SHELL) ./config.status --recheck
    145129$(srcdir)/configure: $(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
     
    149133
    150134clean-noinstPROGRAMS:
    151         -test -z "$(noinst_PROGRAMS)" || rm -f $(noinst_PROGRAMS)
     135        test -z "$(noinst_PROGRAMS)" || rm -f $(noinst_PROGRAMS)
    152136
    153137distclean-noinstPROGRAMS:
     
    155139maintainer-clean-noinstPROGRAMS:
    156140
    157 .s.o:
     141.c.o:
    158142        $(COMPILE) -c $<
    159143
    160 .S.o:
    161         $(COMPILE) -c $<
    162 
    163144mostlyclean-compile:
    164         -rm -f *.o core *.core
     145        rm -f *.o core
    165146
    166147clean-compile:
    167148
    168149distclean-compile:
    169         -rm -f *.tab.c
     150        rm -f *.tab.c
    170151
    171152maintainer-clean-compile:
     
    177158tags: TAGS
    178159
    179 ID: $(HEADERS) $(SOURCES) $(LISP)
    180         list='$(SOURCES) $(HEADERS)'; \
    181         unique=`for i in $$list; do echo $$i; done | \
    182           awk '    { files[$$0] = 1; } \
    183                END { for (i in files) print i; }'`; \
    184         here=`pwd` && cd $(srcdir) \
    185           && mkid -f$$here/ID $$unique $(LISP)
    186 
    187 TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) $(LISP)
     160ID: $(HEADERS) $(SOURCES)
     161        here=`pwd` && cd $(srcdir) && mkid -f$$here/ID $(SOURCES) $(HEADERS)
     162
     163TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES)
    188164        tags=; \
    189165        here=`pwd`; \
    190         list='$(SOURCES) $(HEADERS)'; \
    191         unique=`for i in $$list; do echo $$i; done | \
    192           awk '    { files[$$0] = 1; } \
    193                END { for (i in files) print i; }'`; \
    194         test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
    195           || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags  $$unique $(LISP) -o $$here/TAGS)
     166        test -z "$(ETAGS_ARGS)$(SOURCES)$(HEADERS)$$tags" \
     167          || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags  $(SOURCES) $(HEADERS) -o $$here/TAGS)
    196168
    197169mostlyclean-tags:
     
    200172
    201173distclean-tags:
    202         -rm -f TAGS ID
     174        rm -f TAGS ID
    203175
    204176maintainer-clean-tags:
     
    211183# tarfile.
    212184distcheck: dist
    213         -rm -rf $(distdir)
    214         GZIP=$(GZIP_ENV) $(TAR) zxf $(distdir).tar.gz
     185        rm -rf $(distdir)
     186        GZIP=$(GZIP) $(TAR) zxf $(distdir).tar.gz
    215187        mkdir $(distdir)/=build
    216188        mkdir $(distdir)/=inst
     
    218190        cd $(distdir)/=build \
    219191          && ../configure --srcdir=.. --prefix=$$dc_install_base \
    220           && $(MAKE) $(AM_MAKEFLAGS) \
    221           && $(MAKE) $(AM_MAKEFLAGS) dvi \
    222           && $(MAKE) $(AM_MAKEFLAGS) check \
    223           && $(MAKE) $(AM_MAKEFLAGS) install \
    224           && $(MAKE) $(AM_MAKEFLAGS) installcheck \
    225           && $(MAKE) $(AM_MAKEFLAGS) dist
    226         -rm -rf $(distdir)
    227         @banner="$(distdir).tar.gz is ready for distribution"; \
    228         dashes=`echo "$$banner" | sed s/./=/g`; \
    229         echo "$$dashes"; \
    230         echo "$$banner"; \
    231         echo "$$dashes"
     192          && $(MAKE) \
     193          && $(MAKE) dvi \
     194          && $(MAKE) check \
     195          && $(MAKE) install \
     196          && $(MAKE) installcheck \
     197          && $(MAKE) dist
     198        rm -rf $(distdir)
     199        @echo "========================"; \
     200        echo "$(distdir).tar.gz is ready for distribution"; \
     201        echo "========================"
    232202dist: distdir
    233203        -chmod -R a+r $(distdir)
    234         GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
    235         -rm -rf $(distdir)
     204        GZIP=$(GZIP) $(TAR) chozf $(distdir).tar.gz $(distdir)
     205        rm -rf $(distdir)
    236206dist-all: distdir
    237207        -chmod -R a+r $(distdir)
    238         GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
    239         -rm -rf $(distdir)
     208        GZIP=$(GZIP) $(TAR) chozf $(distdir).tar.gz $(distdir)
     209        rm -rf $(distdir)
    240210distdir: $(DISTFILES)
    241         -rm -rf $(distdir)
     211        rm -rf $(distdir)
    242212        mkdir $(distdir)
    243213        -chmod 777 $(distdir)
    244214        here=`cd $(top_builddir) && pwd`; \
    245         top_distdir=`cd $(distdir) && pwd`; \
    246         distdir=`cd $(distdir) && pwd`; \
     215        top_distdir=`cd $(top_distdir) && pwd`; \
    247216        cd $(top_srcdir) \
    248217          && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --foreign Makefile
    249218        @for file in $(DISTFILES); do \
    250219          d=$(srcdir); \
    251           if test -d $$d/$$file; then \
    252             cp -pr $$/$$file $(distdir)/$$file; \
    253           else \
    254             test -f $(distdir)/$$file \
    255             || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
    256             || cp -p $$d/$$file $(distdir)/$$file || :; \
    257           fi; \
     220          test -f $(distdir)/$$file \
     221          || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
     222          || cp -p $$d/$$file $(distdir)/$$file; \
    258223        done
    259224
     225MKDEP = gcc -M $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CFLAGS)
     226
    260227DEPS_MAGIC := $(shell mkdir .deps > /dev/null 2>&1 || :)
     228-include .deps/.P
     229.deps/.P: $(BUILT_SOURCES)
     230        echo > $@
    261231
    262232-include $(DEP_FILES)
     
    267237
    268238distclean-depend:
    269         -rm -rf .deps
    270239
    271240maintainer-clean-depend:
    272 
    273 %.o: %.c
    274         @echo '$(COMPILE) -c $<'; \
    275         $(COMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
    276         @-cp .deps/$(*F).pp .deps/$(*F).P; \
    277         tr ' ' '\012' < .deps/$(*F).pp \
    278           | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
    279             >> .deps/$(*F).P; \
    280         rm .deps/$(*F).pp
    281 
    282 %.lo: %.c
    283         @echo '$(LTCOMPILE) -c $<'; \
    284         $(LTCOMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
    285         @-sed -e 's/^\([^:]*\)\.o[      ]*:/\1.lo \1.o :/' \
    286           < .deps/$(*F).pp > .deps/$(*F).P; \
    287         tr ' ' '\012' < .deps/$(*F).pp \
    288           | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
    289             >> .deps/$(*F).P; \
    290         rm -f .deps/$(*F).pp
    291 info-am:
    292 info: info-am
    293 dvi-am:
    294 dvi: dvi-am
    295 check-am: all-am
    296 check: check-am
    297 installcheck-am:
    298 installcheck: installcheck-am
    299 install-exec-am: install-exec-local
    300 install-exec: install-exec-am
    301 
    302 install-data-am:
    303 install-data: install-data-am
    304 
    305 install-am: all-am
    306         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
    307 install: install-am
    308 uninstall-am:
    309 uninstall: uninstall-am
    310 all-am: Makefile $(PROGRAMS)
    311 all-redirect: all-am
     241        rm -rf .deps
     242
     243.deps/%.P: %.c
     244        @echo "Computing dependencies for $<..."
     245        @o='o'; \
     246        test -n "$o" && o='$$o'; \
     247        $(MKDEP) $< >$@.tmp \
     248          && sed "s,^\(.*\)\.o:,\1.$$o \1.l$$o $@:," < $@.tmp > $@ \
     249          && rm -f $@.tmp
     250info:
     251dvi:
     252check: all
     253        $(MAKE)
     254installcheck:
     255install-exec: install-exec-local
     256        @$(NORMAL_INSTALL)
     257
     258install-data:
     259        @$(NORMAL_INSTALL)
     260
     261install: install-exec install-data all
     262        @:
     263
     264uninstall:
     265
     266all: Makefile $(PROGRAMS)
     267
    312268install-strip:
    313         $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
     269        $(MAKE) INSTALL_PROGRAM='$(INSTALL_PROGRAM) -s' INSTALL_SCRIPT='$(INSTALL_PROGRAM)' install
    314270installdirs:
    315271
    316272
    317273mostlyclean-generic:
     274        test -z "$(MOSTLYCLEANFILES)" || rm -f $(MOSTLYCLEANFILES)
    318275
    319276clean-generic:
     277        test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
    320278
    321279distclean-generic:
    322         -rm -f Makefile $(CONFIG_CLEAN_FILES)
    323         -rm -f config.cache config.log stamp-h stamp-h[0-9]*
     280        rm -f Makefile $(DISTCLEANFILES)
     281        rm -f config.cache config.log stamp-h stamp-h[0-9]*
     282        test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
    324283
    325284maintainer-clean-generic:
    326 mostlyclean-am:  mostlyclean-noinstPROGRAMS mostlyclean-compile \
     285        test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
     286        test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
     287mostlyclean:  mostlyclean-noinstPROGRAMS mostlyclean-compile \
    327288                mostlyclean-tags mostlyclean-depend mostlyclean-generic
    328289
    329 mostlyclean: mostlyclean-am
    330 
    331 clean-am:  clean-noinstPROGRAMS clean-compile clean-tags clean-depend \
    332                 clean-generic mostlyclean-am
    333 
    334 clean: clean-am
    335 
    336 distclean-am:  distclean-noinstPROGRAMS distclean-compile distclean-tags \
    337                 distclean-depend distclean-generic clean-am
    338 
    339 distclean: distclean-am
    340         -rm -f config.status
    341 
    342 maintainer-clean-am:  maintainer-clean-noinstPROGRAMS \
     290clean:  clean-noinstPROGRAMS clean-compile clean-tags clean-depend \
     291                clean-generic mostlyclean
     292
     293distclean:  distclean-noinstPROGRAMS distclean-compile distclean-tags \
     294                distclean-depend distclean-generic clean
     295        rm -f config.status
     296
     297maintainer-clean:  maintainer-clean-noinstPROGRAMS \
    343298                maintainer-clean-compile maintainer-clean-tags \
    344299                maintainer-clean-depend maintainer-clean-generic \
    345                 distclean-am
     300                distclean
    346301        @echo "This command is intended for maintainers to use;"
    347302        @echo "it deletes files that may require special tools to rebuild."
    348 
    349 maintainer-clean: maintainer-clean-am
    350         -rm -f config.status
    351 
    352 .PHONY: mostlyclean-noinstPROGRAMS distclean-noinstPROGRAMS \
     303        rm -f config.status
     304
     305.PHONY: default mostlyclean-noinstPROGRAMS distclean-noinstPROGRAMS \
    353306clean-noinstPROGRAMS maintainer-clean-noinstPROGRAMS \
    354307mostlyclean-compile distclean-compile clean-compile \
    355308maintainer-clean-compile tags mostlyclean-tags distclean-tags \
    356309clean-tags maintainer-clean-tags distdir mostlyclean-depend \
    357 distclean-depend clean-depend maintainer-clean-depend info-am info \
    358 dvi-am dvi check check-am installcheck-am installcheck \
    359 install-exec-local install-exec-am install-exec install-data-am \
    360 install-data install-am install uninstall-am uninstall all-redirect \
    361 all-am all installdirs mostlyclean-generic distclean-generic \
    362 clean-generic maintainer-clean-generic clean mostlyclean distclean \
    363 maintainer-clean
     310distclean-depend clean-depend maintainer-clean-depend info dvi \
     311installcheck install-exec install-data install uninstall all \
     312installdirs mostlyclean-generic distclean-generic clean-generic \
     313maintainer-clean-generic clean mostlyclean distclean maintainer-clean
    364314
    365315
     
    371321        $(INSTALL_PROGRAM) genoffsets ${PROJECT_ROOT}/${RTEMS_BSP}/bin
    372322
    373 debug-am:
    374 
    375 debug: debug-am
    376 
    377 debug_install-am:
    378 
    379 debug_install: debug_install-am
    380 
    381 profile-am:
    382 
    383 profile: profile-am
    384 
    385 profile_install-am:
    386 
    387 profile_install: profile_install-am
    388 
    389 .PHONY: debug debug_install profile profile_install
     323include $(top_srcdir)/../../../../../../automake/local.am
    390324
    391325# Tell versions [3.59,3.63) of GNU make to not export all variables.
  • c/src/exec/score/tools/hppa1.1/aclocal.m4

    r79800f9 recab6a39  
    1 dnl aclocal.m4 generated automatically by aclocal 1.4
    2 
    3 dnl Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc.
    4 dnl This file is free software; the Free Software Foundation
    5 dnl gives unlimited permission to copy and/or distribute it,
    6 dnl with or without modifications, as long as this notice is preserved.
    7 
    8 dnl This program is distributed in the hope that it will be useful,
    9 dnl but WITHOUT ANY WARRANTY, to the extent permitted by law; without
    10 dnl even the implied warranty of MERCHANTABILITY or FITNESS FOR A
    11 dnl PARTICULAR PURPOSE.
     1dnl aclocal.m4 generated automatically by aclocal 1.2
    122
    133dnl $Id$
     
    10090
    10191AC_DEFUN(AM_INIT_AUTOMAKE,
    102 [AC_REQUIRE([AC_PROG_INSTALL])
     92[AC_REQUIRE([AM_PROG_INSTALL])
    10393PACKAGE=[$1]
    10494AC_SUBST(PACKAGE)
     
    110100fi
    111101ifelse([$3],,
    112 AC_DEFINE_UNQUOTED(PACKAGE, "$PACKAGE", [Name of package])
    113 AC_DEFINE_UNQUOTED(VERSION, "$VERSION", [Version number of package]))
    114 AC_REQUIRE([AM_SANITY_CHECK])
    115 AC_REQUIRE([AC_ARG_PROGRAM])
     102AC_DEFINE_UNQUOTED(PACKAGE, "$PACKAGE")
     103AC_DEFINE_UNQUOTED(VERSION, "$VERSION"))
     104AM_SANITY_CHECK
     105AC_ARG_PROGRAM
    116106dnl FIXME This is truly gross.
    117107missing_dir=`cd $ac_aux_dir && pwd`
     
    121111AM_MISSING_PROG(AUTOHEADER, autoheader, $missing_dir)
    122112AM_MISSING_PROG(MAKEINFO, makeinfo, $missing_dir)
    123 AC_REQUIRE([AC_PROG_MAKE_SET])])
     113AC_PROG_MAKE_SET])
     114
     115
     116# serial 1
     117
     118AC_DEFUN(AM_PROG_INSTALL,
     119[AC_REQUIRE([AC_PROG_INSTALL])
     120test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL_PROGRAM}'
     121AC_SUBST(INSTALL_SCRIPT)dnl
     122])
    124123
    125124#
     
    139138if (
    140139   set X `ls -Lt $srcdir/configure conftestfile 2> /dev/null`
    141    if test "[$]*" = "X"; then
     140   if test "$@" = "X"; then
    142141      # -L didn't work.
    143142      set X `ls -t $srcdir/configure conftestfile`
    144143   fi
    145    if test "[$]*" != "X $srcdir/configure conftestfile" \
    146       && test "[$]*" != "X conftestfile $srcdir/configure"; then
    147 
    148       # If neither matched, then we have a broken ls.  This can happen
    149       # if, for instance, CONFIG_SHELL is bash and it inherits a
    150       # broken ls alias from the environment.  This has actually
    151       # happened.  Such a system could not be considered "sane".
    152       AC_MSG_ERROR([ls -t appears to fail.  Make sure there is not a broken
    153 alias in your environment])
    154    fi
    155 
    156144   test "[$]2" = conftestfile
    157145   )
  • c/src/exec/score/tools/hppa1.1/configure

    r79800f9 recab6a39  
    22
    33# Guess values for system-dependent variables and create Makefiles.
    4 # Generated automatically using autoconf version 2.13
     4# Generated automatically using autoconf version 2.12
    55# Copyright (C) 1992, 93, 94, 95, 96 Free Software Foundation, Inc.
    66#
     
    5050subdirs=
    5151MFLAGS= MAKEFLAGS=
    52 SHELL=${CONFIG_SHELL-/bin/sh}
    5352# Maximum number of lines to put in a shell here document.
    5453ac_max_here_lines=12
     
    334333
    335334  -version | --version | --versio | --versi | --vers)
    336     echo "configure generated by autoconf version 2.13"
     335    echo "configure generated by autoconf version 2.12"
    337336    exit 0 ;;
    338337
     
    504503ac_cpp='$CPP $CPPFLAGS'
    505504ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
    506 ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
     505ac_link='${CC-cc} -o conftest $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
    507506cross_compiling=$ac_cv_prog_cc_cross
    508507
    509 ac_exeext=
    510 ac_objext=o
    511508if (echo "testing\c"; echo 1,2,3) | grep c >/dev/null; then
    512509  # Stardent Vistra SVR4 grep lacks -e, says ghazi@caip.rutgers.edu.
     
    549546
    550547echo $ac_n "checking for RTEMS Version""... $ac_c" 1>&6
    551 echo "configure:552: checking for RTEMS Version" >&5
     548echo "configure:549: checking for RTEMS Version" >&5
    552549if test -r "${srcdir}/${RTEMS_TOPdir}/VERSION"; then
    553550RTEMS_VERSION=`grep Version ${srcdir}/${RTEMS_TOPdir}/VERSION | \
     
    585582
    586583# Make sure we can run config.sub.
    587 if ${CONFIG_SHELL-/bin/sh} $ac_config_sub sun4 >/dev/null 2>&1; then :
     584if $ac_config_sub sun4 >/dev/null 2>&1; then :
    588585else { echo "configure: error: can not run $ac_config_sub" 1>&2; exit 1; }
    589586fi
    590587
    591588echo $ac_n "checking host system type""... $ac_c" 1>&6
    592 echo "configure:593: checking host system type" >&5
     589echo "configure:590: checking host system type" >&5
    593590
    594591host_alias=$host
     
    597594  case $nonopt in
    598595  NONE)
    599     if host_alias=`${CONFIG_SHELL-/bin/sh} $ac_config_guess`; then :
     596    if host_alias=`$ac_config_guess`; then :
    600597    else { echo "configure: error: can not guess host type; you must specify one" 1>&2; exit 1; }
    601598    fi ;;
     
    604601esac
    605602
    606 host=`${CONFIG_SHELL-/bin/sh} $ac_config_sub $host_alias`
     603host=`$ac_config_sub $host_alias`
    607604host_cpu=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
    608605host_vendor=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
     
    611608
    612609echo $ac_n "checking target system type""... $ac_c" 1>&6
    613 echo "configure:614: checking target system type" >&5
     610echo "configure:611: checking target system type" >&5
    614611
    615612target_alias=$target
     
    622619esac
    623620
    624 target=`${CONFIG_SHELL-/bin/sh} $ac_config_sub $target_alias`
     621target=`$ac_config_sub $target_alias`
    625622target_cpu=`echo $target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
    626623target_vendor=`echo $target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
     
    629626
    630627echo $ac_n "checking build system type""... $ac_c" 1>&6
    631 echo "configure:632: checking build system type" >&5
     628echo "configure:629: checking build system type" >&5
    632629
    633630build_alias=$build
     
    640637esac
    641638
    642 build=`${CONFIG_SHELL-/bin/sh} $ac_config_sub $build_alias`
     639build=`$ac_config_sub $build_alias`
    643640build_cpu=`echo $build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
    644641build_vendor=`echo $build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
     
    654651
    655652echo $ac_n "checking rtems target cpu""... $ac_c" 1>&6
    656 echo "configure:657: checking rtems target cpu" >&5
     653echo "configure:654: checking rtems target cpu" >&5
    657654case "${target}" in
    658655  # hpux unix port should go here
     
    689686# IRIX /sbin/install
    690687# AIX /bin/install
    691 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
    692688# AFS /usr/afsws/bin/install, which mishandles nonexistent args
    693689# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
    694690# ./install, which can be erroneously created by make from ./install.sh.
    695691echo $ac_n "checking for a BSD compatible install""... $ac_c" 1>&6
    696 echo "configure:697: checking for a BSD compatible install" >&5
     692echo "configure:693: checking for a BSD compatible install" >&5
    697693if test -z "$INSTALL"; then
    698694if eval "test \"`echo '$''{'ac_cv_path_install'+set}'`\" = set"; then
    699695  echo $ac_n "(cached) $ac_c" 1>&6
    700696else
    701     IFS="${IFS=         }"; ac_save_IFS="$IFS"; IFS=":"
     697    IFS="${IFS=         }"; ac_save_IFS="$IFS"; IFS="${IFS}:"
    702698  for ac_dir in $PATH; do
    703699    # Account for people who put trailing slashes in PATH elements.
     
    706702    *)
    707703      # OSF1 and SCO ODT 3.0 have their own names for install.
    708       # Don't use installbsd from OSF since it installs stuff as root
    709       # by default.
    710       for ac_prog in ginstall scoinst install; do
     704      for ac_prog in ginstall installbsd scoinst install; do
    711705        if test -f $ac_dir/$ac_prog; then
    712706          if test $ac_prog = install &&
    713707            grep dspmsg $ac_dir/$ac_prog >/dev/null 2>&1; then
    714708            # AIX install.  It has an incompatible calling convention.
     709            # OSF/1 installbsd also uses dspmsg, but is usable.
    715710            :
    716711          else
     
    742737test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
    743738
     739test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
     740
     741
    744742test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL_PROGRAM}'
    745743
    746 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
     744
     745PACKAGE=rtems-exec-score-tools-hppa
     746
     747VERSION=$RTEMS_VERSION
     748
     749if test "`cd $srcdir && pwd`" != "`pwd`" && test -f $srcdir/config.status; then
     750  { echo "configure: error: source directory already configured; run "make distclean" there first" 1>&2; exit 1; }
     751fi
    747752
    748753echo $ac_n "checking whether build environment is sane""... $ac_c" 1>&6
    749 echo "configure:750: checking whether build environment is sane" >&5
     754echo "configure:755: checking whether build environment is sane" >&5
    750755# Just in case
    751756sleep 1
     
    758763if (
    759764   set X `ls -Lt $srcdir/configure conftestfile 2> /dev/null`
    760    if test "$*" = "X"; then
     765   if test "" = "X"; then
    761766      # -L didn't work.
    762767      set X `ls -t $srcdir/configure conftestfile`
    763768   fi
    764    if test "$*" != "X $srcdir/configure conftestfile" \
    765       && test "$*" != "X conftestfile $srcdir/configure"; then
    766 
    767       # If neither matched, then we have a broken ls.  This can happen
    768       # if, for instance, CONFIG_SHELL is bash and it inherits a
    769       # broken ls alias from the environment.  This has actually
    770       # happened.  Such a system could not be considered "sane".
    771       { echo "configure: error: ls -t appears to fail.  Make sure there is not a broken
    772 alias in your environment" 1>&2; exit 1; }
    773    fi
    774 
    775769   test "$2" = conftestfile
    776770   )
     
    803797test "$program_transform_name" = "" && program_transform_name="s,x,x,"
    804798
     799missing_dir=`cd $ac_aux_dir && pwd`
     800echo $ac_n "checking for working aclocal""... $ac_c" 1>&6
     801echo "configure:802: checking for working aclocal" >&5
     802# Run test in a subshell; some versions of sh will print an error if
     803# an executable is not found, even if stderr is redirected.
     804# Redirect stdin to placate older versions of autoconf.  Sigh.
     805if (aclocal --version) < /dev/null > /dev/null 2>&1; then
     806   ACLOCAL=aclocal
     807   echo "$ac_t""found" 1>&6
     808else
     809   ACLOCAL="$missing_dir/missing aclocal"
     810   echo "$ac_t""missing" 1>&6
     811fi
     812
     813echo $ac_n "checking for working autoconf""... $ac_c" 1>&6
     814echo "configure:815: checking for working autoconf" >&5
     815# Run test in a subshell; some versions of sh will print an error if
     816# an executable is not found, even if stderr is redirected.
     817# Redirect stdin to placate older versions of autoconf.  Sigh.
     818if (autoconf --version) < /dev/null > /dev/null 2>&1; then
     819   AUTOCONF=autoconf
     820   echo "$ac_t""found" 1>&6
     821else
     822   AUTOCONF="$missing_dir/missing autoconf"
     823   echo "$ac_t""missing" 1>&6
     824fi
     825
     826echo $ac_n "checking for working automake""... $ac_c" 1>&6
     827echo "configure:828: checking for working automake" >&5
     828# Run test in a subshell; some versions of sh will print an error if
     829# an executable is not found, even if stderr is redirected.
     830# Redirect stdin to placate older versions of autoconf.  Sigh.
     831if (automake --version) < /dev/null > /dev/null 2>&1; then
     832   AUTOMAKE=automake
     833   echo "$ac_t""found" 1>&6
     834else
     835   AUTOMAKE="$missing_dir/missing automake"
     836   echo "$ac_t""missing" 1>&6
     837fi
     838
     839echo $ac_n "checking for working autoheader""... $ac_c" 1>&6
     840echo "configure:841: checking for working autoheader" >&5
     841# Run test in a subshell; some versions of sh will print an error if
     842# an executable is not found, even if stderr is redirected.
     843# Redirect stdin to placate older versions of autoconf.  Sigh.
     844if (autoheader --version) < /dev/null > /dev/null 2>&1; then
     845   AUTOHEADER=autoheader
     846   echo "$ac_t""found" 1>&6
     847else
     848   AUTOHEADER="$missing_dir/missing autoheader"
     849   echo "$ac_t""missing" 1>&6
     850fi
     851
     852echo $ac_n "checking for working makeinfo""... $ac_c" 1>&6
     853echo "configure:854: checking for working makeinfo" >&5
     854# Run test in a subshell; some versions of sh will print an error if
     855# an executable is not found, even if stderr is redirected.
     856# Redirect stdin to placate older versions of autoconf.  Sigh.
     857if (makeinfo --version) < /dev/null > /dev/null 2>&1; then
     858   MAKEINFO=makeinfo
     859   echo "$ac_t""found" 1>&6
     860else
     861   MAKEINFO="$missing_dir/missing makeinfo"
     862   echo "$ac_t""missing" 1>&6
     863fi
     864
    805865echo $ac_n "checking whether ${MAKE-make} sets \${MAKE}""... $ac_c" 1>&6
    806 echo "configure:807: checking whether ${MAKE-make} sets \${MAKE}" >&5
     866echo "configure:867: checking whether ${MAKE-make} sets \${MAKE}" >&5
    807867set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y%./+-%__p_%'`
    808868if eval "test \"`echo '$''{'ac_cv_prog_make_${ac_make}_set'+set}'`\" = set"; then
     
    831891
    832892
    833 PACKAGE=rtems-exec-score-tools-hppa
    834 
    835 VERSION=$RTEMS_VERSION
    836 
    837 if test "`cd $srcdir && pwd`" != "`pwd`" && test -f $srcdir/config.status; then
    838   { echo "configure: error: source directory already configured; run "make distclean" there first" 1>&2; exit 1; }
    839 fi
    840 
    841 
    842 
    843 missing_dir=`cd $ac_aux_dir && pwd`
    844 echo $ac_n "checking for working aclocal""... $ac_c" 1>&6
    845 echo "configure:846: checking for working aclocal" >&5
    846 # Run test in a subshell; some versions of sh will print an error if
    847 # an executable is not found, even if stderr is redirected.
    848 # Redirect stdin to placate older versions of autoconf.  Sigh.
    849 if (aclocal --version) < /dev/null > /dev/null 2>&1; then
    850    ACLOCAL=aclocal
    851    echo "$ac_t""found" 1>&6
    852 else
    853    ACLOCAL="$missing_dir/missing aclocal"
    854    echo "$ac_t""missing" 1>&6
    855 fi
    856 
    857 echo $ac_n "checking for working autoconf""... $ac_c" 1>&6
    858 echo "configure:859: checking for working autoconf" >&5
    859 # Run test in a subshell; some versions of sh will print an error if
    860 # an executable is not found, even if stderr is redirected.
    861 # Redirect stdin to placate older versions of autoconf.  Sigh.
    862 if (autoconf --version) < /dev/null > /dev/null 2>&1; then
    863    AUTOCONF=autoconf
    864    echo "$ac_t""found" 1>&6
    865 else
    866    AUTOCONF="$missing_dir/missing autoconf"
    867    echo "$ac_t""missing" 1>&6
    868 fi
    869 
    870 echo $ac_n "checking for working automake""... $ac_c" 1>&6
    871 echo "configure:872: checking for working automake" >&5
    872 # Run test in a subshell; some versions of sh will print an error if
    873 # an executable is not found, even if stderr is redirected.
    874 # Redirect stdin to placate older versions of autoconf.  Sigh.
    875 if (automake --version) < /dev/null > /dev/null 2>&1; then
    876    AUTOMAKE=automake
    877    echo "$ac_t""found" 1>&6
    878 else
    879    AUTOMAKE="$missing_dir/missing automake"
    880    echo "$ac_t""missing" 1>&6
    881 fi
    882 
    883 echo $ac_n "checking for working autoheader""... $ac_c" 1>&6
    884 echo "configure:885: checking for working autoheader" >&5
    885 # Run test in a subshell; some versions of sh will print an error if
    886 # an executable is not found, even if stderr is redirected.
    887 # Redirect stdin to placate older versions of autoconf.  Sigh.
    888 if (autoheader --version) < /dev/null > /dev/null 2>&1; then
    889    AUTOHEADER=autoheader
    890    echo "$ac_t""found" 1>&6
    891 else
    892    AUTOHEADER="$missing_dir/missing autoheader"
    893    echo "$ac_t""missing" 1>&6
    894 fi
    895 
    896 echo $ac_n "checking for working makeinfo""... $ac_c" 1>&6
    897 echo "configure:898: checking for working makeinfo" >&5
    898 # Run test in a subshell; some versions of sh will print an error if
    899 # an executable is not found, even if stderr is redirected.
    900 # Redirect stdin to placate older versions of autoconf.  Sigh.
    901 if (makeinfo --version) < /dev/null > /dev/null 2>&1; then
    902    MAKEINFO=makeinfo
    903    echo "$ac_t""found" 1>&6
    904 else
    905    MAKEINFO="$missing_dir/missing makeinfo"
    906    echo "$ac_t""missing" 1>&6
    907 fi
    908 
    909 
    910 
    911893# Extract the first word of "gcc", so it can be a program name with args.
    912894set dummy gcc; ac_word=$2
    913895echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    914 echo "configure:915: checking for $ac_word" >&5
     896echo "configure:897: checking for $ac_word" >&5
    915897if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
    916898  echo $ac_n "(cached) $ac_c" 1>&6
     
    919901  ac_cv_prog_CC="$CC" # Let the user override the test.
    920902else
    921   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS=":"
    922   ac_dummy="$PATH"
    923   for ac_dir in $ac_dummy; do
     903  IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
     904  for ac_dir in $PATH; do
    924905    test -z "$ac_dir" && ac_dir=.
    925906    if test -f $ac_dir/$ac_word; then
     
    942923set dummy cc; ac_word=$2
    943924echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    944 echo "configure:945: checking for $ac_word" >&5
     925echo "configure:926: checking for $ac_word" >&5
    945926if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
    946927  echo $ac_n "(cached) $ac_c" 1>&6
     
    949930  ac_cv_prog_CC="$CC" # Let the user override the test.
    950931else
    951   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS=":"
     932  IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
    952933  ac_prog_rejected=no
    953   ac_dummy="$PATH"
    954   for ac_dir in $ac_dummy; do
     934  for ac_dir in $PATH; do
    955935    test -z "$ac_dir" && ac_dir=.
    956936    if test -f $ac_dir/$ac_word; then
     
    987967fi
    988968
    989   if test -z "$CC"; then
    990     case "`uname -s`" in
    991     *win32* | *WIN32*)
    992       # Extract the first word of "cl", so it can be a program name with args.
    993 set dummy cl; ac_word=$2
    994 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    995 echo "configure:996: checking for $ac_word" >&5
    996 if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
    997   echo $ac_n "(cached) $ac_c" 1>&6
    998 else
    999   if test -n "$CC"; then
    1000   ac_cv_prog_CC="$CC" # Let the user override the test.
    1001 else
    1002   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS=":"
    1003   ac_dummy="$PATH"
    1004   for ac_dir in $ac_dummy; do
    1005     test -z "$ac_dir" && ac_dir=.
    1006     if test -f $ac_dir/$ac_word; then
    1007       ac_cv_prog_CC="cl"
    1008       break
    1009     fi
    1010   done
    1011   IFS="$ac_save_ifs"
    1012 fi
    1013 fi
    1014 CC="$ac_cv_prog_CC"
    1015 if test -n "$CC"; then
    1016   echo "$ac_t""$CC" 1>&6
    1017 else
    1018   echo "$ac_t""no" 1>&6
    1019 fi
    1020  ;;
    1021     esac
    1022   fi
    1023969  test -z "$CC" && { echo "configure: error: no acceptable cc found in \$PATH" 1>&2; exit 1; }
    1024970fi
    1025971
    1026972echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works""... $ac_c" 1>&6
    1027 echo "configure:1028: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5
     973echo "configure:974: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5
    1028974
    1029975ac_ext=c
     
    1031977ac_cpp='$CPP $CPPFLAGS'
    1032978ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
    1033 ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
     979ac_link='${CC-cc} -o conftest $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
    1034980cross_compiling=$ac_cv_prog_cc_cross
    1035981
    1036 cat > conftest.$ac_ext << EOF
    1037 
    1038 #line 1039 "configure"
     982cat > conftest.$ac_ext <<EOF
     983#line 984 "configure"
    1039984#include "confdefs.h"
    1040 
    1041985main(){return(0);}
    1042986EOF
    1043 if { (eval echo configure:1044: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     987if { (eval echo configure:988: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
    1044988  ac_cv_prog_cc_works=yes
    1045989  # If we can't run a trivial program, we are probably using a cross compiler.
     
    1055999fi
    10561000rm -fr conftest*
    1057 ac_ext=c
    1058 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
    1059 ac_cpp='$CPP $CPPFLAGS'
    1060 ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
    1061 ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
    1062 cross_compiling=$ac_cv_prog_cc_cross
    10631001
    10641002echo "$ac_t""$ac_cv_prog_cc_works" 1>&6
     
    10671005fi
    10681006echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler""... $ac_c" 1>&6
    1069 echo "configure:1070: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5
     1007echo "configure:1008: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5
    10701008echo "$ac_t""$ac_cv_prog_cc_cross" 1>&6
    10711009cross_compiling=$ac_cv_prog_cc_cross
    10721010
    10731011echo $ac_n "checking whether we are using GNU C""... $ac_c" 1>&6
    1074 echo "configure:1075: checking whether we are using GNU C" >&5
     1012echo "configure:1013: checking whether we are using GNU C" >&5
    10751013if eval "test \"`echo '$''{'ac_cv_prog_gcc'+set}'`\" = set"; then
    10761014  echo $ac_n "(cached) $ac_c" 1>&6
     
    10811019#endif
    10821020EOF
    1083 if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:1084: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then
     1021if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:1022: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then
    10841022  ac_cv_prog_gcc=yes
    10851023else
     
    10921030if test $ac_cv_prog_gcc = yes; then
    10931031  GCC=yes
    1094 else
    1095   GCC=
    1096 fi
    1097 
    1098 ac_test_CFLAGS="${CFLAGS+set}"
    1099 ac_save_CFLAGS="$CFLAGS"
    1100 CFLAGS=
    1101 echo $ac_n "checking whether ${CC-cc} accepts -g""... $ac_c" 1>&6
    1102 echo "configure:1103: checking whether ${CC-cc} accepts -g" >&5
     1032  ac_test_CFLAGS="${CFLAGS+set}"
     1033  ac_save_CFLAGS="$CFLAGS"
     1034  CFLAGS=
     1035  echo $ac_n "checking whether ${CC-cc} accepts -g""... $ac_c" 1>&6
     1036echo "configure:1037: checking whether ${CC-cc} accepts -g" >&5
    11031037if eval "test \"`echo '$''{'ac_cv_prog_cc_g'+set}'`\" = set"; then
    11041038  echo $ac_n "(cached) $ac_c" 1>&6
     
    11151049
    11161050echo "$ac_t""$ac_cv_prog_cc_g" 1>&6
    1117 if test "$ac_test_CFLAGS" = set; then
    1118   CFLAGS="$ac_save_CFLAGS"
    1119 elif test $ac_cv_prog_cc_g = yes; then
    1120   if test "$GCC" = yes; then
     1051  if test "$ac_test_CFLAGS" = set; then
     1052    CFLAGS="$ac_save_CFLAGS"
     1053  elif test $ac_cv_prog_cc_g = yes; then
    11211054    CFLAGS="-g -O2"
    11221055  else
    1123     CFLAGS="-g"
    1124   fi
    1125 else
    1126   if test "$GCC" = yes; then
    11271056    CFLAGS="-O2"
    1128   else
    1129     CFLAGS=
    1130   fi
     1057  fi
     1058else
     1059  GCC=
     1060  test "${CFLAGS+set}" = set || CFLAGS="-g"
    11311061fi
    11321062
     
    11711101# and sets the high bit in the cache file unless we assign to the vars.
    11721102(set) 2>&1 |
    1173   case `(ac_space=' '; set | grep ac_space) 2>&1` in
     1103  case `(ac_space=' '; set) 2>&1` in
    11741104  *ac_space=\ *)
    11751105    # `set' does not quote correctly, so add quotes (double-quote substitution
     
    12501180    exec \${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion ;;
    12511181  -version | --version | --versio | --versi | --vers | --ver | --ve | --v)
    1252     echo "$CONFIG_STATUS generated by autoconf version 2.13"
     1182    echo "$CONFIG_STATUS generated by autoconf version 2.12"
    12531183    exit 0 ;;
    12541184  -help | --help | --hel | --he | --h)
     
    12701200$ac_vpsub
    12711201$extrasub
    1272 s%@SHELL@%$SHELL%g
    12731202s%@CFLAGS@%$CFLAGS%g
    12741203s%@CPPFLAGS@%$CPPFLAGS%g
    12751204s%@CXXFLAGS@%$CXXFLAGS%g
    1276 s%@FFLAGS@%$FFLAGS%g
    12771205s%@DEFS@%$DEFS%g
    12781206s%@LDFLAGS@%$LDFLAGS%g
     
    13111239s%@build_os@%$build_os%g
    13121240s%@INSTALL_PROGRAM@%$INSTALL_PROGRAM%g
     1241s%@INSTALL_DATA@%$INSTALL_DATA%g
    13131242s%@INSTALL_SCRIPT@%$INSTALL_SCRIPT%g
    1314 s%@INSTALL_DATA@%$INSTALL_DATA%g
    13151243s%@PACKAGE@%$PACKAGE%g
    13161244s%@VERSION@%$VERSION%g
  • c/src/exec/score/tools/sh/Makefile.in

    r79800f9 recab6a39  
    1 # Makefile.in generated automatically by automake 1.4 from Makefile.am
    2 
    3 # Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc.
     1# Makefile.in generated automatically by automake 1.2 from Makefile.am
     2
     3# Copyright (C) 1994, 1995, 1996, 1997 Free Software Foundation, Inc.
    44# 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.
     5# gives unlimited permission to copy, distribute and modify it.
    126
    137#
     
    1610
    1711
    18 # $Id$
    19 
    20 # NOTE: This is a temporary work-around to keep
    21 # "make debug" and "make debug_install" working.
    22 # Once automake is fully integrated these make targets
    23 # and this file will probably be removed
    24 
    25 
    26 SHELL = @SHELL@
     12SHELL = /bin/sh
    2713
    2814srcdir = @srcdir@
     
    4531oldincludedir = /usr/include
    4632
    47 DESTDIR =
    48 
    4933pkgdatadir = $(datadir)/@PACKAGE@
    5034pkglibdir = $(libdir)/@PACKAGE@
     
    5741
    5842INSTALL = @INSTALL@
    59 INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
     43INSTALL_PROGRAM = @INSTALL_PROGRAM@
    6044INSTALL_DATA = @INSTALL_DATA@
    6145INSTALL_SCRIPT = @INSTALL_SCRIPT@
    6246transform = @program_transform_name@
    6347
    64 NORMAL_INSTALL = :
    65 PRE_INSTALL = :
    66 POST_INSTALL = :
    67 NORMAL_UNINSTALL = :
    68 PRE_UNINSTALL = :
    69 POST_UNINSTALL = :
     48NORMAL_INSTALL = true
     49PRE_INSTALL = true
     50POST_INSTALL = true
     51NORMAL_UNINSTALL = true
     52PRE_UNINSTALL = true
     53POST_UNINSTALL = true
    7054build_alias = @build_alias@
    7155build_triplet = @build@
     
    8872ACLOCAL = @ACLOCAL@ -I $(RTEMS_TOPdir)/aclocal
    8973
    90 noinst_PROGRAMS = shgen
    91 
    92 shgen_SOURCES =  sci.h sci.c shgen.c
    93 
     74noinst_PROGRAMS=shgen
     75
     76shgen_SOURCES = \
     77sci.h \
     78sci.c \
     79shgen.c
    9480ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
    9581mkinstalldirs = $(SHELL) $(top_srcdir)/../../../../../../mkinstalldirs
     
    10490shgen_OBJECTS =  sci.o shgen.o
    10591shgen_LDADD = $(LDADD)
    106 shgen_DEPENDENCIES =
    10792shgen_LDFLAGS =
    10893CFLAGS = @CFLAGS@
    109 COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
    110 CCLD = $(CC)
    111 LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@
     94COMPILE = $(CC) $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CFLAGS)
     95LINK = $(CC) $(CFLAGS) $(LDFLAGS) -o $@
    11296DIST_COMMON =  AUTHORS COPYING Makefile.am Makefile.in TODO aclocal.m4 \
    11397configure configure.in
     
    117101
    118102TAR = tar
    119 GZIP_ENV = --best
     103GZIP = --best
    120104DEP_FILES =  .deps/sci.P .deps/shgen.P
    121105SOURCES = $(shgen_SOURCES)
    122106OBJECTS = $(shgen_OBJECTS)
    123107
    124 all: all-redirect
     108default: all
     109
    125110.SUFFIXES:
    126 .SUFFIXES: .S .c .o .s
    127 $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) $(top_srcdir)/../../../../../../automake/local.am
     111.SUFFIXES: .c .o
     112$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
    128113        cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile
    129114
    130 Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status $(BUILT_SOURCES)
     115Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES)
    131116        cd $(top_builddir) \
    132117          && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
     
    135120        cd $(srcdir) && $(ACLOCAL)
    136121
    137 config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
     122config.status: $(srcdir)/configure
    138123        $(SHELL) ./config.status --recheck
    139124$(srcdir)/configure: $(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
     
    143128
    144129clean-noinstPROGRAMS:
    145         -test -z "$(noinst_PROGRAMS)" || rm -f $(noinst_PROGRAMS)
     130        test -z "$(noinst_PROGRAMS)" || rm -f $(noinst_PROGRAMS)
    146131
    147132distclean-noinstPROGRAMS:
     
    149134maintainer-clean-noinstPROGRAMS:
    150135
    151 .s.o:
     136.c.o:
    152137        $(COMPILE) -c $<
    153138
    154 .S.o:
    155         $(COMPILE) -c $<
    156 
    157139mostlyclean-compile:
    158         -rm -f *.o core *.core
     140        rm -f *.o core
    159141
    160142clean-compile:
    161143
    162144distclean-compile:
    163         -rm -f *.tab.c
     145        rm -f *.tab.c
    164146
    165147maintainer-clean-compile:
     
    171153tags: TAGS
    172154
    173 ID: $(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 
    181 TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) $(LISP)
     155ID: $(HEADERS) $(SOURCES)
     156        here=`pwd` && cd $(srcdir) && mkid -f$$here/ID $(SOURCES) $(HEADERS)
     157
     158TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES)
    182159        tags=; \
    183160        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)
     161        test -z "$(ETAGS_ARGS)$(SOURCES)$(HEADERS)$$tags" \
     162          || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags  $(SOURCES) $(HEADERS) -o $$here/TAGS)
    190163
    191164mostlyclean-tags:
     
    194167
    195168distclean-tags:
    196         -rm -f TAGS ID
     169        rm -f TAGS ID
    197170
    198171maintainer-clean-tags:
     
    205178# tarfile.
    206179distcheck: dist
    207         -rm -rf $(distdir)
    208         GZIP=$(GZIP_ENV) $(TAR) zxf $(distdir).tar.gz
     180        rm -rf $(distdir)
     181        GZIP=$(GZIP) $(TAR) zxf $(distdir).tar.gz
    209182        mkdir $(distdir)/=build
    210183        mkdir $(distdir)/=inst
     
    212185        cd $(distdir)/=build \
    213186          && ../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"
     187          && $(MAKE) \
     188          && $(MAKE) dvi \
     189          && $(MAKE) check \
     190          && $(MAKE) install \
     191          && $(MAKE) installcheck \
     192          && $(MAKE) dist
     193        rm -rf $(distdir)
     194        @echo "========================"; \
     195        echo "$(distdir).tar.gz is ready for distribution"; \
     196        echo "========================"
    226197dist: distdir
    227198        -chmod -R a+r $(distdir)
    228         GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
    229         -rm -rf $(distdir)
     199        GZIP=$(GZIP) $(TAR) chozf $(distdir).tar.gz $(distdir)
     200        rm -rf $(distdir)
    230201dist-all: distdir
    231202        -chmod -R a+r $(distdir)
    232         GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
    233         -rm -rf $(distdir)
     203        GZIP=$(GZIP) $(TAR) chozf $(distdir).tar.gz $(distdir)
     204        rm -rf $(distdir)
    234205distdir: $(DISTFILES)
    235         -rm -rf $(distdir)
     206        rm -rf $(distdir)
    236207        mkdir $(distdir)
    237208        -chmod 777 $(distdir)
    238209        here=`cd $(top_builddir) && pwd`; \
    239         top_distdir=`cd $(distdir) && pwd`; \
    240         distdir=`cd $(distdir) && pwd`; \
     210        top_distdir=`cd $(top_distdir) && pwd`; \
    241211        cd $(top_srcdir) \
    242212          && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --foreign Makefile
    243213        @for file in $(DISTFILES); do \
    244214          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; \
     215          test -f $(distdir)/$$file \
     216          || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
     217          || cp -p $$d/$$file $(distdir)/$$file; \
    252218        done
    253219
     220MKDEP = gcc -M $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CFLAGS)
     221
    254222DEPS_MAGIC := $(shell mkdir .deps > /dev/null 2>&1 || :)
     223-include .deps/.P
     224.deps/.P: $(BUILT_SOURCES)
     225        echo > $@
    255226
    256227-include $(DEP_FILES)
     
    261232
    262233distclean-depend:
    263         -rm -rf .deps
    264234
    265235maintainer-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
    285 info-am:
    286 info: info-am
    287 dvi-am:
    288 dvi: dvi-am
    289 check-am: all-am
    290 check: check-am
    291 installcheck-am:
    292 installcheck: installcheck-am
    293 install-exec-am:
    294 install-exec: install-exec-am
    295 
    296 install-data-am:
    297 install-data: install-data-am
    298 
    299 install-am: all-am
    300         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
    301 install: install-am
    302 uninstall-am:
    303 uninstall: uninstall-am
    304 all-am: Makefile $(PROGRAMS)
    305 all-redirect: all-am
     236        rm -rf .deps
     237
     238.deps/%.P: %.c
     239        @echo "Computing dependencies for $<..."
     240        @o='o'; \
     241        test -n "$o" && o='$$o'; \
     242        $(MKDEP) $< >$@.tmp \
     243          && sed "s,^\(.*\)\.o:,\1.$$o \1.l$$o $@:," < $@.tmp > $@ \
     244          && rm -f $@.tmp
     245info:
     246dvi:
     247check: all
     248        $(MAKE)
     249installcheck:
     250install-exec:
     251        @$(NORMAL_INSTALL)
     252
     253install-data:
     254        @$(NORMAL_INSTALL)
     255
     256install: install-exec install-data all
     257        @:
     258
     259uninstall:
     260
     261all: Makefile $(PROGRAMS)
     262
    306263install-strip:
    307         $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
     264        $(MAKE) INSTALL_PROGRAM='$(INSTALL_PROGRAM) -s' INSTALL_SCRIPT='$(INSTALL_PROGRAM)' install
    308265installdirs:
    309266
    310267
    311268mostlyclean-generic:
     269        test -z "$(MOSTLYCLEANFILES)" || rm -f $(MOSTLYCLEANFILES)
    312270
    313271clean-generic:
     272        test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
    314273
    315274distclean-generic:
    316         -rm -f Makefile $(CONFIG_CLEAN_FILES)
    317         -rm -f config.cache config.log stamp-h stamp-h[0-9]*
     275        rm -f Makefile $(DISTCLEANFILES)
     276        rm -f config.cache config.log stamp-h stamp-h[0-9]*
     277        test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
    318278
    319279maintainer-clean-generic:
    320 mostlyclean-am:  mostlyclean-noinstPROGRAMS mostlyclean-compile \
     280        test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
     281        test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
     282mostlyclean:  mostlyclean-noinstPROGRAMS mostlyclean-compile \
    321283                mostlyclean-tags mostlyclean-depend mostlyclean-generic
    322284
    323 mostlyclean: mostlyclean-am
    324 
    325 clean-am:  clean-noinstPROGRAMS clean-compile clean-tags clean-depend \
    326                 clean-generic mostlyclean-am
    327 
    328 clean: clean-am
    329 
    330 distclean-am:  distclean-noinstPROGRAMS distclean-compile distclean-tags \
    331                 distclean-depend distclean-generic clean-am
    332 
    333 distclean: distclean-am
    334         -rm -f config.status
    335 
    336 maintainer-clean-am:  maintainer-clean-noinstPROGRAMS \
     285clean:  clean-noinstPROGRAMS clean-compile clean-tags clean-depend \
     286                clean-generic mostlyclean
     287
     288distclean:  distclean-noinstPROGRAMS distclean-compile distclean-tags \
     289                distclean-depend distclean-generic clean
     290        rm -f config.status
     291
     292maintainer-clean:  maintainer-clean-noinstPROGRAMS \
    337293                maintainer-clean-compile maintainer-clean-tags \
    338294                maintainer-clean-depend maintainer-clean-generic \
    339                 distclean-am
     295                distclean
    340296        @echo "This command is intended for maintainers to use;"
    341297        @echo "it deletes files that may require special tools to rebuild."
    342 
    343 maintainer-clean: maintainer-clean-am
    344         -rm -f config.status
    345 
    346 .PHONY: mostlyclean-noinstPROGRAMS distclean-noinstPROGRAMS \
     298        rm -f config.status
     299
     300.PHONY: default mostlyclean-noinstPROGRAMS distclean-noinstPROGRAMS \
    347301clean-noinstPROGRAMS maintainer-clean-noinstPROGRAMS \
    348302mostlyclean-compile distclean-compile clean-compile \
    349303maintainer-clean-compile tags mostlyclean-tags distclean-tags \
    350304clean-tags maintainer-clean-tags distdir mostlyclean-depend \
    351 distclean-depend clean-depend maintainer-clean-depend info-am info \
    352 dvi-am dvi check check-am installcheck-am installcheck install-exec-am \
    353 install-exec install-data-am install-data install-am install \
    354 uninstall-am uninstall all-redirect all-am all installdirs \
    355 mostlyclean-generic distclean-generic clean-generic \
     305distclean-depend clean-depend maintainer-clean-depend info dvi \
     306installcheck install-exec install-data install uninstall all \
     307installdirs mostlyclean-generic distclean-generic clean-generic \
    356308maintainer-clean-generic clean mostlyclean distclean maintainer-clean
    357309
    358310
    359 debug-am:
    360 
    361 debug: debug-am
    362 
    363 debug_install-am:
    364 
    365 debug_install: debug_install-am
    366 
    367 profile-am:
    368 
    369 profile: profile-am
    370 
    371 profile_install-am:
    372 
    373 profile_install: profile_install-am
    374 
    375 .PHONY: debug debug_install profile profile_install
     311include $(top_srcdir)/../../../../../../automake/local.am
    376312
    377313# Tell versions [3.59,3.63) of GNU make to not export all variables.
  • c/src/exec/score/tools/sh/aclocal.m4

    r79800f9 recab6a39  
    1 dnl aclocal.m4 generated automatically by aclocal 1.4
    2 
    3 dnl Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc.
    4 dnl This file is free software; the Free Software Foundation
    5 dnl gives unlimited permission to copy and/or distribute it,
    6 dnl with or without modifications, as long as this notice is preserved.
    7 
    8 dnl This program is distributed in the hope that it will be useful,
    9 dnl but WITHOUT ANY WARRANTY, to the extent permitted by law; without
    10 dnl even the implied warranty of MERCHANTABILITY or FITNESS FOR A
    11 dnl PARTICULAR PURPOSE.
     1dnl aclocal.m4 generated automatically by aclocal 1.2
    122
    133dnl $Id$
     
    10090
    10191AC_DEFUN(AM_INIT_AUTOMAKE,
    102 [AC_REQUIRE([AC_PROG_INSTALL])
     92[AC_REQUIRE([AM_PROG_INSTALL])
    10393PACKAGE=[$1]
    10494AC_SUBST(PACKAGE)
     
    110100fi
    111101ifelse([$3],,
    112 AC_DEFINE_UNQUOTED(PACKAGE, "$PACKAGE", [Name of package])
    113 AC_DEFINE_UNQUOTED(VERSION, "$VERSION", [Version number of package]))
    114 AC_REQUIRE([AM_SANITY_CHECK])
    115 AC_REQUIRE([AC_ARG_PROGRAM])
     102AC_DEFINE_UNQUOTED(PACKAGE, "$PACKAGE")
     103AC_DEFINE_UNQUOTED(VERSION, "$VERSION"))
     104AM_SANITY_CHECK
     105AC_ARG_PROGRAM
    116106dnl FIXME This is truly gross.
    117107missing_dir=`cd $ac_aux_dir && pwd`
     
    121111AM_MISSING_PROG(AUTOHEADER, autoheader, $missing_dir)
    122112AM_MISSING_PROG(MAKEINFO, makeinfo, $missing_dir)
    123 AC_REQUIRE([AC_PROG_MAKE_SET])])
     113AC_PROG_MAKE_SET])
     114
     115
     116# serial 1
     117
     118AC_DEFUN(AM_PROG_INSTALL,
     119[AC_REQUIRE([AC_PROG_INSTALL])
     120test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL_PROGRAM}'
     121AC_SUBST(INSTALL_SCRIPT)dnl
     122])
    124123
    125124#
     
    139138if (
    140139   set X `ls -Lt $srcdir/configure conftestfile 2> /dev/null`
    141    if test "[$]*" = "X"; then
     140   if test "$@" = "X"; then
    142141      # -L didn't work.
    143142      set X `ls -t $srcdir/configure conftestfile`
    144143   fi
    145    if test "[$]*" != "X $srcdir/configure conftestfile" \
    146       && test "[$]*" != "X conftestfile $srcdir/configure"; then
    147 
    148       # If neither matched, then we have a broken ls.  This can happen
    149       # if, for instance, CONFIG_SHELL is bash and it inherits a
    150       # broken ls alias from the environment.  This has actually
    151       # happened.  Such a system could not be considered "sane".
    152       AC_MSG_ERROR([ls -t appears to fail.  Make sure there is not a broken
    153 alias in your environment])
    154    fi
    155 
    156144   test "[$]2" = conftestfile
    157145   )
  • c/src/exec/score/tools/sh/configure

    r79800f9 recab6a39  
    22
    33# Guess values for system-dependent variables and create Makefiles.
    4 # Generated automatically using autoconf version 2.13
     4# Generated automatically using autoconf version 2.12
    55# Copyright (C) 1992, 93, 94, 95, 96 Free Software Foundation, Inc.
    66#
     
    5050subdirs=
    5151MFLAGS= MAKEFLAGS=
    52 SHELL=${CONFIG_SHELL-/bin/sh}
    5352# Maximum number of lines to put in a shell here document.
    5453ac_max_here_lines=12
     
    334333
    335334  -version | --version | --versio | --versi | --vers)
    336     echo "configure generated by autoconf version 2.13"
     335    echo "configure generated by autoconf version 2.12"
    337336    exit 0 ;;
    338337
     
    504503ac_cpp='$CPP $CPPFLAGS'
    505504ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
    506 ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
     505ac_link='${CC-cc} -o conftest $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
    507506cross_compiling=$ac_cv_prog_cc_cross
    508507
    509 ac_exeext=
    510 ac_objext=o
    511508if (echo "testing\c"; echo 1,2,3) | grep c >/dev/null; then
    512509  # Stardent Vistra SVR4 grep lacks -e, says ghazi@caip.rutgers.edu.
     
    549546
    550547echo $ac_n "checking for RTEMS Version""... $ac_c" 1>&6
    551 echo "configure:552: checking for RTEMS Version" >&5
     548echo "configure:549: checking for RTEMS Version" >&5
    552549if test -r "${srcdir}/${RTEMS_TOPdir}/VERSION"; then
    553550RTEMS_VERSION=`grep Version ${srcdir}/${RTEMS_TOPdir}/VERSION | \
     
    585582
    586583# Make sure we can run config.sub.
    587 if ${CONFIG_SHELL-/bin/sh} $ac_config_sub sun4 >/dev/null 2>&1; then :
     584if $ac_config_sub sun4 >/dev/null 2>&1; then :
    588585else { echo "configure: error: can not run $ac_config_sub" 1>&2; exit 1; }
    589586fi
    590587
    591588echo $ac_n "checking host system type""... $ac_c" 1>&6
    592 echo "configure:593: checking host system type" >&5
     589echo "configure:590: checking host system type" >&5
    593590
    594591host_alias=$host
     
    597594  case $nonopt in
    598595  NONE)
    599     if host_alias=`${CONFIG_SHELL-/bin/sh} $ac_config_guess`; then :
     596    if host_alias=`$ac_config_guess`; then :
    600597    else { echo "configure: error: can not guess host type; you must specify one" 1>&2; exit 1; }
    601598    fi ;;
     
    604601esac
    605602
    606 host=`${CONFIG_SHELL-/bin/sh} $ac_config_sub $host_alias`
     603host=`$ac_config_sub $host_alias`
    607604host_cpu=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
    608605host_vendor=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
     
    611608
    612609echo $ac_n "checking target system type""... $ac_c" 1>&6
    613 echo "configure:614: checking target system type" >&5
     610echo "configure:611: checking target system type" >&5
    614611
    615612target_alias=$target
     
    622619esac
    623620
    624 target=`${CONFIG_SHELL-/bin/sh} $ac_config_sub $target_alias`
     621target=`$ac_config_sub $target_alias`
    625622target_cpu=`echo $target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
    626623target_vendor=`echo $target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
     
    629626
    630627echo $ac_n "checking build system type""... $ac_c" 1>&6
    631 echo "configure:632: checking build system type" >&5
     628echo "configure:629: checking build system type" >&5
    632629
    633630build_alias=$build
     
    640637esac
    641638
    642 build=`${CONFIG_SHELL-/bin/sh} $ac_config_sub $build_alias`
     639build=`$ac_config_sub $build_alias`
    643640build_cpu=`echo $build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
    644641build_vendor=`echo $build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
     
    654651
    655652echo $ac_n "checking rtems target cpu""... $ac_c" 1>&6
    656 echo "configure:657: checking rtems target cpu" >&5
     653echo "configure:654: checking rtems target cpu" >&5
    657654case "${target}" in
    658655  # hpux unix port should go here
     
    689686# IRIX /sbin/install
    690687# AIX /bin/install
    691 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
    692688# AFS /usr/afsws/bin/install, which mishandles nonexistent args
    693689# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
    694690# ./install, which can be erroneously created by make from ./install.sh.
    695691echo $ac_n "checking for a BSD compatible install""... $ac_c" 1>&6
    696 echo "configure:697: checking for a BSD compatible install" >&5
     692echo "configure:693: checking for a BSD compatible install" >&5
    697693if test -z "$INSTALL"; then
    698694if eval "test \"`echo '$''{'ac_cv_path_install'+set}'`\" = set"; then
    699695  echo $ac_n "(cached) $ac_c" 1>&6
    700696else
    701     IFS="${IFS=         }"; ac_save_IFS="$IFS"; IFS=":"
     697    IFS="${IFS=         }"; ac_save_IFS="$IFS"; IFS="${IFS}:"
    702698  for ac_dir in $PATH; do
    703699    # Account for people who put trailing slashes in PATH elements.
     
    706702    *)
    707703      # OSF1 and SCO ODT 3.0 have their own names for install.
    708       # Don't use installbsd from OSF since it installs stuff as root
    709       # by default.
    710       for ac_prog in ginstall scoinst install; do
     704      for ac_prog in ginstall installbsd scoinst install; do
    711705        if test -f $ac_dir/$ac_prog; then
    712706          if test $ac_prog = install &&
    713707            grep dspmsg $ac_dir/$ac_prog >/dev/null 2>&1; then
    714708            # AIX install.  It has an incompatible calling convention.
     709            # OSF/1 installbsd also uses dspmsg, but is usable.
    715710            :
    716711          else
     
    742737test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
    743738
     739test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
     740
     741
    744742test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL_PROGRAM}'
    745743
    746 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
     744
     745PACKAGE=rtems-exec-score-tools-sh
     746
     747VERSION=$RTEMS_VERSION
     748
     749if test "`cd $srcdir && pwd`" != "`pwd`" && test -f $srcdir/config.status; then
     750  { echo "configure: error: source directory already configured; run "make distclean" there first" 1>&2; exit 1; }
     751fi
    747752
    748753echo $ac_n "checking whether build environment is sane""... $ac_c" 1>&6
    749 echo "configure:750: checking whether build environment is sane" >&5
     754echo "configure:755: checking whether build environment is sane" >&5
    750755# Just in case
    751756sleep 1
     
    758763if (
    759764   set X `ls -Lt $srcdir/configure conftestfile 2> /dev/null`
    760    if test "$*" = "X"; then
     765   if test "" = "X"; then
    761766      # -L didn't work.
    762767      set X `ls -t $srcdir/configure conftestfile`
    763768   fi
    764    if test "$*" != "X $srcdir/configure conftestfile" \
    765       && test "$*" != "X conftestfile $srcdir/configure"; then
    766 
    767       # If neither matched, then we have a broken ls.  This can happen
    768       # if, for instance, CONFIG_SHELL is bash and it inherits a
    769       # broken ls alias from the environment.  This has actually
    770       # happened.  Such a system could not be considered "sane".
    771       { echo "configure: error: ls -t appears to fail.  Make sure there is not a broken
    772 alias in your environment" 1>&2; exit 1; }
    773    fi
    774 
    775769   test "$2" = conftestfile
    776770   )
     
    803797test "$program_transform_name" = "" && program_transform_name="s,x,x,"
    804798
    805 echo $ac_n "checking whether ${MAKE-make} sets \${MAKE}""... $ac_c" 1>&6
    806 echo "configure:807: checking whether ${MAKE-make} sets \${MAKE}" >&5
    807 set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y%./+-%__p_%'`
    808 if eval "test \"`echo '$''{'ac_cv_prog_make_${ac_make}_set'+set}'`\" = set"; then
    809   echo $ac_n "(cached) $ac_c" 1>&6
    810 else
    811   cat > conftestmake <<\EOF
    812 all:
    813         @echo 'ac_maketemp="${MAKE}"'
    814 EOF
    815 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
    816 eval `${MAKE-make} -f conftestmake 2>/dev/null | grep temp=`
    817 if test -n "$ac_maketemp"; then
    818   eval ac_cv_prog_make_${ac_make}_set=yes
    819 else
    820   eval ac_cv_prog_make_${ac_make}_set=no
    821 fi
    822 rm -f conftestmake
    823 fi
    824 if eval "test \"`echo '$ac_cv_prog_make_'${ac_make}_set`\" = yes"; then
    825   echo "$ac_t""yes" 1>&6
    826   SET_MAKE=
    827 else
    828   echo "$ac_t""no" 1>&6
    829   SET_MAKE="MAKE=${MAKE-make}"
    830 fi
    831 
    832 
    833 PACKAGE=rtems-exec-score-tools-sh
    834 
    835 VERSION=$RTEMS_VERSION
    836 
    837 if test "`cd $srcdir && pwd`" != "`pwd`" && test -f $srcdir/config.status; then
    838   { echo "configure: error: source directory already configured; run "make distclean" there first" 1>&2; exit 1; }
    839 fi
    840 
    841 
    842 
    843799missing_dir=`cd $ac_aux_dir && pwd`
    844800echo $ac_n "checking for working aclocal""... $ac_c" 1>&6
    845 echo "configure:846: checking for working aclocal" >&5
     801echo "configure:802: checking for working aclocal" >&5
    846802# Run test in a subshell; some versions of sh will print an error if
    847803# an executable is not found, even if stderr is redirected.
     
    856812
    857813echo $ac_n "checking for working autoconf""... $ac_c" 1>&6
    858 echo "configure:859: checking for working autoconf" >&5
     814echo "configure:815: checking for working autoconf" >&5
    859815# Run test in a subshell; some versions of sh will print an error if
    860816# an executable is not found, even if stderr is redirected.
     
    869825
    870826echo $ac_n "checking for working automake""... $ac_c" 1>&6
    871 echo "configure:872: checking for working automake" >&5
     827echo "configure:828: checking for working automake" >&5
    872828# Run test in a subshell; some versions of sh will print an error if
    873829# an executable is not found, even if stderr is redirected.
     
    882838
    883839echo $ac_n "checking for working autoheader""... $ac_c" 1>&6
    884 echo "configure:885: checking for working autoheader" >&5
     840echo "configure:841: checking for working autoheader" >&5
    885841# Run test in a subshell; some versions of sh will print an error if
    886842# an executable is not found, even if stderr is redirected.
     
    895851
    896852echo $ac_n "checking for working makeinfo""... $ac_c" 1>&6
    897 echo "configure:898: checking for working makeinfo" >&5
     853echo "configure:854: checking for working makeinfo" >&5
    898854# Run test in a subshell; some versions of sh will print an error if
    899855# an executable is not found, even if stderr is redirected.
     
    907863fi
    908864
     865echo $ac_n "checking whether ${MAKE-make} sets \${MAKE}""... $ac_c" 1>&6
     866echo "configure:867: checking whether ${MAKE-make} sets \${MAKE}" >&5
     867set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y%./+-%__p_%'`
     868if eval "test \"`echo '$''{'ac_cv_prog_make_${ac_make}_set'+set}'`\" = set"; then
     869  echo $ac_n "(cached) $ac_c" 1>&6
     870else
     871  cat > conftestmake <<\EOF
     872all:
     873        @echo 'ac_maketemp="${MAKE}"'
     874EOF
     875# GNU make sometimes prints "make[1]: Entering...", which would confuse us.
     876eval `${MAKE-make} -f conftestmake 2>/dev/null | grep temp=`
     877if test -n "$ac_maketemp"; then
     878  eval ac_cv_prog_make_${ac_make}_set=yes
     879else
     880  eval ac_cv_prog_make_${ac_make}_set=no
     881fi
     882rm -f conftestmake
     883fi
     884if eval "test \"`echo '$ac_cv_prog_make_'${ac_make}_set`\" = yes"; then
     885  echo "$ac_t""yes" 1>&6
     886  SET_MAKE=
     887else
     888  echo "$ac_t""no" 1>&6
     889  SET_MAKE="MAKE=${MAKE-make}"
     890fi
    909891
    910892
     
    912894set dummy gcc; ac_word=$2
    913895echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    914 echo "configure:915: checking for $ac_word" >&5
     896echo "configure:897: checking for $ac_word" >&5
    915897if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
    916898  echo $ac_n "(cached) $ac_c" 1>&6
     
    919901  ac_cv_prog_CC="$CC" # Let the user override the test.
    920902else
    921   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS=":"
    922   ac_dummy="$PATH"
    923   for ac_dir in $ac_dummy; do
     903  IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
     904  for ac_dir in $PATH; do
    924905    test -z "$ac_dir" && ac_dir=.
    925906    if test -f $ac_dir/$ac_word; then
     
    942923set dummy cc; ac_word=$2
    943924echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    944 echo "configure:945: checking for $ac_word" >&5
     925echo "configure:926: checking for $ac_word" >&5
    945926if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
    946927  echo $ac_n "(cached) $ac_c" 1>&6
     
    949930  ac_cv_prog_CC="$CC" # Let the user override the test.
    950931else
    951   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS=":"
     932  IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
    952933  ac_prog_rejected=no
    953   ac_dummy="$PATH"
    954   for ac_dir in $ac_dummy; do
     934  for ac_dir in $PATH; do
    955935    test -z "$ac_dir" && ac_dir=.
    956936    if test -f $ac_dir/$ac_word; then
     
    987967fi
    988968
    989   if test -z "$CC"; then
    990     case "`uname -s`" in
    991     *win32* | *WIN32*)
    992       # Extract the first word of "cl", so it can be a program name with args.
    993 set dummy cl; ac_word=$2
    994 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    995 echo "configure:996: checking for $ac_word" >&5
    996 if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
    997   echo $ac_n "(cached) $ac_c" 1>&6
    998 else
    999   if test -n "$CC"; then
    1000   ac_cv_prog_CC="$CC" # Let the user override the test.
    1001 else
    1002   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS=":"
    1003   ac_dummy="$PATH"
    1004   for ac_dir in $ac_dummy; do
    1005     test -z "$ac_dir" && ac_dir=.
    1006     if test -f $ac_dir/$ac_word; then
    1007       ac_cv_prog_CC="cl"
    1008       break
    1009     fi
    1010   done
    1011   IFS="$ac_save_ifs"
    1012 fi
    1013 fi
    1014 CC="$ac_cv_prog_CC"
    1015 if test -n "$CC"; then
    1016   echo "$ac_t""$CC" 1>&6
    1017 else
    1018   echo "$ac_t""no" 1>&6
    1019 fi
    1020  ;;
    1021     esac
    1022   fi
    1023969  test -z "$CC" && { echo "configure: error: no acceptable cc found in \$PATH" 1>&2; exit 1; }
    1024970fi
    1025971
    1026972echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works""... $ac_c" 1>&6
    1027 echo "configure:1028: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5
     973echo "configure:974: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5
    1028974
    1029975ac_ext=c
     
    1031977ac_cpp='$CPP $CPPFLAGS'
    1032978ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
    1033 ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
     979ac_link='${CC-cc} -o conftest $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
    1034980cross_compiling=$ac_cv_prog_cc_cross
    1035981
    1036 cat > conftest.$ac_ext << EOF
    1037 
    1038 #line 1039 "configure"
     982cat > conftest.$ac_ext <<EOF
     983#line 984 "configure"
    1039984#include "confdefs.h"
    1040 
    1041985main(){return(0);}
    1042986EOF
    1043 if { (eval echo configure:1044: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     987if { (eval echo configure:988: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
    1044988  ac_cv_prog_cc_works=yes
    1045989  # If we can't run a trivial program, we are probably using a cross compiler.
     
    1055999fi
    10561000rm -fr conftest*
    1057 ac_ext=c
    1058 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
    1059 ac_cpp='$CPP $CPPFLAGS'
    1060 ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
    1061 ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
    1062 cross_compiling=$ac_cv_prog_cc_cross
    10631001
    10641002echo "$ac_t""$ac_cv_prog_cc_works" 1>&6
     
    10671005fi
    10681006echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler""... $ac_c" 1>&6
    1069 echo "configure:1070: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5
     1007echo "configure:1008: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5
    10701008echo "$ac_t""$ac_cv_prog_cc_cross" 1>&6
    10711009cross_compiling=$ac_cv_prog_cc_cross
    10721010
    10731011echo $ac_n "checking whether we are using GNU C""... $ac_c" 1>&6
    1074 echo "configure:1075: checking whether we are using GNU C" >&5
     1012echo "configure:1013: checking whether we are using GNU C" >&5
    10751013if eval "test \"`echo '$''{'ac_cv_prog_gcc'+set}'`\" = set"; then
    10761014  echo $ac_n "(cached) $ac_c" 1>&6
     
    10811019#endif
    10821020EOF
    1083 if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:1084: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then
     1021if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:1022: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then
    10841022  ac_cv_prog_gcc=yes
    10851023else
     
    10921030if test $ac_cv_prog_gcc = yes; then
    10931031  GCC=yes
    1094 else
    1095   GCC=
    1096 fi
    1097 
    1098 ac_test_CFLAGS="${CFLAGS+set}"
    1099 ac_save_CFLAGS="$CFLAGS"
    1100 CFLAGS=
    1101 echo $ac_n "checking whether ${CC-cc} accepts -g""... $ac_c" 1>&6
    1102 echo "configure:1103: checking whether ${CC-cc} accepts -g" >&5
     1032  ac_test_CFLAGS="${CFLAGS+set}"
     1033  ac_save_CFLAGS="$CFLAGS"
     1034  CFLAGS=
     1035  echo $ac_n "checking whether ${CC-cc} accepts -g""... $ac_c" 1>&6
     1036echo "configure:1037: checking whether ${CC-cc} accepts -g" >&5
    11031037if eval "test \"`echo '$''{'ac_cv_prog_cc_g'+set}'`\" = set"; then
    11041038  echo $ac_n "(cached) $ac_c" 1>&6
     
    11151049
    11161050echo "$ac_t""$ac_cv_prog_cc_g" 1>&6
    1117 if test "$ac_test_CFLAGS" = set; then
    1118   CFLAGS="$ac_save_CFLAGS"
    1119 elif test $ac_cv_prog_cc_g = yes; then
    1120   if test "$GCC" = yes; then
     1051  if test "$ac_test_CFLAGS" = set; then
     1052    CFLAGS="$ac_save_CFLAGS"
     1053  elif test $ac_cv_prog_cc_g = yes; then
    11211054    CFLAGS="-g -O2"
    11221055  else
    1123     CFLAGS="-g"
     1056    CFLAGS="-O2"
    11241057  fi
    11251058else
    1126   if test "$GCC" = yes; then
    1127     CFLAGS="-O2"
    1128   else
    1129     CFLAGS=
    1130   fi
     1059  GCC=
     1060  test "${CFLAGS+set}" = set || CFLAGS="-g"
    11311061fi
    11321062
    11331063echo $ac_n "checking for fabs in -lm""... $ac_c" 1>&6
    1134 echo "configure:1135: checking for fabs in -lm" >&5
     1064echo "configure:1065: checking for fabs in -lm" >&5
    11351065ac_lib_var=`echo m'_'fabs | sed 'y%./+-%__p_%'`
    11361066if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    11401070LIBS="-lm  $LIBS"
    11411071cat > conftest.$ac_ext <<EOF
    1142 #line 1143 "configure"
     1072#line 1073 "configure"
    11431073#include "confdefs.h"
    11441074/* Override any gcc2 internal prototype to avoid an error.  */
     
    11511081; return 0; }
    11521082EOF
    1153 if { (eval echo configure:1154: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     1083if { (eval echo configure:1084: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
    11541084  rm -rf conftest*
    11551085  eval "ac_cv_lib_$ac_lib_var=yes"
     
    12181148# and sets the high bit in the cache file unless we assign to the vars.
    12191149(set) 2>&1 |
    1220   case `(ac_space=' '; set | grep ac_space) 2>&1` in
     1150  case `(ac_space=' '; set) 2>&1` in
    12211151  *ac_space=\ *)
    12221152    # `set' does not quote correctly, so add quotes (double-quote substitution
     
    12971227    exec \${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion ;;
    12981228  -version | --version | --versio | --versi | --vers | --ver | --ve | --v)
    1299     echo "$CONFIG_STATUS generated by autoconf version 2.13"
     1229    echo "$CONFIG_STATUS generated by autoconf version 2.12"
    13001230    exit 0 ;;
    13011231  -help | --help | --hel | --he | --h)
     
    13171247$ac_vpsub
    13181248$extrasub
    1319 s%@SHELL@%$SHELL%g
    13201249s%@CFLAGS@%$CFLAGS%g
    13211250s%@CPPFLAGS@%$CPPFLAGS%g
    13221251s%@CXXFLAGS@%$CXXFLAGS%g
    1323 s%@FFLAGS@%$FFLAGS%g
    13241252s%@DEFS@%$DEFS%g
    13251253s%@LDFLAGS@%$LDFLAGS%g
     
    13581286s%@build_os@%$build_os%g
    13591287s%@INSTALL_PROGRAM@%$INSTALL_PROGRAM%g
     1288s%@INSTALL_DATA@%$INSTALL_DATA%g
    13601289s%@INSTALL_SCRIPT@%$INSTALL_SCRIPT%g
    1361 s%@INSTALL_DATA@%$INSTALL_DATA%g
    13621290s%@PACKAGE@%$PACKAGE%g
    13631291s%@VERSION@%$VERSION%g
  • c/src/lib/libbsp/hppa1.1/simhppa/tools/Makefile.in

    r79800f9 recab6a39  
    1 # Makefile.in generated automatically by automake 1.4 from Makefile.am
    2 
    3 # Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc.
     1# Makefile.in generated automatically by automake 1.2 from Makefile.am
     2
     3# Copyright (C) 1994, 1995, 1996, 1997 Free Software Foundation, Inc.
    44# 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.
     5# gives unlimited permission to copy, distribute and modify it.
    126
    137#
     
    1610
    1711
    18 # $Id$
    19 
    20 # NOTE: This is a temporary work-around to keep
    21 # "make debug" and "make debug_install" working.
    22 # Once automake is fully integrated these make targets
    23 # and this file will probably be removed
    24 
    25 
    26 SHELL = @SHELL@
     12SHELL = /bin/sh
    2713
    2814srcdir = @srcdir@
     
    4531oldincludedir = /usr/include
    4632
    47 DESTDIR =
    48 
    4933pkgdatadir = $(datadir)/@PACKAGE@
    5034pkglibdir = $(libdir)/@PACKAGE@
     
    5741
    5842INSTALL = @INSTALL@
    59 INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
     43INSTALL_PROGRAM = @INSTALL_PROGRAM@
    6044INSTALL_DATA = @INSTALL_DATA@
    6145INSTALL_SCRIPT = @INSTALL_SCRIPT@
    6246transform = @program_transform_name@
    6347
    64 NORMAL_INSTALL = :
    65 PRE_INSTALL = :
    66 POST_INSTALL = :
    67 NORMAL_UNINSTALL = :
    68 PRE_UNINSTALL = :
    69 POST_UNINSTALL = :
     48NORMAL_INSTALL = true
     49PRE_INSTALL = true
     50POST_INSTALL = true
     51NORMAL_UNINSTALL = true
     52PRE_UNINSTALL = true
     53POST_UNINSTALL = true
    7054build_alias = @build_alias@
    7155build_triplet = @build@
     
    8468ACLOCAL = @ACLOCAL@ -I $(RTEMS_TOPdir)/aclocal
    8569
    86 noinst_PROGRAMS =  print_dump
    87 
    88 
    89 print_dump_SOURCES =  print_dump.c
    90 
     70noinst_PROGRAMS= \
     71print_dump
     72
     73print_dump_SOURCES= \
     74print_dump.c
    9175ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
    9276mkinstalldirs = $(SHELL) $(top_srcdir)/../../../../../../../mkinstalldirs
     
    10286print_dump_OBJECTS =  print_dump.o
    10387print_dump_LDADD = $(LDADD)
    104 print_dump_DEPENDENCIES =
    10588print_dump_LDFLAGS =
    10689CFLAGS = @CFLAGS@
    107 COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
    108 CCLD = $(CC)
    109 LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@
    110 DIST_COMMON =  ./stamp-h.in Makefile.am Makefile.in aclocal.m4 \
    111 config.h.in configure configure.in
     90COMPILE = $(CC) $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CFLAGS)
     91LINK = $(CC) $(CFLAGS) $(LDFLAGS) -o $@
     92DIST_COMMON =  Makefile.am Makefile.in aclocal.m4 config.h.in configure \
     93configure.in stamp-h.in
    11294
    11395
     
    11597
    11698TAR = tar
    117 GZIP_ENV = --best
     99GZIP = --best
    118100DEP_FILES =  .deps/print_dump.P
    119101SOURCES = $(print_dump_SOURCES)
    120102OBJECTS = $(print_dump_OBJECTS)
    121103
    122 all: all-redirect
     104default: all
     105
    123106.SUFFIXES:
    124 .SUFFIXES: .S .c .o .s
    125 $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) $(top_srcdir)/../../../../../../../automake/local.am
     107.SUFFIXES: .c .o
     108$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
    126109        cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile
    127110
    128 Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status $(BUILT_SOURCES)
     111Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES)
    129112        cd $(top_builddir) \
    130113          && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
     
    133116        cd $(srcdir) && $(ACLOCAL)
    134117
    135 config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
     118config.status: $(srcdir)/configure
    136119        $(SHELL) ./config.status --recheck
    137120$(srcdir)/configure: $(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
     
    139122
    140123config.h: stamp-h
    141         @if test ! -f $@; then \
    142                 rm -f stamp-h; \
    143                 $(MAKE) stamp-h; \
    144         else :; fi
    145124stamp-h: $(srcdir)/config.h.in $(top_builddir)/config.status
    146125        cd $(top_builddir) \
    147126          && CONFIG_FILES= CONFIG_HEADERS=config.h \
    148127             $(SHELL) ./config.status
    149         @echo timestamp > stamp-h 2> /dev/null
     128        @echo timestamp > stamp-h
    150129$(srcdir)/config.h.in: $(srcdir)/stamp-h.in
    151         @if test ! -f $@; then \
    152                 rm -f $(srcdir)/stamp-h.in; \
    153                 $(MAKE) $(srcdir)/stamp-h.in; \
    154         else :; fi
    155130$(srcdir)/stamp-h.in: $(top_srcdir)/configure.in $(ACLOCAL_M4)
    156131        cd $(top_srcdir) && $(AUTOHEADER)
    157         @echo timestamp > $(srcdir)/stamp-h.in 2> /dev/null
     132        @echo timestamp > $(srcdir)/stamp-h.in
    158133
    159134mostlyclean-hdr:
     
    162137
    163138distclean-hdr:
    164         -rm -f config.h
     139        rm -f config.h
    165140
    166141maintainer-clean-hdr:
     
    169144
    170145clean-noinstPROGRAMS:
    171         -test -z "$(noinst_PROGRAMS)" || rm -f $(noinst_PROGRAMS)
     146        test -z "$(noinst_PROGRAMS)" || rm -f $(noinst_PROGRAMS)
    172147
    173148distclean-noinstPROGRAMS:
     
    175150maintainer-clean-noinstPROGRAMS:
    176151
    177 .s.o:
     152.c.o:
    178153        $(COMPILE) -c $<
    179154
    180 .S.o:
    181         $(COMPILE) -c $<
    182 
    183155mostlyclean-compile:
    184         -rm -f *.o core *.core
     156        rm -f *.o core
    185157
    186158clean-compile:
    187159
    188160distclean-compile:
    189         -rm -f *.tab.c
     161        rm -f *.tab.c
    190162
    191163maintainer-clean-compile:
     
    197169tags: TAGS
    198170
    199 ID: $(HEADERS) $(SOURCES) $(LISP)
    200         list='$(SOURCES) $(HEADERS)'; \
    201         unique=`for i in $$list; do echo $$i; done | \
    202           awk '    { files[$$0] = 1; } \
    203                END { for (i in files) print i; }'`; \
    204         here=`pwd` && cd $(srcdir) \
    205           && mkid -f$$here/ID $$unique $(LISP)
    206 
    207 TAGS:  $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) $(LISP)
     171ID: $(HEADERS) $(SOURCES)
     172        here=`pwd` && cd $(srcdir) && mkid -f$$here/ID $(SOURCES) $(HEADERS)
     173
     174TAGS:  $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES)
    208175        tags=; \
    209176        here=`pwd`; \
    210         list='$(SOURCES) $(HEADERS)'; \
    211         unique=`for i in $$list; do echo $$i; done | \
    212           awk '    { files[$$0] = 1; } \
    213                END { for (i in files) print i; }'`; \
    214         test -z "$(ETAGS_ARGS)config.h.in$$unique$(LISP)$$tags" \
    215           || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags config.h.in $$unique $(LISP) -o $$here/TAGS)
     177        test -z "$(ETAGS_ARGS)config.h.in$(SOURCES)$(HEADERS)$$tags" \
     178          || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags config.h.in $(SOURCES) $(HEADERS) -o $$here/TAGS)
    216179
    217180mostlyclean-tags:
     
    220183
    221184distclean-tags:
    222         -rm -f TAGS ID
     185        rm -f TAGS ID
    223186
    224187maintainer-clean-tags:
     
    231194# tarfile.
    232195distcheck: dist
    233         -rm -rf $(distdir)
    234         GZIP=$(GZIP_ENV) $(TAR) zxf $(distdir).tar.gz
     196        rm -rf $(distdir)
     197        GZIP=$(GZIP) $(TAR) zxf $(distdir).tar.gz
    235198        mkdir $(distdir)/=build
    236199        mkdir $(distdir)/=inst
     
    238201        cd $(distdir)/=build \
    239202          && ../configure --srcdir=.. --prefix=$$dc_install_base \
    240           && $(MAKE) $(AM_MAKEFLAGS) \
    241           && $(MAKE) $(AM_MAKEFLAGS) dvi \
    242           && $(MAKE) $(AM_MAKEFLAGS) check \
    243           && $(MAKE) $(AM_MAKEFLAGS) install \
    244           && $(MAKE) $(AM_MAKEFLAGS) installcheck \
    245           && $(MAKE) $(AM_MAKEFLAGS) dist
    246         -rm -rf $(distdir)
    247         @banner="$(distdir).tar.gz is ready for distribution"; \
    248         dashes=`echo "$$banner" | sed s/./=/g`; \
    249         echo "$$dashes"; \
    250         echo "$$banner"; \
    251         echo "$$dashes"
     203          && $(MAKE) \
     204          && $(MAKE) dvi \
     205          && $(MAKE) check \
     206          && $(MAKE) install \
     207          && $(MAKE) installcheck \
     208          && $(MAKE) dist
     209        rm -rf $(distdir)
     210        @echo "========================"; \
     211        echo "$(distdir).tar.gz is ready for distribution"; \
     212        echo "========================"
    252213dist: distdir
    253214        -chmod -R a+r $(distdir)
    254         GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
    255         -rm -rf $(distdir)
     215        GZIP=$(GZIP) $(TAR) chozf $(distdir).tar.gz $(distdir)
     216        rm -rf $(distdir)
    256217dist-all: distdir
    257218        -chmod -R a+r $(distdir)
    258         GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
    259         -rm -rf $(distdir)
     219        GZIP=$(GZIP) $(TAR) chozf $(distdir).tar.gz $(distdir)
     220        rm -rf $(distdir)
    260221distdir: $(DISTFILES)
    261         -rm -rf $(distdir)
     222        rm -rf $(distdir)
    262223        mkdir $(distdir)
    263224        -chmod 777 $(distdir)
    264225        here=`cd $(top_builddir) && pwd`; \
    265         top_distdir=`cd $(distdir) && pwd`; \
    266         distdir=`cd $(distdir) && pwd`; \
     226        top_distdir=`cd $(top_distdir) && pwd`; \
    267227        cd $(top_srcdir) \
    268228          && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --foreign Makefile
    269229        @for file in $(DISTFILES); do \
    270230          d=$(srcdir); \
    271           if test -d $$d/$$file; then \
    272             cp -pr $$/$$file $(distdir)/$$file; \
    273           else \
    274             test -f $(distdir)/$$file \
    275             || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
    276             || cp -p $$d/$$file $(distdir)/$$file || :; \
    277           fi; \
     231          test -f $(distdir)/$$file \
     232          || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
     233          || cp -p $$d/$$file $(distdir)/$$file; \
    278234        done
    279235
     236MKDEP = gcc -M $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CFLAGS)
     237
    280238DEPS_MAGIC := $(shell mkdir .deps > /dev/null 2>&1 || :)
     239-include .deps/.P
     240.deps/.P: $(BUILT_SOURCES)
     241        echo > $@
    281242
    282243-include $(DEP_FILES)
     
    287248
    288249distclean-depend:
    289         -rm -rf .deps
    290250
    291251maintainer-clean-depend:
    292 
    293 %.o: %.c
    294         @echo '$(COMPILE) -c $<'; \
    295         $(COMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
    296         @-cp .deps/$(*F).pp .deps/$(*F).P; \
    297         tr ' ' '\012' < .deps/$(*F).pp \
    298           | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
    299             >> .deps/$(*F).P; \
    300         rm .deps/$(*F).pp
    301 
    302 %.lo: %.c
    303         @echo '$(LTCOMPILE) -c $<'; \
    304         $(LTCOMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
    305         @-sed -e 's/^\([^:]*\)\.o[      ]*:/\1.lo \1.o :/' \
    306           < .deps/$(*F).pp > .deps/$(*F).P; \
    307         tr ' ' '\012' < .deps/$(*F).pp \
    308           | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
    309             >> .deps/$(*F).P; \
    310         rm -f .deps/$(*F).pp
    311 info-am:
    312 info: info-am
    313 dvi-am:
    314 dvi: dvi-am
    315 check-am: all-am
    316 check: check-am
    317 installcheck-am:
    318 installcheck: installcheck-am
    319 all-recursive-am: config.h
    320         $(MAKE) $(AM_MAKEFLAGS) all-recursive
    321 
    322 install-exec-am: install-exec-local
    323 install-exec: install-exec-am
    324 
    325 install-data-am:
    326 install-data: install-data-am
    327 
    328 install-am: all-am
    329         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
    330 install: install-am
    331 uninstall-am:
    332 uninstall: uninstall-am
    333 all-am: Makefile $(PROGRAMS) config.h
    334 all-redirect: all-am
     252        rm -rf .deps
     253
     254.deps/%.P: %.c
     255        @echo "Computing dependencies for $<..."
     256        @o='o'; \
     257        test -n "$o" && o='$$o'; \
     258        $(MKDEP) $< >$@.tmp \
     259          && sed "s,^\(.*\)\.o:,\1.$$o \1.l$$o $@:," < $@.tmp > $@ \
     260          && rm -f $@.tmp
     261info:
     262dvi:
     263check: all
     264        $(MAKE)
     265installcheck:
     266install-exec: install-exec-local
     267        @$(NORMAL_INSTALL)
     268
     269install-data:
     270        @$(NORMAL_INSTALL)
     271
     272install: install-exec install-data all
     273        @:
     274
     275uninstall:
     276
     277all: Makefile $(PROGRAMS) config.h
     278
    335279install-strip:
    336         $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
     280        $(MAKE) INSTALL_PROGRAM='$(INSTALL_PROGRAM) -s' INSTALL_SCRIPT='$(INSTALL_PROGRAM)' install
    337281installdirs:
    338282
    339283
    340284mostlyclean-generic:
     285        test -z "$(MOSTLYCLEANFILES)" || rm -f $(MOSTLYCLEANFILES)
    341286
    342287clean-generic:
     288        test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
    343289
    344290distclean-generic:
    345         -rm -f Makefile $(CONFIG_CLEAN_FILES)
    346         -rm -f config.cache config.log stamp-h stamp-h[0-9]*
     291        rm -f Makefile $(DISTCLEANFILES)
     292        rm -f config.cache config.log stamp-h stamp-h[0-9]*
     293        test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
    347294
    348295maintainer-clean-generic:
    349 mostlyclean-am:  mostlyclean-hdr mostlyclean-noinstPROGRAMS \
     296        test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
     297        test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
     298mostlyclean:  mostlyclean-hdr mostlyclean-noinstPROGRAMS \
    350299                mostlyclean-compile mostlyclean-tags mostlyclean-depend \
    351300                mostlyclean-generic
    352301
    353 mostlyclean: mostlyclean-am
    354 
    355 clean-am:  clean-hdr clean-noinstPROGRAMS clean-compile clean-tags \
    356                 clean-depend clean-generic mostlyclean-am
    357 
    358 clean: clean-am
    359 
    360 distclean-am:  distclean-hdr distclean-noinstPROGRAMS distclean-compile \
    361                 distclean-tags distclean-depend distclean-generic \
    362                 clean-am
    363 
    364 distclean: distclean-am
    365         -rm -f config.status
    366 
    367 maintainer-clean-am:  maintainer-clean-hdr \
    368                 maintainer-clean-noinstPROGRAMS \
     302clean:  clean-hdr clean-noinstPROGRAMS clean-compile clean-tags \
     303                clean-depend clean-generic mostlyclean
     304
     305distclean:  distclean-hdr distclean-noinstPROGRAMS distclean-compile \
     306                distclean-tags distclean-depend distclean-generic clean
     307        rm -f config.status
     308
     309maintainer-clean:  maintainer-clean-hdr maintainer-clean-noinstPROGRAMS \
    369310                maintainer-clean-compile maintainer-clean-tags \
    370311                maintainer-clean-depend maintainer-clean-generic \
    371                 distclean-am
     312                distclean
    372313        @echo "This command is intended for maintainers to use;"
    373314        @echo "it deletes files that may require special tools to rebuild."
    374 
    375 maintainer-clean: maintainer-clean-am
    376         -rm -f config.status
    377 
    378 .PHONY: mostlyclean-hdr distclean-hdr clean-hdr maintainer-clean-hdr \
    379 mostlyclean-noinstPROGRAMS distclean-noinstPROGRAMS \
    380 clean-noinstPROGRAMS maintainer-clean-noinstPROGRAMS \
    381 mostlyclean-compile distclean-compile clean-compile \
    382 maintainer-clean-compile tags mostlyclean-tags distclean-tags \
    383 clean-tags maintainer-clean-tags distdir mostlyclean-depend \
    384 distclean-depend clean-depend maintainer-clean-depend info-am info \
    385 dvi-am dvi check check-am installcheck-am installcheck all-recursive-am \
    386 install-exec-local install-exec-am install-exec install-data-am \
    387 install-data install-am install uninstall-am uninstall all-redirect \
    388 all-am all installdirs mostlyclean-generic distclean-generic \
     315        rm -f config.status
     316
     317.PHONY: default mostlyclean-hdr distclean-hdr clean-hdr \
     318maintainer-clean-hdr mostlyclean-noinstPROGRAMS \
     319distclean-noinstPROGRAMS clean-noinstPROGRAMS \
     320maintainer-clean-noinstPROGRAMS mostlyclean-compile distclean-compile \
     321clean-compile maintainer-clean-compile tags mostlyclean-tags \
     322distclean-tags clean-tags maintainer-clean-tags distdir \
     323mostlyclean-depend distclean-depend clean-depend \
     324maintainer-clean-depend info dvi installcheck install-exec install-data \
     325install uninstall all installdirs mostlyclean-generic distclean-generic \
    389326clean-generic maintainer-clean-generic clean mostlyclean distclean \
    390327maintainer-clean
     
    396333        $(INSTALL_PROGRAM) print_dump $(PROJECT_ROOT)/${RTEMS_BSP}/bin
    397334
    398 debug-am:
    399 
    400 debug: debug-am
    401 
    402 debug_install-am:
    403 
    404 debug_install: debug_install-am
    405 
    406 profile-am:
    407 
    408 profile: profile-am
    409 
    410 profile_install-am:
    411 
    412 profile_install: profile_install-am
    413 
    414 .PHONY: debug debug_install profile profile_install
     335include $(top_srcdir)/../../../../../../../automake/local.am
    415336
    416337# Tell versions [3.59,3.63) of GNU make to not export all variables.
  • c/src/lib/libbsp/hppa1.1/simhppa/tools/aclocal.m4

    r79800f9 recab6a39  
    1 dnl aclocal.m4 generated automatically by aclocal 1.4
    2 
    3 dnl Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc.
    4 dnl This file is free software; the Free Software Foundation
    5 dnl gives unlimited permission to copy and/or distribute it,
    6 dnl with or without modifications, as long as this notice is preserved.
    7 
    8 dnl This program is distributed in the hope that it will be useful,
    9 dnl but WITHOUT ANY WARRANTY, to the extent permitted by law; without
    10 dnl even the implied warranty of MERCHANTABILITY or FITNESS FOR A
    11 dnl PARTICULAR PURPOSE.
     1dnl aclocal.m4 generated automatically by aclocal 1.2
    122
    133dnl $Id$
     
    10090
    10191AC_DEFUN(AM_INIT_AUTOMAKE,
    102 [AC_REQUIRE([AC_PROG_INSTALL])
     92[AC_REQUIRE([AM_PROG_INSTALL])
    10393PACKAGE=[$1]
    10494AC_SUBST(PACKAGE)
     
    110100fi
    111101ifelse([$3],,
    112 AC_DEFINE_UNQUOTED(PACKAGE, "$PACKAGE", [Name of package])
    113 AC_DEFINE_UNQUOTED(VERSION, "$VERSION", [Version number of package]))
    114 AC_REQUIRE([AM_SANITY_CHECK])
    115 AC_REQUIRE([AC_ARG_PROGRAM])
     102AC_DEFINE_UNQUOTED(PACKAGE, "$PACKAGE")
     103AC_DEFINE_UNQUOTED(VERSION, "$VERSION"))
     104AM_SANITY_CHECK
     105AC_ARG_PROGRAM
    116106dnl FIXME This is truly gross.
    117107missing_dir=`cd $ac_aux_dir && pwd`
     
    121111AM_MISSING_PROG(AUTOHEADER, autoheader, $missing_dir)
    122112AM_MISSING_PROG(MAKEINFO, makeinfo, $missing_dir)
    123 AC_REQUIRE([AC_PROG_MAKE_SET])])
     113AC_PROG_MAKE_SET])
     114
     115
     116# serial 1
     117
     118AC_DEFUN(AM_PROG_INSTALL,
     119[AC_REQUIRE([AC_PROG_INSTALL])
     120test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL_PROGRAM}'
     121AC_SUBST(INSTALL_SCRIPT)dnl
     122])
    124123
    125124#
     
    139138if (
    140139   set X `ls -Lt $srcdir/configure conftestfile 2> /dev/null`
    141    if test "[$]*" = "X"; then
     140   if test "$@" = "X"; then
    142141      # -L didn't work.
    143142      set X `ls -t $srcdir/configure conftestfile`
    144143   fi
    145    if test "[$]*" != "X $srcdir/configure conftestfile" \
    146       && test "[$]*" != "X conftestfile $srcdir/configure"; then
    147 
    148       # If neither matched, then we have a broken ls.  This can happen
    149       # if, for instance, CONFIG_SHELL is bash and it inherits a
    150       # broken ls alias from the environment.  This has actually
    151       # happened.  Such a system could not be considered "sane".
    152       AC_MSG_ERROR([ls -t appears to fail.  Make sure there is not a broken
    153 alias in your environment])
    154    fi
    155 
    156144   test "[$]2" = conftestfile
    157145   )
  • c/src/lib/libbsp/hppa1.1/simhppa/tools/configure

    r79800f9 recab6a39  
    22
    33# Guess values for system-dependent variables and create Makefiles.
    4 # Generated automatically using autoconf version 2.13
     4# Generated automatically using autoconf version 2.12
    55# Copyright (C) 1992, 93, 94, 95, 96 Free Software Foundation, Inc.
    66#
     
    5050subdirs=
    5151MFLAGS= MAKEFLAGS=
    52 SHELL=${CONFIG_SHELL-/bin/sh}
    5352# Maximum number of lines to put in a shell here document.
    5453ac_max_here_lines=12
     
    334333
    335334  -version | --version | --versio | --versi | --vers)
    336     echo "configure generated by autoconf version 2.13"
     335    echo "configure generated by autoconf version 2.12"
    337336    exit 0 ;;
    338337
     
    504503ac_cpp='$CPP $CPPFLAGS'
    505504ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
    506 ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
     505ac_link='${CC-cc} -o conftest $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
    507506cross_compiling=$ac_cv_prog_cc_cross
    508507
    509 ac_exeext=
    510 ac_objext=o
    511508if (echo "testing\c"; echo 1,2,3) | grep c >/dev/null; then
    512509  # Stardent Vistra SVR4 grep lacks -e, says ghazi@caip.rutgers.edu.
     
    549546
    550547echo $ac_n "checking for RTEMS Version""... $ac_c" 1>&6
    551 echo "configure:552: checking for RTEMS Version" >&5
     548echo "configure:549: checking for RTEMS Version" >&5
    552549if test -r "${srcdir}/${RTEMS_TOPdir}/VERSION"; then
    553550RTEMS_VERSION=`grep Version ${srcdir}/${RTEMS_TOPdir}/VERSION | \
     
    585582
    586583# Make sure we can run config.sub.
    587 if ${CONFIG_SHELL-/bin/sh} $ac_config_sub sun4 >/dev/null 2>&1; then :
     584if $ac_config_sub sun4 >/dev/null 2>&1; then :
    588585else { echo "configure: error: can not run $ac_config_sub" 1>&2; exit 1; }
    589586fi
    590587
    591588echo $ac_n "checking host system type""... $ac_c" 1>&6
    592 echo "configure:593: checking host system type" >&5
     589echo "configure:590: checking host system type" >&5
    593590
    594591host_alias=$host
     
    597594  case $nonopt in
    598595  NONE)
    599     if host_alias=`${CONFIG_SHELL-/bin/sh} $ac_config_guess`; then :
     596    if host_alias=`$ac_config_guess`; then :
    600597    else { echo "configure: error: can not guess host type; you must specify one" 1>&2; exit 1; }
    601598    fi ;;
     
    604601esac
    605602
    606 host=`${CONFIG_SHELL-/bin/sh} $ac_config_sub $host_alias`
     603host=`$ac_config_sub $host_alias`
    607604host_cpu=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
    608605host_vendor=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
     
    611608
    612609echo $ac_n "checking target system type""... $ac_c" 1>&6
    613 echo "configure:614: checking target system type" >&5
     610echo "configure:611: checking target system type" >&5
    614611
    615612target_alias=$target
     
    622619esac
    623620
    624 target=`${CONFIG_SHELL-/bin/sh} $ac_config_sub $target_alias`
     621target=`$ac_config_sub $target_alias`
    625622target_cpu=`echo $target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
    626623target_vendor=`echo $target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
     
    629626
    630627echo $ac_n "checking build system type""... $ac_c" 1>&6
    631 echo "configure:632: checking build system type" >&5
     628echo "configure:629: checking build system type" >&5
    632629
    633630build_alias=$build
     
    640637esac
    641638
    642 build=`${CONFIG_SHELL-/bin/sh} $ac_config_sub $build_alias`
     639build=`$ac_config_sub $build_alias`
    643640build_cpu=`echo $build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
    644641build_vendor=`echo $build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
     
    654651
    655652echo $ac_n "checking rtems target cpu""... $ac_c" 1>&6
    656 echo "configure:657: checking rtems target cpu" >&5
     653echo "configure:654: checking rtems target cpu" >&5
    657654case "${target}" in
    658655  # hpux unix port should go here
     
    689686# IRIX /sbin/install
    690687# AIX /bin/install
    691 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
    692688# AFS /usr/afsws/bin/install, which mishandles nonexistent args
    693689# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
    694690# ./install, which can be erroneously created by make from ./install.sh.
    695691echo $ac_n "checking for a BSD compatible install""... $ac_c" 1>&6
    696 echo "configure:697: checking for a BSD compatible install" >&5
     692echo "configure:693: checking for a BSD compatible install" >&5
    697693if test -z "$INSTALL"; then
    698694if eval "test \"`echo '$''{'ac_cv_path_install'+set}'`\" = set"; then
    699695  echo $ac_n "(cached) $ac_c" 1>&6
    700696else
    701     IFS="${IFS=         }"; ac_save_IFS="$IFS"; IFS=":"
     697    IFS="${IFS=         }"; ac_save_IFS="$IFS"; IFS="${IFS}:"
    702698  for ac_dir in $PATH; do
    703699    # Account for people who put trailing slashes in PATH elements.
     
    706702    *)
    707703      # OSF1 and SCO ODT 3.0 have their own names for install.
    708       # Don't use installbsd from OSF since it installs stuff as root
    709       # by default.
    710       for ac_prog in ginstall scoinst install; do
     704      for ac_prog in ginstall installbsd scoinst install; do
    711705        if test -f $ac_dir/$ac_prog; then
    712706          if test $ac_prog = install &&
    713707            grep dspmsg $ac_dir/$ac_prog >/dev/null 2>&1; then
    714708            # AIX install.  It has an incompatible calling convention.
     709            # OSF/1 installbsd also uses dspmsg, but is usable.
    715710            :
    716711          else
     
    742737test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
    743738
     739test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
     740
     741
    744742test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL_PROGRAM}'
    745743
    746 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
     744
     745PACKAGE=rtems-lib-libbsp-hppa-simhppa-tools
     746
     747VERSION=$RTEMS_VERSION
     748
     749if test "`cd $srcdir && pwd`" != "`pwd`" && test -f $srcdir/config.status; then
     750  { echo "configure: error: source directory already configured; run "make distclean" there first" 1>&2; exit 1; }
     751fi
    747752
    748753echo $ac_n "checking whether build environment is sane""... $ac_c" 1>&6
    749 echo "configure:750: checking whether build environment is sane" >&5
     754echo "configure:755: checking whether build environment is sane" >&5
    750755# Just in case
    751756sleep 1
     
    758763if (
    759764   set X `ls -Lt $srcdir/configure conftestfile 2> /dev/null`
    760    if test "$*" = "X"; then
     765   if test "" = "X"; then
    761766      # -L didn't work.
    762767      set X `ls -t $srcdir/configure conftestfile`
    763768   fi
    764    if test "$*" != "X $srcdir/configure conftestfile" \
    765       && test "$*" != "X conftestfile $srcdir/configure"; then
    766 
    767       # If neither matched, then we have a broken ls.  This can happen
    768       # if, for instance, CONFIG_SHELL is bash and it inherits a
    769       # broken ls alias from the environment.  This has actually
    770       # happened.  Such a system could not be considered "sane".
    771       { echo "configure: error: ls -t appears to fail.  Make sure there is not a broken
    772 alias in your environment" 1>&2; exit 1; }
    773    fi
    774 
    775769   test "$2" = conftestfile
    776770   )
     
    803797test "$program_transform_name" = "" && program_transform_name="s,x,x,"
    804798
    805 echo $ac_n "checking whether ${MAKE-make} sets \${MAKE}""... $ac_c" 1>&6
    806 echo "configure:807: checking whether ${MAKE-make} sets \${MAKE}" >&5
    807 set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y%./+-%__p_%'`
    808 if eval "test \"`echo '$''{'ac_cv_prog_make_${ac_make}_set'+set}'`\" = set"; then
    809   echo $ac_n "(cached) $ac_c" 1>&6
    810 else
    811   cat > conftestmake <<\EOF
    812 all:
    813         @echo 'ac_maketemp="${MAKE}"'
    814 EOF
    815 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
    816 eval `${MAKE-make} -f conftestmake 2>/dev/null | grep temp=`
    817 if test -n "$ac_maketemp"; then
    818   eval ac_cv_prog_make_${ac_make}_set=yes
    819 else
    820   eval ac_cv_prog_make_${ac_make}_set=no
    821 fi
    822 rm -f conftestmake
    823 fi
    824 if eval "test \"`echo '$ac_cv_prog_make_'${ac_make}_set`\" = yes"; then
    825   echo "$ac_t""yes" 1>&6
    826   SET_MAKE=
    827 else
    828   echo "$ac_t""no" 1>&6
    829   SET_MAKE="MAKE=${MAKE-make}"
    830 fi
    831 
    832 
    833 PACKAGE=rtems-lib-libbsp-hppa-simhppa-tools
    834 
    835 VERSION=$RTEMS_VERSION
    836 
    837 if test "`cd $srcdir && pwd`" != "`pwd`" && test -f $srcdir/config.status; then
    838   { echo "configure: error: source directory already configured; run "make distclean" there first" 1>&2; exit 1; }
    839 fi
    840 
    841 
    842 
    843799missing_dir=`cd $ac_aux_dir && pwd`
    844800echo $ac_n "checking for working aclocal""... $ac_c" 1>&6
    845 echo "configure:846: checking for working aclocal" >&5
     801echo "configure:802: checking for working aclocal" >&5
    846802# Run test in a subshell; some versions of sh will print an error if
    847803# an executable is not found, even if stderr is redirected.
     
    856812
    857813echo $ac_n "checking for working autoconf""... $ac_c" 1>&6
    858 echo "configure:859: checking for working autoconf" >&5
     814echo "configure:815: checking for working autoconf" >&5
    859815# Run test in a subshell; some versions of sh will print an error if
    860816# an executable is not found, even if stderr is redirected.
     
    869825
    870826echo $ac_n "checking for working automake""... $ac_c" 1>&6
    871 echo "configure:872: checking for working automake" >&5
     827echo "configure:828: checking for working automake" >&5
    872828# Run test in a subshell; some versions of sh will print an error if
    873829# an executable is not found, even if stderr is redirected.
     
    882838
    883839echo $ac_n "checking for working autoheader""... $ac_c" 1>&6
    884 echo "configure:885: checking for working autoheader" >&5
     840echo "configure:841: checking for working autoheader" >&5
    885841# Run test in a subshell; some versions of sh will print an error if
    886842# an executable is not found, even if stderr is redirected.
     
    895851
    896852echo $ac_n "checking for working makeinfo""... $ac_c" 1>&6
    897 echo "configure:898: checking for working makeinfo" >&5
     853echo "configure:854: checking for working makeinfo" >&5
    898854# Run test in a subshell; some versions of sh will print an error if
    899855# an executable is not found, even if stderr is redirected.
     
    907863fi
    908864
     865echo $ac_n "checking whether ${MAKE-make} sets \${MAKE}""... $ac_c" 1>&6
     866echo "configure:867: checking whether ${MAKE-make} sets \${MAKE}" >&5
     867set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y%./+-%__p_%'`
     868if eval "test \"`echo '$''{'ac_cv_prog_make_${ac_make}_set'+set}'`\" = set"; then
     869  echo $ac_n "(cached) $ac_c" 1>&6
     870else
     871  cat > conftestmake <<\EOF
     872all:
     873        @echo 'ac_maketemp="${MAKE}"'
     874EOF
     875# GNU make sometimes prints "make[1]: Entering...", which would confuse us.
     876eval `${MAKE-make} -f conftestmake 2>/dev/null | grep temp=`
     877if test -n "$ac_maketemp"; then
     878  eval ac_cv_prog_make_${ac_make}_set=yes
     879else
     880  eval ac_cv_prog_make_${ac_make}_set=no
     881fi
     882rm -f conftestmake
     883fi
     884if eval "test \"`echo '$ac_cv_prog_make_'${ac_make}_set`\" = yes"; then
     885  echo "$ac_t""yes" 1>&6
     886  SET_MAKE=
     887else
     888  echo "$ac_t""no" 1>&6
     889  SET_MAKE="MAKE=${MAKE-make}"
     890fi
    909891
    910892
     
    912894set dummy gcc; ac_word=$2
    913895echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    914 echo "configure:915: checking for $ac_word" >&5
     896echo "configure:897: checking for $ac_word" >&5
    915897if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
    916898  echo $ac_n "(cached) $ac_c" 1>&6
     
    919901  ac_cv_prog_CC="$CC" # Let the user override the test.
    920902else
    921   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS=":"
    922   ac_dummy="$PATH"
    923   for ac_dir in $ac_dummy; do
     903  IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
     904  for ac_dir in $PATH; do
    924905    test -z "$ac_dir" && ac_dir=.
    925906    if test -f $ac_dir/$ac_word; then
     
    942923set dummy cc; ac_word=$2
    943924echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    944 echo "configure:945: checking for $ac_word" >&5
     925echo "configure:926: checking for $ac_word" >&5
    945926if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
    946927  echo $ac_n "(cached) $ac_c" 1>&6
     
    949930  ac_cv_prog_CC="$CC" # Let the user override the test.
    950931else
    951   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS=":"
     932  IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
    952933  ac_prog_rejected=no
    953   ac_dummy="$PATH"
    954   for ac_dir in $ac_dummy; do
     934  for ac_dir in $PATH; do
    955935    test -z "$ac_dir" && ac_dir=.
    956936    if test -f $ac_dir/$ac_word; then
     
    987967fi
    988968
    989   if test -z "$CC"; then
    990     case "`uname -s`" in
    991     *win32* | *WIN32*)
    992       # Extract the first word of "cl", so it can be a program name with args.
    993 set dummy cl; ac_word=$2
    994 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    995 echo "configure:996: checking for $ac_word" >&5
    996 if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
    997   echo $ac_n "(cached) $ac_c" 1>&6
    998 else
    999   if test -n "$CC"; then
    1000   ac_cv_prog_CC="$CC" # Let the user override the test.
    1001 else
    1002   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS=":"
    1003   ac_dummy="$PATH"
    1004   for ac_dir in $ac_dummy; do
    1005     test -z "$ac_dir" && ac_dir=.
    1006     if test -f $ac_dir/$ac_word; then
    1007       ac_cv_prog_CC="cl"
    1008       break
    1009     fi
    1010   done
    1011   IFS="$ac_save_ifs"
    1012 fi
    1013 fi
    1014 CC="$ac_cv_prog_CC"
    1015 if test -n "$CC"; then
    1016   echo "$ac_t""$CC" 1>&6
    1017 else
    1018   echo "$ac_t""no" 1>&6
    1019 fi
    1020  ;;
    1021     esac
    1022   fi
    1023969  test -z "$CC" && { echo "configure: error: no acceptable cc found in \$PATH" 1>&2; exit 1; }
    1024970fi
    1025971
    1026972echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works""... $ac_c" 1>&6
    1027 echo "configure:1028: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5
     973echo "configure:974: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5
    1028974
    1029975ac_ext=c
     
    1031977ac_cpp='$CPP $CPPFLAGS'
    1032978ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
    1033 ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
     979ac_link='${CC-cc} -o conftest $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
    1034980cross_compiling=$ac_cv_prog_cc_cross
    1035981
    1036 cat > conftest.$ac_ext << EOF
    1037 
    1038 #line 1039 "configure"
     982cat > conftest.$ac_ext <<EOF
     983#line 984 "configure"
    1039984#include "confdefs.h"
    1040 
    1041985main(){return(0);}
    1042986EOF
    1043 if { (eval echo configure:1044: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     987if { (eval echo configure:988: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
    1044988  ac_cv_prog_cc_works=yes
    1045989  # If we can't run a trivial program, we are probably using a cross compiler.
     
    1055999fi
    10561000rm -fr conftest*
    1057 ac_ext=c
    1058 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
    1059 ac_cpp='$CPP $CPPFLAGS'
    1060 ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
    1061 ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
    1062 cross_compiling=$ac_cv_prog_cc_cross
    10631001
    10641002echo "$ac_t""$ac_cv_prog_cc_works" 1>&6
     
    10671005fi
    10681006echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler""... $ac_c" 1>&6
    1069 echo "configure:1070: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5
     1007echo "configure:1008: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5
    10701008echo "$ac_t""$ac_cv_prog_cc_cross" 1>&6
    10711009cross_compiling=$ac_cv_prog_cc_cross
    10721010
    10731011echo $ac_n "checking whether we are using GNU C""... $ac_c" 1>&6
    1074 echo "configure:1075: checking whether we are using GNU C" >&5
     1012echo "configure:1013: checking whether we are using GNU C" >&5
    10751013if eval "test \"`echo '$''{'ac_cv_prog_gcc'+set}'`\" = set"; then
    10761014  echo $ac_n "(cached) $ac_c" 1>&6
     
    10811019#endif
    10821020EOF
    1083 if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:1084: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then
     1021if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:1022: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then
    10841022  ac_cv_prog_gcc=yes
    10851023else
     
    10921030if test $ac_cv_prog_gcc = yes; then
    10931031  GCC=yes
    1094 else
    1095   GCC=
    1096 fi
    1097 
    1098 ac_test_CFLAGS="${CFLAGS+set}"
    1099 ac_save_CFLAGS="$CFLAGS"
    1100 CFLAGS=
    1101 echo $ac_n "checking whether ${CC-cc} accepts -g""... $ac_c" 1>&6
    1102 echo "configure:1103: checking whether ${CC-cc} accepts -g" >&5
     1032  ac_test_CFLAGS="${CFLAGS+set}"
     1033  ac_save_CFLAGS="$CFLAGS"
     1034  CFLAGS=
     1035  echo $ac_n "checking whether ${CC-cc} accepts -g""... $ac_c" 1>&6
     1036echo "configure:1037: checking whether ${CC-cc} accepts -g" >&5
    11031037if eval "test \"`echo '$''{'ac_cv_prog_cc_g'+set}'`\" = set"; then
    11041038  echo $ac_n "(cached) $ac_c" 1>&6
     
    11151049
    11161050echo "$ac_t""$ac_cv_prog_cc_g" 1>&6
    1117 if test "$ac_test_CFLAGS" = set; then
    1118   CFLAGS="$ac_save_CFLAGS"
    1119 elif test $ac_cv_prog_cc_g = yes; then
    1120   if test "$GCC" = yes; then
     1051  if test "$ac_test_CFLAGS" = set; then
     1052    CFLAGS="$ac_save_CFLAGS"
     1053  elif test $ac_cv_prog_cc_g = yes; then
    11211054    CFLAGS="-g -O2"
    11221055  else
    1123     CFLAGS="-g"
     1056    CFLAGS="-O2"
    11241057  fi
    11251058else
    1126   if test "$GCC" = yes; then
    1127     CFLAGS="-O2"
    1128   else
    1129     CFLAGS=
    1130   fi
     1059  GCC=
     1060  test "${CFLAGS+set}" = set || CFLAGS="-g"
    11311061fi
    11321062
     
    11351065do
    11361066echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
    1137 echo "configure:1138: checking for $ac_func" >&5
     1067echo "configure:1068: checking for $ac_func" >&5
    11381068if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
    11391069  echo $ac_n "(cached) $ac_c" 1>&6
    11401070else
    11411071  cat > conftest.$ac_ext <<EOF
    1142 #line 1143 "configure"
     1072#line 1073 "configure"
    11431073#include "confdefs.h"
    11441074/* System header to define __stub macros and hopefully few prototypes,
     
    11631093; return 0; }
    11641094EOF
    1165 if { (eval echo configure:1166: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     1095if { (eval echo configure:1096: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
    11661096  rm -rf conftest*
    11671097  eval "ac_cv_func_$ac_func=yes"
     
    12141144# and sets the high bit in the cache file unless we assign to the vars.
    12151145(set) 2>&1 |
    1216   case `(ac_space=' '; set | grep ac_space) 2>&1` in
     1146  case `(ac_space=' '; set) 2>&1` in
    12171147  *ac_space=\ *)
    12181148    # `set' does not quote correctly, so add quotes (double-quote substitution
     
    12811211    exec \${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion ;;
    12821212  -version | --version | --versio | --versi | --vers | --ver | --ve | --v)
    1283     echo "$CONFIG_STATUS generated by autoconf version 2.13"
     1213    echo "$CONFIG_STATUS generated by autoconf version 2.12"
    12841214    exit 0 ;;
    12851215  -help | --help | --hel | --he | --h)
     
    13011231$ac_vpsub
    13021232$extrasub
    1303 s%@SHELL@%$SHELL%g
    13041233s%@CFLAGS@%$CFLAGS%g
    13051234s%@CPPFLAGS@%$CPPFLAGS%g
    13061235s%@CXXFLAGS@%$CXXFLAGS%g
    1307 s%@FFLAGS@%$FFLAGS%g
    13081236s%@DEFS@%$DEFS%g
    13091237s%@LDFLAGS@%$LDFLAGS%g
     
    13421270s%@build_os@%$build_os%g
    13431271s%@INSTALL_PROGRAM@%$INSTALL_PROGRAM%g
     1272s%@INSTALL_DATA@%$INSTALL_DATA%g
    13441273s%@INSTALL_SCRIPT@%$INSTALL_SCRIPT%g
    1345 s%@INSTALL_DATA@%$INSTALL_DATA%g
    13461274s%@PACKAGE@%$PACKAGE%g
    13471275s%@VERSION@%$VERSION%g
  • c/src/lib/libbsp/hppa1.1/simhppa/tools/stamp-h.in

    r79800f9 recab6a39  
     1timestamp
  • tools/build/Makefile.in

    r79800f9 recab6a39  
    9898CONFIG_HEADER = ./src/config.h
    9999CONFIG_CLEAN_FILES =
    100 DIST_COMMON =  Makefile.am Makefile.in aclocal.m4 configure configure.in
     100DIST_COMMON =  Makefile.am Makefile.in aclocal.m4 configure configure.in \
     101src/config.h.in src/stamp-h.in
    101102
    102103
     
    121122$(srcdir)/configure: $(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
    122123        cd $(srcdir) && $(AUTOCONF)
     124
     125src/config.h: src/stamp-h
     126        @if test ! -f $@; then \
     127                rm -f src/stamp-h; \
     128                $(MAKE) src/stamp-h; \
     129        else :; fi
     130src/stamp-h: $(srcdir)/src/config.h.in $(top_builddir)/config.status
     131        cd $(top_builddir) \
     132          && CONFIG_FILES= CONFIG_HEADERS=src/config.h \
     133             $(SHELL) ./config.status
     134        @echo timestamp > src/stamp-h 2> /dev/null
     135$(srcdir)/src/config.h.in: $(srcdir)/src/stamp-h.in
     136        @if test ! -f $@; then \
     137                rm -f $(srcdir)/src/stamp-h.in; \
     138                $(MAKE) $(srcdir)/src/stamp-h.in; \
     139        else :; fi
     140$(srcdir)/src/stamp-h.in: $(top_srcdir)/configure.in $(ACLOCAL_M4)
     141        cd $(top_srcdir) && $(AUTOHEADER)
     142        @echo timestamp > $(srcdir)/src/stamp-h.in 2> /dev/null
     143
     144mostlyclean-hdr:
     145
     146clean-hdr:
     147
     148distclean-hdr:
     149        -rm -f src/config.h
     150
     151maintainer-clean-hdr:
    123152
    124153# This directory's subdirectories are mostly independent; you can cd
     
    310339
    311340maintainer-clean-generic:
    312 mostlyclean-am:  mostlyclean-tags mostlyclean-generic
     341mostlyclean-am:  mostlyclean-hdr mostlyclean-tags mostlyclean-generic
    313342
    314343mostlyclean: mostlyclean-recursive
    315344
    316 clean-am:  clean-tags clean-generic mostlyclean-am
     345clean-am:  clean-hdr clean-tags clean-generic mostlyclean-am
    317346
    318347clean: clean-recursive
    319348
    320 distclean-am:  distclean-tags distclean-generic clean-am
     349distclean-am:  distclean-hdr distclean-tags distclean-generic clean-am
    321350
    322351distclean: distclean-recursive
    323352        -rm -f config.status
    324353
    325 maintainer-clean-am:  maintainer-clean-tags maintainer-clean-generic \
    326                 distclean-am
     354maintainer-clean-am:  maintainer-clean-hdr maintainer-clean-tags \
     355                maintainer-clean-generic distclean-am
    327356        @echo "This command is intended for maintainers to use;"
    328357        @echo "it deletes files that may require special tools to rebuild."
     
    331360        -rm -f config.status
    332361
    333 .PHONY: install-data-recursive uninstall-data-recursive \
    334 install-exec-recursive uninstall-exec-recursive installdirs-recursive \
    335 uninstalldirs-recursive all-recursive check-recursive \
    336 installcheck-recursive info-recursive dvi-recursive \
    337 mostlyclean-recursive distclean-recursive clean-recursive \
     362.PHONY: mostlyclean-hdr distclean-hdr clean-hdr maintainer-clean-hdr \
     363install-data-recursive uninstall-data-recursive install-exec-recursive \
     364uninstall-exec-recursive installdirs-recursive uninstalldirs-recursive \
     365all-recursive check-recursive installcheck-recursive info-recursive \
     366dvi-recursive mostlyclean-recursive distclean-recursive clean-recursive \
    338367maintainer-clean-recursive tags tags-recursive mostlyclean-tags \
    339368distclean-tags clean-tags maintainer-clean-tags distdir info-am info \
  • tools/cpu/hppa1.1/aclocal.m4

    r79800f9 recab6a39  
    1 dnl aclocal.m4 generated automatically by aclocal 1.4
    2 
    3 dnl Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc.
    4 dnl This file is free software; the Free Software Foundation
    5 dnl gives unlimited permission to copy and/or distribute it,
    6 dnl with or without modifications, as long as this notice is preserved.
    7 
    8 dnl This program is distributed in the hope that it will be useful,
    9 dnl but WITHOUT ANY WARRANTY, to the extent permitted by law; without
    10 dnl even the implied warranty of MERCHANTABILITY or FITNESS FOR A
    11 dnl PARTICULAR PURPOSE.
     1dnl aclocal.m4 generated automatically by aclocal 1.2
    122
    133dnl $Id$
     
    10090
    10191AC_DEFUN(AM_INIT_AUTOMAKE,
    102 [AC_REQUIRE([AC_PROG_INSTALL])
     92[AC_REQUIRE([AM_PROG_INSTALL])
    10393PACKAGE=[$1]
    10494AC_SUBST(PACKAGE)
     
    110100fi
    111101ifelse([$3],,
    112 AC_DEFINE_UNQUOTED(PACKAGE, "$PACKAGE", [Name of package])
    113 AC_DEFINE_UNQUOTED(VERSION, "$VERSION", [Version number of package]))
    114 AC_REQUIRE([AM_SANITY_CHECK])
    115 AC_REQUIRE([AC_ARG_PROGRAM])
     102AC_DEFINE_UNQUOTED(PACKAGE, "$PACKAGE")
     103AC_DEFINE_UNQUOTED(VERSION, "$VERSION"))
     104AM_SANITY_CHECK
     105AC_ARG_PROGRAM
    116106dnl FIXME This is truly gross.
    117107missing_dir=`cd $ac_aux_dir && pwd`
     
    121111AM_MISSING_PROG(AUTOHEADER, autoheader, $missing_dir)
    122112AM_MISSING_PROG(MAKEINFO, makeinfo, $missing_dir)
    123 AC_REQUIRE([AC_PROG_MAKE_SET])])
     113AC_PROG_MAKE_SET])
     114
     115
     116# serial 1
     117
     118AC_DEFUN(AM_PROG_INSTALL,
     119[AC_REQUIRE([AC_PROG_INSTALL])
     120test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL_PROGRAM}'
     121AC_SUBST(INSTALL_SCRIPT)dnl
     122])
    124123
    125124#
     
    139138if (
    140139   set X `ls -Lt $srcdir/configure conftestfile 2> /dev/null`
    141    if test "[$]*" = "X"; then
     140   if test "$@" = "X"; then
    142141      # -L didn't work.
    143142      set X `ls -t $srcdir/configure conftestfile`
    144143   fi
    145    if test "[$]*" != "X $srcdir/configure conftestfile" \
    146       && test "[$]*" != "X conftestfile $srcdir/configure"; then
    147 
    148       # If neither matched, then we have a broken ls.  This can happen
    149       # if, for instance, CONFIG_SHELL is bash and it inherits a
    150       # broken ls alias from the environment.  This has actually
    151       # happened.  Such a system could not be considered "sane".
    152       AC_MSG_ERROR([ls -t appears to fail.  Make sure there is not a broken
    153 alias in your environment])
    154    fi
    155 
    156144   test "[$]2" = conftestfile
    157145   )
  • tools/cpu/hppa1.1/configure

    r79800f9 recab6a39  
    22
    33# Guess values for system-dependent variables and create Makefiles.
    4 # Generated automatically using autoconf version 2.13
     4# Generated automatically using autoconf version 2.12
    55# Copyright (C) 1992, 93, 94, 95, 96 Free Software Foundation, Inc.
    66#
     
    5050subdirs=
    5151MFLAGS= MAKEFLAGS=
    52 SHELL=${CONFIG_SHELL-/bin/sh}
    5352# Maximum number of lines to put in a shell here document.
    5453ac_max_here_lines=12
     
    334333
    335334  -version | --version | --versio | --versi | --vers)
    336     echo "configure generated by autoconf version 2.13"
     335    echo "configure generated by autoconf version 2.12"
    337336    exit 0 ;;
    338337
     
    504503ac_cpp='$CPP $CPPFLAGS'
    505504ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
    506 ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
     505ac_link='${CC-cc} -o conftest $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
    507506cross_compiling=$ac_cv_prog_cc_cross
    508507
    509 ac_exeext=
    510 ac_objext=o
    511508if (echo "testing\c"; echo 1,2,3) | grep c >/dev/null; then
    512509  # Stardent Vistra SVR4 grep lacks -e, says ghazi@caip.rutgers.edu.
     
    549546
    550547echo $ac_n "checking for RTEMS Version""... $ac_c" 1>&6
    551 echo "configure:552: checking for RTEMS Version" >&5
     548echo "configure:549: checking for RTEMS Version" >&5
    552549if test -r "${srcdir}/${RTEMS_TOPdir}/VERSION"; then
    553550RTEMS_VERSION=`grep Version ${srcdir}/${RTEMS_TOPdir}/VERSION | \
     
    585582
    586583# Make sure we can run config.sub.
    587 if ${CONFIG_SHELL-/bin/sh} $ac_config_sub sun4 >/dev/null 2>&1; then :
     584if $ac_config_sub sun4 >/dev/null 2>&1; then :
    588585else { echo "configure: error: can not run $ac_config_sub" 1>&2; exit 1; }
    589586fi
    590587
    591588echo $ac_n "checking host system type""... $ac_c" 1>&6
    592 echo "configure:593: checking host system type" >&5
     589echo "configure:590: checking host system type" >&5
    593590
    594591host_alias=$host
     
    597594  case $nonopt in
    598595  NONE)
    599     if host_alias=`${CONFIG_SHELL-/bin/sh} $ac_config_guess`; then :
     596    if host_alias=`$ac_config_guess`; then :
    600597    else { echo "configure: error: can not guess host type; you must specify one" 1>&2; exit 1; }
    601598    fi ;;
     
    604601esac
    605602
    606 host=`${CONFIG_SHELL-/bin/sh} $ac_config_sub $host_alias`
     603host=`$ac_config_sub $host_alias`
    607604host_cpu=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
    608605host_vendor=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
     
    611608
    612609echo $ac_n "checking target system type""... $ac_c" 1>&6
    613 echo "configure:614: checking target system type" >&5
     610echo "configure:611: checking target system type" >&5
    614611
    615612target_alias=$target
     
    622619esac
    623620
    624 target=`${CONFIG_SHELL-/bin/sh} $ac_config_sub $target_alias`
     621target=`$ac_config_sub $target_alias`
    625622target_cpu=`echo $target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
    626623target_vendor=`echo $target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
     
    629626
    630627echo $ac_n "checking build system type""... $ac_c" 1>&6
    631 echo "configure:632: checking build system type" >&5
     628echo "configure:629: checking build system type" >&5
    632629
    633630build_alias=$build
     
    640637esac
    641638
    642 build=`${CONFIG_SHELL-/bin/sh} $ac_config_sub $build_alias`
     639build=`$ac_config_sub $build_alias`
    643640build_cpu=`echo $build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
    644641build_vendor=`echo $build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
     
    654651
    655652echo $ac_n "checking rtems target cpu""... $ac_c" 1>&6
    656 echo "configure:657: checking rtems target cpu" >&5
     653echo "configure:654: checking rtems target cpu" >&5
    657654case "${target}" in
    658655  # hpux unix port should go here
     
    689686# IRIX /sbin/install
    690687# AIX /bin/install
    691 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
    692688# AFS /usr/afsws/bin/install, which mishandles nonexistent args
    693689# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
    694690# ./install, which can be erroneously created by make from ./install.sh.
    695691echo $ac_n "checking for a BSD compatible install""... $ac_c" 1>&6
    696 echo "configure:697: checking for a BSD compatible install" >&5
     692echo "configure:693: checking for a BSD compatible install" >&5
    697693if test -z "$INSTALL"; then
    698694if eval "test \"`echo '$''{'ac_cv_path_install'+set}'`\" = set"; then
    699695  echo $ac_n "(cached) $ac_c" 1>&6
    700696else
    701     IFS="${IFS=         }"; ac_save_IFS="$IFS"; IFS=":"
     697    IFS="${IFS=         }"; ac_save_IFS="$IFS"; IFS="${IFS}:"
    702698  for ac_dir in $PATH; do
    703699    # Account for people who put trailing slashes in PATH elements.
     
    706702    *)
    707703      # OSF1 and SCO ODT 3.0 have their own names for install.
    708       # Don't use installbsd from OSF since it installs stuff as root
    709       # by default.
    710       for ac_prog in ginstall scoinst install; do
     704      for ac_prog in ginstall installbsd scoinst install; do
    711705        if test -f $ac_dir/$ac_prog; then
    712706          if test $ac_prog = install &&
    713707            grep dspmsg $ac_dir/$ac_prog >/dev/null 2>&1; then
    714708            # AIX install.  It has an incompatible calling convention.
     709            # OSF/1 installbsd also uses dspmsg, but is usable.
    715710            :
    716711          else
     
    742737test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
    743738
     739test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
     740
     741
    744742test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL_PROGRAM}'
    745743
    746 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
     744
     745PACKAGE=rtems-exec-score-tools-hppa
     746
     747VERSION=$RTEMS_VERSION
     748
     749if test "`cd $srcdir && pwd`" != "`pwd`" && test -f $srcdir/config.status; then
     750  { echo "configure: error: source directory already configured; run "make distclean" there first" 1>&2; exit 1; }
     751fi
    747752
    748753echo $ac_n "checking whether build environment is sane""... $ac_c" 1>&6
    749 echo "configure:750: checking whether build environment is sane" >&5
     754echo "configure:755: checking whether build environment is sane" >&5
    750755# Just in case
    751756sleep 1
     
    758763if (
    759764   set X `ls -Lt $srcdir/configure conftestfile 2> /dev/null`
    760    if test "$*" = "X"; then
     765   if test "" = "X"; then
    761766      # -L didn't work.
    762767      set X `ls -t $srcdir/configure conftestfile`
    763768   fi
    764    if test "$*" != "X $srcdir/configure conftestfile" \
    765       && test "$*" != "X conftestfile $srcdir/configure"; then
    766 
    767       # If neither matched, then we have a broken ls.  This can happen
    768       # if, for instance, CONFIG_SHELL is bash and it inherits a
    769       # broken ls alias from the environment.  This has actually
    770       # happened.  Such a system could not be considered "sane".
    771       { echo "configure: error: ls -t appears to fail.  Make sure there is not a broken
    772 alias in your environment" 1>&2; exit 1; }
    773    fi
    774 
    775769   test "$2" = conftestfile
    776770   )
     
    803797test "$program_transform_name" = "" && program_transform_name="s,x,x,"
    804798
     799missing_dir=`cd $ac_aux_dir && pwd`
     800echo $ac_n "checking for working aclocal""... $ac_c" 1>&6
     801echo "configure:802: checking for working aclocal" >&5
     802# Run test in a subshell; some versions of sh will print an error if
     803# an executable is not found, even if stderr is redirected.
     804# Redirect stdin to placate older versions of autoconf.  Sigh.
     805if (aclocal --version) < /dev/null > /dev/null 2>&1; then
     806   ACLOCAL=aclocal
     807   echo "$ac_t""found" 1>&6
     808else
     809   ACLOCAL="$missing_dir/missing aclocal"
     810   echo "$ac_t""missing" 1>&6
     811fi
     812
     813echo $ac_n "checking for working autoconf""... $ac_c" 1>&6
     814echo "configure:815: checking for working autoconf" >&5
     815# Run test in a subshell; some versions of sh will print an error if
     816# an executable is not found, even if stderr is redirected.
     817# Redirect stdin to placate older versions of autoconf.  Sigh.
     818if (autoconf --version) < /dev/null > /dev/null 2>&1; then
     819   AUTOCONF=autoconf
     820   echo "$ac_t""found" 1>&6
     821else
     822   AUTOCONF="$missing_dir/missing autoconf"
     823   echo "$ac_t""missing" 1>&6
     824fi
     825
     826echo $ac_n "checking for working automake""... $ac_c" 1>&6
     827echo "configure:828: checking for working automake" >&5
     828# Run test in a subshell; some versions of sh will print an error if
     829# an executable is not found, even if stderr is redirected.
     830# Redirect stdin to placate older versions of autoconf.  Sigh.
     831if (automake --version) < /dev/null > /dev/null 2>&1; then
     832   AUTOMAKE=automake
     833   echo "$ac_t""found" 1>&6
     834else
     835   AUTOMAKE="$missing_dir/missing automake"
     836   echo "$ac_t""missing" 1>&6
     837fi
     838
     839echo $ac_n "checking for working autoheader""... $ac_c" 1>&6
     840echo "configure:841: checking for working autoheader" >&5
     841# Run test in a subshell; some versions of sh will print an error if
     842# an executable is not found, even if stderr is redirected.
     843# Redirect stdin to placate older versions of autoconf.  Sigh.
     844if (autoheader --version) < /dev/null > /dev/null 2>&1; then
     845   AUTOHEADER=autoheader
     846   echo "$ac_t""found" 1>&6
     847else
     848   AUTOHEADER="$missing_dir/missing autoheader"
     849   echo "$ac_t""missing" 1>&6
     850fi
     851
     852echo $ac_n "checking for working makeinfo""... $ac_c" 1>&6
     853echo "configure:854: checking for working makeinfo" >&5
     854# Run test in a subshell; some versions of sh will print an error if
     855# an executable is not found, even if stderr is redirected.
     856# Redirect stdin to placate older versions of autoconf.  Sigh.
     857if (makeinfo --version) < /dev/null > /dev/null 2>&1; then
     858   MAKEINFO=makeinfo
     859   echo "$ac_t""found" 1>&6
     860else
     861   MAKEINFO="$missing_dir/missing makeinfo"
     862   echo "$ac_t""missing" 1>&6
     863fi
     864
    805865echo $ac_n "checking whether ${MAKE-make} sets \${MAKE}""... $ac_c" 1>&6
    806 echo "configure:807: checking whether ${MAKE-make} sets \${MAKE}" >&5
     866echo "configure:867: checking whether ${MAKE-make} sets \${MAKE}" >&5
    807867set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y%./+-%__p_%'`
    808868if eval "test \"`echo '$''{'ac_cv_prog_make_${ac_make}_set'+set}'`\" = set"; then
     
    831891
    832892
    833 PACKAGE=rtems-exec-score-tools-hppa
    834 
    835 VERSION=$RTEMS_VERSION
    836 
    837 if test "`cd $srcdir && pwd`" != "`pwd`" && test -f $srcdir/config.status; then
    838   { echo "configure: error: source directory already configured; run "make distclean" there first" 1>&2; exit 1; }
    839 fi
    840 
    841 
    842 
    843 missing_dir=`cd $ac_aux_dir && pwd`
    844 echo $ac_n "checking for working aclocal""... $ac_c" 1>&6
    845 echo "configure:846: checking for working aclocal" >&5
    846 # Run test in a subshell; some versions of sh will print an error if
    847 # an executable is not found, even if stderr is redirected.
    848 # Redirect stdin to placate older versions of autoconf.  Sigh.
    849 if (aclocal --version) < /dev/null > /dev/null 2>&1; then
    850    ACLOCAL=aclocal
    851    echo "$ac_t""found" 1>&6
    852 else
    853    ACLOCAL="$missing_dir/missing aclocal"
    854    echo "$ac_t""missing" 1>&6
    855 fi
    856 
    857 echo $ac_n "checking for working autoconf""... $ac_c" 1>&6
    858 echo "configure:859: checking for working autoconf" >&5
    859 # Run test in a subshell; some versions of sh will print an error if
    860 # an executable is not found, even if stderr is redirected.
    861 # Redirect stdin to placate older versions of autoconf.  Sigh.
    862 if (autoconf --version) < /dev/null > /dev/null 2>&1; then
    863    AUTOCONF=autoconf
    864    echo "$ac_t""found" 1>&6
    865 else
    866    AUTOCONF="$missing_dir/missing autoconf"
    867    echo "$ac_t""missing" 1>&6
    868 fi
    869 
    870 echo $ac_n "checking for working automake""... $ac_c" 1>&6
    871 echo "configure:872: checking for working automake" >&5
    872 # Run test in a subshell; some versions of sh will print an error if
    873 # an executable is not found, even if stderr is redirected.
    874 # Redirect stdin to placate older versions of autoconf.  Sigh.
    875 if (automake --version) < /dev/null > /dev/null 2>&1; then
    876    AUTOMAKE=automake
    877    echo "$ac_t""found" 1>&6
    878 else
    879    AUTOMAKE="$missing_dir/missing automake"
    880    echo "$ac_t""missing" 1>&6
    881 fi
    882 
    883 echo $ac_n "checking for working autoheader""... $ac_c" 1>&6
    884 echo "configure:885: checking for working autoheader" >&5
    885 # Run test in a subshell; some versions of sh will print an error if
    886 # an executable is not found, even if stderr is redirected.
    887 # Redirect stdin to placate older versions of autoconf.  Sigh.
    888 if (autoheader --version) < /dev/null > /dev/null 2>&1; then
    889    AUTOHEADER=autoheader
    890    echo "$ac_t""found" 1>&6
    891 else
    892    AUTOHEADER="$missing_dir/missing autoheader"
    893    echo "$ac_t""missing" 1>&6
    894 fi
    895 
    896 echo $ac_n "checking for working makeinfo""... $ac_c" 1>&6
    897 echo "configure:898: checking for working makeinfo" >&5
    898 # Run test in a subshell; some versions of sh will print an error if
    899 # an executable is not found, even if stderr is redirected.
    900 # Redirect stdin to placate older versions of autoconf.  Sigh.
    901 if (makeinfo --version) < /dev/null > /dev/null 2>&1; then
    902    MAKEINFO=makeinfo
    903    echo "$ac_t""found" 1>&6
    904 else
    905    MAKEINFO="$missing_dir/missing makeinfo"
    906    echo "$ac_t""missing" 1>&6
    907 fi
    908 
    909 
    910 
    911893# Extract the first word of "gcc", so it can be a program name with args.
    912894set dummy gcc; ac_word=$2
    913895echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    914 echo "configure:915: checking for $ac_word" >&5
     896echo "configure:897: checking for $ac_word" >&5
    915897if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
    916898  echo $ac_n "(cached) $ac_c" 1>&6
     
    919901  ac_cv_prog_CC="$CC" # Let the user override the test.
    920902else
    921   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS=":"
    922   ac_dummy="$PATH"
    923   for ac_dir in $ac_dummy; do
     903  IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
     904  for ac_dir in $PATH; do
    924905    test -z "$ac_dir" && ac_dir=.
    925906    if test -f $ac_dir/$ac_word; then
     
    942923set dummy cc; ac_word=$2
    943924echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    944 echo "configure:945: checking for $ac_word" >&5
     925echo "configure:926: checking for $ac_word" >&5
    945926if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
    946927  echo $ac_n "(cached) $ac_c" 1>&6
     
    949930  ac_cv_prog_CC="$CC" # Let the user override the test.
    950931else
    951   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS=":"
     932  IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
    952933  ac_prog_rejected=no
    953   ac_dummy="$PATH"
    954   for ac_dir in $ac_dummy; do
     934  for ac_dir in $PATH; do
    955935    test -z "$ac_dir" && ac_dir=.
    956936    if test -f $ac_dir/$ac_word; then
     
    987967fi
    988968
    989   if test -z "$CC"; then
    990     case "`uname -s`" in
    991     *win32* | *WIN32*)
    992       # Extract the first word of "cl", so it can be a program name with args.
    993 set dummy cl; ac_word=$2
    994 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    995 echo "configure:996: checking for $ac_word" >&5
    996 if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
    997   echo $ac_n "(cached) $ac_c" 1>&6
    998 else
    999   if test -n "$CC"; then
    1000   ac_cv_prog_CC="$CC" # Let the user override the test.
    1001 else
    1002   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS=":"
    1003   ac_dummy="$PATH"
    1004   for ac_dir in $ac_dummy; do
    1005     test -z "$ac_dir" && ac_dir=.
    1006     if test -f $ac_dir/$ac_word; then
    1007       ac_cv_prog_CC="cl"
    1008       break
    1009     fi
    1010   done
    1011   IFS="$ac_save_ifs"
    1012 fi
    1013 fi
    1014 CC="$ac_cv_prog_CC"
    1015 if test -n "$CC"; then
    1016   echo "$ac_t""$CC" 1>&6
    1017 else
    1018   echo "$ac_t""no" 1>&6
    1019 fi
    1020  ;;
    1021     esac
    1022   fi
    1023969  test -z "$CC" && { echo "configure: error: no acceptable cc found in \$PATH" 1>&2; exit 1; }
    1024970fi
    1025971
    1026972echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works""... $ac_c" 1>&6
    1027 echo "configure:1028: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5
     973echo "configure:974: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5
    1028974
    1029975ac_ext=c
     
    1031977ac_cpp='$CPP $CPPFLAGS'
    1032978ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
    1033 ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
     979ac_link='${CC-cc} -o conftest $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
    1034980cross_compiling=$ac_cv_prog_cc_cross
    1035981
    1036 cat > conftest.$ac_ext << EOF
    1037 
    1038 #line 1039 "configure"
     982cat > conftest.$ac_ext <<EOF
     983#line 984 "configure"
    1039984#include "confdefs.h"
    1040 
    1041985main(){return(0);}
    1042986EOF
    1043 if { (eval echo configure:1044: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     987if { (eval echo configure:988: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
    1044988  ac_cv_prog_cc_works=yes
    1045989  # If we can't run a trivial program, we are probably using a cross compiler.
     
    1055999fi
    10561000rm -fr conftest*
    1057 ac_ext=c
    1058 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
    1059 ac_cpp='$CPP $CPPFLAGS'
    1060 ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
    1061 ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
    1062 cross_compiling=$ac_cv_prog_cc_cross
    10631001
    10641002echo "$ac_t""$ac_cv_prog_cc_works" 1>&6
     
    10671005fi
    10681006echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler""... $ac_c" 1>&6
    1069 echo "configure:1070: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5
     1007echo "configure:1008: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5
    10701008echo "$ac_t""$ac_cv_prog_cc_cross" 1>&6
    10711009cross_compiling=$ac_cv_prog_cc_cross
    10721010
    10731011echo $ac_n "checking whether we are using GNU C""... $ac_c" 1>&6
    1074 echo "configure:1075: checking whether we are using GNU C" >&5
     1012echo "configure:1013: checking whether we are using GNU C" >&5
    10751013if eval "test \"`echo '$''{'ac_cv_prog_gcc'+set}'`\" = set"; then
    10761014  echo $ac_n "(cached) $ac_c" 1>&6
     
    10811019#endif
    10821020EOF
    1083 if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:1084: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then
     1021if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:1022: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then
    10841022  ac_cv_prog_gcc=yes
    10851023else
     
    10921030if test $ac_cv_prog_gcc = yes; then
    10931031  GCC=yes
    1094 else
    1095   GCC=
    1096 fi
    1097 
    1098 ac_test_CFLAGS="${CFLAGS+set}"
    1099 ac_save_CFLAGS="$CFLAGS"
    1100 CFLAGS=
    1101 echo $ac_n "checking whether ${CC-cc} accepts -g""... $ac_c" 1>&6
    1102 echo "configure:1103: checking whether ${CC-cc} accepts -g" >&5
     1032  ac_test_CFLAGS="${CFLAGS+set}"
     1033  ac_save_CFLAGS="$CFLAGS"
     1034  CFLAGS=
     1035  echo $ac_n "checking whether ${CC-cc} accepts -g""... $ac_c" 1>&6
     1036echo "configure:1037: checking whether ${CC-cc} accepts -g" >&5
    11031037if eval "test \"`echo '$''{'ac_cv_prog_cc_g'+set}'`\" = set"; then
    11041038  echo $ac_n "(cached) $ac_c" 1>&6
     
    11151049
    11161050echo "$ac_t""$ac_cv_prog_cc_g" 1>&6
    1117 if test "$ac_test_CFLAGS" = set; then
    1118   CFLAGS="$ac_save_CFLAGS"
    1119 elif test $ac_cv_prog_cc_g = yes; then
    1120   if test "$GCC" = yes; then
     1051  if test "$ac_test_CFLAGS" = set; then
     1052    CFLAGS="$ac_save_CFLAGS"
     1053  elif test $ac_cv_prog_cc_g = yes; then
    11211054    CFLAGS="-g -O2"
    11221055  else
    1123     CFLAGS="-g"
    1124   fi
    1125 else
    1126   if test "$GCC" = yes; then
    11271056    CFLAGS="-O2"
    1128   else
    1129     CFLAGS=
    1130   fi
     1057  fi
     1058else
     1059  GCC=
     1060  test "${CFLAGS+set}" = set || CFLAGS="-g"
    11311061fi
    11321062
     
    11711101# and sets the high bit in the cache file unless we assign to the vars.
    11721102(set) 2>&1 |
    1173   case `(ac_space=' '; set | grep ac_space) 2>&1` in
     1103  case `(ac_space=' '; set) 2>&1` in
    11741104  *ac_space=\ *)
    11751105    # `set' does not quote correctly, so add quotes (double-quote substitution
     
    12501180    exec \${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion ;;
    12511181  -version | --version | --versio | --versi | --vers | --ver | --ve | --v)
    1252     echo "$CONFIG_STATUS generated by autoconf version 2.13"
     1182    echo "$CONFIG_STATUS generated by autoconf version 2.12"
    12531183    exit 0 ;;
    12541184  -help | --help | --hel | --he | --h)
     
    12701200$ac_vpsub
    12711201$extrasub
    1272 s%@SHELL@%$SHELL%g
    12731202s%@CFLAGS@%$CFLAGS%g
    12741203s%@CPPFLAGS@%$CPPFLAGS%g
    12751204s%@CXXFLAGS@%$CXXFLAGS%g
    1276 s%@FFLAGS@%$FFLAGS%g
    12771205s%@DEFS@%$DEFS%g
    12781206s%@LDFLAGS@%$LDFLAGS%g
     
    13111239s%@build_os@%$build_os%g
    13121240s%@INSTALL_PROGRAM@%$INSTALL_PROGRAM%g
     1241s%@INSTALL_DATA@%$INSTALL_DATA%g
    13131242s%@INSTALL_SCRIPT@%$INSTALL_SCRIPT%g
    1314 s%@INSTALL_DATA@%$INSTALL_DATA%g
    13151243s%@PACKAGE@%$PACKAGE%g
    13161244s%@VERSION@%$VERSION%g
  • tools/cpu/sh/Makefile.in

    r79800f9 recab6a39  
    1 # Makefile.in generated automatically by automake 1.4 from Makefile.am
    2 
    3 # Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc.
     1# Makefile.in generated automatically by automake 1.2 from Makefile.am
     2
     3# Copyright (C) 1994, 1995, 1996, 1997 Free Software Foundation, Inc.
    44# 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.
     5# gives unlimited permission to copy, distribute and modify it.
    126
    137#
     
    1610
    1711
    18 # $Id$
    19 
    20 # NOTE: This is a temporary work-around to keep
    21 # "make debug" and "make debug_install" working.
    22 # Once automake is fully integrated these make targets
    23 # and this file will probably be removed
    24 
    25 
    26 SHELL = @SHELL@
     12SHELL = /bin/sh
    2713
    2814srcdir = @srcdir@
     
    4531oldincludedir = /usr/include
    4632
    47 DESTDIR =
    48 
    4933pkgdatadir = $(datadir)/@PACKAGE@
    5034pkglibdir = $(libdir)/@PACKAGE@
     
    5741
    5842INSTALL = @INSTALL@
    59 INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
     43INSTALL_PROGRAM = @INSTALL_PROGRAM@
    6044INSTALL_DATA = @INSTALL_DATA@
    6145INSTALL_SCRIPT = @INSTALL_SCRIPT@
    6246transform = @program_transform_name@
    6347
    64 NORMAL_INSTALL = :
    65 PRE_INSTALL = :
    66 POST_INSTALL = :
    67 NORMAL_UNINSTALL = :
    68 PRE_UNINSTALL = :
    69 POST_UNINSTALL = :
     48NORMAL_INSTALL = true
     49PRE_INSTALL = true
     50POST_INSTALL = true
     51NORMAL_UNINSTALL = true
     52PRE_UNINSTALL = true
     53POST_UNINSTALL = true
    7054build_alias = @build_alias@
    7155build_triplet = @build@
     
    8872ACLOCAL = @ACLOCAL@ -I $(RTEMS_TOPdir)/aclocal
    8973
    90 noinst_PROGRAMS = shgen
    91 
    92 shgen_SOURCES =  sci.h sci.c shgen.c
    93 
     74noinst_PROGRAMS=shgen
     75
     76shgen_SOURCES = \
     77sci.h \
     78sci.c \
     79shgen.c
    9480ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
    9581mkinstalldirs = $(SHELL) $(top_srcdir)/../../../../../../mkinstalldirs
     
    10490shgen_OBJECTS =  sci.o shgen.o
    10591shgen_LDADD = $(LDADD)
    106 shgen_DEPENDENCIES =
    10792shgen_LDFLAGS =
    10893CFLAGS = @CFLAGS@
    109 COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
    110 CCLD = $(CC)
    111 LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@
     94COMPILE = $(CC) $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CFLAGS)
     95LINK = $(CC) $(CFLAGS) $(LDFLAGS) -o $@
    11296DIST_COMMON =  AUTHORS COPYING Makefile.am Makefile.in TODO aclocal.m4 \
    11397configure configure.in
     
    117101
    118102TAR = tar
    119 GZIP_ENV = --best
     103GZIP = --best
    120104DEP_FILES =  .deps/sci.P .deps/shgen.P
    121105SOURCES = $(shgen_SOURCES)
    122106OBJECTS = $(shgen_OBJECTS)
    123107
    124 all: all-redirect
     108default: all
     109
    125110.SUFFIXES:
    126 .SUFFIXES: .S .c .o .s
    127 $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) $(top_srcdir)/../../../../../../automake/local.am
     111.SUFFIXES: .c .o
     112$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
    128113        cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile
    129114
    130 Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status $(BUILT_SOURCES)
     115Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES)
    131116        cd $(top_builddir) \
    132117          && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
     
    135120        cd $(srcdir) && $(ACLOCAL)
    136121
    137 config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
     122config.status: $(srcdir)/configure
    138123        $(SHELL) ./config.status --recheck
    139124$(srcdir)/configure: $(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
     
    143128
    144129clean-noinstPROGRAMS:
    145         -test -z "$(noinst_PROGRAMS)" || rm -f $(noinst_PROGRAMS)
     130        test -z "$(noinst_PROGRAMS)" || rm -f $(noinst_PROGRAMS)
    146131
    147132distclean-noinstPROGRAMS:
     
    149134maintainer-clean-noinstPROGRAMS:
    150135
    151 .s.o:
     136.c.o:
    152137        $(COMPILE) -c $<
    153138
    154 .S.o:
    155         $(COMPILE) -c $<
    156 
    157139mostlyclean-compile:
    158         -rm -f *.o core *.core
     140        rm -f *.o core
    159141
    160142clean-compile:
    161143
    162144distclean-compile:
    163         -rm -f *.tab.c
     145        rm -f *.tab.c
    164146
    165147maintainer-clean-compile:
     
    171153tags: TAGS
    172154
    173 ID: $(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 
    181 TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) $(LISP)
     155ID: $(HEADERS) $(SOURCES)
     156        here=`pwd` && cd $(srcdir) && mkid -f$$here/ID $(SOURCES) $(HEADERS)
     157
     158TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES)
    182159        tags=; \
    183160        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)
     161        test -z "$(ETAGS_ARGS)$(SOURCES)$(HEADERS)$$tags" \
     162          || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags  $(SOURCES) $(HEADERS) -o $$here/TAGS)
    190163
    191164mostlyclean-tags:
     
    194167
    195168distclean-tags:
    196         -rm -f TAGS ID
     169        rm -f TAGS ID
    197170
    198171maintainer-clean-tags:
     
    205178# tarfile.
    206179distcheck: dist
    207         -rm -rf $(distdir)
    208         GZIP=$(GZIP_ENV) $(TAR) zxf $(distdir).tar.gz
     180        rm -rf $(distdir)
     181        GZIP=$(GZIP) $(TAR) zxf $(distdir).tar.gz
    209182        mkdir $(distdir)/=build
    210183        mkdir $(distdir)/=inst
     
    212185        cd $(distdir)/=build \
    213186          && ../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"
     187          && $(MAKE) \
     188          && $(MAKE) dvi \
     189          && $(MAKE) check \
     190          && $(MAKE) install \
     191          && $(MAKE) installcheck \
     192          && $(MAKE) dist
     193        rm -rf $(distdir)
     194        @echo "========================"; \
     195        echo "$(distdir).tar.gz is ready for distribution"; \
     196        echo "========================"
    226197dist: distdir
    227198        -chmod -R a+r $(distdir)
    228         GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
    229         -rm -rf $(distdir)
     199        GZIP=$(GZIP) $(TAR) chozf $(distdir).tar.gz $(distdir)
     200        rm -rf $(distdir)
    230201dist-all: distdir
    231202        -chmod -R a+r $(distdir)
    232         GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
    233         -rm -rf $(distdir)
     203        GZIP=$(GZIP) $(TAR) chozf $(distdir).tar.gz $(distdir)
     204        rm -rf $(distdir)
    234205distdir: $(DISTFILES)
    235         -rm -rf $(distdir)
     206        rm -rf $(distdir)
    236207        mkdir $(distdir)
    237208        -chmod 777 $(distdir)
    238209        here=`cd $(top_builddir) && pwd`; \
    239         top_distdir=`cd $(distdir) && pwd`; \
    240         distdir=`cd $(distdir) && pwd`; \
     210        top_distdir=`cd $(top_distdir) && pwd`; \
    241211        cd $(top_srcdir) \
    242212          && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --foreign Makefile
    243213        @for file in $(DISTFILES); do \
    244214          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; \
     215          test -f $(distdir)/$$file \
     216          || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
     217          || cp -p $$d/$$file $(distdir)/$$file; \
    252218        done
    253219
     220MKDEP = gcc -M $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CFLAGS)
     221
    254222DEPS_MAGIC := $(shell mkdir .deps > /dev/null 2>&1 || :)
     223-include .deps/.P
     224.deps/.P: $(BUILT_SOURCES)
     225        echo > $@
    255226
    256227-include $(DEP_FILES)
     
    261232
    262233distclean-depend:
    263         -rm -rf .deps
    264234
    265235maintainer-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
    285 info-am:
    286 info: info-am
    287 dvi-am:
    288 dvi: dvi-am
    289 check-am: all-am
    290 check: check-am
    291 installcheck-am:
    292 installcheck: installcheck-am
    293 install-exec-am:
    294 install-exec: install-exec-am
    295 
    296 install-data-am:
    297 install-data: install-data-am
    298 
    299 install-am: all-am
    300         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
    301 install: install-am
    302 uninstall-am:
    303 uninstall: uninstall-am
    304 all-am: Makefile $(PROGRAMS)
    305 all-redirect: all-am
     236        rm -rf .deps
     237
     238.deps/%.P: %.c
     239        @echo "Computing dependencies for $<..."
     240        @o='o'; \
     241        test -n "$o" && o='$$o'; \
     242        $(MKDEP) $< >$@.tmp \
     243          && sed "s,^\(.*\)\.o:,\1.$$o \1.l$$o $@:," < $@.tmp > $@ \
     244          && rm -f $@.tmp
     245info:
     246dvi:
     247check: all
     248        $(MAKE)
     249installcheck:
     250install-exec:
     251        @$(NORMAL_INSTALL)
     252
     253install-data:
     254        @$(NORMAL_INSTALL)
     255
     256install: install-exec install-data all
     257        @:
     258
     259uninstall:
     260
     261all: Makefile $(PROGRAMS)
     262
    306263install-strip:
    307         $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
     264        $(MAKE) INSTALL_PROGRAM='$(INSTALL_PROGRAM) -s' INSTALL_SCRIPT='$(INSTALL_PROGRAM)' install
    308265installdirs:
    309266
    310267
    311268mostlyclean-generic:
     269        test -z "$(MOSTLYCLEANFILES)" || rm -f $(MOSTLYCLEANFILES)
    312270
    313271clean-generic:
     272        test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
    314273
    315274distclean-generic:
    316         -rm -f Makefile $(CONFIG_CLEAN_FILES)
    317         -rm -f config.cache config.log stamp-h stamp-h[0-9]*
     275        rm -f Makefile $(DISTCLEANFILES)
     276        rm -f config.cache config.log stamp-h stamp-h[0-9]*
     277        test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
    318278
    319279maintainer-clean-generic:
    320 mostlyclean-am:  mostlyclean-noinstPROGRAMS mostlyclean-compile \
     280        test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
     281        test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
     282mostlyclean:  mostlyclean-noinstPROGRAMS mostlyclean-compile \
    321283                mostlyclean-tags mostlyclean-depend mostlyclean-generic
    322284
    323 mostlyclean: mostlyclean-am
    324 
    325 clean-am:  clean-noinstPROGRAMS clean-compile clean-tags clean-depend \
    326                 clean-generic mostlyclean-am
    327 
    328 clean: clean-am
    329 
    330 distclean-am:  distclean-noinstPROGRAMS distclean-compile distclean-tags \
    331                 distclean-depend distclean-generic clean-am
    332 
    333 distclean: distclean-am
    334         -rm -f config.status
    335 
    336 maintainer-clean-am:  maintainer-clean-noinstPROGRAMS \
     285clean:  clean-noinstPROGRAMS clean-compile clean-tags clean-depend \
     286                clean-generic mostlyclean
     287
     288distclean:  distclean-noinstPROGRAMS distclean-compile distclean-tags \
     289                distclean-depend distclean-generic clean
     290        rm -f config.status
     291
     292maintainer-clean:  maintainer-clean-noinstPROGRAMS \
    337293                maintainer-clean-compile maintainer-clean-tags \
    338294                maintainer-clean-depend maintainer-clean-generic \
    339                 distclean-am
     295                distclean
    340296        @echo "This command is intended for maintainers to use;"
    341297        @echo "it deletes files that may require special tools to rebuild."
    342 
    343 maintainer-clean: maintainer-clean-am
    344         -rm -f config.status
    345 
    346 .PHONY: mostlyclean-noinstPROGRAMS distclean-noinstPROGRAMS \
     298        rm -f config.status
     299
     300.PHONY: default mostlyclean-noinstPROGRAMS distclean-noinstPROGRAMS \
    347301clean-noinstPROGRAMS maintainer-clean-noinstPROGRAMS \
    348302mostlyclean-compile distclean-compile clean-compile \
    349303maintainer-clean-compile tags mostlyclean-tags distclean-tags \
    350304clean-tags maintainer-clean-tags distdir mostlyclean-depend \
    351 distclean-depend clean-depend maintainer-clean-depend info-am info \
    352 dvi-am dvi check check-am installcheck-am installcheck install-exec-am \
    353 install-exec install-data-am install-data install-am install \
    354 uninstall-am uninstall all-redirect all-am all installdirs \
    355 mostlyclean-generic distclean-generic clean-generic \
     305distclean-depend clean-depend maintainer-clean-depend info dvi \
     306installcheck install-exec install-data install uninstall all \
     307installdirs mostlyclean-generic distclean-generic clean-generic \
    356308maintainer-clean-generic clean mostlyclean distclean maintainer-clean
    357309
    358310
    359 debug-am:
    360 
    361 debug: debug-am
    362 
    363 debug_install-am:
    364 
    365 debug_install: debug_install-am
    366 
    367 profile-am:
    368 
    369 profile: profile-am
    370 
    371 profile_install-am:
    372 
    373 profile_install: profile_install-am
    374 
    375 .PHONY: debug debug_install profile profile_install
     311include $(top_srcdir)/../../../../../../automake/local.am
    376312
    377313# Tell versions [3.59,3.63) of GNU make to not export all variables.
  • tools/cpu/sh/aclocal.m4

    r79800f9 recab6a39  
    1 dnl aclocal.m4 generated automatically by aclocal 1.4
    2 
    3 dnl Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc.
    4 dnl This file is free software; the Free Software Foundation
    5 dnl gives unlimited permission to copy and/or distribute it,
    6 dnl with or without modifications, as long as this notice is preserved.
    7 
    8 dnl This program is distributed in the hope that it will be useful,
    9 dnl but WITHOUT ANY WARRANTY, to the extent permitted by law; without
    10 dnl even the implied warranty of MERCHANTABILITY or FITNESS FOR A
    11 dnl PARTICULAR PURPOSE.
     1dnl aclocal.m4 generated automatically by aclocal 1.2
    122
    133dnl $Id$
     
    10090
    10191AC_DEFUN(AM_INIT_AUTOMAKE,
    102 [AC_REQUIRE([AC_PROG_INSTALL])
     92[AC_REQUIRE([AM_PROG_INSTALL])
    10393PACKAGE=[$1]
    10494AC_SUBST(PACKAGE)
     
    110100fi
    111101ifelse([$3],,
    112 AC_DEFINE_UNQUOTED(PACKAGE, "$PACKAGE", [Name of package])
    113 AC_DEFINE_UNQUOTED(VERSION, "$VERSION", [Version number of package]))
    114 AC_REQUIRE([AM_SANITY_CHECK])
    115 AC_REQUIRE([AC_ARG_PROGRAM])
     102AC_DEFINE_UNQUOTED(PACKAGE, "$PACKAGE")
     103AC_DEFINE_UNQUOTED(VERSION, "$VERSION"))
     104AM_SANITY_CHECK
     105AC_ARG_PROGRAM
    116106dnl FIXME This is truly gross.
    117107missing_dir=`cd $ac_aux_dir && pwd`
     
    121111AM_MISSING_PROG(AUTOHEADER, autoheader, $missing_dir)
    122112AM_MISSING_PROG(MAKEINFO, makeinfo, $missing_dir)
    123 AC_REQUIRE([AC_PROG_MAKE_SET])])
     113AC_PROG_MAKE_SET])
     114
     115
     116# serial 1
     117
     118AC_DEFUN(AM_PROG_INSTALL,
     119[AC_REQUIRE([AC_PROG_INSTALL])
     120test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL_PROGRAM}'
     121AC_SUBST(INSTALL_SCRIPT)dnl
     122])
    124123
    125124#
     
    139138if (
    140139   set X `ls -Lt $srcdir/configure conftestfile 2> /dev/null`
    141    if test "[$]*" = "X"; then
     140   if test "$@" = "X"; then
    142141      # -L didn't work.
    143142      set X `ls -t $srcdir/configure conftestfile`
    144143   fi
    145    if test "[$]*" != "X $srcdir/configure conftestfile" \
    146       && test "[$]*" != "X conftestfile $srcdir/configure"; then
    147 
    148       # If neither matched, then we have a broken ls.  This can happen
    149       # if, for instance, CONFIG_SHELL is bash and it inherits a
    150       # broken ls alias from the environment.  This has actually
    151       # happened.  Such a system could not be considered "sane".
    152       AC_MSG_ERROR([ls -t appears to fail.  Make sure there is not a broken
    153 alias in your environment])
    154    fi
    155 
    156144   test "[$]2" = conftestfile
    157145   )
  • tools/cpu/sh/configure

    r79800f9 recab6a39  
    22
    33# Guess values for system-dependent variables and create Makefiles.
    4 # Generated automatically using autoconf version 2.13
     4# Generated automatically using autoconf version 2.12
    55# Copyright (C) 1992, 93, 94, 95, 96 Free Software Foundation, Inc.
    66#
     
    5050subdirs=
    5151MFLAGS= MAKEFLAGS=
    52 SHELL=${CONFIG_SHELL-/bin/sh}
    5352# Maximum number of lines to put in a shell here document.
    5453ac_max_here_lines=12
     
    334333
    335334  -version | --version | --versio | --versi | --vers)
    336     echo "configure generated by autoconf version 2.13"
     335    echo "configure generated by autoconf version 2.12"
    337336    exit 0 ;;
    338337
     
    504503ac_cpp='$CPP $CPPFLAGS'
    505504ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
    506 ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
     505ac_link='${CC-cc} -o conftest $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
    507506cross_compiling=$ac_cv_prog_cc_cross
    508507
    509 ac_exeext=
    510 ac_objext=o
    511508if (echo "testing\c"; echo 1,2,3) | grep c >/dev/null; then
    512509  # Stardent Vistra SVR4 grep lacks -e, says ghazi@caip.rutgers.edu.
     
    549546
    550547echo $ac_n "checking for RTEMS Version""... $ac_c" 1>&6
    551 echo "configure:552: checking for RTEMS Version" >&5
     548echo "configure:549: checking for RTEMS Version" >&5
    552549if test -r "${srcdir}/${RTEMS_TOPdir}/VERSION"; then
    553550RTEMS_VERSION=`grep Version ${srcdir}/${RTEMS_TOPdir}/VERSION | \
     
    585582
    586583# Make sure we can run config.sub.
    587 if ${CONFIG_SHELL-/bin/sh} $ac_config_sub sun4 >/dev/null 2>&1; then :
     584if $ac_config_sub sun4 >/dev/null 2>&1; then :
    588585else { echo "configure: error: can not run $ac_config_sub" 1>&2; exit 1; }
    589586fi
    590587
    591588echo $ac_n "checking host system type""... $ac_c" 1>&6
    592 echo "configure:593: checking host system type" >&5
     589echo "configure:590: checking host system type" >&5
    593590
    594591host_alias=$host
     
    597594  case $nonopt in
    598595  NONE)
    599     if host_alias=`${CONFIG_SHELL-/bin/sh} $ac_config_guess`; then :
     596    if host_alias=`$ac_config_guess`; then :
    600597    else { echo "configure: error: can not guess host type; you must specify one" 1>&2; exit 1; }
    601598    fi ;;
     
    604601esac
    605602
    606 host=`${CONFIG_SHELL-/bin/sh} $ac_config_sub $host_alias`
     603host=`$ac_config_sub $host_alias`
    607604host_cpu=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
    608605host_vendor=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
     
    611608
    612609echo $ac_n "checking target system type""... $ac_c" 1>&6
    613 echo "configure:614: checking target system type" >&5
     610echo "configure:611: checking target system type" >&5
    614611
    615612target_alias=$target
     
    622619esac
    623620
    624 target=`${CONFIG_SHELL-/bin/sh} $ac_config_sub $target_alias`
     621target=`$ac_config_sub $target_alias`
    625622target_cpu=`echo $target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
    626623target_vendor=`echo $target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
     
    629626
    630627echo $ac_n "checking build system type""... $ac_c" 1>&6
    631 echo "configure:632: checking build system type" >&5
     628echo "configure:629: checking build system type" >&5
    632629
    633630build_alias=$build
     
    640637esac
    641638
    642 build=`${CONFIG_SHELL-/bin/sh} $ac_config_sub $build_alias`
     639build=`$ac_config_sub $build_alias`
    643640build_cpu=`echo $build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
    644641build_vendor=`echo $build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
     
    654651
    655652echo $ac_n "checking rtems target cpu""... $ac_c" 1>&6
    656 echo "configure:657: checking rtems target cpu" >&5
     653echo "configure:654: checking rtems target cpu" >&5
    657654case "${target}" in
    658655  # hpux unix port should go here
     
    689686# IRIX /sbin/install
    690687# AIX /bin/install
    691 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
    692688# AFS /usr/afsws/bin/install, which mishandles nonexistent args
    693689# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
    694690# ./install, which can be erroneously created by make from ./install.sh.
    695691echo $ac_n "checking for a BSD compatible install""... $ac_c" 1>&6
    696 echo "configure:697: checking for a BSD compatible install" >&5
     692echo "configure:693: checking for a BSD compatible install" >&5
    697693if test -z "$INSTALL"; then
    698694if eval "test \"`echo '$''{'ac_cv_path_install'+set}'`\" = set"; then
    699695  echo $ac_n "(cached) $ac_c" 1>&6
    700696else
    701     IFS="${IFS=         }"; ac_save_IFS="$IFS"; IFS=":"
     697    IFS="${IFS=         }"; ac_save_IFS="$IFS"; IFS="${IFS}:"
    702698  for ac_dir in $PATH; do
    703699    # Account for people who put trailing slashes in PATH elements.
     
    706702    *)
    707703      # OSF1 and SCO ODT 3.0 have their own names for install.
    708       # Don't use installbsd from OSF since it installs stuff as root
    709       # by default.
    710       for ac_prog in ginstall scoinst install; do
     704      for ac_prog in ginstall installbsd scoinst install; do
    711705        if test -f $ac_dir/$ac_prog; then
    712706          if test $ac_prog = install &&
    713707            grep dspmsg $ac_dir/$ac_prog >/dev/null 2>&1; then
    714708            # AIX install.  It has an incompatible calling convention.
     709            # OSF/1 installbsd also uses dspmsg, but is usable.
    715710            :
    716711          else
     
    742737test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
    743738
     739test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
     740
     741
    744742test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL_PROGRAM}'
    745743
    746 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
     744
     745PACKAGE=rtems-exec-score-tools-sh
     746
     747VERSION=$RTEMS_VERSION
     748
     749if test "`cd $srcdir && pwd`" != "`pwd`" && test -f $srcdir/config.status; then
     750  { echo "configure: error: source directory already configured; run "make distclean" there first" 1>&2; exit 1; }
     751fi
    747752
    748753echo $ac_n "checking whether build environment is sane""... $ac_c" 1>&6
    749 echo "configure:750: checking whether build environment is sane" >&5
     754echo "configure:755: checking whether build environment is sane" >&5
    750755# Just in case
    751756sleep 1
     
    758763if (
    759764   set X `ls -Lt $srcdir/configure conftestfile 2> /dev/null`
    760    if test "$*" = "X"; then
     765   if test "" = "X"; then
    761766      # -L didn't work.
    762767      set X `ls -t $srcdir/configure conftestfile`
    763768   fi
    764    if test "$*" != "X $srcdir/configure conftestfile" \
    765       && test "$*" != "X conftestfile $srcdir/configure"; then
    766 
    767       # If neither matched, then we have a broken ls.  This can happen
    768       # if, for instance, CONFIG_SHELL is bash and it inherits a
    769       # broken ls alias from the environment.  This has actually
    770       # happened.  Such a system could not be considered "sane".
    771       { echo "configure: error: ls -t appears to fail.  Make sure there is not a broken
    772 alias in your environment" 1>&2; exit 1; }
    773    fi
    774 
    775769   test "$2" = conftestfile
    776770   )
     
    803797test "$program_transform_name" = "" && program_transform_name="s,x,x,"
    804798
    805 echo $ac_n "checking whether ${MAKE-make} sets \${MAKE}""... $ac_c" 1>&6
    806 echo "configure:807: checking whether ${MAKE-make} sets \${MAKE}" >&5
    807 set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y%./+-%__p_%'`
    808 if eval "test \"`echo '$''{'ac_cv_prog_make_${ac_make}_set'+set}'`\" = set"; then
    809   echo $ac_n "(cached) $ac_c" 1>&6
    810 else
    811   cat > conftestmake <<\EOF
    812 all:
    813         @echo 'ac_maketemp="${MAKE}"'
    814 EOF
    815 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
    816 eval `${MAKE-make} -f conftestmake 2>/dev/null | grep temp=`
    817 if test -n "$ac_maketemp"; then
    818   eval ac_cv_prog_make_${ac_make}_set=yes
    819 else
    820   eval ac_cv_prog_make_${ac_make}_set=no
    821 fi
    822 rm -f conftestmake
    823 fi
    824 if eval "test \"`echo '$ac_cv_prog_make_'${ac_make}_set`\" = yes"; then
    825   echo "$ac_t""yes" 1>&6
    826   SET_MAKE=
    827 else
    828   echo "$ac_t""no" 1>&6
    829   SET_MAKE="MAKE=${MAKE-make}"
    830 fi
    831 
    832 
    833 PACKAGE=rtems-exec-score-tools-sh
    834 
    835 VERSION=$RTEMS_VERSION
    836 
    837 if test "`cd $srcdir && pwd`" != "`pwd`" && test -f $srcdir/config.status; then
    838   { echo "configure: error: source directory already configured; run "make distclean" there first" 1>&2; exit 1; }
    839 fi
    840 
    841 
    842 
    843799missing_dir=`cd $ac_aux_dir && pwd`
    844800echo $ac_n "checking for working aclocal""... $ac_c" 1>&6
    845 echo "configure:846: checking for working aclocal" >&5
     801echo "configure:802: checking for working aclocal" >&5
    846802# Run test in a subshell; some versions of sh will print an error if
    847803# an executable is not found, even if stderr is redirected.
     
    856812
    857813echo $ac_n "checking for working autoconf""... $ac_c" 1>&6
    858 echo "configure:859: checking for working autoconf" >&5
     814echo "configure:815: checking for working autoconf" >&5
    859815# Run test in a subshell; some versions of sh will print an error if
    860816# an executable is not found, even if stderr is redirected.
     
    869825
    870826echo $ac_n "checking for working automake""... $ac_c" 1>&6
    871 echo "configure:872: checking for working automake" >&5
     827echo "configure:828: checking for working automake" >&5
    872828# Run test in a subshell; some versions of sh will print an error if
    873829# an executable is not found, even if stderr is redirected.
     
    882838
    883839echo $ac_n "checking for working autoheader""... $ac_c" 1>&6
    884 echo "configure:885: checking for working autoheader" >&5
     840echo "configure:841: checking for working autoheader" >&5
    885841# Run test in a subshell; some versions of sh will print an error if
    886842# an executable is not found, even if stderr is redirected.
     
    895851
    896852echo $ac_n "checking for working makeinfo""... $ac_c" 1>&6
    897 echo "configure:898: checking for working makeinfo" >&5
     853echo "configure:854: checking for working makeinfo" >&5
    898854# Run test in a subshell; some versions of sh will print an error if
    899855# an executable is not found, even if stderr is redirected.
     
    907863fi
    908864
     865echo $ac_n "checking whether ${MAKE-make} sets \${MAKE}""... $ac_c" 1>&6
     866echo "configure:867: checking whether ${MAKE-make} sets \${MAKE}" >&5
     867set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y%./+-%__p_%'`
     868if eval "test \"`echo '$''{'ac_cv_prog_make_${ac_make}_set'+set}'`\" = set"; then
     869  echo $ac_n "(cached) $ac_c" 1>&6
     870else
     871  cat > conftestmake <<\EOF
     872all:
     873        @echo 'ac_maketemp="${MAKE}"'
     874EOF
     875# GNU make sometimes prints "make[1]: Entering...", which would confuse us.
     876eval `${MAKE-make} -f conftestmake 2>/dev/null | grep temp=`
     877if test -n "$ac_maketemp"; then
     878  eval ac_cv_prog_make_${ac_make}_set=yes
     879else
     880  eval ac_cv_prog_make_${ac_make}_set=no
     881fi
     882rm -f conftestmake
     883fi
     884if eval "test \"`echo '$ac_cv_prog_make_'${ac_make}_set`\" = yes"; then
     885  echo "$ac_t""yes" 1>&6
     886  SET_MAKE=
     887else
     888  echo "$ac_t""no" 1>&6
     889  SET_MAKE="MAKE=${MAKE-make}"
     890fi
    909891
    910892
     
    912894set dummy gcc; ac_word=$2
    913895echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    914 echo "configure:915: checking for $ac_word" >&5
     896echo "configure:897: checking for $ac_word" >&5
    915897if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
    916898  echo $ac_n "(cached) $ac_c" 1>&6
     
    919901  ac_cv_prog_CC="$CC" # Let the user override the test.
    920902else
    921   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS=":"
    922   ac_dummy="$PATH"
    923   for ac_dir in $ac_dummy; do
     903  IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
     904  for ac_dir in $PATH; do
    924905    test -z "$ac_dir" && ac_dir=.
    925906    if test -f $ac_dir/$ac_word; then
     
    942923set dummy cc; ac_word=$2
    943924echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    944 echo "configure:945: checking for $ac_word" >&5
     925echo "configure:926: checking for $ac_word" >&5
    945926if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
    946927  echo $ac_n "(cached) $ac_c" 1>&6
     
    949930  ac_cv_prog_CC="$CC" # Let the user override the test.
    950931else
    951   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS=":"
     932  IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
    952933  ac_prog_rejected=no
    953   ac_dummy="$PATH"
    954   for ac_dir in $ac_dummy; do
     934  for ac_dir in $PATH; do
    955935    test -z "$ac_dir" && ac_dir=.
    956936    if test -f $ac_dir/$ac_word; then
     
    987967fi
    988968
    989   if test -z "$CC"; then
    990     case "`uname -s`" in
    991     *win32* | *WIN32*)
    992       # Extract the first word of "cl", so it can be a program name with args.
    993 set dummy cl; ac_word=$2
    994 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    995 echo "configure:996: checking for $ac_word" >&5
    996 if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
    997   echo $ac_n "(cached) $ac_c" 1>&6
    998 else
    999   if test -n "$CC"; then
    1000   ac_cv_prog_CC="$CC" # Let the user override the test.
    1001 else
    1002   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS=":"
    1003   ac_dummy="$PATH"
    1004   for ac_dir in $ac_dummy; do
    1005     test -z "$ac_dir" && ac_dir=.
    1006     if test -f $ac_dir/$ac_word; then
    1007       ac_cv_prog_CC="cl"
    1008       break
    1009     fi
    1010   done
    1011   IFS="$ac_save_ifs"
    1012 fi
    1013 fi
    1014 CC="$ac_cv_prog_CC"
    1015 if test -n "$CC"; then
    1016   echo "$ac_t""$CC" 1>&6
    1017 else
    1018   echo "$ac_t""no" 1>&6
    1019 fi
    1020  ;;
    1021     esac
    1022   fi
    1023969  test -z "$CC" && { echo "configure: error: no acceptable cc found in \$PATH" 1>&2; exit 1; }
    1024970fi
    1025971
    1026972echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works""... $ac_c" 1>&6
    1027 echo "configure:1028: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5
     973echo "configure:974: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5
    1028974
    1029975ac_ext=c
     
    1031977ac_cpp='$CPP $CPPFLAGS'
    1032978ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
    1033 ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
     979ac_link='${CC-cc} -o conftest $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
    1034980cross_compiling=$ac_cv_prog_cc_cross
    1035981
    1036 cat > conftest.$ac_ext << EOF
    1037 
    1038 #line 1039 "configure"
     982cat > conftest.$ac_ext <<EOF
     983#line 984 "configure"
    1039984#include "confdefs.h"
    1040 
    1041985main(){return(0);}
    1042986EOF
    1043 if { (eval echo configure:1044: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     987if { (eval echo configure:988: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
    1044988  ac_cv_prog_cc_works=yes
    1045989  # If we can't run a trivial program, we are probably using a cross compiler.
     
    1055999fi
    10561000rm -fr conftest*
    1057 ac_ext=c
    1058 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
    1059 ac_cpp='$CPP $CPPFLAGS'
    1060 ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
    1061 ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
    1062 cross_compiling=$ac_cv_prog_cc_cross
    10631001
    10641002echo "$ac_t""$ac_cv_prog_cc_works" 1>&6
     
    10671005fi
    10681006echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler""... $ac_c" 1>&6
    1069 echo "configure:1070: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5
     1007echo "configure:1008: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5
    10701008echo "$ac_t""$ac_cv_prog_cc_cross" 1>&6
    10711009cross_compiling=$ac_cv_prog_cc_cross
    10721010
    10731011echo $ac_n "checking whether we are using GNU C""... $ac_c" 1>&6
    1074 echo "configure:1075: checking whether we are using GNU C" >&5
     1012echo "configure:1013: checking whether we are using GNU C" >&5
    10751013if eval "test \"`echo '$''{'ac_cv_prog_gcc'+set}'`\" = set"; then
    10761014  echo $ac_n "(cached) $ac_c" 1>&6
     
    10811019#endif
    10821020EOF
    1083 if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:1084: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then
     1021if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:1022: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then
    10841022  ac_cv_prog_gcc=yes
    10851023else
     
    10921030if test $ac_cv_prog_gcc = yes; then
    10931031  GCC=yes
    1094 else
    1095   GCC=
    1096 fi
    1097 
    1098 ac_test_CFLAGS="${CFLAGS+set}"
    1099 ac_save_CFLAGS="$CFLAGS"
    1100 CFLAGS=
    1101 echo $ac_n "checking whether ${CC-cc} accepts -g""... $ac_c" 1>&6
    1102 echo "configure:1103: checking whether ${CC-cc} accepts -g" >&5
     1032  ac_test_CFLAGS="${CFLAGS+set}"
     1033  ac_save_CFLAGS="$CFLAGS"
     1034  CFLAGS=
     1035  echo $ac_n "checking whether ${CC-cc} accepts -g""... $ac_c" 1>&6
     1036echo "configure:1037: checking whether ${CC-cc} accepts -g" >&5
    11031037if eval "test \"`echo '$''{'ac_cv_prog_cc_g'+set}'`\" = set"; then
    11041038  echo $ac_n "(cached) $ac_c" 1>&6
     
    11151049
    11161050echo "$ac_t""$ac_cv_prog_cc_g" 1>&6
    1117 if test "$ac_test_CFLAGS" = set; then
    1118   CFLAGS="$ac_save_CFLAGS"
    1119 elif test $ac_cv_prog_cc_g = yes; then
    1120   if test "$GCC" = yes; then
     1051  if test "$ac_test_CFLAGS" = set; then
     1052    CFLAGS="$ac_save_CFLAGS"
     1053  elif test $ac_cv_prog_cc_g = yes; then
    11211054    CFLAGS="-g -O2"
    11221055  else
    1123     CFLAGS="-g"
     1056    CFLAGS="-O2"
    11241057  fi
    11251058else
    1126   if test "$GCC" = yes; then
    1127     CFLAGS="-O2"
    1128   else
    1129     CFLAGS=
    1130   fi
     1059  GCC=
     1060  test "${CFLAGS+set}" = set || CFLAGS="-g"
    11311061fi
    11321062
    11331063echo $ac_n "checking for fabs in -lm""... $ac_c" 1>&6
    1134 echo "configure:1135: checking for fabs in -lm" >&5
     1064echo "configure:1065: checking for fabs in -lm" >&5
    11351065ac_lib_var=`echo m'_'fabs | sed 'y%./+-%__p_%'`
    11361066if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    11401070LIBS="-lm  $LIBS"
    11411071cat > conftest.$ac_ext <<EOF
    1142 #line 1143 "configure"
     1072#line 1073 "configure"
    11431073#include "confdefs.h"
    11441074/* Override any gcc2 internal prototype to avoid an error.  */
     
    11511081; return 0; }
    11521082EOF
    1153 if { (eval echo configure:1154: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     1083if { (eval echo configure:1084: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
    11541084  rm -rf conftest*
    11551085  eval "ac_cv_lib_$ac_lib_var=yes"
     
    12181148# and sets the high bit in the cache file unless we assign to the vars.
    12191149(set) 2>&1 |
    1220   case `(ac_space=' '; set | grep ac_space) 2>&1` in
     1150  case `(ac_space=' '; set) 2>&1` in
    12211151  *ac_space=\ *)
    12221152    # `set' does not quote correctly, so add quotes (double-quote substitution
     
    12971227    exec \${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion ;;
    12981228  -version | --version | --versio | --versi | --vers | --ver | --ve | --v)
    1299     echo "$CONFIG_STATUS generated by autoconf version 2.13"
     1229    echo "$CONFIG_STATUS generated by autoconf version 2.12"
    13001230    exit 0 ;;
    13011231  -help | --help | --hel | --he | --h)
     
    13171247$ac_vpsub
    13181248$extrasub
    1319 s%@SHELL@%$SHELL%g
    13201249s%@CFLAGS@%$CFLAGS%g
    13211250s%@CPPFLAGS@%$CPPFLAGS%g
    13221251s%@CXXFLAGS@%$CXXFLAGS%g
    1323 s%@FFLAGS@%$FFLAGS%g
    13241252s%@DEFS@%$DEFS%g
    13251253s%@LDFLAGS@%$LDFLAGS%g
     
    13581286s%@build_os@%$build_os%g
    13591287s%@INSTALL_PROGRAM@%$INSTALL_PROGRAM%g
     1288s%@INSTALL_DATA@%$INSTALL_DATA%g
    13601289s%@INSTALL_SCRIPT@%$INSTALL_SCRIPT%g
    1361 s%@INSTALL_DATA@%$INSTALL_DATA%g
    13621290s%@PACKAGE@%$PACKAGE%g
    13631291s%@VERSION@%$VERSION%g
Note: See TracChangeset for help on using the changeset viewer.