Changeset 7398901 in rtems
- Timestamp:
- May 27, 1999, 3:46:00 PM (22 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 2a333f9
- Parents:
- 326378bf
- Files:
-
- 15 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/exec/score/tools/hppa1.1/Makefile.in
r326378bf r7398901 1 # Makefile.in generated automatically by automake 1. 2from Makefile.am2 3 # Copyright (C) 1994, 1995 , 1996, 1997Free Software Foundation, Inc.1 # Makefile.in generated automatically by automake 1.4 from Makefile.am 2 3 # Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc. 4 4 # This Makefile.in is free software; the Free Software Foundation 5 # gives unlimited permission to copy, distribute and modify it. 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. 6 12 7 13 # … … 10 16 11 17 12 SHELL = /bin/sh 18 19 SHELL = @SHELL@ 13 20 14 21 srcdir = @srcdir@ … … 31 38 oldincludedir = /usr/include 32 39 40 DESTDIR = 41 33 42 pkgdatadir = $(datadir)/@PACKAGE@ 34 43 pkglibdir = $(libdir)/@PACKAGE@ … … 41 50 42 51 INSTALL = @INSTALL@ 43 INSTALL_PROGRAM = @INSTALL_PROGRAM@ 52 INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS) 44 53 INSTALL_DATA = @INSTALL_DATA@ 45 54 INSTALL_SCRIPT = @INSTALL_SCRIPT@ 46 55 transform = @program_transform_name@ 47 56 48 NORMAL_INSTALL = true49 PRE_INSTALL = true50 POST_INSTALL = true51 NORMAL_UNINSTALL = true52 PRE_UNINSTALL = true53 POST_UNINSTALL = true57 NORMAL_INSTALL = : 58 PRE_INSTALL = : 59 POST_INSTALL = : 60 NORMAL_UNINSTALL = : 61 PRE_UNINSTALL = : 62 POST_UNINSTALL = : 54 63 build_alias = @build_alias@ 55 64 build_triplet = @build@ … … 73 82 ACLOCAL = @ACLOCAL@ -I $(RTEMS_TOPdir)/aclocal 74 83 75 noinst_PROGRAMS =genoffsets76 77 genoffsets_SOURCES = \78 genoffsets.c 84 noinst_PROGRAMS = genoffsets 85 86 genoffsets_SOURCES = genoffsets.c 87 79 88 80 89 # We use files that have not been installed yet. 81 90 82 CPU_DIR=../../cpu/$(RTEMS_CPU) 83 84 INCLUDES = \ 85 -I$(PROJECT_INCLUDE) \ 86 -I$(CPU_DIR) 91 CPU_DIR = ../../cpu/$(RTEMS_CPU) 92 93 INCLUDES = -I$(PROJECT_INCLUDE) -I$(CPU_DIR) 94 87 95 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 88 96 mkinstalldirs = $(SHELL) $(top_srcdir)/../../../../../../mkinstalldirs … … 97 105 genoffsets_OBJECTS = genoffsets.o 98 106 genoffsets_LDADD = $(LDADD) 107 genoffsets_DEPENDENCIES = 99 108 genoffsets_LDFLAGS = 100 109 CFLAGS = @CFLAGS@ 101 COMPILE = $(CC) $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CFLAGS) 102 LINK = $(CC) $(CFLAGS) $(LDFLAGS) -o $@ 110 COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) 111 CCLD = $(CC) 112 LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@ 103 113 DIST_COMMON = Makefile.am Makefile.in aclocal.m4 configure configure.in 104 114 … … 107 117 108 118 TAR = tar 109 GZIP = --best119 GZIP_ENV = --best 110 120 DEP_FILES = .deps/genoffsets.P 111 121 SOURCES = $(genoffsets_SOURCES) 112 122 OBJECTS = $(genoffsets_OBJECTS) 113 123 114 default: all 115 124 all: all-redirect 116 125 .SUFFIXES: 117 .SUFFIXES: . c .o118 $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) 126 .SUFFIXES: .S .c .o .s 127 $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) $(top_srcdir)/../../../../../../automake/local.am 119 128 cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile 120 129 121 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES)130 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES) 122 131 cd $(top_builddir) \ 123 132 && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status … … 126 135 cd $(srcdir) && $(ACLOCAL) 127 136 128 config.status: $(srcdir)/configure 137 config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) 129 138 $(SHELL) ./config.status --recheck 130 139 $(srcdir)/configure: $(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES) … … 134 143 135 144 clean-noinstPROGRAMS: 136 test -z "$(noinst_PROGRAMS)" || rm -f $(noinst_PROGRAMS)145 -test -z "$(noinst_PROGRAMS)" || rm -f $(noinst_PROGRAMS) 137 146 138 147 distclean-noinstPROGRAMS: … … 140 149 maintainer-clean-noinstPROGRAMS: 141 150 142 . c.o:151 .s.o: 143 152 $(COMPILE) -c $< 144 153 154 .S.o: 155 $(COMPILE) -c $< 156 145 157 mostlyclean-compile: 146 rm -f *.ocore158 -rm -f *.o core *.core 147 159 148 160 clean-compile: 149 161 150 162 distclean-compile: 151 rm -f *.tab.c163 -rm -f *.tab.c 152 164 153 165 maintainer-clean-compile: … … 159 171 tags: TAGS 160 172 161 ID: $(HEADERS) $(SOURCES) 162 here=`pwd` && cd $(srcdir) && mkid -f$$here/ID $(SOURCES) $(HEADERS) 163 164 TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) 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) 165 182 tags=; \ 166 183 here=`pwd`; \ 167 test -z "$(ETAGS_ARGS)$(SOURCES)$(HEADERS)$$tags" \ 168 || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags $(SOURCES) $(HEADERS) -o $$here/TAGS) 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) 169 190 170 191 mostlyclean-tags: … … 173 194 174 195 distclean-tags: 175 rm -f TAGS ID196 -rm -f TAGS ID 176 197 177 198 maintainer-clean-tags: … … 184 205 # tarfile. 185 206 distcheck: dist 186 rm -rf $(distdir)187 GZIP=$(GZIP ) $(TAR) zxf $(distdir).tar.gz207 -rm -rf $(distdir) 208 GZIP=$(GZIP_ENV) $(TAR) zxf $(distdir).tar.gz 188 209 mkdir $(distdir)/=build 189 210 mkdir $(distdir)/=inst … … 191 212 cd $(distdir)/=build \ 192 213 && ../configure --srcdir=.. --prefix=$$dc_install_base \ 193 && $(MAKE) \ 194 && $(MAKE) dvi \ 195 && $(MAKE) check \ 196 && $(MAKE) install \ 197 && $(MAKE) installcheck \ 198 && $(MAKE) dist 199 rm -rf $(distdir) 200 @echo "========================"; \ 201 echo "$(distdir).tar.gz is ready for distribution"; \ 202 echo "========================" 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" 203 226 dist: distdir 204 227 -chmod -R a+r $(distdir) 205 GZIP=$(GZIP ) $(TAR) chozf $(distdir).tar.gz $(distdir)206 rm -rf $(distdir)228 GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir) 229 -rm -rf $(distdir) 207 230 dist-all: distdir 208 231 -chmod -R a+r $(distdir) 209 GZIP=$(GZIP ) $(TAR) chozf $(distdir).tar.gz $(distdir)210 rm -rf $(distdir)232 GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir) 233 -rm -rf $(distdir) 211 234 distdir: $(DISTFILES) 212 rm -rf $(distdir)235 -rm -rf $(distdir) 213 236 mkdir $(distdir) 214 237 -chmod 777 $(distdir) 215 238 here=`cd $(top_builddir) && pwd`; \ 216 top_distdir=`cd $(top_distdir) && pwd`; \ 239 top_distdir=`cd $(distdir) && pwd`; \ 240 distdir=`cd $(distdir) && pwd`; \ 217 241 cd $(top_srcdir) \ 218 242 && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --foreign Makefile 219 243 @for file in $(DISTFILES); do \ 220 244 d=$(srcdir); \ 221 test -f $(distdir)/$$file \ 222 || ln $$d/$$file $(distdir)/$$file 2> /dev/null \ 223 || cp -p $$d/$$file $(distdir)/$$file; \ 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; \ 224 252 done 225 253 226 MKDEP = gcc -M $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CFLAGS)227 228 254 DEPS_MAGIC := $(shell mkdir .deps > /dev/null 2>&1 || :) 229 -include .deps/.P230 .deps/.P: $(BUILT_SOURCES)231 echo > $@232 255 233 256 -include $(DEP_FILES) … … 238 261 239 262 distclean-depend: 263 -rm -rf .deps 240 264 241 265 maintainer-clean-depend: 242 rm -rf .deps 243 244 .deps/%.P: %.c 245 @echo "Computing dependencies for $<..." 246 @o='o'; \ 247 test -n "$o" && o='$$o'; \ 248 $(MKDEP) $< >$@.tmp \ 249 && sed "s,^\(.*\)\.o:,\1.$$o \1.l$$o $@:," < $@.tmp > $@ \ 250 && rm -f $@.tmp 251 info: 252 dvi: 253 check: all 254 $(MAKE) 255 installcheck: 256 install-exec: install-exec-local 257 @$(NORMAL_INSTALL) 258 259 install-data: 260 @$(NORMAL_INSTALL) 261 262 install: install-exec install-data all 263 @: 264 265 uninstall: 266 267 all: Makefile $(PROGRAMS) 268 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: install-exec-local 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 269 306 install-strip: 270 $(MAKE) INSTALL_PROGRAM='$(INSTALL_PROGRAM) -s' INSTALL_SCRIPT='$(INSTALL_PROGRAM)'install307 $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install 271 308 installdirs: 272 309 273 310 274 311 mostlyclean-generic: 275 test -z "$(MOSTLYCLEANFILES)" || rm -f $(MOSTLYCLEANFILES)276 312 277 313 clean-generic: 278 test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)279 314 280 315 distclean-generic: 281 rm -f Makefile $(DISTCLEANFILES) 282 rm -f config.cache config.log stamp-h stamp-h[0-9]* 283 test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) 316 -rm -f Makefile $(CONFIG_CLEAN_FILES) 317 -rm -f config.cache config.log stamp-h stamp-h[0-9]* 284 318 285 319 maintainer-clean-generic: 286 test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES) 287 test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES) 288 mostlyclean: mostlyclean-noinstPROGRAMS mostlyclean-compile \ 320 mostlyclean-am: mostlyclean-noinstPROGRAMS mostlyclean-compile \ 289 321 mostlyclean-tags mostlyclean-depend mostlyclean-generic 290 322 291 clean: clean-noinstPROGRAMS clean-compile clean-tags clean-depend \ 292 clean-generic mostlyclean 293 294 distclean: distclean-noinstPROGRAMS distclean-compile distclean-tags \ 295 distclean-depend distclean-generic clean 296 rm -f config.status 297 298 maintainer-clean: maintainer-clean-noinstPROGRAMS \ 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 \ 299 337 maintainer-clean-compile maintainer-clean-tags \ 300 338 maintainer-clean-depend maintainer-clean-generic \ 301 distclean 339 distclean-am 302 340 @echo "This command is intended for maintainers to use;" 303 341 @echo "it deletes files that may require special tools to rebuild." 304 rm -f config.status 305 306 .PHONY: default mostlyclean-noinstPROGRAMS distclean-noinstPROGRAMS \ 342 343 maintainer-clean: maintainer-clean-am 344 -rm -f config.status 345 346 .PHONY: mostlyclean-noinstPROGRAMS distclean-noinstPROGRAMS \ 307 347 clean-noinstPROGRAMS maintainer-clean-noinstPROGRAMS \ 308 348 mostlyclean-compile distclean-compile clean-compile \ 309 349 maintainer-clean-compile tags mostlyclean-tags distclean-tags \ 310 350 clean-tags maintainer-clean-tags distdir mostlyclean-depend \ 311 distclean-depend clean-depend maintainer-clean-depend info dvi \ 312 installcheck install-exec install-data install uninstall all \ 313 installdirs mostlyclean-generic distclean-generic clean-generic \ 314 maintainer-clean-generic clean mostlyclean distclean maintainer-clean 351 distclean-depend clean-depend maintainer-clean-depend info-am info \ 352 dvi-am dvi check check-am installcheck-am installcheck \ 353 install-exec-local install-exec-am install-exec install-data-am \ 354 install-data install-am install uninstall-am uninstall all-redirect \ 355 all-am all installdirs mostlyclean-generic distclean-generic \ 356 clean-generic maintainer-clean-generic clean mostlyclean distclean \ 357 maintainer-clean 315 358 316 359 … … 322 365 $(INSTALL_PROGRAM) genoffsets ${PROJECT_ROOT}/${RTEMS_BSP}/bin 323 366 324 include $(top_srcdir)/../../../../../../automake/local.am 367 debug-am: 368 debug: debug-am 369 .PHONY: debug debug-am 370 371 debug_install-am: 372 debug_install: debug_install-am 373 .PHONY: debug_install debug_install-am 374 375 profile-am: 376 profile: profile-am 377 .PHONY: profile profile-am 378 379 profile_install-am: 380 profile_install: profile_install-am 381 .PHONY: profile_install profile_install-am 382 383 preinstall-am: 384 preinstall: preinstall-am 385 .PHONY: preinstall preinstall-am 386 387 clobber-am: 388 clobber: clobber-am 389 .PHONY: clobber clobber-am 390 391 depend-am: 392 depend: depend-am 393 .PHONY: depend depend-am 325 394 326 395 # Tell versions [3.59,3.63) of GNU make to not export all variables. -
c/src/exec/score/tools/hppa1.1/configure
r326378bf r7398901 2 2 3 3 # Guess values for system-dependent variables and create Makefiles. 4 # Generated automatically using autoconf version 2.1 24 # Generated automatically using autoconf version 2.13 5 5 # Copyright (C) 1992, 93, 94, 95, 96 Free Software Foundation, Inc. 6 6 # … … 52 52 subdirs= 53 53 MFLAGS= MAKEFLAGS= 54 SHELL=${CONFIG_SHELL-/bin/sh} 54 55 # Maximum number of lines to put in a shell here document. 55 56 ac_max_here_lines=12 … … 335 336 336 337 -version | --version | --versio | --versi | --vers) 337 echo "configure generated by autoconf version 2.1 2"338 echo "configure generated by autoconf version 2.13" 338 339 exit 0 ;; 339 340 … … 505 506 ac_cpp='$CPP $CPPFLAGS' 506 507 ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5' 507 ac_link='${CC-cc} -o conftest $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'508 ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5' 508 509 cross_compiling=$ac_cv_prog_cc_cross 509 510 511 ac_exeext= 512 ac_objext=o 510 513 if (echo "testing\c"; echo 1,2,3) | grep c >/dev/null; then 511 514 # Stardent Vistra SVR4 grep lacks -e, says ghazi@caip.rutgers.edu. … … 558 561 559 562 echo $ac_n "checking for RTEMS Version""... $ac_c" 1>&6 560 echo "configure:56 1: checking for RTEMS Version" >&5563 echo "configure:564: checking for RTEMS Version" >&5 561 564 if test -r "${srcdir}/${RTEMS_TOPdir}/VERSION"; then 562 565 RTEMS_VERSION=`grep Version ${srcdir}/${RTEMS_TOPdir}/VERSION | \ … … 596 599 597 600 # Make sure we can run config.sub. 598 if $ ac_config_sub sun4 >/dev/null 2>&1; then :601 if ${CONFIG_SHELL-/bin/sh} $ac_config_sub sun4 >/dev/null 2>&1; then : 599 602 else { echo "configure: error: can not run $ac_config_sub" 1>&2; exit 1; } 600 603 fi 601 604 602 605 echo $ac_n "checking host system type""... $ac_c" 1>&6 603 echo "configure:60 4: checking host system type" >&5606 echo "configure:607: checking host system type" >&5 604 607 605 608 host_alias=$host … … 608 611 case $nonopt in 609 612 NONE) 610 if host_alias=`$ ac_config_guess`; then :613 if host_alias=`${CONFIG_SHELL-/bin/sh} $ac_config_guess`; then : 611 614 else { echo "configure: error: can not guess host type; you must specify one" 1>&2; exit 1; } 612 615 fi ;; … … 615 618 esac 616 619 617 host=`$ ac_config_sub $host_alias`620 host=`${CONFIG_SHELL-/bin/sh} $ac_config_sub $host_alias` 618 621 host_cpu=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'` 619 622 host_vendor=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'` … … 622 625 623 626 echo $ac_n "checking target system type""... $ac_c" 1>&6 624 echo "configure:62 5: checking target system type" >&5627 echo "configure:628: checking target system type" >&5 625 628 626 629 target_alias=$target … … 633 636 esac 634 637 635 target=`$ ac_config_sub $target_alias`638 target=`${CONFIG_SHELL-/bin/sh} $ac_config_sub $target_alias` 636 639 target_cpu=`echo $target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'` 637 640 target_vendor=`echo $target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'` … … 640 643 641 644 echo $ac_n "checking build system type""... $ac_c" 1>&6 642 echo "configure:64 3: checking build system type" >&5645 echo "configure:646: checking build system type" >&5 643 646 644 647 build_alias=$build … … 651 654 esac 652 655 653 build=`$ ac_config_sub $build_alias`656 build=`${CONFIG_SHELL-/bin/sh} $ac_config_sub $build_alias` 654 657 build_cpu=`echo $build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'` 655 658 build_vendor=`echo $build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'` … … 665 668 666 669 echo $ac_n "checking rtems target cpu""... $ac_c" 1>&6 667 echo "configure:6 68: checking rtems target cpu" >&5670 echo "configure:671: checking rtems target cpu" >&5 668 671 case "${target}" in 669 672 # hpux unix port should go here … … 700 703 # IRIX /sbin/install 701 704 # AIX /bin/install 705 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag 702 706 # AFS /usr/afsws/bin/install, which mishandles nonexistent args 703 707 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff" 704 708 # ./install, which can be erroneously created by make from ./install.sh. 705 709 echo $ac_n "checking for a BSD compatible install""... $ac_c" 1>&6 706 echo "configure:7 07: checking for a BSD compatible install" >&5710 echo "configure:711: checking for a BSD compatible install" >&5 707 711 if test -z "$INSTALL"; then 708 712 if eval "test \"`echo '$''{'ac_cv_path_install'+set}'`\" = set"; then 709 713 echo $ac_n "(cached) $ac_c" 1>&6 710 714 else 711 IFS="${IFS= }"; ac_save_IFS="$IFS"; IFS=" ${IFS}:"715 IFS="${IFS= }"; ac_save_IFS="$IFS"; IFS=":" 712 716 for ac_dir in $PATH; do 713 717 # Account for people who put trailing slashes in PATH elements. … … 716 720 *) 717 721 # OSF1 and SCO ODT 3.0 have their own names for install. 718 for ac_prog in ginstall installbsd scoinst install; do 722 # Don't use installbsd from OSF since it installs stuff as root 723 # by default. 724 for ac_prog in ginstall scoinst install; do 719 725 if test -f $ac_dir/$ac_prog; then 720 726 if test $ac_prog = install && 721 727 grep dspmsg $ac_dir/$ac_prog >/dev/null 2>&1; then 722 728 # AIX install. It has an incompatible calling convention. 723 # OSF/1 installbsd also uses dspmsg, but is usable.724 729 : 725 730 else … … 751 756 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}' 752 757 758 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL_PROGRAM}' 759 753 760 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644' 754 761 755 762 echo $ac_n "checking whether build environment is sane""... $ac_c" 1>&6 756 echo "configure:7 57: checking whether build environment is sane" >&5763 echo "configure:764: checking whether build environment is sane" >&5 757 764 # Just in case 758 765 sleep 1 … … 811 818 812 819 echo $ac_n "checking whether ${MAKE-make} sets \${MAKE}""... $ac_c" 1>&6 813 echo "configure:8 14: checking whether ${MAKE-make} sets \${MAKE}" >&5820 echo "configure:821: checking whether ${MAKE-make} sets \${MAKE}" >&5 814 821 set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y%./+-%__p_%'` 815 822 if eval "test \"`echo '$''{'ac_cv_prog_make_${ac_make}_set'+set}'`\" = set"; then … … 850 857 missing_dir=`cd $ac_aux_dir && pwd` 851 858 echo $ac_n "checking for working aclocal""... $ac_c" 1>&6 852 echo "configure:8 53: checking for working aclocal" >&5859 echo "configure:860: checking for working aclocal" >&5 853 860 # Run test in a subshell; some versions of sh will print an error if 854 861 # an executable is not found, even if stderr is redirected. … … 863 870 864 871 echo $ac_n "checking for working autoconf""... $ac_c" 1>&6 865 echo "configure:8 66: checking for working autoconf" >&5872 echo "configure:873: checking for working autoconf" >&5 866 873 # Run test in a subshell; some versions of sh will print an error if 867 874 # an executable is not found, even if stderr is redirected. … … 876 883 877 884 echo $ac_n "checking for working automake""... $ac_c" 1>&6 878 echo "configure:8 79: checking for working automake" >&5885 echo "configure:886: checking for working automake" >&5 879 886 # Run test in a subshell; some versions of sh will print an error if 880 887 # an executable is not found, even if stderr is redirected. … … 889 896 890 897 echo $ac_n "checking for working autoheader""... $ac_c" 1>&6 891 echo "configure:89 2: checking for working autoheader" >&5898 echo "configure:899: checking for working autoheader" >&5 892 899 # Run test in a subshell; some versions of sh will print an error if 893 900 # an executable is not found, even if stderr is redirected. … … 902 909 903 910 echo $ac_n "checking for working makeinfo""... $ac_c" 1>&6 904 echo "configure:9 05: checking for working makeinfo" >&5911 echo "configure:912: checking for working makeinfo" >&5 905 912 # Run test in a subshell; some versions of sh will print an error if 906 913 # an executable is not found, even if stderr is redirected. … … 919 926 set dummy gcc; ac_word=$2 920 927 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 921 echo "configure:92 2: checking for $ac_word" >&5928 echo "configure:929: checking for $ac_word" >&5 922 929 if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then 923 930 echo $ac_n "(cached) $ac_c" 1>&6 … … 926 933 ac_cv_prog_CC="$CC" # Let the user override the test. 927 934 else 928 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:" 929 for ac_dir in $PATH; do 935 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":" 936 ac_dummy="$PATH" 937 for ac_dir in $ac_dummy; do 930 938 test -z "$ac_dir" && ac_dir=. 931 939 if test -f $ac_dir/$ac_word; then … … 948 956 set dummy cc; ac_word=$2 949 957 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 950 echo "configure:95 1: checking for $ac_word" >&5958 echo "configure:959: checking for $ac_word" >&5 951 959 if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then 952 960 echo $ac_n "(cached) $ac_c" 1>&6 … … 955 963 ac_cv_prog_CC="$CC" # Let the user override the test. 956 964 else 957 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=" ${IFS}:"965 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":" 958 966 ac_prog_rejected=no 959 for ac_dir in $PATH; do 967 ac_dummy="$PATH" 968 for ac_dir in $ac_dummy; do 960 969 test -z "$ac_dir" && ac_dir=. 961 970 if test -f $ac_dir/$ac_word; then … … 992 1001 fi 993 1002 1003 if test -z "$CC"; then 1004 case "`uname -s`" in 1005 *win32* | *WIN32*) 1006 # Extract the first word of "cl", so it can be a program name with args. 1007 set dummy cl; ac_word=$2 1008 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 1009 echo "configure:1010: checking for $ac_word" >&5 1010 if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then 1011 echo $ac_n "(cached) $ac_c" 1>&6 1012 else 1013 if test -n "$CC"; then 1014 ac_cv_prog_CC="$CC" # Let the user override the test. 1015 else 1016 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":" 1017 ac_dummy="$PATH" 1018 for ac_dir in $ac_dummy; do 1019 test -z "$ac_dir" && ac_dir=. 1020 if test -f $ac_dir/$ac_word; then 1021 ac_cv_prog_CC="cl" 1022 break 1023 fi 1024 done 1025 IFS="$ac_save_ifs" 1026 fi 1027 fi 1028 CC="$ac_cv_prog_CC" 1029 if test -n "$CC"; then 1030 echo "$ac_t""$CC" 1>&6 1031 else 1032 echo "$ac_t""no" 1>&6 1033 fi 1034 ;; 1035 esac 1036 fi 994 1037 test -z "$CC" && { echo "configure: error: no acceptable cc found in \$PATH" 1>&2; exit 1; } 995 1038 fi 996 1039 997 1040 echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works""... $ac_c" 1>&6 998 echo "configure: 999: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&51041 echo "configure:1042: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5 999 1042 1000 1043 ac_ext=c … … 1002 1045 ac_cpp='$CPP $CPPFLAGS' 1003 1046 ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5' 1004 ac_link='${CC-cc} -o conftest $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'1047 ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5' 1005 1048 cross_compiling=$ac_cv_prog_cc_cross 1006 1049 1007 cat > conftest.$ac_ext <<EOF 1008 #line 1009 "configure" 1050 cat > conftest.$ac_ext << EOF 1051 1052 #line 1053 "configure" 1009 1053 #include "confdefs.h" 1054 1010 1055 main(){return(0);} 1011 1056 EOF 1012 if { (eval echo configure:10 13: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then1057 if { (eval echo configure:1058: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 1013 1058 ac_cv_prog_cc_works=yes 1014 1059 # If we can't run a trivial program, we are probably using a cross compiler. … … 1024 1069 fi 1025 1070 rm -fr conftest* 1071 ac_ext=c 1072 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options. 1073 ac_cpp='$CPP $CPPFLAGS' 1074 ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5' 1075 ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5' 1076 cross_compiling=$ac_cv_prog_cc_cross 1026 1077 1027 1078 echo "$ac_t""$ac_cv_prog_cc_works" 1>&6 … … 1030 1081 fi 1031 1082 echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler""... $ac_c" 1>&6 1032 echo "configure:10 33: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&51083 echo "configure:1084: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5 1033 1084 echo "$ac_t""$ac_cv_prog_cc_cross" 1>&6 1034 1085 cross_compiling=$ac_cv_prog_cc_cross 1035 1086 1036 1087 echo $ac_n "checking whether we are using GNU C""... $ac_c" 1>&6 1037 echo "configure:10 38: checking whether we are using GNU C" >&51088 echo "configure:1089: checking whether we are using GNU C" >&5 1038 1089 if eval "test \"`echo '$''{'ac_cv_prog_gcc'+set}'`\" = set"; then 1039 1090 echo $ac_n "(cached) $ac_c" 1>&6 … … 1044 1095 #endif 1045 1096 EOF 1046 if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:10 47: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then1097 if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:1098: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then 1047 1098 ac_cv_prog_gcc=yes 1048 1099 else … … 1055 1106 if test $ac_cv_prog_gcc = yes; then 1056 1107 GCC=yes 1057 ac_test_CFLAGS="${CFLAGS+set}" 1058 ac_save_CFLAGS="$CFLAGS" 1059 CFLAGS= 1060 echo $ac_n "checking whether ${CC-cc} accepts -g""... $ac_c" 1>&6 1061 echo "configure:1062: checking whether ${CC-cc} accepts -g" >&5 1108 else 1109 GCC= 1110 fi 1111 1112 ac_test_CFLAGS="${CFLAGS+set}" 1113 ac_save_CFLAGS="$CFLAGS" 1114 CFLAGS= 1115 echo $ac_n "checking whether ${CC-cc} accepts -g""... $ac_c" 1>&6 1116 echo "configure:1117: checking whether ${CC-cc} accepts -g" >&5 1062 1117 if eval "test \"`echo '$''{'ac_cv_prog_cc_g'+set}'`\" = set"; then 1063 1118 echo $ac_n "(cached) $ac_c" 1>&6 … … 1074 1129 1075 1130 echo "$ac_t""$ac_cv_prog_cc_g" 1>&6 1076 if test "$ac_test_CFLAGS" = set; then 1077 CFLAGS="$ac_save_CFLAGS" 1078 elif test $ac_cv_prog_cc_g = yes; then 1131 if test "$ac_test_CFLAGS" = set; then 1132 CFLAGS="$ac_save_CFLAGS" 1133 elif test $ac_cv_prog_cc_g = yes; then 1134 if test "$GCC" = yes; then 1079 1135 CFLAGS="-g -O2" 1080 1136 else 1137 CFLAGS="-g" 1138 fi 1139 else 1140 if test "$GCC" = yes; then 1081 1141 CFLAGS="-O2" 1082 fi 1083 else 1084 GCC= 1085 test "${CFLAGS+set}" = set || CFLAGS="-g" 1142 else 1143 CFLAGS= 1144 fi 1086 1145 fi 1087 1146 … … 1126 1185 # and sets the high bit in the cache file unless we assign to the vars. 1127 1186 (set) 2>&1 | 1128 case `(ac_space=' '; set ) 2>&1` in1187 case `(ac_space=' '; set | grep ac_space) 2>&1` in 1129 1188 *ac_space=\ *) 1130 1189 # `set' does not quote correctly, so add quotes (double-quote substitution … … 1205 1264 exec \${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion ;; 1206 1265 -version | --version | --versio | --versi | --vers | --ver | --ve | --v) 1207 echo "$CONFIG_STATUS generated by autoconf version 2.1 2"1266 echo "$CONFIG_STATUS generated by autoconf version 2.13" 1208 1267 exit 0 ;; 1209 1268 -help | --help | --hel | --he | --h) … … 1225 1284 $ac_vpsub 1226 1285 $extrasub 1286 s%@SHELL@%$SHELL%g 1227 1287 s%@CFLAGS@%$CFLAGS%g 1228 1288 s%@CPPFLAGS@%$CPPFLAGS%g 1229 1289 s%@CXXFLAGS@%$CXXFLAGS%g 1290 s%@FFLAGS@%$FFLAGS%g 1230 1291 s%@DEFS@%$DEFS%g 1231 1292 s%@LDFLAGS@%$LDFLAGS%g … … 1265 1326 s%@build_os@%$build_os%g 1266 1327 s%@INSTALL_PROGRAM@%$INSTALL_PROGRAM%g 1328 s%@INSTALL_SCRIPT@%$INSTALL_SCRIPT%g 1267 1329 s%@INSTALL_DATA@%$INSTALL_DATA%g 1268 1330 s%@PACKAGE@%$PACKAGE%g -
c/src/exec/score/tools/sh/Makefile.in
r326378bf r7398901 1 # Makefile.in generated automatically by automake 1. 2from Makefile.am2 3 # Copyright (C) 1994, 1995 , 1996, 1997Free Software Foundation, Inc.1 # Makefile.in generated automatically by automake 1.4 from Makefile.am 2 3 # Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc. 4 4 # This Makefile.in is free software; the Free Software Foundation 5 # gives unlimited permission to copy, distribute and modify it. 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. 6 12 7 13 # … … 10 16 11 17 12 SHELL = /bin/sh 18 19 SHELL = @SHELL@ 13 20 14 21 srcdir = @srcdir@ … … 31 38 oldincludedir = /usr/include 32 39 40 DESTDIR = 41 33 42 pkgdatadir = $(datadir)/@PACKAGE@ 34 43 pkglibdir = $(libdir)/@PACKAGE@ … … 41 50 42 51 INSTALL = @INSTALL@ 43 INSTALL_PROGRAM = @INSTALL_PROGRAM@ 52 INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS) 44 53 INSTALL_DATA = @INSTALL_DATA@ 45 54 INSTALL_SCRIPT = @INSTALL_SCRIPT@ 46 55 transform = @program_transform_name@ 47 56 48 NORMAL_INSTALL = true49 PRE_INSTALL = true50 POST_INSTALL = true51 NORMAL_UNINSTALL = true52 PRE_UNINSTALL = true53 POST_UNINSTALL = true57 NORMAL_INSTALL = : 58 PRE_INSTALL = : 59 POST_INSTALL = : 60 NORMAL_UNINSTALL = : 61 PRE_UNINSTALL = : 62 POST_UNINSTALL = : 54 63 build_alias = @build_alias@ 55 64 build_triplet = @build@ … … 73 82 ACLOCAL = @ACLOCAL@ -I $(RTEMS_TOPdir)/aclocal 74 83 75 noinst_PROGRAMS=shgen 76 77 shgen_SOURCES = \ 78 sci.h \ 79 sci.c \ 80 shgen.c 84 noinst_PROGRAMS = shgen 85 86 shgen_SOURCES = sci.h sci.c shgen.c 87 81 88 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 82 89 mkinstalldirs = $(SHELL) $(top_srcdir)/../../../../../../mkinstalldirs … … 91 98 shgen_OBJECTS = sci.o shgen.o 92 99 shgen_LDADD = $(LDADD) 100 shgen_DEPENDENCIES = 93 101 shgen_LDFLAGS = 94 102 CFLAGS = @CFLAGS@ 95 COMPILE = $(CC) $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CFLAGS) 96 LINK = $(CC) $(CFLAGS) $(LDFLAGS) -o $@ 103 COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) 104 CCLD = $(CC) 105 LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@ 97 106 DIST_COMMON = AUTHORS COPYING Makefile.am Makefile.in TODO aclocal.m4 \ 98 107 configure configure.in … … 102 111 103 112 TAR = tar 104 GZIP = --best113 GZIP_ENV = --best 105 114 DEP_FILES = .deps/sci.P .deps/shgen.P 106 115 SOURCES = $(shgen_SOURCES) 107 116 OBJECTS = $(shgen_OBJECTS) 108 117 109 default: all 110 118 all: all-redirect 111 119 .SUFFIXES: 112 .SUFFIXES: . c .o113 $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) 120 .SUFFIXES: .S .c .o .s 121 $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) $(top_srcdir)/../../../../../../automake/local.am 114 122 cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile 115 123 116 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES)124 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES) 117 125 cd $(top_builddir) \ 118 126 && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status … … 121 129 cd $(srcdir) && $(ACLOCAL) 122 130 123 config.status: $(srcdir)/configure 131 config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) 124 132 $(SHELL) ./config.status --recheck 125 133 $(srcdir)/configure: $(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES) … … 129 137 130 138 clean-noinstPROGRAMS: 131 test -z "$(noinst_PROGRAMS)" || rm -f $(noinst_PROGRAMS)139 -test -z "$(noinst_PROGRAMS)" || rm -f $(noinst_PROGRAMS) 132 140 133 141 distclean-noinstPROGRAMS: … … 135 143 maintainer-clean-noinstPROGRAMS: 136 144 137 . c.o:145 .s.o: 138 146 $(COMPILE) -c $< 139 147 148 .S.o: 149 $(COMPILE) -c $< 150 140 151 mostlyclean-compile: 141 rm -f *.ocore152 -rm -f *.o core *.core 142 153 143 154 clean-compile: 144 155 145 156 distclean-compile: 146 rm -f *.tab.c157 -rm -f *.tab.c 147 158 148 159 maintainer-clean-compile: … … 154 165 tags: TAGS 155 166 156 ID: $(HEADERS) $(SOURCES) 157 here=`pwd` && cd $(srcdir) && mkid -f$$here/ID $(SOURCES) $(HEADERS) 158 159 TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) 167 ID: $(HEADERS) $(SOURCES) $(LISP) 168 list='$(SOURCES) $(HEADERS)'; \ 169 unique=`for i in $$list; do echo $$i; done | \ 170 awk ' { files[$$0] = 1; } \ 171 END { for (i in files) print i; }'`; \ 172 here=`pwd` && cd $(srcdir) \ 173 && mkid -f$$here/ID $$unique $(LISP) 174 175 TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) $(LISP) 160 176 tags=; \ 161 177 here=`pwd`; \ 162 test -z "$(ETAGS_ARGS)$(SOURCES)$(HEADERS)$$tags" \ 163 || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags $(SOURCES) $(HEADERS) -o $$here/TAGS) 178 list='$(SOURCES) $(HEADERS)'; \ 179 unique=`for i in $$list; do echo $$i; done | \ 180 awk ' { files[$$0] = 1; } \ 181 END { for (i in files) print i; }'`; \ 182 test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \ 183 || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags $$unique $(LISP) -o $$here/TAGS) 164 184 165 185 mostlyclean-tags: … … 168 188 169 189 distclean-tags: 170 rm -f TAGS ID190 -rm -f TAGS ID 171 191 172 192 maintainer-clean-tags: … … 179 199 # tarfile. 180 200 distcheck: dist 181 rm -rf $(distdir)182 GZIP=$(GZIP ) $(TAR) zxf $(distdir).tar.gz201 -rm -rf $(distdir) 202 GZIP=$(GZIP_ENV) $(TAR) zxf $(distdir).tar.gz 183 203 mkdir $(distdir)/=build 184 204 mkdir $(distdir)/=inst … … 186 206 cd $(distdir)/=build \ 187 207 && ../configure --srcdir=.. --prefix=$$dc_install_base \ 188 && $(MAKE) \ 189 && $(MAKE) dvi \ 190 && $(MAKE) check \ 191 && $(MAKE) install \ 192 && $(MAKE) installcheck \ 193 && $(MAKE) dist 194 rm -rf $(distdir) 195 @echo "========================"; \ 196 echo "$(distdir).tar.gz is ready for distribution"; \ 197 echo "========================" 208 && $(MAKE) $(AM_MAKEFLAGS) \ 209 && $(MAKE) $(AM_MAKEFLAGS) dvi \ 210 && $(MAKE) $(AM_MAKEFLAGS) check \ 211 && $(MAKE) $(AM_MAKEFLAGS) install \ 212 && $(MAKE) $(AM_MAKEFLAGS) installcheck \ 213 && $(MAKE) $(AM_MAKEFLAGS) dist 214 -rm -rf $(distdir) 215 @banner="$(distdir).tar.gz is ready for distribution"; \ 216 dashes=`echo "$$banner" | sed s/./=/g`; \ 217 echo "$$dashes"; \ 218 echo "$$banner"; \ 219 echo "$$dashes" 198 220 dist: distdir 199 221 -chmod -R a+r $(distdir) 200 GZIP=$(GZIP ) $(TAR) chozf $(distdir).tar.gz $(distdir)201 rm -rf $(distdir)222 GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir) 223 -rm -rf $(distdir) 202 224 dist-all: distdir 203 225 -chmod -R a+r $(distdir) 204 GZIP=$(GZIP ) $(TAR) chozf $(distdir).tar.gz $(distdir)205 rm -rf $(distdir)226 GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir) 227 -rm -rf $(distdir) 206 228 distdir: $(DISTFILES) 207 rm -rf $(distdir)229 -rm -rf $(distdir) 208 230 mkdir $(distdir) 209 231 -chmod 777 $(distdir) 210 232 here=`cd $(top_builddir) && pwd`; \ 211 top_distdir=`cd $(top_distdir) && pwd`; \ 233 top_distdir=`cd $(distdir) && pwd`; \ 234 distdir=`cd $(distdir) && pwd`; \ 212 235 cd $(top_srcdir) \ 213 236 && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --foreign Makefile 214 237 @for file in $(DISTFILES); do \ 215 238 d=$(srcdir); \ 216 test -f $(distdir)/$$file \ 217 || ln $$d/$$file $(distdir)/$$file 2> /dev/null \ 218 || cp -p $$d/$$file $(distdir)/$$file; \ 239 if test -d $$d/$$file; then \ 240 cp -pr $$/$$file $(distdir)/$$file; \ 241 else \ 242 test -f $(distdir)/$$file \ 243 || ln $$d/$$file $(distdir)/$$file 2> /dev/null \ 244 || cp -p $$d/$$file $(distdir)/$$file || :; \ 245 fi; \ 219 246 done 220 247 221 MKDEP = gcc -M $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CFLAGS)222 223 248 DEPS_MAGIC := $(shell mkdir .deps > /dev/null 2>&1 || :) 224 -include .deps/.P225 .deps/.P: $(BUILT_SOURCES)226 echo > $@227 249 228 250 -include $(DEP_FILES) … … 233 255 234 256 distclean-depend: 257 -rm -rf .deps 235 258 236 259 maintainer-clean-depend: 237 rm -rf .deps 238 239 .deps/%.P: %.c 240 @echo "Computing dependencies for $<..." 241 @o='o'; \ 242 test -n "$o" && o='$$o'; \ 243 $(MKDEP) $< >$@.tmp \ 244 && sed "s,^\(.*\)\.o:,\1.$$o \1.l$$o $@:," < $@.tmp > $@ \ 245 && rm -f $@.tmp 246 info: 247 dvi: 248 check: all 249 $(MAKE) 250 installcheck: 251 install-exec: 252 @$(NORMAL_INSTALL) 253 254 install-data: 255 @$(NORMAL_INSTALL) 256 257 install: install-exec install-data all 258 @: 259 260 uninstall: 261 262 all: Makefile $(PROGRAMS) 263 260 261 %.o: %.c 262 @echo '$(COMPILE) -c $<'; \ 263 $(COMPILE) -Wp,-MD,.deps/$(*F).pp -c $< 264 @-cp .deps/$(*F).pp .deps/$(*F).P; \ 265 tr ' ' '\012' < .deps/$(*F).pp \ 266 | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \ 267 >> .deps/$(*F).P; \ 268 rm .deps/$(*F).pp 269 270 %.lo: %.c 271 @echo '$(LTCOMPILE) -c $<'; \ 272 $(LTCOMPILE) -Wp,-MD,.deps/$(*F).pp -c $< 273 @-sed -e 's/^\([^:]*\)\.o[ ]*:/\1.lo \1.o :/' \ 274 < .deps/$(*F).pp > .deps/$(*F).P; \ 275 tr ' ' '\012' < .deps/$(*F).pp \ 276 | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \ 277 >> .deps/$(*F).P; \ 278 rm -f .deps/$(*F).pp 279 info-am: 280 info: info-am 281 dvi-am: 282 dvi: dvi-am 283 check-am: all-am 284 check: check-am 285 installcheck-am: 286 installcheck: installcheck-am 287 install-exec-am: 288 install-exec: install-exec-am 289 290 install-data-am: 291 install-data: install-data-am 292 293 install-am: all-am 294 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am 295 install: install-am 296 uninstall-am: 297 uninstall: uninstall-am 298 all-am: Makefile $(PROGRAMS) 299 all-redirect: all-am 264 300 install-strip: 265 $(MAKE) INSTALL_PROGRAM='$(INSTALL_PROGRAM) -s' INSTALL_SCRIPT='$(INSTALL_PROGRAM)'install301 $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install 266 302 installdirs: 267 303 268 304 269 305 mostlyclean-generic: 270 test -z "$(MOSTLYCLEANFILES)" || rm -f $(MOSTLYCLEANFILES)271 306 272 307 clean-generic: 273 test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)274 308 275 309 distclean-generic: 276 rm -f Makefile $(DISTCLEANFILES) 277 rm -f config.cache config.log stamp-h stamp-h[0-9]* 278 test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) 310 -rm -f Makefile $(CONFIG_CLEAN_FILES) 311 -rm -f config.cache config.log stamp-h stamp-h[0-9]* 279 312 280 313 maintainer-clean-generic: 281 test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES) 282 test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES) 283 mostlyclean: mostlyclean-noinstPROGRAMS mostlyclean-compile \ 314 mostlyclean-am: mostlyclean-noinstPROGRAMS mostlyclean-compile \ 284 315 mostlyclean-tags mostlyclean-depend mostlyclean-generic 285 316 286 clean: clean-noinstPROGRAMS clean-compile clean-tags clean-depend \ 287 clean-generic mostlyclean 288 289 distclean: distclean-noinstPROGRAMS distclean-compile distclean-tags \ 290 distclean-depend distclean-generic clean 291 rm -f config.status 292 293 maintainer-clean: maintainer-clean-noinstPROGRAMS \ 317 mostlyclean: mostlyclean-am 318 319 clean-am: clean-noinstPROGRAMS clean-compile clean-tags clean-depend \ 320 clean-generic mostlyclean-am 321 322 clean: clean-am 323 324 distclean-am: distclean-noinstPROGRAMS distclean-compile distclean-tags \ 325 distclean-depend distclean-generic clean-am 326 327 distclean: distclean-am 328 -rm -f config.status 329 330 maintainer-clean-am: maintainer-clean-noinstPROGRAMS \ 294 331 maintainer-clean-compile maintainer-clean-tags \ 295 332 maintainer-clean-depend maintainer-clean-generic \ 296 distclean 333 distclean-am 297 334 @echo "This command is intended for maintainers to use;" 298 335 @echo "it deletes files that may require special tools to rebuild." 299 rm -f config.status 300 301 .PHONY: default mostlyclean-noinstPROGRAMS distclean-noinstPROGRAMS \ 336 337 maintainer-clean: maintainer-clean-am 338 -rm -f config.status 339 340 .PHONY: mostlyclean-noinstPROGRAMS distclean-noinstPROGRAMS \ 302 341 clean-noinstPROGRAMS maintainer-clean-noinstPROGRAMS \ 303 342 mostlyclean-compile distclean-compile clean-compile \ 304 343 maintainer-clean-compile tags mostlyclean-tags distclean-tags \ 305 344 clean-tags maintainer-clean-tags distdir mostlyclean-depend \ 306 distclean-depend clean-depend maintainer-clean-depend info dvi \ 307 installcheck install-exec install-data install uninstall all \ 308 installdirs mostlyclean-generic distclean-generic clean-generic \ 345 distclean-depend clean-depend maintainer-clean-depend info-am info \ 346 dvi-am dvi check check-am installcheck-am installcheck install-exec-am \ 347 install-exec install-data-am install-data install-am install \ 348 uninstall-am uninstall all-redirect all-am all installdirs \ 349 mostlyclean-generic distclean-generic clean-generic \ 309 350 maintainer-clean-generic clean mostlyclean distclean maintainer-clean 310 351 311 352 312 include $(top_srcdir)/../../../../../../automake/local.am 353 debug-am: 354 debug: debug-am 355 .PHONY: debug debug-am 356 357 debug_install-am: 358 debug_install: debug_install-am 359 .PHONY: debug_install debug_install-am 360 361 profile-am: 362 profile: profile-am 363 .PHONY: profile profile-am 364 365 profile_install-am: 366 profile_install: profile_install-am 367 .PHONY: profile_install profile_install-am 368 369 preinstall-am: 370 preinstall: preinstall-am 371 .PHONY: preinstall preinstall-am 372 373 clobber-am: 374 clobber: clobber-am 375 .PHONY: clobber clobber-am 376 377 depend-am: 378 depend: depend-am 379 .PHONY: depend depend-am 313 380 314 381 # Tell versions [3.59,3.63) of GNU make to not export all variables. -
c/src/exec/score/tools/sh/configure
r326378bf r7398901 2 2 3 3 # Guess values for system-dependent variables and create Makefiles. 4 # Generated automatically using autoconf version 2.1 24 # Generated automatically using autoconf version 2.13 5 5 # Copyright (C) 1992, 93, 94, 95, 96 Free Software Foundation, Inc. 6 6 # … … 52 52 subdirs= 53 53 MFLAGS= MAKEFLAGS= 54 SHELL=${CONFIG_SHELL-/bin/sh} 54 55 # Maximum number of lines to put in a shell here document. 55 56 ac_max_here_lines=12 … … 335 336 336 337 -version | --version | --versio | --versi | --vers) 337 echo "configure generated by autoconf version 2.1 2"338 echo "configure generated by autoconf version 2.13" 338 339 exit 0 ;; 339 340 … … 505 506 ac_cpp='$CPP $CPPFLAGS' 506 507 ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5' 507 ac_link='${CC-cc} -o conftest $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'508 ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5' 508 509 cross_compiling=$ac_cv_prog_cc_cross 509 510 511 ac_exeext= 512 ac_objext=o 510 513 if (echo "testing\c"; echo 1,2,3) | grep c >/dev/null; then 511 514 # Stardent Vistra SVR4 grep lacks -e, says ghazi@caip.rutgers.edu. … … 558 561 559 562 echo $ac_n "checking for RTEMS Version""... $ac_c" 1>&6 560 echo "configure:56 1: checking for RTEMS Version" >&5563 echo "configure:564: checking for RTEMS Version" >&5 561 564 if test -r "${srcdir}/${RTEMS_TOPdir}/VERSION"; then 562 565 RTEMS_VERSION=`grep Version ${srcdir}/${RTEMS_TOPdir}/VERSION | \ … … 596 599 597 600 # Make sure we can run config.sub. 598 if $ ac_config_sub sun4 >/dev/null 2>&1; then :601 if ${CONFIG_SHELL-/bin/sh} $ac_config_sub sun4 >/dev/null 2>&1; then : 599 602 else { echo "configure: error: can not run $ac_config_sub" 1>&2; exit 1; } 600 603 fi 601 604 602 605 echo $ac_n "checking host system type""... $ac_c" 1>&6 603 echo "configure:60 4: checking host system type" >&5606 echo "configure:607: checking host system type" >&5 604 607 605 608 host_alias=$host … … 608 611 case $nonopt in 609 612 NONE) 610 if host_alias=`$ ac_config_guess`; then :613 if host_alias=`${CONFIG_SHELL-/bin/sh} $ac_config_guess`; then : 611 614 else { echo "configure: error: can not guess host type; you must specify one" 1>&2; exit 1; } 612 615 fi ;; … … 615 618 esac 616 619 617 host=`$ ac_config_sub $host_alias`620 host=`${CONFIG_SHELL-/bin/sh} $ac_config_sub $host_alias` 618 621 host_cpu=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'` 619 622 host_vendor=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'` … … 622 625 623 626 echo $ac_n "checking target system type""... $ac_c" 1>&6 624 echo "configure:62 5: checking target system type" >&5627 echo "configure:628: checking target system type" >&5 625 628 626 629 target_alias=$target … … 633 636 esac 634 637 635 target=`$ ac_config_sub $target_alias`638 target=`${CONFIG_SHELL-/bin/sh} $ac_config_sub $target_alias` 636 639 target_cpu=`echo $target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'` 637 640 target_vendor=`echo $target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'` … … 640 643 641 644 echo $ac_n "checking build system type""... $ac_c" 1>&6 642 echo "configure:64 3: checking build system type" >&5645 echo "configure:646: checking build system type" >&5 643 646 644 647 build_alias=$build … … 651 654 esac 652 655 653 build=`$ ac_config_sub $build_alias`656 build=`${CONFIG_SHELL-/bin/sh} $ac_config_sub $build_alias` 654 657 build_cpu=`echo $build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'` 655 658 build_vendor=`echo $build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'` … … 665 668 666 669 echo $ac_n "checking rtems target cpu""... $ac_c" 1>&6 667 echo "configure:6 68: checking rtems target cpu" >&5670 echo "configure:671: checking rtems target cpu" >&5 668 671 case "${target}" in 669 672 # hpux unix port should go here … … 700 703 # IRIX /sbin/install 701 704 # AIX /bin/install 705 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag 702 706 # AFS /usr/afsws/bin/install, which mishandles nonexistent args 703 707 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff" 704 708 # ./install, which can be erroneously created by make from ./install.sh. 705 709 echo $ac_n "checking for a BSD compatible install""... $ac_c" 1>&6 706 echo "configure:7 07: checking for a BSD compatible install" >&5710 echo "configure:711: checking for a BSD compatible install" >&5 707 711 if test -z "$INSTALL"; then 708 712 if eval "test \"`echo '$''{'ac_cv_path_install'+set}'`\" = set"; then 709 713 echo $ac_n "(cached) $ac_c" 1>&6 710 714 else 711 IFS="${IFS= }"; ac_save_IFS="$IFS"; IFS=" ${IFS}:"715 IFS="${IFS= }"; ac_save_IFS="$IFS"; IFS=":" 712 716 for ac_dir in $PATH; do 713 717 # Account for people who put trailing slashes in PATH elements. … … 716 720 *) 717 721 # OSF1 and SCO ODT 3.0 have their own names for install. 718 for ac_prog in ginstall installbsd scoinst install; do 722 # Don't use installbsd from OSF since it installs stuff as root 723 # by default. 724 for ac_prog in ginstall scoinst install; do 719 725 if test -f $ac_dir/$ac_prog; then 720 726 if test $ac_prog = install && 721 727 grep dspmsg $ac_dir/$ac_prog >/dev/null 2>&1; then 722 728 # AIX install. It has an incompatible calling convention. 723 # OSF/1 installbsd also uses dspmsg, but is usable.724 729 : 725 730 else … … 751 756 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}' 752 757 758 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL_PROGRAM}' 759 753 760 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644' 754 761 755 762 echo $ac_n "checking whether build environment is sane""... $ac_c" 1>&6 756 echo "configure:7 57: checking whether build environment is sane" >&5763 echo "configure:764: checking whether build environment is sane" >&5 757 764 # Just in case 758 765 sleep 1 … … 811 818 812 819 echo $ac_n "checking whether ${MAKE-make} sets \${MAKE}""... $ac_c" 1>&6 813 echo "configure:8 14: checking whether ${MAKE-make} sets \${MAKE}" >&5820 echo "configure:821: checking whether ${MAKE-make} sets \${MAKE}" >&5 814 821 set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y%./+-%__p_%'` 815 822 if eval "test \"`echo '$''{'ac_cv_prog_make_${ac_make}_set'+set}'`\" = set"; then … … 850 857 missing_dir=`cd $ac_aux_dir && pwd` 851 858 echo $ac_n "checking for working aclocal""... $ac_c" 1>&6 852 echo "configure:8 53: checking for working aclocal" >&5859 echo "configure:860: checking for working aclocal" >&5 853 860 # Run test in a subshell; some versions of sh will print an error if 854 861 # an executable is not found, even if stderr is redirected. … … 863 870 864 871 echo $ac_n "checking for working autoconf""... $ac_c" 1>&6 865 echo "configure:8 66: checking for working autoconf" >&5872 echo "configure:873: checking for working autoconf" >&5 866 873 # Run test in a subshell; some versions of sh will print an error if 867 874 # an executable is not found, even if stderr is redirected. … … 876 883 877 884 echo $ac_n "checking for working automake""... $ac_c" 1>&6 878 echo "configure:8 79: checking for working automake" >&5885 echo "configure:886: checking for working automake" >&5 879 886 # Run test in a subshell; some versions of sh will print an error if 880 887 # an executable is not found, even if stderr is redirected. … … 889 896 890 897 echo $ac_n "checking for working autoheader""... $ac_c" 1>&6 891 echo "configure:89 2: checking for working autoheader" >&5898 echo "configure:899: checking for working autoheader" >&5 892 899 # Run test in a subshell; some versions of sh will print an error if 893 900 # an executable is not found, even if stderr is redirected. … … 902 909 903 910 echo $ac_n "checking for working makeinfo""... $ac_c" 1>&6 904 echo "configure:9 05: checking for working makeinfo" >&5911 echo "configure:912: checking for working makeinfo" >&5 905 912 # Run test in a subshell; some versions of sh will print an error if 906 913 # an executable is not found, even if stderr is redirected. … … 919 926 set dummy gcc; ac_word=$2 920 927 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 921 echo "configure:92 2: checking for $ac_word" >&5928 echo "configure:929: checking for $ac_word" >&5 922 929 if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then 923 930 echo $ac_n "(cached) $ac_c" 1>&6 … … 926 933 ac_cv_prog_CC="$CC" # Let the user override the test. 927 934 else 928 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:" 929 for ac_dir in $PATH; do 935 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":" 936 ac_dummy="$PATH" 937 for ac_dir in $ac_dummy; do 930 938 test -z "$ac_dir" && ac_dir=. 931 939 if test -f $ac_dir/$ac_word; then … … 948 956 set dummy cc; ac_word=$2 949 957 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 950 echo "configure:95 1: checking for $ac_word" >&5958 echo "configure:959: checking for $ac_word" >&5 951 959 if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then 952 960 echo $ac_n "(cached) $ac_c" 1>&6 … … 955 963 ac_cv_prog_CC="$CC" # Let the user override the test. 956 964 else 957 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=" ${IFS}:"965 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":" 958 966 ac_prog_rejected=no 959 for ac_dir in $PATH; do 967 ac_dummy="$PATH" 968 for ac_dir in $ac_dummy; do 960 969 test -z "$ac_dir" && ac_dir=. 961 970 if test -f $ac_dir/$ac_word; then … … 992 1001 fi 993 1002 1003 if test -z "$CC"; then 1004 case "`uname -s`" in 1005 *win32* | *WIN32*) 1006 # Extract the first word of "cl", so it can be a program name with args. 1007 set dummy cl; ac_word=$2 1008 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 1009 echo "configure:1010: checking for $ac_word" >&5 1010 if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then 1011 echo $ac_n "(cached) $ac_c" 1>&6 1012 else 1013 if test -n "$CC"; then 1014 ac_cv_prog_CC="$CC" # Let the user override the test. 1015 else 1016 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":" 1017 ac_dummy="$PATH" 1018 for ac_dir in $ac_dummy; do 1019 test -z "$ac_dir" && ac_dir=. 1020 if test -f $ac_dir/$ac_word; then 1021 ac_cv_prog_CC="cl" 1022 break 1023 fi 1024 done 1025 IFS="$ac_save_ifs" 1026 fi 1027 fi 1028 CC="$ac_cv_prog_CC" 1029 if test -n "$CC"; then 1030 echo "$ac_t""$CC" 1>&6 1031 else 1032 echo "$ac_t""no" 1>&6 1033 fi 1034 ;; 1035 esac 1036 fi 994 1037 test -z "$CC" && { echo "configure: error: no acceptable cc found in \$PATH" 1>&2; exit 1; } 995 1038 fi 996 1039 997 1040 echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works""... $ac_c" 1>&6 998 echo "configure: 999: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&51041 echo "configure:1042: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5 999 1042 1000 1043 ac_ext=c … … 1002 1045 ac_cpp='$CPP $CPPFLAGS' 1003 1046 ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5' 1004 ac_link='${CC-cc} -o conftest $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'1047 ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5' 1005 1048 cross_compiling=$ac_cv_prog_cc_cross 1006 1049 1007 cat > conftest.$ac_ext <<EOF 1008 #line 1009 "configure" 1050 cat > conftest.$ac_ext << EOF 1051 1052 #line 1053 "configure" 1009 1053 #include "confdefs.h" 1054 1010 1055 main(){return(0);} 1011 1056 EOF 1012 if { (eval echo configure:10 13: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then1057 if { (eval echo configure:1058: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 1013 1058 ac_cv_prog_cc_works=yes 1014 1059 # If we can't run a trivial program, we are probably using a cross compiler. … … 1024 1069 fi 1025 1070 rm -fr conftest* 1071 ac_ext=c 1072 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options. 1073 ac_cpp='$CPP $CPPFLAGS' 1074 ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5' 1075 ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5' 1076 cross_compiling=$ac_cv_prog_cc_cross 1026 1077 1027 1078 echo "$ac_t""$ac_cv_prog_cc_works" 1>&6 … … 1030 1081 fi 1031 1082 echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler""... $ac_c" 1>&6 1032 echo "configure:10 33: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&51083 echo "configure:1084: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5 1033 1084 echo "$ac_t""$ac_cv_prog_cc_cross" 1>&6 1034 1085 cross_compiling=$ac_cv_prog_cc_cross 1035 1086 1036 1087 echo $ac_n "checking whether we are using GNU C""... $ac_c" 1>&6 1037 echo "configure:10 38: checking whether we are using GNU C" >&51088 echo "configure:1089: checking whether we are using GNU C" >&5 1038 1089 if eval "test \"`echo '$''{'ac_cv_prog_gcc'+set}'`\" = set"; then 1039 1090 echo $ac_n "(cached) $ac_c" 1>&6 … … 1044 1095 #endif 1045 1096 EOF 1046 if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:10 47: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then1097 if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:1098: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then 1047 1098 ac_cv_prog_gcc=yes 1048 1099 else … … 1055 1106 if test $ac_cv_prog_gcc = yes; then 1056 1107 GCC=yes 1057 ac_test_CFLAGS="${CFLAGS+set}" 1058 ac_save_CFLAGS="$CFLAGS" 1059 CFLAGS= 1060 echo $ac_n "checking whether ${CC-cc} accepts -g""... $ac_c" 1>&6 1061 echo "configure:1062: checking whether ${CC-cc} accepts -g" >&5 1108 else 1109 GCC= 1110 fi 1111 1112 ac_test_CFLAGS="${CFLAGS+set}" 1113 ac_save_CFLAGS="$CFLAGS" 1114 CFLAGS= 1115 echo $ac_n "checking whether ${CC-cc} accepts -g""... $ac_c" 1>&6 1116 echo "configure:1117: checking whether ${CC-cc} accepts -g" >&5 1062 1117 if eval "test \"`echo '$''{'ac_cv_prog_cc_g'+set}'`\" = set"; then 1063 1118 echo $ac_n "(cached) $ac_c" 1>&6 … … 1074 1129 1075 1130 echo "$ac_t""$ac_cv_prog_cc_g" 1>&6 1076 if test "$ac_test_CFLAGS" = set; then 1077 CFLAGS="$ac_save_CFLAGS" 1078 elif test $ac_cv_prog_cc_g = yes; then 1131 if test "$ac_test_CFLAGS" = set; then 1132 CFLAGS="$ac_save_CFLAGS" 1133 elif test $ac_cv_prog_cc_g = yes; then 1134 if test "$GCC" = yes; then 1079 1135 CFLAGS="-g -O2" 1080 1136 else 1137 CFLAGS="-g" 1138 fi 1139 else 1140 if test "$GCC" = yes; then 1081 1141 CFLAGS="-O2" 1082 fi 1083 else 1084 GCC= 1085 test "${CFLAGS+set}" = set || CFLAGS="-g" 1142 else 1143 CFLAGS= 1144 fi 1086 1145 fi 1087 1146 1088 1147 echo $ac_n "checking for fabs in -lm""... $ac_c" 1>&6 1089 echo "configure:1 090: checking for fabs in -lm" >&51148 echo "configure:1149: checking for fabs in -lm" >&5 1090 1149 ac_lib_var=`echo m'_'fabs | sed 'y%./+-%__p_%'` 1091 1150 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then … … 1095 1154 LIBS="-lm $LIBS" 1096 1155 cat > conftest.$ac_ext <<EOF 1097 #line 1 098"configure"1156 #line 1157 "configure" 1098 1157 #include "confdefs.h" 1099 1158 /* Override any gcc2 internal prototype to avoid an error. */ … … 1106 1165 ; return 0; } 1107 1166 EOF 1108 if { (eval echo configure:11 09: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then1167 if { (eval echo configure:1168: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 1109 1168 rm -rf conftest* 1110 1169 eval "ac_cv_lib_$ac_lib_var=yes" … … 1173 1232 # and sets the high bit in the cache file unless we assign to the vars. 1174 1233 (set) 2>&1 | 1175 case `(ac_space=' '; set ) 2>&1` in1234 case `(ac_space=' '; set | grep ac_space) 2>&1` in 1176 1235 *ac_space=\ *) 1177 1236 # `set' does not quote correctly, so add quotes (double-quote substitution … … 1252 1311 exec \${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion ;; 1253 1312 -version | --version | --versio | --versi | --vers | --ver | --ve | --v) 1254 echo "$CONFIG_STATUS generated by autoconf version 2.1 2"1313 echo "$CONFIG_STATUS generated by autoconf version 2.13" 1255 1314 exit 0 ;; 1256 1315 -help | --help | --hel | --he | --h) … … 1272 1331 $ac_vpsub 1273 1332 $extrasub 1333 s%@SHELL@%$SHELL%g 1274 1334 s%@CFLAGS@%$CFLAGS%g 1275 1335 s%@CPPFLAGS@%$CPPFLAGS%g 1276 1336 s%@CXXFLAGS@%$CXXFLAGS%g 1337 s%@FFLAGS@%$FFLAGS%g 1277 1338 s%@DEFS@%$DEFS%g 1278 1339 s%@LDFLAGS@%$LDFLAGS%g … … 1312 1373 s%@build_os@%$build_os%g 1313 1374 s%@INSTALL_PROGRAM@%$INSTALL_PROGRAM%g 1375 s%@INSTALL_SCRIPT@%$INSTALL_SCRIPT%g 1314 1376 s%@INSTALL_DATA@%$INSTALL_DATA%g 1315 1377 s%@PACKAGE@%$PACKAGE%g -
c/src/lib/libbsp/hppa1.1/simhppa/tools/Makefile.in
r326378bf r7398901 1 # Makefile.in generated automatically by automake 1. 2from Makefile.am2 3 # Copyright (C) 1994, 1995 , 1996, 1997Free Software Foundation, Inc.1 # Makefile.in generated automatically by automake 1.4 from Makefile.am 2 3 # Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc. 4 4 # This Makefile.in is free software; the Free Software Foundation 5 # gives unlimited permission to copy, distribute and modify it. 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. 6 12 7 13 # … … 10 16 11 17 12 SHELL = /bin/sh 18 19 SHELL = @SHELL@ 13 20 14 21 srcdir = @srcdir@ … … 31 38 oldincludedir = /usr/include 32 39 40 DESTDIR = 41 33 42 pkgdatadir = $(datadir)/@PACKAGE@ 34 43 pkglibdir = $(libdir)/@PACKAGE@ … … 41 50 42 51 INSTALL = @INSTALL@ 43 INSTALL_PROGRAM = @INSTALL_PROGRAM@ 52 INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS) 44 53 INSTALL_DATA = @INSTALL_DATA@ 45 54 INSTALL_SCRIPT = @INSTALL_SCRIPT@ 46 55 transform = @program_transform_name@ 47 56 48 NORMAL_INSTALL = true49 PRE_INSTALL = true50 POST_INSTALL = true51 NORMAL_UNINSTALL = true52 PRE_UNINSTALL = true53 POST_UNINSTALL = true57 NORMAL_INSTALL = : 58 PRE_INSTALL = : 59 POST_INSTALL = : 60 NORMAL_UNINSTALL = : 61 PRE_UNINSTALL = : 62 POST_UNINSTALL = : 54 63 build_alias = @build_alias@ 55 64 build_triplet = @build@ … … 69 78 ACLOCAL = @ACLOCAL@ -I $(RTEMS_TOPdir)/aclocal 70 79 71 noinst_PROGRAMS = \72 print_dump 73 74 print_dump_SOURCES = \75 print_dump.c 80 noinst_PROGRAMS = print_dump 81 82 83 print_dump_SOURCES = print_dump.c 84 76 85 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 77 86 mkinstalldirs = $(SHELL) $(top_srcdir)/../../../../../../../mkinstalldirs … … 87 96 print_dump_OBJECTS = print_dump.o 88 97 print_dump_LDADD = $(LDADD) 98 print_dump_DEPENDENCIES = 89 99 print_dump_LDFLAGS = 90 100 CFLAGS = @CFLAGS@ 91 COMPILE = $(CC) $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CFLAGS) 92 LINK = $(CC) $(CFLAGS) $(LDFLAGS) -o $@ 93 DIST_COMMON = Makefile.am Makefile.in aclocal.m4 config.h.in configure \ 94 configure.in stamp-h.in 101 COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) 102 CCLD = $(CC) 103 LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@ 104 DIST_COMMON = ./stamp-h.in Makefile.am Makefile.in aclocal.m4 \ 105 config.h.in configure configure.in 95 106 96 107 … … 98 109 99 110 TAR = tar 100 GZIP = --best111 GZIP_ENV = --best 101 112 DEP_FILES = .deps/print_dump.P 102 113 SOURCES = $(print_dump_SOURCES) 103 114 OBJECTS = $(print_dump_OBJECTS) 104 115 105 default: all 106 116 all: all-redirect 107 117 .SUFFIXES: 108 .SUFFIXES: . c .o109 $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) 118 .SUFFIXES: .S .c .o .s 119 $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) $(top_srcdir)/../../../../../../../automake/local.am 110 120 cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile 111 121 112 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES)122 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES) 113 123 cd $(top_builddir) \ 114 124 && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status … … 117 127 cd $(srcdir) && $(ACLOCAL) 118 128 119 config.status: $(srcdir)/configure 129 config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) 120 130 $(SHELL) ./config.status --recheck 121 131 $(srcdir)/configure: $(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES) … … 123 133 124 134 config.h: stamp-h 135 @if test ! -f $@; then \ 136 rm -f stamp-h; \ 137 $(MAKE) stamp-h; \ 138 else :; fi 125 139 stamp-h: $(srcdir)/config.h.in $(top_builddir)/config.status 126 140 cd $(top_builddir) \ 127 141 && CONFIG_FILES= CONFIG_HEADERS=config.h \ 128 142 $(SHELL) ./config.status 129 @echo timestamp > stamp-h 143 @echo timestamp > stamp-h 2> /dev/null 130 144 $(srcdir)/config.h.in: $(srcdir)/stamp-h.in 145 @if test ! -f $@; then \ 146 rm -f $(srcdir)/stamp-h.in; \ 147 $(MAKE) $(srcdir)/stamp-h.in; \ 148 else :; fi 131 149 $(srcdir)/stamp-h.in: $(top_srcdir)/configure.in $(ACLOCAL_M4) 132 150 cd $(top_srcdir) && $(AUTOHEADER) 133 @echo timestamp > $(srcdir)/stamp-h.in 151 @echo timestamp > $(srcdir)/stamp-h.in 2> /dev/null 134 152 135 153 mostlyclean-hdr: … … 138 156 139 157 distclean-hdr: 140 rm -f config.h158 -rm -f config.h 141 159 142 160 maintainer-clean-hdr: … … 145 163 146 164 clean-noinstPROGRAMS: 147 test -z "$(noinst_PROGRAMS)" || rm -f $(noinst_PROGRAMS)165 -test -z "$(noinst_PROGRAMS)" || rm -f $(noinst_PROGRAMS) 148 166 149 167 distclean-noinstPROGRAMS: … … 151 169 maintainer-clean-noinstPROGRAMS: 152 170 153 . c.o:171 .s.o: 154 172 $(COMPILE) -c $< 155 173 174 .S.o: 175 $(COMPILE) -c $< 176 156 177 mostlyclean-compile: 157 rm -f *.ocore178 -rm -f *.o core *.core 158 179 159 180 clean-compile: 160 181 161 182 distclean-compile: 162 rm -f *.tab.c183 -rm -f *.tab.c 163 184 164 185 maintainer-clean-compile: … … 170 191 tags: TAGS 171 192 172 ID: $(HEADERS) $(SOURCES) 173 here=`pwd` && cd $(srcdir) && mkid -f$$here/ID $(SOURCES) $(HEADERS) 174 175 TAGS: $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) 193 ID: $(HEADERS) $(SOURCES) $(LISP) 194 list='$(SOURCES) $(HEADERS)'; \ 195 unique=`for i in $$list; do echo $$i; done | \ 196 awk ' { files[$$0] = 1; } \ 197 END { for (i in files) print i; }'`; \ 198 here=`pwd` && cd $(srcdir) \ 199 && mkid -f$$here/ID $$unique $(LISP) 200 201 TAGS: $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) $(LISP) 176 202 tags=; \ 177 203 here=`pwd`; \ 178 test -z "$(ETAGS_ARGS)config.h.in$(SOURCES)$(HEADERS)$$tags" \ 179 || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags config.h.in $(SOURCES) $(HEADERS) -o $$here/TAGS) 204 list='$(SOURCES) $(HEADERS)'; \ 205 unique=`for i in $$list; do echo $$i; done | \ 206 awk ' { files[$$0] = 1; } \ 207 END { for (i in files) print i; }'`; \ 208 test -z "$(ETAGS_ARGS)config.h.in$$unique$(LISP)$$tags" \ 209 || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags config.h.in $$unique $(LISP) -o $$here/TAGS) 180 210 181 211 mostlyclean-tags: … … 184 214 185 215 distclean-tags: 186 rm -f TAGS ID216 -rm -f TAGS ID 187 217 188 218 maintainer-clean-tags: … … 195 225 # tarfile. 196 226 distcheck: dist 197 rm -rf $(distdir)198 GZIP=$(GZIP ) $(TAR) zxf $(distdir).tar.gz227 -rm -rf $(distdir) 228 GZIP=$(GZIP_ENV) $(TAR) zxf $(distdir).tar.gz 199 229 mkdir $(distdir)/=build 200 230 mkdir $(distdir)/=inst … … 202 232 cd $(distdir)/=build \ 203 233 && ../configure --srcdir=.. --prefix=$$dc_install_base \ 204 && $(MAKE) \ 205 && $(MAKE) dvi \ 206 && $(MAKE) check \ 207 && $(MAKE) install \ 208 && $(MAKE) installcheck \ 209 && $(MAKE) dist 210 rm -rf $(distdir) 211 @echo "========================"; \ 212 echo "$(distdir).tar.gz is ready for distribution"; \ 213 echo "========================" 234 && $(MAKE) $(AM_MAKEFLAGS) \ 235 && $(MAKE) $(AM_MAKEFLAGS) dvi \ 236 && $(MAKE) $(AM_MAKEFLAGS) check \ 237 && $(MAKE) $(AM_MAKEFLAGS) install \ 238 && $(MAKE) $(AM_MAKEFLAGS) installcheck \ 239 && $(MAKE) $(AM_MAKEFLAGS) dist 240 -rm -rf $(distdir) 241 @banner="$(distdir).tar.gz is ready for distribution"; \ 242 dashes=`echo "$$banner" | sed s/./=/g`; \ 243 echo "$$dashes"; \ 244 echo "$$banner"; \ 245 echo "$$dashes" 214 246 dist: distdir 215 247 -chmod -R a+r $(distdir) 216 GZIP=$(GZIP ) $(TAR) chozf $(distdir).tar.gz $(distdir)217 rm -rf $(distdir)248 GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir) 249 -rm -rf $(distdir) 218 250 dist-all: distdir 219 251 -chmod -R a+r $(distdir) 220 GZIP=$(GZIP ) $(TAR) chozf $(distdir).tar.gz $(distdir)221 rm -rf $(distdir)252 GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir) 253 -rm -rf $(distdir) 222 254 distdir: $(DISTFILES) 223 rm -rf $(distdir)255 -rm -rf $(distdir) 224 256 mkdir $(distdir) 225 257 -chmod 777 $(distdir) 226 258 here=`cd $(top_builddir) && pwd`; \ 227 top_distdir=`cd $(top_distdir) && pwd`; \ 259 top_distdir=`cd $(distdir) && pwd`; \ 260 distdir=`cd $(distdir) && pwd`; \ 228 261 cd $(top_srcdir) \ 229 262 && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --foreign Makefile 230 263 @for file in $(DISTFILES); do \ 231 264 d=$(srcdir); \ 232 test -f $(distdir)/$$file \ 233 || ln $$d/$$file $(distdir)/$$file 2> /dev/null \ 234 || cp -p $$d/$$file $(distdir)/$$file; \ 265 if test -d $$d/$$file; then \ 266 cp -pr $$/$$file $(distdir)/$$file; \ 267 else \ 268 test -f $(distdir)/$$file \ 269 || ln $$d/$$file $(distdir)/$$file 2> /dev/null \ 270 || cp -p $$d/$$file $(distdir)/$$file || :; \ 271 fi; \ 235 272 done 236 273 237 MKDEP = gcc -M $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CFLAGS)238 239 274 DEPS_MAGIC := $(shell mkdir .deps > /dev/null 2>&1 || :) 240 -include .deps/.P241 .deps/.P: $(BUILT_SOURCES)242 echo > $@243 275 244 276 -include $(DEP_FILES) … … 249 281 250 282 distclean-depend: 283 -rm -rf .deps 251 284 252 285 maintainer-clean-depend: 253 rm -rf .deps 254 255 .deps/%.P: %.c 256 @echo "Computing dependencies for $<..." 257 @o='o'; \ 258 test -n "$o" && o='$$o'; \ 259 $(MKDEP) $< >$@.tmp \ 260 && sed "s,^\(.*\)\.o:,\1.$$o \1.l$$o $@:," < $@.tmp > $@ \ 261 && rm -f $@.tmp 262 info: 263 dvi: 264 check: all 265 $(MAKE) 266 installcheck: 267 install-exec: install-exec-local 268 @$(NORMAL_INSTALL) 269 270 install-data: 271 @$(NORMAL_INSTALL) 272 273 install: install-exec install-data all 274 @: 275 276 uninstall: 277 278 all: Makefile $(PROGRAMS) config.h 279 286 287 %.o: %.c 288 @echo '$(COMPILE) -c $<'; \ 289 $(COMPILE) -Wp,-MD,.deps/$(*F).pp -c $< 290 @-cp .deps/$(*F).pp .deps/$(*F).P; \ 291 tr ' ' '\012' < .deps/$(*F).pp \ 292 | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \ 293 >> .deps/$(*F).P; \ 294 rm .deps/$(*F).pp 295 296 %.lo: %.c 297 @echo '$(LTCOMPILE) -c $<'; \ 298 $(LTCOMPILE) -Wp,-MD,.deps/$(*F).pp -c $< 299 @-sed -e 's/^\([^:]*\)\.o[ ]*:/\1.lo \1.o :/' \ 300 < .deps/$(*F).pp > .deps/$(*F).P; \ 301 tr ' ' '\012' < .deps/$(*F).pp \ 302 | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \ 303 >> .deps/$(*F).P; \ 304 rm -f .deps/$(*F).pp 305 info-am: 306 info: info-am 307 dvi-am: 308 dvi: dvi-am 309 check-am: all-am 310 check: check-am 311 installcheck-am: 312 installcheck: installcheck-am 313 all-recursive-am: config.h 314 $(MAKE) $(AM_MAKEFLAGS) all-recursive 315 316 install-exec-am: install-exec-local 317 install-exec: install-exec-am 318 319 install-data-am: 320 install-data: install-data-am 321 322 install-am: all-am 323 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am 324 install: install-am 325 uninstall-am: 326 uninstall: uninstall-am 327 all-am: Makefile $(PROGRAMS) config.h 328 all-redirect: all-am 280 329 install-strip: 281 $(MAKE) INSTALL_PROGRAM='$(INSTALL_PROGRAM) -s' INSTALL_SCRIPT='$(INSTALL_PROGRAM)'install330 $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install 282 331 installdirs: 283 332 284 333 285 334 mostlyclean-generic: 286 test -z "$(MOSTLYCLEANFILES)" || rm -f $(MOSTLYCLEANFILES)287 335 288 336 clean-generic: 289 test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)290 337 291 338 distclean-generic: 292 rm -f Makefile $(DISTCLEANFILES) 293 rm -f config.cache config.log stamp-h stamp-h[0-9]* 294 test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) 339 -rm -f Makefile $(CONFIG_CLEAN_FILES) 340 -rm -f config.cache config.log stamp-h stamp-h[0-9]* 295 341 296 342 maintainer-clean-generic: 297 test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES) 298 test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES) 299 mostlyclean: mostlyclean-hdr mostlyclean-noinstPROGRAMS \ 343 mostlyclean-am: mostlyclean-hdr mostlyclean-noinstPROGRAMS \ 300 344 mostlyclean-compile mostlyclean-tags mostlyclean-depend \ 301 345 mostlyclean-generic 302 346 303 clean: clean-hdr clean-noinstPROGRAMS clean-compile clean-tags \ 304 clean-depend clean-generic mostlyclean 305 306 distclean: distclean-hdr distclean-noinstPROGRAMS distclean-compile \ 307 distclean-tags distclean-depend distclean-generic clean 308 rm -f config.status 309 310 maintainer-clean: maintainer-clean-hdr maintainer-clean-noinstPROGRAMS \ 347 mostlyclean: mostlyclean-am 348 349 clean-am: clean-hdr clean-noinstPROGRAMS clean-compile clean-tags \ 350 clean-depend clean-generic mostlyclean-am 351 352 clean: clean-am 353 354 distclean-am: distclean-hdr distclean-noinstPROGRAMS distclean-compile \ 355 distclean-tags distclean-depend distclean-generic \ 356 clean-am 357 358 distclean: distclean-am 359 -rm -f config.status 360 361 maintainer-clean-am: maintainer-clean-hdr \ 362 maintainer-clean-noinstPROGRAMS \ 311 363 maintainer-clean-compile maintainer-clean-tags \ 312 364 maintainer-clean-depend maintainer-clean-generic \ 313 distclean 365 distclean-am 314 366 @echo "This command is intended for maintainers to use;" 315 367 @echo "it deletes files that may require special tools to rebuild." 316 rm -f config.status 317 318 .PHONY: default mostlyclean-hdr distclean-hdr clean-hdr \ 319 maintainer-clean-hdr mostlyclean-noinstPROGRAMS \ 320 distclean-noinstPROGRAMS clean-noinstPROGRAMS \ 321 maintainer-clean-noinstPROGRAMS mostlyclean-compile distclean-compile \ 322 clean-compile maintainer-clean-compile tags mostlyclean-tags \ 323 distclean-tags clean-tags maintainer-clean-tags distdir \ 324 mostlyclean-depend distclean-depend clean-depend \ 325 maintainer-clean-depend info dvi installcheck install-exec install-data \ 326 install uninstall all installdirs mostlyclean-generic distclean-generic \ 368 369 maintainer-clean: maintainer-clean-am 370 -rm -f config.status 371 372 .PHONY: mostlyclean-hdr distclean-hdr clean-hdr maintainer-clean-hdr \ 373 mostlyclean-noinstPROGRAMS distclean-noinstPROGRAMS \ 374 clean-noinstPROGRAMS maintainer-clean-noinstPROGRAMS \ 375 mostlyclean-compile distclean-compile clean-compile \ 376 maintainer-clean-compile tags mostlyclean-tags distclean-tags \ 377 clean-tags maintainer-clean-tags distdir mostlyclean-depend \ 378 distclean-depend clean-depend maintainer-clean-depend info-am info \ 379 dvi-am dvi check check-am installcheck-am installcheck all-recursive-am \ 380 install-exec-local install-exec-am install-exec install-data-am \ 381 install-data install-am install uninstall-am uninstall all-redirect \ 382 all-am all installdirs mostlyclean-generic distclean-generic \ 327 383 clean-generic maintainer-clean-generic clean mostlyclean distclean \ 328 384 maintainer-clean … … 334 390 $(INSTALL_PROGRAM) print_dump $(PROJECT_ROOT)/${RTEMS_BSP}/bin 335 391 336 include $(top_srcdir)/../../../../../../../automake/local.am 392 debug-am: 393 debug: debug-am 394 .PHONY: debug debug-am 395 396 debug_install-am: 397 debug_install: debug_install-am 398 .PHONY: debug_install debug_install-am 399 400 profile-am: 401 profile: profile-am 402 .PHONY: profile profile-am 403 404 profile_install-am: 405 profile_install: profile_install-am 406 .PHONY: profile_install profile_install-am 407 408 preinstall-am: 409 preinstall: preinstall-am 410 .PHONY: preinstall preinstall-am 411 412 clobber-am: 413 clobber: clobber-am 414 .PHONY: clobber clobber-am 415 416 depend-am: 417 depend: depend-am 418 .PHONY: depend depend-am 337 419 338 420 # Tell versions [3.59,3.63) of GNU make to not export all variables. -
c/src/lib/libbsp/hppa1.1/simhppa/tools/configure
r326378bf r7398901 2 2 3 3 # Guess values for system-dependent variables and create Makefiles. 4 # Generated automatically using autoconf version 2.1 24 # Generated automatically using autoconf version 2.13 5 5 # Copyright (C) 1992, 93, 94, 95, 96 Free Software Foundation, Inc. 6 6 # … … 52 52 subdirs= 53 53 MFLAGS= MAKEFLAGS= 54 SHELL=${CONFIG_SHELL-/bin/sh} 54 55 # Maximum number of lines to put in a shell here document. 55 56 ac_max_here_lines=12 … … 335 336 336 337 -version | --version | --versio | --versi | --vers) 337 echo "configure generated by autoconf version 2.1 2"338 echo "configure generated by autoconf version 2.13" 338 339 exit 0 ;; 339 340 … … 505 506 ac_cpp='$CPP $CPPFLAGS' 506 507 ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5' 507 ac_link='${CC-cc} -o conftest $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'508 ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5' 508 509 cross_compiling=$ac_cv_prog_cc_cross 509 510 511 ac_exeext= 512 ac_objext=o 510 513 if (echo "testing\c"; echo 1,2,3) | grep c >/dev/null; then 511 514 # Stardent Vistra SVR4 grep lacks -e, says ghazi@caip.rutgers.edu. … … 558 561 559 562 echo $ac_n "checking for RTEMS Version""... $ac_c" 1>&6 560 echo "configure:56 1: checking for RTEMS Version" >&5563 echo "configure:564: checking for RTEMS Version" >&5 561 564 if test -r "${srcdir}/${RTEMS_TOPdir}/VERSION"; then 562 565 RTEMS_VERSION=`grep Version ${srcdir}/${RTEMS_TOPdir}/VERSION | \ … … 596 599 597 600 # Make sure we can run config.sub. 598 if $ ac_config_sub sun4 >/dev/null 2>&1; then :601 if ${CONFIG_SHELL-/bin/sh} $ac_config_sub sun4 >/dev/null 2>&1; then : 599 602 else { echo "configure: error: can not run $ac_config_sub" 1>&2; exit 1; } 600 603 fi 601 604 602 605 echo $ac_n "checking host system type""... $ac_c" 1>&6 603 echo "configure:60 4: checking host system type" >&5606 echo "configure:607: checking host system type" >&5 604 607 605 608 host_alias=$host … … 608 611 case $nonopt in 609 612 NONE) 610 if host_alias=`$ ac_config_guess`; then :613 if host_alias=`${CONFIG_SHELL-/bin/sh} $ac_config_guess`; then : 611 614 else { echo "configure: error: can not guess host type; you must specify one" 1>&2; exit 1; } 612 615 fi ;; … … 615 618 esac 616 619 617 host=`$ ac_config_sub $host_alias`620 host=`${CONFIG_SHELL-/bin/sh} $ac_config_sub $host_alias` 618 621 host_cpu=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'` 619 622 host_vendor=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'` … … 622 625 623 626 echo $ac_n "checking target system type""... $ac_c" 1>&6 624 echo "configure:62 5: checking target system type" >&5627 echo "configure:628: checking target system type" >&5 625 628 626 629 target_alias=$target … … 633 636 esac 634 637 635 target=`$ ac_config_sub $target_alias`638 target=`${CONFIG_SHELL-/bin/sh} $ac_config_sub $target_alias` 636 639 target_cpu=`echo $target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'` 637 640 target_vendor=`echo $target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'` … … 640 643 641 644 echo $ac_n "checking build system type""... $ac_c" 1>&6 642 echo "configure:64 3: checking build system type" >&5645 echo "configure:646: checking build system type" >&5 643 646 644 647 build_alias=$build … … 651 654 esac 652 655 653 build=`$ ac_config_sub $build_alias`656 build=`${CONFIG_SHELL-/bin/sh} $ac_config_sub $build_alias` 654 657 build_cpu=`echo $build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'` 655 658 build_vendor=`echo $build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'` … … 665 668 666 669 echo $ac_n "checking rtems target cpu""... $ac_c" 1>&6 667 echo "configure:6 68: checking rtems target cpu" >&5670 echo "configure:671: checking rtems target cpu" >&5 668 671 case "${target}" in 669 672 # hpux unix port should go here … … 700 703 # IRIX /sbin/install 701 704 # AIX /bin/install 705 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag 702 706 # AFS /usr/afsws/bin/install, which mishandles nonexistent args 703 707 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff" 704 708 # ./install, which can be erroneously created by make from ./install.sh. 705 709 echo $ac_n "checking for a BSD compatible install""... $ac_c" 1>&6 706 echo "configure:7 07: checking for a BSD compatible install" >&5710 echo "configure:711: checking for a BSD compatible install" >&5 707 711 if test -z "$INSTALL"; then 708 712 if eval "test \"`echo '$''{'ac_cv_path_install'+set}'`\" = set"; then 709 713 echo $ac_n "(cached) $ac_c" 1>&6 710 714 else 711 IFS="${IFS= }"; ac_save_IFS="$IFS"; IFS=" ${IFS}:"715 IFS="${IFS= }"; ac_save_IFS="$IFS"; IFS=":" 712 716 for ac_dir in $PATH; do 713 717 # Account for people who put trailing slashes in PATH elements. … … 716 720 *) 717 721 # OSF1 and SCO ODT 3.0 have their own names for install. 718 for ac_prog in ginstall installbsd scoinst install; do 722 # Don't use installbsd from OSF since it installs stuff as root 723 # by default. 724 for ac_prog in ginstall scoinst install; do 719 725 if test -f $ac_dir/$ac_prog; then 720 726 if test $ac_prog = install && 721 727 grep dspmsg $ac_dir/$ac_prog >/dev/null 2>&1; then 722 728 # AIX install. It has an incompatible calling convention. 723 # OSF/1 installbsd also uses dspmsg, but is usable.724 729 : 725 730 else … … 751 756 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}' 752 757 758 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL_PROGRAM}' 759 753 760 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644' 754 761 755 762 echo $ac_n "checking whether build environment is sane""... $ac_c" 1>&6 756 echo "configure:7 57: checking whether build environment is sane" >&5763 echo "configure:764: checking whether build environment is sane" >&5 757 764 # Just in case 758 765 sleep 1 … … 811 818 812 819 echo $ac_n "checking whether ${MAKE-make} sets \${MAKE}""... $ac_c" 1>&6 813 echo "configure:8 14: checking whether ${MAKE-make} sets \${MAKE}" >&5820 echo "configure:821: checking whether ${MAKE-make} sets \${MAKE}" >&5 814 821 set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y%./+-%__p_%'` 815 822 if eval "test \"`echo '$''{'ac_cv_prog_make_${ac_make}_set'+set}'`\" = set"; then … … 850 857 missing_dir=`cd $ac_aux_dir && pwd` 851 858 echo $ac_n "checking for working aclocal""... $ac_c" 1>&6 852 echo "configure:8 53: checking for working aclocal" >&5859 echo "configure:860: checking for working aclocal" >&5 853 860 # Run test in a subshell; some versions of sh will print an error if 854 861 # an executable is not found, even if stderr is redirected. … … 863 870 864 871 echo $ac_n "checking for working autoconf""... $ac_c" 1>&6 865 echo "configure:8 66: checking for working autoconf" >&5872 echo "configure:873: checking for working autoconf" >&5 866 873 # Run test in a subshell; some versions of sh will print an error if 867 874 # an executable is not found, even if stderr is redirected. … … 876 883 877 884 echo $ac_n "checking for working automake""... $ac_c" 1>&6 878 echo "configure:8 79: checking for working automake" >&5885 echo "configure:886: checking for working automake" >&5 879 886 # Run test in a subshell; some versions of sh will print an error if 880 887 # an executable is not found, even if stderr is redirected. … … 889 896 890 897 echo $ac_n "checking for working autoheader""... $ac_c" 1>&6 891 echo "configure:89 2: checking for working autoheader" >&5898 echo "configure:899: checking for working autoheader" >&5 892 899 # Run test in a subshell; some versions of sh will print an error if 893 900 # an executable is not found, even if stderr is redirected. … … 902 909 903 910 echo $ac_n "checking for working makeinfo""... $ac_c" 1>&6 904 echo "configure:9 05: checking for working makeinfo" >&5911 echo "configure:912: checking for working makeinfo" >&5 905 912 # Run test in a subshell; some versions of sh will print an error if 906 913 # an executable is not found, even if stderr is redirected. … … 919 926 set dummy gcc; ac_word=$2 920 927 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 921 echo "configure:92 2: checking for $ac_word" >&5928 echo "configure:929: checking for $ac_word" >&5 922 929 if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then 923 930 echo $ac_n "(cached) $ac_c" 1>&6 … … 926 933 ac_cv_prog_CC="$CC" # Let the user override the test. 927 934 else 928 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:" 929 for ac_dir in $PATH; do 935 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":" 936 ac_dummy="$PATH" 937 for ac_dir in $ac_dummy; do 930 938 test -z "$ac_dir" && ac_dir=. 931 939 if test -f $ac_dir/$ac_word; then … … 948 956 set dummy cc; ac_word=$2 949 957 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 950 echo "configure:95 1: checking for $ac_word" >&5958 echo "configure:959: checking for $ac_word" >&5 951 959 if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then 952 960 echo $ac_n "(cached) $ac_c" 1>&6 … … 955 963 ac_cv_prog_CC="$CC" # Let the user override the test. 956 964 else 957 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=" ${IFS}:"965 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":" 958 966 ac_prog_rejected=no 959 for ac_dir in $PATH; do 967 ac_dummy="$PATH" 968 for ac_dir in $ac_dummy; do 960 969 test -z "$ac_dir" && ac_dir=. 961 970 if test -f $ac_dir/$ac_word; then … … 992 1001 fi 993 1002 1003 if test -z "$CC"; then 1004 case "`uname -s`" in 1005 *win32* | *WIN32*) 1006 # Extract the first word of "cl", so it can be a program name with args. 1007 set dummy cl; ac_word=$2 1008 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 1009 echo "configure:1010: checking for $ac_word" >&5 1010 if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then 1011 echo $ac_n "(cached) $ac_c" 1>&6 1012 else 1013 if test -n "$CC"; then 1014 ac_cv_prog_CC="$CC" # Let the user override the test. 1015 else 1016 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":" 1017 ac_dummy="$PATH" 1018 for ac_dir in $ac_dummy; do 1019 test -z "$ac_dir" && ac_dir=. 1020 if test -f $ac_dir/$ac_word; then 1021 ac_cv_prog_CC="cl" 1022 break 1023 fi 1024 done 1025 IFS="$ac_save_ifs" 1026 fi 1027 fi 1028 CC="$ac_cv_prog_CC" 1029 if test -n "$CC"; then 1030 echo "$ac_t""$CC" 1>&6 1031 else 1032 echo "$ac_t""no" 1>&6 1033 fi 1034 ;; 1035 esac 1036 fi 994 1037 test -z "$CC" && { echo "configure: error: no acceptable cc found in \$PATH" 1>&2; exit 1; } 995 1038 fi 996 1039 997 1040 echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works""... $ac_c" 1>&6 998 echo "configure: 999: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&51041 echo "configure:1042: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5 999 1042 1000 1043 ac_ext=c … … 1002 1045 ac_cpp='$CPP $CPPFLAGS' 1003 1046 ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5' 1004 ac_link='${CC-cc} -o conftest $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'1047 ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5' 1005 1048 cross_compiling=$ac_cv_prog_cc_cross 1006 1049 1007 cat > conftest.$ac_ext <<EOF 1008 #line 1009 "configure" 1050 cat > conftest.$ac_ext << EOF 1051 1052 #line 1053 "configure" 1009 1053 #include "confdefs.h" 1054 1010 1055 main(){return(0);} 1011 1056 EOF 1012 if { (eval echo configure:10 13: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then1057 if { (eval echo configure:1058: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 1013 1058 ac_cv_prog_cc_works=yes 1014 1059 # If we can't run a trivial program, we are probably using a cross compiler. … … 1024 1069 fi 1025 1070 rm -fr conftest* 1071 ac_ext=c 1072 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options. 1073 ac_cpp='$CPP $CPPFLAGS' 1074 ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5' 1075 ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5' 1076 cross_compiling=$ac_cv_prog_cc_cross 1026 1077 1027 1078 echo "$ac_t""$ac_cv_prog_cc_works" 1>&6 … … 1030 1081 fi 1031 1082 echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler""... $ac_c" 1>&6 1032 echo "configure:10 33: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&51083 echo "configure:1084: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5 1033 1084 echo "$ac_t""$ac_cv_prog_cc_cross" 1>&6 1034 1085 cross_compiling=$ac_cv_prog_cc_cross 1035 1086 1036 1087 echo $ac_n "checking whether we are using GNU C""... $ac_c" 1>&6 1037 echo "configure:10 38: checking whether we are using GNU C" >&51088 echo "configure:1089: checking whether we are using GNU C" >&5 1038 1089 if eval "test \"`echo '$''{'ac_cv_prog_gcc'+set}'`\" = set"; then 1039 1090 echo $ac_n "(cached) $ac_c" 1>&6 … … 1044 1095 #endif 1045 1096 EOF 1046 if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:10 47: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then1097 if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:1098: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then 1047 1098 ac_cv_prog_gcc=yes 1048 1099 else … … 1055 1106 if test $ac_cv_prog_gcc = yes; then 1056 1107 GCC=yes 1057 ac_test_CFLAGS="${CFLAGS+set}" 1058 ac_save_CFLAGS="$CFLAGS" 1059 CFLAGS= 1060 echo $ac_n "checking whether ${CC-cc} accepts -g""... $ac_c" 1>&6 1061 echo "configure:1062: checking whether ${CC-cc} accepts -g" >&5 1108 else 1109 GCC= 1110 fi 1111 1112 ac_test_CFLAGS="${CFLAGS+set}" 1113 ac_save_CFLAGS="$CFLAGS" 1114 CFLAGS= 1115 echo $ac_n "checking whether ${CC-cc} accepts -g""... $ac_c" 1>&6 1116 echo "configure:1117: checking whether ${CC-cc} accepts -g" >&5 1062 1117 if eval "test \"`echo '$''{'ac_cv_prog_cc_g'+set}'`\" = set"; then 1063 1118 echo $ac_n "(cached) $ac_c" 1>&6 … … 1074 1129 1075 1130 echo "$ac_t""$ac_cv_prog_cc_g" 1>&6 1076 if test "$ac_test_CFLAGS" = set; then 1077 CFLAGS="$ac_save_CFLAGS" 1078 elif test $ac_cv_prog_cc_g = yes; then 1131 if test "$ac_test_CFLAGS" = set; then 1132 CFLAGS="$ac_save_CFLAGS" 1133 elif test $ac_cv_prog_cc_g = yes; then 1134 if test "$GCC" = yes; then 1079 1135 CFLAGS="-g -O2" 1080 1136 else 1137 CFLAGS="-g" 1138 fi 1139 else 1140 if test "$GCC" = yes; then 1081 1141 CFLAGS="-O2" 1082 fi 1083 else 1084 GCC= 1085 test "${CFLAGS+set}" = set || CFLAGS="-g" 1142 else 1143 CFLAGS= 1144 fi 1086 1145 fi 1087 1146 … … 1090 1149 do 1091 1150 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 1092 echo "configure:1 093: checking for $ac_func" >&51151 echo "configure:1152: checking for $ac_func" >&5 1093 1152 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then 1094 1153 echo $ac_n "(cached) $ac_c" 1>&6 1095 1154 else 1096 1155 cat > conftest.$ac_ext <<EOF 1097 #line 1 098"configure"1156 #line 1157 "configure" 1098 1157 #include "confdefs.h" 1099 1158 /* System header to define __stub macros and hopefully few prototypes, … … 1118 1177 ; return 0; } 1119 1178 EOF 1120 if { (eval echo configure:11 21: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then1179 if { (eval echo configure:1180: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 1121 1180 rm -rf conftest* 1122 1181 eval "ac_cv_func_$ac_func=yes" … … 1169 1228 # and sets the high bit in the cache file unless we assign to the vars. 1170 1229 (set) 2>&1 | 1171 case `(ac_space=' '; set ) 2>&1` in1230 case `(ac_space=' '; set | grep ac_space) 2>&1` in 1172 1231 *ac_space=\ *) 1173 1232 # `set' does not quote correctly, so add quotes (double-quote substitution … … 1236 1295 exec \${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion ;; 1237 1296 -version | --version | --versio | --versi | --vers | --ver | --ve | --v) 1238 echo "$CONFIG_STATUS generated by autoconf version 2.1 2"1297 echo "$CONFIG_STATUS generated by autoconf version 2.13" 1239 1298 exit 0 ;; 1240 1299 -help | --help | --hel | --he | --h) … … 1256 1315 $ac_vpsub 1257 1316 $extrasub 1317 s%@SHELL@%$SHELL%g 1258 1318 s%@CFLAGS@%$CFLAGS%g 1259 1319 s%@CPPFLAGS@%$CPPFLAGS%g 1260 1320 s%@CXXFLAGS@%$CXXFLAGS%g 1321 s%@FFLAGS@%$FFLAGS%g 1261 1322 s%@DEFS@%$DEFS%g 1262 1323 s%@LDFLAGS@%$LDFLAGS%g … … 1296 1357 s%@build_os@%$build_os%g 1297 1358 s%@INSTALL_PROGRAM@%$INSTALL_PROGRAM%g 1359 s%@INSTALL_SCRIPT@%$INSTALL_SCRIPT%g 1298 1360 s%@INSTALL_DATA@%$INSTALL_DATA%g 1299 1361 s%@PACKAGE@%$PACKAGE%g -
c/src/lib/libbsp/i386/pc386/tools/Makefile.in
r326378bf r7398901 1 # Makefile.in generated automatically by automake 1. 2from Makefile.am2 3 # Copyright (C) 1994, 1995 , 1996, 1997Free Software Foundation, Inc.1 # Makefile.in generated automatically by automake 1.4 from Makefile.am 2 3 # Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc. 4 4 # This Makefile.in is free software; the Free Software Foundation 5 # gives unlimited permission to copy, distribute and modify it. 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. 6 12 7 13 # … … 10 16 11 17 12 SHELL = /bin/sh 18 19 SHELL = @SHELL@ 13 20 14 21 srcdir = @srcdir@ … … 31 38 oldincludedir = /usr/include 32 39 40 DESTDIR = 41 33 42 pkgdatadir = $(datadir)/@PACKAGE@ 34 43 pkglibdir = $(libdir)/@PACKAGE@ … … 41 50 42 51 INSTALL = @INSTALL@ 43 INSTALL_PROGRAM = @INSTALL_PROGRAM@ 52 INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS) 44 53 INSTALL_DATA = @INSTALL_DATA@ 45 54 INSTALL_SCRIPT = @INSTALL_SCRIPT@ 46 55 transform = @program_transform_name@ 47 56 48 NORMAL_INSTALL = true49 PRE_INSTALL = true50 POST_INSTALL = true51 NORMAL_UNINSTALL = true52 PRE_UNINSTALL = true53 POST_UNINSTALL = true57 NORMAL_INSTALL = : 58 PRE_INSTALL = : 59 POST_INSTALL = : 60 NORMAL_UNINSTALL = : 61 PRE_UNINSTALL = : 62 POST_UNINSTALL = : 54 63 build_alias = @build_alias@ 55 64 build_triplet = @build@ … … 71 80 EXTRA_DIST = Spec.doc 72 81 73 noinst_PROGRAMS = \ 74 bin2boot \ 75 binpatch 82 noinst_PROGRAMS = bin2boot binpatch 83 76 84 77 85 bin2boot_SOURCES = bin2boot.c … … 89 97 bin2boot_OBJECTS = bin2boot.o 90 98 bin2boot_LDADD = $(LDADD) 99 bin2boot_DEPENDENCIES = 91 100 bin2boot_LDFLAGS = 92 101 binpatch_OBJECTS = binpatch.o 93 102 binpatch_LDADD = $(LDADD) 103 binpatch_DEPENDENCIES = 94 104 binpatch_LDFLAGS = 95 105 CFLAGS = @CFLAGS@ 96 COMPILE = $(CC) $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CFLAGS) 97 LINK = $(CC) $(CFLAGS) $(LDFLAGS) -o $@ 106 COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) 107 CCLD = $(CC) 108 LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@ 98 109 DIST_COMMON = Makefile.am Makefile.in aclocal.m4 configure configure.in 99 110 … … 102 113 103 114 TAR = tar 104 GZIP = --best115 GZIP_ENV = --best 105 116 DEP_FILES = .deps/bin2boot.P .deps/binpatch.P 106 117 SOURCES = $(bin2boot_SOURCES) $(binpatch_SOURCES) 107 118 OBJECTS = $(bin2boot_OBJECTS) $(binpatch_OBJECTS) 108 119 109 default: all 110 120 all: all-redirect 111 121 .SUFFIXES: 112 .SUFFIXES: . c .o113 $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) 122 .SUFFIXES: .S .c .o .s 123 $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) $(top_srcdir)/../../../../../../../automake/local.am 114 124 cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile 115 125 116 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES)126 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES) 117 127 cd $(top_builddir) \ 118 128 && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status … … 121 131 cd $(srcdir) && $(ACLOCAL) 122 132 123 config.status: $(srcdir)/configure 133 config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) 124 134 $(SHELL) ./config.status --recheck 125 135 $(srcdir)/configure: $(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES) … … 129 139 130 140 clean-noinstPROGRAMS: 131 test -z "$(noinst_PROGRAMS)" || rm -f $(noinst_PROGRAMS)141 -test -z "$(noinst_PROGRAMS)" || rm -f $(noinst_PROGRAMS) 132 142 133 143 distclean-noinstPROGRAMS: … … 135 145 maintainer-clean-noinstPROGRAMS: 136 146 137 . c.o:147 .s.o: 138 148 $(COMPILE) -c $< 139 149 150 .S.o: 151 $(COMPILE) -c $< 152 140 153 mostlyclean-compile: 141 rm -f *.ocore154 -rm -f *.o core *.core 142 155 143 156 clean-compile: 144 157 145 158 distclean-compile: 146 rm -f *.tab.c159 -rm -f *.tab.c 147 160 148 161 maintainer-clean-compile: … … 158 171 tags: TAGS 159 172 160 ID: $(HEADERS) $(SOURCES) 161 here=`pwd` && cd $(srcdir) && mkid -f$$here/ID $(SOURCES) $(HEADERS) 162 163 TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) 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) 164 182 tags=; \ 165 183 here=`pwd`; \ 166 test -z "$(ETAGS_ARGS)$(SOURCES)$(HEADERS)$$tags" \ 167 || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags $(SOURCES) $(HEADERS) -o $$here/TAGS) 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) 168 190 169 191 mostlyclean-tags: … … 172 194 173 195 distclean-tags: 174 rm -f TAGS ID196 -rm -f TAGS ID 175 197 176 198 maintainer-clean-tags: … … 183 205 # tarfile. 184 206 distcheck: dist 185 rm -rf $(distdir)186 GZIP=$(GZIP ) $(TAR) zxf $(distdir).tar.gz207 -rm -rf $(distdir) 208 GZIP=$(GZIP_ENV) $(TAR) zxf $(distdir).tar.gz 187 209 mkdir $(distdir)/=build 188 210 mkdir $(distdir)/=inst … … 190 212 cd $(distdir)/=build \ 191 213 && ../configure --srcdir=.. --prefix=$$dc_install_base \ 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 "========================" 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" 202 226 dist: distdir 203 227 -chmod -R a+r $(distdir) 204 GZIP=$(GZIP ) $(TAR) chozf $(distdir).tar.gz $(distdir)205 rm -rf $(distdir)228 GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir) 229 -rm -rf $(distdir) 206 230 dist-all: distdir 207 231 -chmod -R a+r $(distdir) 208 GZIP=$(GZIP ) $(TAR) chozf $(distdir).tar.gz $(distdir)209 rm -rf $(distdir)232 GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir) 233 -rm -rf $(distdir) 210 234 distdir: $(DISTFILES) 211 rm -rf $(distdir)235 -rm -rf $(distdir) 212 236 mkdir $(distdir) 213 237 -chmod 777 $(distdir) 214 238 here=`cd $(top_builddir) && pwd`; \ 215 top_distdir=`cd $(top_distdir) && pwd`; \ 239 top_distdir=`cd $(distdir) && pwd`; \ 240 distdir=`cd $(distdir) && pwd`; \ 216 241 cd $(top_srcdir) \ 217 242 && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --foreign Makefile 218 243 @for file in $(DISTFILES); do \ 219 244 d=$(srcdir); \ 220 test -f $(distdir)/$$file \ 221 || ln $$d/$$file $(distdir)/$$file 2> /dev/null \ 222 || cp -p $$d/$$file $(distdir)/$$file; \ 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; \ 223 252 done 224 253 225 MKDEP = gcc -M $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CFLAGS)226 227 254 DEPS_MAGIC := $(shell mkdir .deps > /dev/null 2>&1 || :) 228 -include .deps/.P229 .deps/.P: $(BUILT_SOURCES)230 echo > $@231 255 232 256 -include $(DEP_FILES) … … 237 261 238 262 distclean-depend: 263 -rm -rf .deps 239 264 240 265 maintainer-clean-depend: 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 250 info: 251 dvi: 252 check: all 253 $(MAKE) 254 installcheck: 255 install-exec: install-exec-local 256 @$(NORMAL_INSTALL) 257 258 install-data: 259 @$(NORMAL_INSTALL) 260 261 install: install-exec install-data all 262 @: 263 264 uninstall: 265 266 all: Makefile $(PROGRAMS) 267 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: install-exec-local 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 268 306 install-strip: 269 $(MAKE) INSTALL_PROGRAM='$(INSTALL_PROGRAM) -s' INSTALL_SCRIPT='$(INSTALL_PROGRAM)'install307 $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install 270 308 installdirs: 271 309 272 310 273 311 mostlyclean-generic: 274 test -z "$(MOSTLYCLEANFILES)" || rm -f $(MOSTLYCLEANFILES)275 312 276 313 clean-generic: 277 test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)278 314 279 315 distclean-generic: 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) 316 -rm -f Makefile $(CONFIG_CLEAN_FILES) 317 -rm -f config.cache config.log stamp-h stamp-h[0-9]* 283 318 284 319 maintainer-clean-generic: 285 test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES) 286 test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES) 287 mostlyclean: mostlyclean-noinstPROGRAMS mostlyclean-compile \ 320 mostlyclean-am: mostlyclean-noinstPROGRAMS mostlyclean-compile \ 288 321 mostlyclean-tags mostlyclean-depend mostlyclean-generic 289 322 290 clean: clean-noinstPROGRAMS clean-compile clean-tags clean-depend \ 291 clean-generic mostlyclean 292 293 distclean: distclean-noinstPROGRAMS distclean-compile distclean-tags \ 294 distclean-depend distclean-generic clean 295 rm -f config.status 296 297 maintainer-clean: maintainer-clean-noinstPROGRAMS \ 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 \ 298 337 maintainer-clean-compile maintainer-clean-tags \ 299 338 maintainer-clean-depend maintainer-clean-generic \ 300 distclean 339 distclean-am 301 340 @echo "This command is intended for maintainers to use;" 302 341 @echo "it deletes files that may require special tools to rebuild." 303 rm -f config.status 304 305 .PHONY: default mostlyclean-noinstPROGRAMS distclean-noinstPROGRAMS \ 342 343 maintainer-clean: maintainer-clean-am 344 -rm -f config.status 345 346 .PHONY: mostlyclean-noinstPROGRAMS distclean-noinstPROGRAMS \ 306 347 clean-noinstPROGRAMS maintainer-clean-noinstPROGRAMS \ 307 348 mostlyclean-compile distclean-compile clean-compile \ 308 349 maintainer-clean-compile tags mostlyclean-tags distclean-tags \ 309 350 clean-tags maintainer-clean-tags distdir mostlyclean-depend \ 310 distclean-depend clean-depend maintainer-clean-depend info dvi \ 311 installcheck install-exec install-data install uninstall all \ 312 installdirs mostlyclean-generic distclean-generic clean-generic \ 313 maintainer-clean-generic clean mostlyclean distclean maintainer-clean 351 distclean-depend clean-depend maintainer-clean-depend info-am info \ 352 dvi-am dvi check check-am installcheck-am installcheck \ 353 install-exec-local install-exec-am install-exec install-data-am \ 354 install-data install-am install uninstall-am uninstall all-redirect \ 355 all-am all installdirs mostlyclean-generic distclean-generic \ 356 clean-generic maintainer-clean-generic clean mostlyclean distclean \ 357 maintainer-clean 314 358 315 359 … … 322 366 $(INSTALL_PROGRAM) binpatch $(PROJECT_ROOT)/${RTEMS_BSP}/build-tools 323 367 324 include $(top_srcdir)/../../../../../../../automake/local.am 368 debug-am: 369 debug: debug-am 370 .PHONY: debug debug-am 371 372 debug_install-am: 373 debug_install: debug_install-am 374 .PHONY: debug_install debug_install-am 375 376 profile-am: 377 profile: profile-am 378 .PHONY: profile profile-am 379 380 profile_install-am: 381 profile_install: profile_install-am 382 .PHONY: profile_install profile_install-am 383 384 preinstall-am: 385 preinstall: preinstall-am 386 .PHONY: preinstall preinstall-am 387 388 clobber-am: 389 clobber: clobber-am 390 .PHONY: clobber clobber-am 391 392 depend-am: 393 depend: depend-am 394 .PHONY: depend depend-am 325 395 326 396 # Tell versions [3.59,3.63) of GNU make to not export all variables. -
c/src/lib/libbsp/i386/pc386/tools/configure
r326378bf r7398901 2 2 3 3 # Guess values for system-dependent variables and create Makefiles. 4 # Generated automatically using autoconf version 2.1 24 # Generated automatically using autoconf version 2.13 5 5 # Copyright (C) 1992, 93, 94, 95, 96 Free Software Foundation, Inc. 6 6 # … … 52 52 subdirs= 53 53 MFLAGS= MAKEFLAGS= 54 SHELL=${CONFIG_SHELL-/bin/sh} 54 55 # Maximum number of lines to put in a shell here document. 55 56 ac_max_here_lines=12 … … 335 336 336 337 -version | --version | --versio | --versi | --vers) 337 echo "configure generated by autoconf version 2.1 2"338 echo "configure generated by autoconf version 2.13" 338 339 exit 0 ;; 339 340 … … 505 506 ac_cpp='$CPP $CPPFLAGS' 506 507 ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5' 507 ac_link='${CC-cc} -o conftest $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'508 ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5' 508 509 cross_compiling=$ac_cv_prog_cc_cross 509 510 511 ac_exeext= 512 ac_objext=o 510 513 if (echo "testing\c"; echo 1,2,3) | grep c >/dev/null; then 511 514 # Stardent Vistra SVR4 grep lacks -e, says ghazi@caip.rutgers.edu. … … 558 561 559 562 echo $ac_n "checking for RTEMS Version""... $ac_c" 1>&6 560 echo "configure:56 1: checking for RTEMS Version" >&5563 echo "configure:564: checking for RTEMS Version" >&5 561 564 if test -r "${srcdir}/${RTEMS_TOPdir}/VERSION"; then 562 565 RTEMS_VERSION=`grep Version ${srcdir}/${RTEMS_TOPdir}/VERSION | \ … … 596 599 597 600 # Make sure we can run config.sub. 598 if $ ac_config_sub sun4 >/dev/null 2>&1; then :601 if ${CONFIG_SHELL-/bin/sh} $ac_config_sub sun4 >/dev/null 2>&1; then : 599 602 else { echo "configure: error: can not run $ac_config_sub" 1>&2; exit 1; } 600 603 fi 601 604 602 605 echo $ac_n "checking host system type""... $ac_c" 1>&6 603 echo "configure:60 4: checking host system type" >&5606 echo "configure:607: checking host system type" >&5 604 607 605 608 host_alias=$host … … 608 611 case $nonopt in 609 612 NONE) 610 if host_alias=`$ ac_config_guess`; then :613 if host_alias=`${CONFIG_SHELL-/bin/sh} $ac_config_guess`; then : 611 614 else { echo "configure: error: can not guess host type; you must specify one" 1>&2; exit 1; } 612 615 fi ;; … … 615 618 esac 616 619 617 host=`$ ac_config_sub $host_alias`620 host=`${CONFIG_SHELL-/bin/sh} $ac_config_sub $host_alias` 618 621 host_cpu=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'` 619 622 host_vendor=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'` … … 622 625 623 626 echo $ac_n "checking target system type""... $ac_c" 1>&6 624 echo "configure:62 5: checking target system type" >&5627 echo "configure:628: checking target system type" >&5 625 628 626 629 target_alias=$target … … 633 636 esac 634 637 635 target=`$ ac_config_sub $target_alias`638 target=`${CONFIG_SHELL-/bin/sh} $ac_config_sub $target_alias` 636 639 target_cpu=`echo $target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'` 637 640 target_vendor=`echo $target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'` … … 640 643 641 644 echo $ac_n "checking build system type""... $ac_c" 1>&6 642 echo "configure:64 3: checking build system type" >&5645 echo "configure:646: checking build system type" >&5 643 646 644 647 build_alias=$build … … 651 654 esac 652 655 653 build=`$ ac_config_sub $build_alias`656 build=`${CONFIG_SHELL-/bin/sh} $ac_config_sub $build_alias` 654 657 build_cpu=`echo $build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'` 655 658 build_vendor=`echo $build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'` … … 665 668 666 669 echo $ac_n "checking rtems target cpu""... $ac_c" 1>&6 667 echo "configure:6 68: checking rtems target cpu" >&5670 echo "configure:671: checking rtems target cpu" >&5 668 671 case "${target}" in 669 672 # hpux unix port should go here … … 700 703 # IRIX /sbin/install 701 704 # AIX /bin/install 705 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag 702 706 # AFS /usr/afsws/bin/install, which mishandles nonexistent args 703 707 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff" 704 708 # ./install, which can be erroneously created by make from ./install.sh. 705 709 echo $ac_n "checking for a BSD compatible install""... $ac_c" 1>&6 706 echo "configure:7 07: checking for a BSD compatible install" >&5710 echo "configure:711: checking for a BSD compatible install" >&5 707 711 if test -z "$INSTALL"; then 708 712 if eval "test \"`echo '$''{'ac_cv_path_install'+set}'`\" = set"; then 709 713 echo $ac_n "(cached) $ac_c" 1>&6 710 714 else 711 IFS="${IFS= }"; ac_save_IFS="$IFS"; IFS=" ${IFS}:"715 IFS="${IFS= }"; ac_save_IFS="$IFS"; IFS=":" 712 716 for ac_dir in $PATH; do 713 717 # Account for people who put trailing slashes in PATH elements. … … 716 720 *) 717 721 # OSF1 and SCO ODT 3.0 have their own names for install. 718 for ac_prog in ginstall installbsd scoinst install; do 722 # Don't use installbsd from OSF since it installs stuff as root 723 # by default. 724 for ac_prog in ginstall scoinst install; do 719 725 if test -f $ac_dir/$ac_prog; then 720 726 if test $ac_prog = install && 721 727 grep dspmsg $ac_dir/$ac_prog >/dev/null 2>&1; then 722 728 # AIX install. It has an incompatible calling convention. 723 # OSF/1 installbsd also uses dspmsg, but is usable.724 729 : 725 730 else … … 751 756 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}' 752 757 758 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL_PROGRAM}' 759 753 760 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644' 754 761 755 762 echo $ac_n "checking whether build environment is sane""... $ac_c" 1>&6 756 echo "configure:7 57: checking whether build environment is sane" >&5763 echo "configure:764: checking whether build environment is sane" >&5 757 764 # Just in case 758 765 sleep 1 … … 811 818 812 819 echo $ac_n "checking whether ${MAKE-make} sets \${MAKE}""... $ac_c" 1>&6 813 echo "configure:8 14: checking whether ${MAKE-make} sets \${MAKE}" >&5820 echo "configure:821: checking whether ${MAKE-make} sets \${MAKE}" >&5 814 821 set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y%./+-%__p_%'` 815 822 if eval "test \"`echo '$''{'ac_cv_prog_make_${ac_make}_set'+set}'`\" = set"; then … … 850 857 missing_dir=`cd $ac_aux_dir && pwd` 851 858 echo $ac_n "checking for working aclocal""... $ac_c" 1>&6 852 echo "configure:8 53: checking for working aclocal" >&5859 echo "configure:860: checking for working aclocal" >&5 853 860 # Run test in a subshell; some versions of sh will print an error if 854 861 # an executable is not found, even if stderr is redirected. … … 863 870 864 871 echo $ac_n "checking for working autoconf""... $ac_c" 1>&6 865 echo "configure:8 66: checking for working autoconf" >&5872 echo "configure:873: checking for working autoconf" >&5 866 873 # Run test in a subshell; some versions of sh will print an error if 867 874 # an executable is not found, even if stderr is redirected. … … 876 883 877 884 echo $ac_n "checking for working automake""... $ac_c" 1>&6 878 echo "configure:8 79: checking for working automake" >&5885 echo "configure:886: checking for working automake" >&5 879 886 # Run test in a subshell; some versions of sh will print an error if 880 887 # an executable is not found, even if stderr is redirected. … … 889 896 890 897 echo $ac_n "checking for working autoheader""... $ac_c" 1>&6 891 echo "configure:89 2: checking for working autoheader" >&5898 echo "configure:899: checking for working autoheader" >&5 892 899 # Run test in a subshell; some versions of sh will print an error if 893 900 # an executable is not found, even if stderr is redirected. … … 902 909 903 910 echo $ac_n "checking for working makeinfo""... $ac_c" 1>&6 904 echo "configure:9 05: checking for working makeinfo" >&5911 echo "configure:912: checking for working makeinfo" >&5 905 912 # Run test in a subshell; some versions of sh will print an error if 906 913 # an executable is not found, even if stderr is redirected. … … 919 926 set dummy gcc; ac_word=$2 920 927 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 921 echo "configure:92 2: checking for $ac_word" >&5928 echo "configure:929: checking for $ac_word" >&5 922 929 if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then 923 930 echo $ac_n "(cached) $ac_c" 1>&6 … … 926 933 ac_cv_prog_CC="$CC" # Let the user override the test. 927 934 else 928 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:" 929 for ac_dir in $PATH; do 935 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":" 936 ac_dummy="$PATH" 937 for ac_dir in $ac_dummy; do 930 938 test -z "$ac_dir" && ac_dir=. 931 939 if test -f $ac_dir/$ac_word; then … … 948 956 set dummy cc; ac_word=$2 949 957 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 950 echo "configure:95 1: checking for $ac_word" >&5958 echo "configure:959: checking for $ac_word" >&5 951 959 if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then 952 960 echo $ac_n "(cached) $ac_c" 1>&6 … … 955 963 ac_cv_prog_CC="$CC" # Let the user override the test. 956 964 else 957 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=" ${IFS}:"965 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":" 958 966 ac_prog_rejected=no 959 for ac_dir in $PATH; do 967 ac_dummy="$PATH" 968 for ac_dir in $ac_dummy; do 960 969 test -z "$ac_dir" && ac_dir=. 961 970 if test -f $ac_dir/$ac_word; then … … 992 1001 fi 993 1002 1003 if test -z "$CC"; then 1004 case "`uname -s`" in 1005 *win32* | *WIN32*) 1006 # Extract the first word of "cl", so it can be a program name with args. 1007 set dummy cl; ac_word=$2 1008 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 1009 echo "configure:1010: checking for $ac_word" >&5 1010 if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then 1011 echo $ac_n "(cached) $ac_c" 1>&6 1012 else 1013 if test -n "$CC"; then 1014 ac_cv_prog_CC="$CC" # Let the user override the test. 1015 else 1016 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":" 1017 ac_dummy="$PATH" 1018 for ac_dir in $ac_dummy; do 1019 test -z "$ac_dir" && ac_dir=. 1020 if test -f $ac_dir/$ac_word; then 1021 ac_cv_prog_CC="cl" 1022 break 1023 fi 1024 done 1025 IFS="$ac_save_ifs" 1026 fi 1027 fi 1028 CC="$ac_cv_prog_CC" 1029 if test -n "$CC"; then 1030 echo "$ac_t""$CC" 1>&6 1031 else 1032 echo "$ac_t""no" 1>&6 1033 fi 1034 ;; 1035 esac 1036 fi 994 1037 test -z "$CC" && { echo "configure: error: no acceptable cc found in \$PATH" 1>&2; exit 1; } 995 1038 fi 996 1039 997 1040 echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works""... $ac_c" 1>&6 998 echo "configure: 999: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&51041 echo "configure:1042: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5 999 1042 1000 1043 ac_ext=c … … 1002 1045 ac_cpp='$CPP $CPPFLAGS' 1003 1046 ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5' 1004 ac_link='${CC-cc} -o conftest $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'1047 ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5' 1005 1048 cross_compiling=$ac_cv_prog_cc_cross 1006 1049 1007 cat > conftest.$ac_ext <<EOF 1008 #line 1009 "configure" 1050 cat > conftest.$ac_ext << EOF 1051 1052 #line 1053 "configure" 1009 1053 #include "confdefs.h" 1054 1010 1055 main(){return(0);} 1011 1056 EOF 1012 if { (eval echo configure:10 13: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then1057 if { (eval echo configure:1058: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 1013 1058 ac_cv_prog_cc_works=yes 1014 1059 # If we can't run a trivial program, we are probably using a cross compiler. … … 1024 1069 fi 1025 1070 rm -fr conftest* 1071 ac_ext=c 1072 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options. 1073 ac_cpp='$CPP $CPPFLAGS' 1074 ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5' 1075 ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5' 1076 cross_compiling=$ac_cv_prog_cc_cross 1026 1077 1027 1078 echo "$ac_t""$ac_cv_prog_cc_works" 1>&6 … … 1030 1081 fi 1031 1082 echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler""... $ac_c" 1>&6 1032 echo "configure:10 33: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&51083 echo "configure:1084: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5 1033 1084 echo "$ac_t""$ac_cv_prog_cc_cross" 1>&6 1034 1085 cross_compiling=$ac_cv_prog_cc_cross 1035 1086 1036 1087 echo $ac_n "checking whether we are using GNU C""... $ac_c" 1>&6 1037 echo "configure:10 38: checking whether we are using GNU C" >&51088 echo "configure:1089: checking whether we are using GNU C" >&5 1038 1089 if eval "test \"`echo '$''{'ac_cv_prog_gcc'+set}'`\" = set"; then 1039 1090 echo $ac_n "(cached) $ac_c" 1>&6 … … 1044 1095 #endif 1045 1096 EOF 1046 if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:10 47: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then1097 if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:1098: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then 1047 1098 ac_cv_prog_gcc=yes 1048 1099 else … … 1055 1106 if test $ac_cv_prog_gcc = yes; then 1056 1107 GCC=yes 1057 ac_test_CFLAGS="${CFLAGS+set}" 1058 ac_save_CFLAGS="$CFLAGS" 1059 CFLAGS= 1060 echo $ac_n "checking whether ${CC-cc} accepts -g""... $ac_c" 1>&6 1061 echo "configure:1062: checking whether ${CC-cc} accepts -g" >&5 1108 else 1109 GCC= 1110 fi 1111 1112 ac_test_CFLAGS="${CFLAGS+set}" 1113 ac_save_CFLAGS="$CFLAGS" 1114 CFLAGS= 1115 echo $ac_n "checking whether ${CC-cc} accepts -g""... $ac_c" 1>&6 1116 echo "configure:1117: checking whether ${CC-cc} accepts -g" >&5 1062 1117 if eval "test \"`echo '$''{'ac_cv_prog_cc_g'+set}'`\" = set"; then 1063 1118 echo $ac_n "(cached) $ac_c" 1>&6 … … 1074 1129 1075 1130 echo "$ac_t""$ac_cv_prog_cc_g" 1>&6 1076 if test "$ac_test_CFLAGS" = set; then 1077 CFLAGS="$ac_save_CFLAGS" 1078 elif test $ac_cv_prog_cc_g = yes; then 1131 if test "$ac_test_CFLAGS" = set; then 1132 CFLAGS="$ac_save_CFLAGS" 1133 elif test $ac_cv_prog_cc_g = yes; then 1134 if test "$GCC" = yes; then 1079 1135 CFLAGS="-g -O2" 1080 1136 else 1137 CFLAGS="-g" 1138 fi 1139 else 1140 if test "$GCC" = yes; then 1081 1141 CFLAGS="-O2" 1082 fi 1083 else 1084 GCC= 1085 test "${CFLAGS+set}" = set || CFLAGS="-g" 1142 else 1143 CFLAGS= 1144 fi 1086 1145 fi 1087 1146 … … 1090 1149 do 1091 1150 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 1092 echo "configure:1 093: checking for $ac_func" >&51151 echo "configure:1152: checking for $ac_func" >&5 1093 1152 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then 1094 1153 echo $ac_n "(cached) $ac_c" 1>&6 1095 1154 else 1096 1155 cat > conftest.$ac_ext <<EOF 1097 #line 1 098"configure"1156 #line 1157 "configure" 1098 1157 #include "confdefs.h" 1099 1158 /* System header to define __stub macros and hopefully few prototypes, … … 1118 1177 ; return 0; } 1119 1178 EOF 1120 if { (eval echo configure:11 21: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then1179 if { (eval echo configure:1180: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 1121 1180 rm -rf conftest* 1122 1181 eval "ac_cv_func_$ac_func=yes" … … 1166 1225 # and sets the high bit in the cache file unless we assign to the vars. 1167 1226 (set) 2>&1 | 1168 case `(ac_space=' '; set ) 2>&1` in1227 case `(ac_space=' '; set | grep ac_space) 2>&1` in 1169 1228 *ac_space=\ *) 1170 1229 # `set' does not quote correctly, so add quotes (double-quote substitution … … 1245 1304 exec \${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion ;; 1246 1305 -version | --version | --versio | --versi | --vers | --ver | --ve | --v) 1247 echo "$CONFIG_STATUS generated by autoconf version 2.1 2"1306 echo "$CONFIG_STATUS generated by autoconf version 2.13" 1248 1307 exit 0 ;; 1249 1308 -help | --help | --hel | --he | --h) … … 1265 1324 $ac_vpsub 1266 1325 $extrasub 1326 s%@SHELL@%$SHELL%g 1267 1327 s%@CFLAGS@%$CFLAGS%g 1268 1328 s%@CPPFLAGS@%$CPPFLAGS%g 1269 1329 s%@CXXFLAGS@%$CXXFLAGS%g 1330 s%@FFLAGS@%$FFLAGS%g 1270 1331 s%@DEFS@%$DEFS%g 1271 1332 s%@LDFLAGS@%$LDFLAGS%g … … 1305 1366 s%@build_os@%$build_os%g 1306 1367 s%@INSTALL_PROGRAM@%$INSTALL_PROGRAM%g 1368 s%@INSTALL_SCRIPT@%$INSTALL_SCRIPT%g 1307 1369 s%@INSTALL_DATA@%$INSTALL_DATA%g 1308 1370 s%@PACKAGE@%$PACKAGE%g -
c/src/lib/libbsp/m68k/mvme162/tools/Makefile.in
r326378bf r7398901 1 # Makefile.in generated automatically by automake 1. 2from Makefile.am2 3 # Copyright (C) 1994, 1995 , 1996, 1997Free Software Foundation, Inc.1 # Makefile.in generated automatically by automake 1.4 from Makefile.am 2 3 # Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc. 4 4 # This Makefile.in is free software; the Free Software Foundation 5 # gives unlimited permission to copy, distribute and modify it. 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. 6 12 7 13 # … … 10 16 11 17 12 SHELL = /bin/sh 18 19 SHELL = @SHELL@ 13 20 14 21 srcdir = @srcdir@ … … 31 38 oldincludedir = /usr/include 32 39 40 DESTDIR = 41 33 42 pkgdatadir = $(datadir)/@PACKAGE@ 34 43 pkglibdir = $(libdir)/@PACKAGE@ … … 41 50 42 51 INSTALL = @INSTALL@ 43 INSTALL_PROGRAM = @INSTALL_PROGRAM@ 52 INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS) 44 53 INSTALL_DATA = @INSTALL_DATA@ 45 54 INSTALL_SCRIPT = @INSTALL_SCRIPT@ 46 55 transform = @program_transform_name@ 47 56 48 NORMAL_INSTALL = true49 PRE_INSTALL = true50 POST_INSTALL = true51 NORMAL_UNINSTALL = true52 PRE_UNINSTALL = true53 POST_UNINSTALL = true57 NORMAL_INSTALL = : 58 PRE_INSTALL = : 59 POST_INSTALL = : 60 NORMAL_UNINSTALL = : 61 PRE_UNINSTALL = : 62 POST_UNINSTALL = : 54 63 build_alias = @build_alias@ 55 64 build_triplet = @build@ … … 69 78 ACLOCAL = @ACLOCAL@ -I $(RTEMS_TOPdir)/aclocal 70 79 71 noinst_PROGRAMS =sload80 noinst_PROGRAMS = sload 72 81 73 82 sload_SOURCES = sload.c … … 84 93 sload_OBJECTS = sload.o 85 94 sload_LDADD = $(LDADD) 95 sload_DEPENDENCIES = 86 96 sload_LDFLAGS = 87 97 CFLAGS = @CFLAGS@ 88 COMPILE = $(CC) $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CFLAGS) 89 LINK = $(CC) $(CFLAGS) $(LDFLAGS) -o $@ 98 COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) 99 CCLD = $(CC) 100 LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@ 90 101 DIST_COMMON = Makefile.am Makefile.in aclocal.m4 configure configure.in 91 102 … … 94 105 95 106 TAR = tar 96 GZIP = --best107 GZIP_ENV = --best 97 108 DEP_FILES = .deps/sload.P 98 109 SOURCES = $(sload_SOURCES) 99 110 OBJECTS = $(sload_OBJECTS) 100 111 101 default: all 102 112 all: all-redirect 103 113 .SUFFIXES: 104 .SUFFIXES: . c .o105 $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) 114 .SUFFIXES: .S .c .o .s 115 $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) $(top_srcdir)/../../../../../../../automake/local.am 106 116 cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile 107 117 108 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES)118 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES) 109 119 cd $(top_builddir) \ 110 120 && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status … … 113 123 cd $(srcdir) && $(ACLOCAL) 114 124 115 config.status: $(srcdir)/configure 125 config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) 116 126 $(SHELL) ./config.status --recheck 117 127 $(srcdir)/configure: $(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES) … … 121 131 122 132 clean-noinstPROGRAMS: 123 test -z "$(noinst_PROGRAMS)" || rm -f $(noinst_PROGRAMS)133 -test -z "$(noinst_PROGRAMS)" || rm -f $(noinst_PROGRAMS) 124 134 125 135 distclean-noinstPROGRAMS: … … 127 137 maintainer-clean-noinstPROGRAMS: 128 138 129 . c.o:139 .s.o: 130 140 $(COMPILE) -c $< 131 141 142 .S.o: 143 $(COMPILE) -c $< 144 132 145 mostlyclean-compile: 133 rm -f *.ocore146 -rm -f *.o core *.core 134 147 135 148 clean-compile: 136 149 137 150 distclean-compile: 138 rm -f *.tab.c151 -rm -f *.tab.c 139 152 140 153 maintainer-clean-compile: … … 146 159 tags: TAGS 147 160 148 ID: $(HEADERS) $(SOURCES) 149 here=`pwd` && cd $(srcdir) && mkid -f$$here/ID $(SOURCES) $(HEADERS) 150 151 TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) 161 ID: $(HEADERS) $(SOURCES) $(LISP) 162 list='$(SOURCES) $(HEADERS)'; \ 163 unique=`for i in $$list; do echo $$i; done | \ 164 awk ' { files[$$0] = 1; } \ 165 END { for (i in files) print i; }'`; \ 166 here=`pwd` && cd $(srcdir) \ 167 && mkid -f$$here/ID $$unique $(LISP) 168 169 TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) $(LISP) 152 170 tags=; \ 153 171 here=`pwd`; \ 154 test -z "$(ETAGS_ARGS)$(SOURCES)$(HEADERS)$$tags" \ 155 || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags $(SOURCES) $(HEADERS) -o $$here/TAGS) 172 list='$(SOURCES) $(HEADERS)'; \ 173 unique=`for i in $$list; do echo $$i; done | \ 174 awk ' { files[$$0] = 1; } \ 175 END { for (i in files) print i; }'`; \ 176 test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \ 177 || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags $$unique $(LISP) -o $$here/TAGS) 156 178 157 179 mostlyclean-tags: … … 160 182 161 183 distclean-tags: 162 rm -f TAGS ID184 -rm -f TAGS ID 163 185 164 186 maintainer-clean-tags: … … 171 193 # tarfile. 172 194 distcheck: dist 173 rm -rf $(distdir)174 GZIP=$(GZIP ) $(TAR) zxf $(distdir).tar.gz195 -rm -rf $(distdir) 196 GZIP=$(GZIP_ENV) $(TAR) zxf $(distdir).tar.gz 175 197 mkdir $(distdir)/=build 176 198 mkdir $(distdir)/=inst … … 178 200 cd $(distdir)/=build \ 179 201 && ../configure --srcdir=.. --prefix=$$dc_install_base \ 180 && $(MAKE) \ 181 && $(MAKE) dvi \ 182 && $(MAKE) check \ 183 && $(MAKE) install \ 184 && $(MAKE) installcheck \ 185 && $(MAKE) dist 186 rm -rf $(distdir) 187 @echo "========================"; \ 188 echo "$(distdir).tar.gz is ready for distribution"; \ 189 echo "========================" 202 && $(MAKE) $(AM_MAKEFLAGS) \ 203 && $(MAKE) $(AM_MAKEFLAGS) dvi \ 204 && $(MAKE) $(AM_MAKEFLAGS) check \ 205 && $(MAKE) $(AM_MAKEFLAGS) install \ 206 && $(MAKE) $(AM_MAKEFLAGS) installcheck \ 207 && $(MAKE) $(AM_MAKEFLAGS) dist 208 -rm -rf $(distdir) 209 @banner="$(distdir).tar.gz is ready for distribution"; \ 210 dashes=`echo "$$banner" | sed s/./=/g`; \ 211 echo "$$dashes"; \ 212 echo "$$banner"; \ 213 echo "$$dashes" 190 214 dist: distdir 191 215 -chmod -R a+r $(distdir) 192 GZIP=$(GZIP ) $(TAR) chozf $(distdir).tar.gz $(distdir)193 rm -rf $(distdir)216 GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir) 217 -rm -rf $(distdir) 194 218 dist-all: distdir 195 219 -chmod -R a+r $(distdir) 196 GZIP=$(GZIP ) $(TAR) chozf $(distdir).tar.gz $(distdir)197 rm -rf $(distdir)220 GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir) 221 -rm -rf $(distdir) 198 222 distdir: $(DISTFILES) 199 rm -rf $(distdir)223 -rm -rf $(distdir) 200 224 mkdir $(distdir) 201 225 -chmod 777 $(distdir) 202 226 here=`cd $(top_builddir) && pwd`; \ 203 top_distdir=`cd $(top_distdir) && pwd`; \ 227 top_distdir=`cd $(distdir) && pwd`; \ 228 distdir=`cd $(distdir) && pwd`; \ 204 229 cd $(top_srcdir) \ 205 230 && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --foreign Makefile 206 231 @for file in $(DISTFILES); do \ 207 232 d=$(srcdir); \ 208 test -f $(distdir)/$$file \ 209 || ln $$d/$$file $(distdir)/$$file 2> /dev/null \ 210 || cp -p $$d/$$file $(distdir)/$$file; \ 233 if test -d $$d/$$file; then \ 234 cp -pr $$/$$file $(distdir)/$$file; \ 235 else \ 236 test -f $(distdir)/$$file \ 237 || ln $$d/$$file $(distdir)/$$file 2> /dev/null \ 238 || cp -p $$d/$$file $(distdir)/$$file || :; \ 239 fi; \ 211 240 done 212 241 213 MKDEP = gcc -M $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CFLAGS)214 215 242 DEPS_MAGIC := $(shell mkdir .deps > /dev/null 2>&1 || :) 216 -include .deps/.P217 .deps/.P: $(BUILT_SOURCES)218 echo > $@219 243 220 244 -include $(DEP_FILES) … … 225 249 226 250 distclean-depend: 251 -rm -rf .deps 227 252 228 253 maintainer-clean-depend: 229 rm -rf .deps 230 231 .deps/%.P: %.c 232 @echo "Computing dependencies for $<..." 233 @o='o'; \ 234 test -n "$o" && o='$$o'; \ 235 $(MKDEP) $< >$@.tmp \ 236 && sed "s,^\(.*\)\.o:,\1.$$o \1.l$$o $@:," < $@.tmp > $@ \ 237 && rm -f $@.tmp 238 info: 239 dvi: 240 check: all 241 $(MAKE) 242 installcheck: 243 install-exec: install-exec-local 244 @$(NORMAL_INSTALL) 245 246 install-data: 247 @$(NORMAL_INSTALL) 248 249 install: install-exec install-data all 250 @: 251 252 uninstall: 253 254 all: Makefile $(PROGRAMS) 255 254 255 %.o: %.c 256 @echo '$(COMPILE) -c $<'; \ 257 $(COMPILE) -Wp,-MD,.deps/$(*F).pp -c $< 258 @-cp .deps/$(*F).pp .deps/$(*F).P; \ 259 tr ' ' '\012' < .deps/$(*F).pp \ 260 | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \ 261 >> .deps/$(*F).P; \ 262 rm .deps/$(*F).pp 263 264 %.lo: %.c 265 @echo '$(LTCOMPILE) -c $<'; \ 266 $(LTCOMPILE) -Wp,-MD,.deps/$(*F).pp -c $< 267 @-sed -e 's/^\([^:]*\)\.o[ ]*:/\1.lo \1.o :/' \ 268 < .deps/$(*F).pp > .deps/$(*F).P; \ 269 tr ' ' '\012' < .deps/$(*F).pp \ 270 | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \ 271 >> .deps/$(*F).P; \ 272 rm -f .deps/$(*F).pp 273 info-am: 274 info: info-am 275 dvi-am: 276 dvi: dvi-am 277 check-am: all-am 278 check: check-am 279 installcheck-am: 280 installcheck: installcheck-am 281 install-exec-am: install-exec-local 282 install-exec: install-exec-am 283 284 install-data-am: 285 install-data: install-data-am 286 287 install-am: all-am 288 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am 289 install: install-am 290 uninstall-am: 291 uninstall: uninstall-am 292 all-am: Makefile $(PROGRAMS) 293 all-redirect: all-am 256 294 install-strip: 257 $(MAKE) INSTALL_PROGRAM='$(INSTALL_PROGRAM) -s' INSTALL_SCRIPT='$(INSTALL_PROGRAM)'install295 $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install 258 296 installdirs: 259 297 260 298 261 299 mostlyclean-generic: 262 test -z "$(MOSTLYCLEANFILES)" || rm -f $(MOSTLYCLEANFILES)263 300 264 301 clean-generic: 265 test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)266 302 267 303 distclean-generic: 268 rm -f Makefile $(DISTCLEANFILES) 269 rm -f config.cache config.log stamp-h stamp-h[0-9]* 270 test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) 304 -rm -f Makefile $(CONFIG_CLEAN_FILES) 305 -rm -f config.cache config.log stamp-h stamp-h[0-9]* 271 306 272 307 maintainer-clean-generic: 273 test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES) 274 test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES) 275 mostlyclean: mostlyclean-noinstPROGRAMS mostlyclean-compile \ 308 mostlyclean-am: mostlyclean-noinstPROGRAMS mostlyclean-compile \ 276 309 mostlyclean-tags mostlyclean-depend mostlyclean-generic 277 310 278 clean: clean-noinstPROGRAMS clean-compile clean-tags clean-depend \ 279 clean-generic mostlyclean 280 281 distclean: distclean-noinstPROGRAMS distclean-compile distclean-tags \ 282 distclean-depend distclean-generic clean 283 rm -f config.status 284 285 maintainer-clean: maintainer-clean-noinstPROGRAMS \ 311 mostlyclean: mostlyclean-am 312 313 clean-am: clean-noinstPROGRAMS clean-compile clean-tags clean-depend \ 314 clean-generic mostlyclean-am 315 316 clean: clean-am 317 318 distclean-am: distclean-noinstPROGRAMS distclean-compile distclean-tags \ 319 distclean-depend distclean-generic clean-am 320 321 distclean: distclean-am 322 -rm -f config.status 323 324 maintainer-clean-am: maintainer-clean-noinstPROGRAMS \ 286 325 maintainer-clean-compile maintainer-clean-tags \ 287 326 maintainer-clean-depend maintainer-clean-generic \ 288 distclean 327 distclean-am 289 328 @echo "This command is intended for maintainers to use;" 290 329 @echo "it deletes files that may require special tools to rebuild." 291 rm -f config.status 292 293 .PHONY: default mostlyclean-noinstPROGRAMS distclean-noinstPROGRAMS \ 330 331 maintainer-clean: maintainer-clean-am 332 -rm -f config.status 333 334 .PHONY: mostlyclean-noinstPROGRAMS distclean-noinstPROGRAMS \ 294 335 clean-noinstPROGRAMS maintainer-clean-noinstPROGRAMS \ 295 336 mostlyclean-compile distclean-compile clean-compile \ 296 337 maintainer-clean-compile tags mostlyclean-tags distclean-tags \ 297 338 clean-tags maintainer-clean-tags distdir mostlyclean-depend \ 298 distclean-depend clean-depend maintainer-clean-depend info dvi \ 299 installcheck install-exec install-data install uninstall all \ 300 installdirs mostlyclean-generic distclean-generic clean-generic \ 301 maintainer-clean-generic clean mostlyclean distclean maintainer-clean 339 distclean-depend clean-depend maintainer-clean-depend info-am info \ 340 dvi-am dvi check check-am installcheck-am installcheck \ 341 install-exec-local install-exec-am install-exec install-data-am \ 342 install-data install-am install uninstall-am uninstall all-redirect \ 343 all-am all installdirs mostlyclean-generic distclean-generic \ 344 clean-generic maintainer-clean-generic clean mostlyclean distclean \ 345 maintainer-clean 302 346 303 347 … … 307 351 $(INSTALL_PROGRAM) $(PROGRAMS) $(PROJECT_ROOT)/${RTEMS_BSP}/bin 308 352 309 include $(top_srcdir)/../../../../../../../automake/local.am 353 debug-am: 354 debug: debug-am 355 .PHONY: debug debug-am 356 357 debug_install-am: 358 debug_install: debug_install-am 359 .PHONY: debug_install debug_install-am 360 361 profile-am: 362 profile: profile-am 363 .PHONY: profile profile-am 364 365 profile_install-am: 366 profile_install: profile_install-am 367 .PHONY: profile_install profile_install-am 368 369 preinstall-am: 370 preinstall: preinstall-am 371 .PHONY: preinstall preinstall-am 372 373 clobber-am: 374 clobber: clobber-am 375 .PHONY: clobber clobber-am 376 377 depend-am: 378 depend: depend-am 379 .PHONY: depend depend-am 310 380 311 381 # Tell versions [3.59,3.63) of GNU make to not export all variables. -
c/src/lib/libbsp/m68k/mvme162/tools/configure
r326378bf r7398901 2 2 3 3 # Guess values for system-dependent variables and create Makefiles. 4 # Generated automatically using autoconf version 2.1 24 # Generated automatically using autoconf version 2.13 5 5 # Copyright (C) 1992, 93, 94, 95, 96 Free Software Foundation, Inc. 6 6 # … … 52 52 subdirs= 53 53 MFLAGS= MAKEFLAGS= 54 SHELL=${CONFIG_SHELL-/bin/sh} 54 55 # Maximum number of lines to put in a shell here document. 55 56 ac_max_here_lines=12 … … 335 336 336 337 -version | --version | --versio | --versi | --vers) 337 echo "configure generated by autoconf version 2.1 2"338 echo "configure generated by autoconf version 2.13" 338 339 exit 0 ;; 339 340 … … 505 506 ac_cpp='$CPP $CPPFLAGS' 506 507 ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5' 507 ac_link='${CC-cc} -o conftest $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'508 ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5' 508 509 cross_compiling=$ac_cv_prog_cc_cross 509 510 511 ac_exeext= 512 ac_objext=o 510 513 if (echo "testing\c"; echo 1,2,3) | grep c >/dev/null; then 511 514 # Stardent Vistra SVR4 grep lacks -e, says ghazi@caip.rutgers.edu. … … 558 561 559 562 echo $ac_n "checking for RTEMS Version""... $ac_c" 1>&6 560 echo "configure:56 1: checking for RTEMS Version" >&5563 echo "configure:564: checking for RTEMS Version" >&5 561 564 if test -r "${srcdir}/${RTEMS_TOPdir}/VERSION"; then 562 565 RTEMS_VERSION=`grep Version ${srcdir}/${RTEMS_TOPdir}/VERSION | \ … … 596 599 597 600 # Make sure we can run config.sub. 598 if $ ac_config_sub sun4 >/dev/null 2>&1; then :601 if ${CONFIG_SHELL-/bin/sh} $ac_config_sub sun4 >/dev/null 2>&1; then : 599 602 else { echo "configure: error: can not run $ac_config_sub" 1>&2; exit 1; } 600 603 fi 601 604 602 605 echo $ac_n "checking host system type""... $ac_c" 1>&6 603 echo "configure:60 4: checking host system type" >&5606 echo "configure:607: checking host system type" >&5 604 607 605 608 host_alias=$host … … 608 611 case $nonopt in 609 612 NONE) 610 if host_alias=`$ ac_config_guess`; then :613 if host_alias=`${CONFIG_SHELL-/bin/sh} $ac_config_guess`; then : 611 614 else { echo "configure: error: can not guess host type; you must specify one" 1>&2; exit 1; } 612 615 fi ;; … … 615 618 esac 616 619 617 host=`$ ac_config_sub $host_alias`620 host=`${CONFIG_SHELL-/bin/sh} $ac_config_sub $host_alias` 618 621 host_cpu=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'` 619 622 host_vendor=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'` … … 622 625 623 626 echo $ac_n "checking target system type""... $ac_c" 1>&6 624 echo "configure:62 5: checking target system type" >&5627 echo "configure:628: checking target system type" >&5 625 628 626 629 target_alias=$target … … 633 636 esac 634 637 635 target=`$ ac_config_sub $target_alias`638 target=`${CONFIG_SHELL-/bin/sh} $ac_config_sub $target_alias` 636 639 target_cpu=`echo $target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'` 637 640 target_vendor=`echo $target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'` … … 640 643 641 644 echo $ac_n "checking build system type""... $ac_c" 1>&6 642 echo "configure:64 3: checking build system type" >&5645 echo "configure:646: checking build system type" >&5 643 646 644 647 build_alias=$build … … 651 654 esac 652 655 653 build=`$ ac_config_sub $build_alias`656 build=`${CONFIG_SHELL-/bin/sh} $ac_config_sub $build_alias` 654 657 build_cpu=`echo $build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'` 655 658 build_vendor=`echo $build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'` … … 665 668 666 669 echo $ac_n "checking rtems target cpu""... $ac_c" 1>&6 667 echo "configure:6 68: checking rtems target cpu" >&5670 echo "configure:671: checking rtems target cpu" >&5 668 671 case "${target}" in 669 672 # hpux unix port should go here … … 700 703 # IRIX /sbin/install 701 704 # AIX /bin/install 705 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag 702 706 # AFS /usr/afsws/bin/install, which mishandles nonexistent args 703 707 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff" 704 708 # ./install, which can be erroneously created by make from ./install.sh. 705 709 echo $ac_n "checking for a BSD compatible install""... $ac_c" 1>&6 706 echo "configure:7 07: checking for a BSD compatible install" >&5710 echo "configure:711: checking for a BSD compatible install" >&5 707 711 if test -z "$INSTALL"; then 708 712 if eval "test \"`echo '$''{'ac_cv_path_install'+set}'`\" = set"; then 709 713 echo $ac_n "(cached) $ac_c" 1>&6 710 714 else 711 IFS="${IFS= }"; ac_save_IFS="$IFS"; IFS=" ${IFS}:"715 IFS="${IFS= }"; ac_save_IFS="$IFS"; IFS=":" 712 716 for ac_dir in $PATH; do 713 717 # Account for people who put trailing slashes in PATH elements. … … 716 720 *) 717 721 # OSF1 and SCO ODT 3.0 have their own names for install. 718 for ac_prog in ginstall installbsd scoinst install; do 722 # Don't use installbsd from OSF since it installs stuff as root 723 # by default. 724 for ac_prog in ginstall scoinst install; do 719 725 if test -f $ac_dir/$ac_prog; then 720 726 if test $ac_prog = install && 721 727 grep dspmsg $ac_dir/$ac_prog >/dev/null 2>&1; then 722 728 # AIX install. It has an incompatible calling convention. 723 # OSF/1 installbsd also uses dspmsg, but is usable.724 729 : 725 730 else … … 751 756 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}' 752 757 758 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL_PROGRAM}' 759 753 760 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644' 754 761 755 762 echo $ac_n "checking whether build environment is sane""... $ac_c" 1>&6 756 echo "configure:7 57: checking whether build environment is sane" >&5763 echo "configure:764: checking whether build environment is sane" >&5 757 764 # Just in case 758 765 sleep 1 … … 811 818 812 819 echo $ac_n "checking whether ${MAKE-make} sets \${MAKE}""... $ac_c" 1>&6 813 echo "configure:8 14: checking whether ${MAKE-make} sets \${MAKE}" >&5820 echo "configure:821: checking whether ${MAKE-make} sets \${MAKE}" >&5 814 821 set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y%./+-%__p_%'` 815 822 if eval "test \"`echo '$''{'ac_cv_prog_make_${ac_make}_set'+set}'`\" = set"; then … … 850 857 missing_dir=`cd $ac_aux_dir && pwd` 851 858 echo $ac_n "checking for working aclocal""... $ac_c" 1>&6 852 echo "configure:8 53: checking for working aclocal" >&5859 echo "configure:860: checking for working aclocal" >&5 853 860 # Run test in a subshell; some versions of sh will print an error if 854 861 # an executable is not found, even if stderr is redirected. … … 863 870 864 871 echo $ac_n "checking for working autoconf""... $ac_c" 1>&6 865 echo "configure:8 66: checking for working autoconf" >&5872 echo "configure:873: checking for working autoconf" >&5 866 873 # Run test in a subshell; some versions of sh will print an error if 867 874 # an executable is not found, even if stderr is redirected. … … 876 883 877 884 echo $ac_n "checking for working automake""... $ac_c" 1>&6 878 echo "configure:8 79: checking for working automake" >&5885 echo "configure:886: checking for working automake" >&5 879 886 # Run test in a subshell; some versions of sh will print an error if 880 887 # an executable is not found, even if stderr is redirected. … … 889 896 890 897 echo $ac_n "checking for working autoheader""... $ac_c" 1>&6 891 echo "configure:89 2: checking for working autoheader" >&5898 echo "configure:899: checking for working autoheader" >&5 892 899 # Run test in a subshell; some versions of sh will print an error if 893 900 # an executable is not found, even if stderr is redirected. … … 902 909 903 910 echo $ac_n "checking for working makeinfo""... $ac_c" 1>&6 904 echo "configure:9 05: checking for working makeinfo" >&5911 echo "configure:912: checking for working makeinfo" >&5 905 912 # Run test in a subshell; some versions of sh will print an error if 906 913 # an executable is not found, even if stderr is redirected. … … 919 926 set dummy gcc; ac_word=$2 920 927 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 921 echo "configure:92 2: checking for $ac_word" >&5928 echo "configure:929: checking for $ac_word" >&5 922 929 if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then 923 930 echo $ac_n "(cached) $ac_c" 1>&6 … … 926 933 ac_cv_prog_CC="$CC" # Let the user override the test. 927 934 else 928 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:" 929 for ac_dir in $PATH; do 935 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":" 936 ac_dummy="$PATH" 937 for ac_dir in $ac_dummy; do 930 938 test -z "$ac_dir" && ac_dir=. 931 939 if test -f $ac_dir/$ac_word; then … … 948 956 set dummy cc; ac_word=$2 949 957 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 950 echo "configure:95 1: checking for $ac_word" >&5958 echo "configure:959: checking for $ac_word" >&5 951 959 if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then 952 960 echo $ac_n "(cached) $ac_c" 1>&6 … … 955 963 ac_cv_prog_CC="$CC" # Let the user override the test. 956 964 else 957 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=" ${IFS}:"965 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":" 958 966 ac_prog_rejected=no 959 for ac_dir in $PATH; do 967 ac_dummy="$PATH" 968 for ac_dir in $ac_dummy; do 960 969 test -z "$ac_dir" && ac_dir=. 961 970 if test -f $ac_dir/$ac_word; then … … 992 1001 fi 993 1002 1003 if test -z "$CC"; then 1004 case "`uname -s`" in 1005 *win32* | *WIN32*) 1006 # Extract the first word of "cl", so it can be a program name with args. 1007 set dummy cl; ac_word=$2 1008 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 1009 echo "configure:1010: checking for $ac_word" >&5 1010 if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then 1011 echo $ac_n "(cached) $ac_c" 1>&6 1012 else 1013 if test -n "$CC"; then 1014 ac_cv_prog_CC="$CC" # Let the user override the test. 1015 else 1016 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":" 1017 ac_dummy="$PATH" 1018 for ac_dir in $ac_dummy; do 1019 test -z "$ac_dir" && ac_dir=. 1020 if test -f $ac_dir/$ac_word; then 1021 ac_cv_prog_CC="cl" 1022 break 1023 fi 1024 done 1025 IFS="$ac_save_ifs" 1026 fi 1027 fi 1028 CC="$ac_cv_prog_CC" 1029 if test -n "$CC"; then 1030 echo "$ac_t""$CC" 1>&6 1031 else 1032 echo "$ac_t""no" 1>&6 1033 fi 1034 ;; 1035 esac 1036 fi 994 1037 test -z "$CC" && { echo "configure: error: no acceptable cc found in \$PATH" 1>&2; exit 1; } 995 1038 fi 996 1039 997 1040 echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works""... $ac_c" 1>&6 998 echo "configure: 999: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&51041 echo "configure:1042: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5 999 1042 1000 1043 ac_ext=c … … 1002 1045 ac_cpp='$CPP $CPPFLAGS' 1003 1046 ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5' 1004 ac_link='${CC-cc} -o conftest $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'1047 ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5' 1005 1048 cross_compiling=$ac_cv_prog_cc_cross 1006 1049 1007 cat > conftest.$ac_ext <<EOF 1008 #line 1009 "configure" 1050 cat > conftest.$ac_ext << EOF 1051 1052 #line 1053 "configure" 1009 1053 #include "confdefs.h" 1054 1010 1055 main(){return(0);} 1011 1056 EOF 1012 if { (eval echo configure:10 13: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then1057 if { (eval echo configure:1058: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 1013 1058 ac_cv_prog_cc_works=yes 1014 1059 # If we can't run a trivial program, we are probably using a cross compiler. … … 1024 1069 fi 1025 1070 rm -fr conftest* 1071 ac_ext=c 1072 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options. 1073 ac_cpp='$CPP $CPPFLAGS' 1074 ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5' 1075 ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5' 1076 cross_compiling=$ac_cv_prog_cc_cross 1026 1077 1027 1078 echo "$ac_t""$ac_cv_prog_cc_works" 1>&6 … … 1030 1081 fi 1031 1082 echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler""... $ac_c" 1>&6 1032 echo "configure:10 33: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&51083 echo "configure:1084: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5 1033 1084 echo "$ac_t""$ac_cv_prog_cc_cross" 1>&6 1034 1085 cross_compiling=$ac_cv_prog_cc_cross 1035 1086 1036 1087 echo $ac_n "checking whether we are using GNU C""... $ac_c" 1>&6 1037 echo "configure:10 38: checking whether we are using GNU C" >&51088 echo "configure:1089: checking whether we are using GNU C" >&5 1038 1089 if eval "test \"`echo '$''{'ac_cv_prog_gcc'+set}'`\" = set"; then 1039 1090 echo $ac_n "(cached) $ac_c" 1>&6 … … 1044 1095 #endif 1045 1096 EOF 1046 if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:10 47: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then1097 if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:1098: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then 1047 1098 ac_cv_prog_gcc=yes 1048 1099 else … … 1055 1106 if test $ac_cv_prog_gcc = yes; then 1056 1107 GCC=yes 1057 ac_test_CFLAGS="${CFLAGS+set}" 1058 ac_save_CFLAGS="$CFLAGS" 1059 CFLAGS= 1060 echo $ac_n "checking whether ${CC-cc} accepts -g""... $ac_c" 1>&6 1061 echo "configure:1062: checking whether ${CC-cc} accepts -g" >&5 1108 else 1109 GCC= 1110 fi 1111 1112 ac_test_CFLAGS="${CFLAGS+set}" 1113 ac_save_CFLAGS="$CFLAGS" 1114 CFLAGS= 1115 echo $ac_n "checking whether ${CC-cc} accepts -g""... $ac_c" 1>&6 1116 echo "configure:1117: checking whether ${CC-cc} accepts -g" >&5 1062 1117 if eval "test \"`echo '$''{'ac_cv_prog_cc_g'+set}'`\" = set"; then 1063 1118 echo $ac_n "(cached) $ac_c" 1>&6 … … 1074 1129 1075 1130 echo "$ac_t""$ac_cv_prog_cc_g" 1>&6 1076 if test "$ac_test_CFLAGS" = set; then 1077 CFLAGS="$ac_save_CFLAGS" 1078 elif test $ac_cv_prog_cc_g = yes; then 1131 if test "$ac_test_CFLAGS" = set; then 1132 CFLAGS="$ac_save_CFLAGS" 1133 elif test $ac_cv_prog_cc_g = yes; then 1134 if test "$GCC" = yes; then 1079 1135 CFLAGS="-g -O2" 1080 1136 else 1137 CFLAGS="-g" 1138 fi 1139 else 1140 if test "$GCC" = yes; then 1081 1141 CFLAGS="-O2" 1142 else 1143 CFLAGS= 1082 1144 fi 1083 else1084 GCC=1085 test "${CFLAGS+set}" = set || CFLAGS="-g"1086 1145 fi 1087 1146 1088 1147 1089 1148 echo $ac_n "checking how to run the C preprocessor""... $ac_c" 1>&6 1090 echo "configure:1 091: checking how to run the C preprocessor" >&51149 echo "configure:1150: checking how to run the C preprocessor" >&5 1091 1150 # On Suns, sometimes $CPP names a directory. 1092 1151 if test -n "$CPP" && test -d "$CPP"; then … … 1103 1162 # not just through cpp. 1104 1163 cat > conftest.$ac_ext <<EOF 1105 #line 11 06"configure"1164 #line 1165 "configure" 1106 1165 #include "confdefs.h" 1107 1166 #include <assert.h> … … 1109 1168 EOF 1110 1169 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 1111 { (eval echo configure:11 12: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }1112 ac_err=`grep -v '^ *+' conftest.out `1170 { (eval echo configure:1171: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 1171 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 1113 1172 if test -z "$ac_err"; then 1114 1173 : … … 1120 1179 CPP="${CC-cc} -E -traditional-cpp" 1121 1180 cat > conftest.$ac_ext <<EOF 1122 #line 11 23"configure"1181 #line 1182 "configure" 1123 1182 #include "confdefs.h" 1124 1183 #include <assert.h> … … 1126 1185 EOF 1127 1186 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 1128 { (eval echo configure:1129: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 1129 ac_err=`grep -v '^ *+' conftest.out` 1187 { (eval echo configure:1188: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 1188 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 1189 if test -z "$ac_err"; then 1190 : 1191 else 1192 echo "$ac_err" >&5 1193 echo "configure: failed program was:" >&5 1194 cat conftest.$ac_ext >&5 1195 rm -rf conftest* 1196 CPP="${CC-cc} -nologo -E" 1197 cat > conftest.$ac_ext <<EOF 1198 #line 1199 "configure" 1199 #include "confdefs.h" 1200 #include <assert.h> 1201 Syntax Error 1202 EOF 1203 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 1204 { (eval echo configure:1205: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 1205 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 1130 1206 if test -z "$ac_err"; then 1131 1207 : … … 1140 1216 fi 1141 1217 rm -f conftest* 1218 fi 1219 rm -f conftest* 1142 1220 ac_cv_prog_CPP="$CPP" 1143 1221 fi … … 1149 1227 1150 1228 echo $ac_n "checking for ANSI C header files""... $ac_c" 1>&6 1151 echo "configure:1 152: checking for ANSI C header files" >&51229 echo "configure:1230: checking for ANSI C header files" >&5 1152 1230 if eval "test \"`echo '$''{'ac_cv_header_stdc'+set}'`\" = set"; then 1153 1231 echo $ac_n "(cached) $ac_c" 1>&6 1154 1232 else 1155 1233 cat > conftest.$ac_ext <<EOF 1156 #line 1 157"configure"1234 #line 1235 "configure" 1157 1235 #include "confdefs.h" 1158 1236 #include <stdlib.h> … … 1162 1240 EOF 1163 1241 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 1164 { (eval echo configure:1 165: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }1165 ac_err=`grep -v '^ *+' conftest.out `1242 { (eval echo configure:1243: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 1243 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 1166 1244 if test -z "$ac_err"; then 1167 1245 rm -rf conftest* … … 1179 1257 # SunOS 4.x string.h does not declare mem*, contrary to ANSI. 1180 1258 cat > conftest.$ac_ext <<EOF 1181 #line 1 182"configure"1259 #line 1260 "configure" 1182 1260 #include "confdefs.h" 1183 1261 #include <string.h> … … 1197 1275 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI. 1198 1276 cat > conftest.$ac_ext <<EOF 1199 #line 12 00"configure"1277 #line 1278 "configure" 1200 1278 #include "confdefs.h" 1201 1279 #include <stdlib.h> … … 1218 1296 else 1219 1297 cat > conftest.$ac_ext <<EOF 1220 #line 12 21"configure"1298 #line 1299 "configure" 1221 1299 #include "confdefs.h" 1222 1300 #include <ctype.h> … … 1229 1307 1230 1308 EOF 1231 if { (eval echo configure:1 232: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest&& (./conftest; exit) 2>/dev/null1309 if { (eval echo configure:1310: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null 1232 1310 then 1233 1311 : … … 1256 1334 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` 1257 1335 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 1258 echo "configure:1 259: checking for $ac_hdr" >&51336 echo "configure:1337: checking for $ac_hdr" >&5 1259 1337 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then 1260 1338 echo $ac_n "(cached) $ac_c" 1>&6 1261 1339 else 1262 1340 cat > conftest.$ac_ext <<EOF 1263 #line 1 264"configure"1341 #line 1342 "configure" 1264 1342 #include "confdefs.h" 1265 1343 #include <$ac_hdr> 1266 1344 EOF 1267 1345 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 1268 { (eval echo configure:1 269: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }1269 ac_err=`grep -v '^ *+' conftest.out `1346 { (eval echo configure:1347: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 1347 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 1270 1348 if test -z "$ac_err"; then 1271 1349 rm -rf conftest* … … 1296 1374 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` 1297 1375 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 1298 echo "configure:1 299: checking for $ac_hdr" >&51376 echo "configure:1377: checking for $ac_hdr" >&5 1299 1377 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then 1300 1378 echo $ac_n "(cached) $ac_c" 1>&6 1301 1379 else 1302 1380 cat > conftest.$ac_ext <<EOF 1303 #line 13 04"configure"1381 #line 1382 "configure" 1304 1382 #include "confdefs.h" 1305 1383 #include <$ac_hdr> 1306 1384 EOF 1307 1385 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 1308 { (eval echo configure:13 09: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }1309 ac_err=`grep -v '^ *+' conftest.out `1386 { (eval echo configure:1387: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 1387 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 1310 1388 if test -z "$ac_err"; then 1311 1389 rm -rf conftest* … … 1335 1413 do 1336 1414 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 1337 echo "configure:1 338: checking for $ac_func" >&51415 echo "configure:1416: checking for $ac_func" >&5 1338 1416 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then 1339 1417 echo $ac_n "(cached) $ac_c" 1>&6 1340 1418 else 1341 1419 cat > conftest.$ac_ext <<EOF 1342 #line 1 343"configure"1420 #line 1421 "configure" 1343 1421 #include "confdefs.h" 1344 1422 /* System header to define __stub macros and hopefully few prototypes, … … 1363 1441 ; return 0; } 1364 1442 EOF 1365 if { (eval echo configure:1 366: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then1443 if { (eval echo configure:1444: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 1366 1444 rm -rf conftest* 1367 1445 eval "ac_cv_func_$ac_func=yes" … … 1388 1466 1389 1467 echo $ac_n "checking for working mmap""... $ac_c" 1>&6 1390 echo "configure:1 391: checking for working mmap" >&51468 echo "configure:1469: checking for working mmap" >&5 1391 1469 if eval "test \"`echo '$''{'ac_cv_func_mmap_fixed_mapped'+set}'`\" = set"; then 1392 1470 echo $ac_n "(cached) $ac_c" 1>&6 … … 1396 1474 else 1397 1475 cat > conftest.$ac_ext <<EOF 1398 #line 1 399"configure"1476 #line 1477 "configure" 1399 1477 #include "confdefs.h" 1400 1478 … … 1536 1614 1537 1615 EOF 1538 if { (eval echo configure:1 539: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest&& (./conftest; exit) 2>/dev/null1616 if { (eval echo configure:1617: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null 1539 1617 then 1540 1618 ac_cv_func_mmap_fixed_mapped=yes … … 1582 1660 # and sets the high bit in the cache file unless we assign to the vars. 1583 1661 (set) 2>&1 | 1584 case `(ac_space=' '; set ) 2>&1` in1662 case `(ac_space=' '; set | grep ac_space) 2>&1` in 1585 1663 *ac_space=\ *) 1586 1664 # `set' does not quote correctly, so add quotes (double-quote substitution … … 1661 1739 exec \${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion ;; 1662 1740 -version | --version | --versio | --versi | --vers | --ver | --ve | --v) 1663 echo "$CONFIG_STATUS generated by autoconf version 2.1 2"1741 echo "$CONFIG_STATUS generated by autoconf version 2.13" 1664 1742 exit 0 ;; 1665 1743 -help | --help | --hel | --he | --h) … … 1681 1759 $ac_vpsub 1682 1760 $extrasub 1761 s%@SHELL@%$SHELL%g 1683 1762 s%@CFLAGS@%$CFLAGS%g 1684 1763 s%@CPPFLAGS@%$CPPFLAGS%g 1685 1764 s%@CXXFLAGS@%$CXXFLAGS%g 1765 s%@FFLAGS@%$FFLAGS%g 1686 1766 s%@DEFS@%$DEFS%g 1687 1767 s%@LDFLAGS@%$LDFLAGS%g … … 1721 1801 s%@build_os@%$build_os%g 1722 1802 s%@INSTALL_PROGRAM@%$INSTALL_PROGRAM%g 1803 s%@INSTALL_SCRIPT@%$INSTALL_SCRIPT%g 1723 1804 s%@INSTALL_DATA@%$INSTALL_DATA%g 1724 1805 s%@PACKAGE@%$PACKAGE%g -
c/src/lib/libbsp/powerpc/psim/tools/Makefile.in
r326378bf r7398901 1 # Makefile.in generated automatically by automake 1. 2from Makefile.am2 3 # Copyright (C) 1994, 1995 , 1996, 1997Free Software Foundation, Inc.1 # Makefile.in generated automatically by automake 1.4 from Makefile.am 2 3 # Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc. 4 4 # This Makefile.in is free software; the Free Software Foundation 5 # gives unlimited permission to copy, distribute and modify it. 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. 6 12 7 13 # … … 10 16 11 17 12 SHELL = /bin/sh 18 19 SHELL = @SHELL@ 13 20 14 21 srcdir = @srcdir@ … … 31 38 oldincludedir = /usr/include 32 39 40 DESTDIR = 41 33 42 pkgdatadir = $(datadir)/@PACKAGE@ 34 43 pkglibdir = $(libdir)/@PACKAGE@ … … 41 50 42 51 INSTALL = @INSTALL@ 43 INSTALL_PROGRAM = @INSTALL_PROGRAM@ 52 INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS) 44 53 INSTALL_DATA = @INSTALL_DATA@ 45 54 INSTALL_SCRIPT = @INSTALL_SCRIPT@ 46 55 transform = @program_transform_name@ 47 56 48 NORMAL_INSTALL = true49 PRE_INSTALL = true50 POST_INSTALL = true51 NORMAL_UNINSTALL = true52 PRE_UNINSTALL = true53 POST_UNINSTALL = true57 NORMAL_INSTALL = : 58 PRE_INSTALL = : 59 POST_INSTALL = : 60 NORMAL_UNINSTALL = : 61 PRE_UNINSTALL = : 62 POST_UNINSTALL = : 54 63 build_alias = @build_alias@ 55 64 build_triplet = @build@ … … 68 77 ACLOCAL = @ACLOCAL@ -I $(RTEMS_TOPdir)/aclocal 69 78 70 noinst_SCRIPTS =psim runtest79 noinst_SCRIPTS = psim runtest 71 80 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 72 81 mkinstalldirs = $(SHELL) $(top_srcdir)/../../../../../../../mkinstalldirs … … 80 89 81 90 TAR = tar 82 GZIP = --best 83 default: all 84 91 GZIP_ENV = --best 92 all: all-redirect 85 93 .SUFFIXES: 86 $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) 94 $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) $(top_srcdir)/../../../../../../../automake/local.am 87 95 cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile 88 96 89 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES)97 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES) 90 98 cd $(top_builddir) \ 91 99 && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status … … 94 102 cd $(srcdir) && $(ACLOCAL) 95 103 96 config.status: $(srcdir)/configure 104 config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) 97 105 $(SHELL) ./config.status --recheck 98 106 $(srcdir)/configure: $(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES) … … 109 117 # tarfile. 110 118 distcheck: dist 111 rm -rf $(distdir)112 GZIP=$(GZIP ) $(TAR) zxf $(distdir).tar.gz119 -rm -rf $(distdir) 120 GZIP=$(GZIP_ENV) $(TAR) zxf $(distdir).tar.gz 113 121 mkdir $(distdir)/=build 114 122 mkdir $(distdir)/=inst … … 116 124 cd $(distdir)/=build \ 117 125 && ../configure --srcdir=.. --prefix=$$dc_install_base \ 118 && $(MAKE) \ 119 && $(MAKE) dvi \ 120 && $(MAKE) check \ 121 && $(MAKE) install \ 122 && $(MAKE) installcheck \ 123 && $(MAKE) dist 124 rm -rf $(distdir) 125 @echo "========================"; \ 126 echo "$(distdir).tar.gz is ready for distribution"; \ 127 echo "========================" 126 && $(MAKE) $(AM_MAKEFLAGS) \ 127 && $(MAKE) $(AM_MAKEFLAGS) dvi \ 128 && $(MAKE) $(AM_MAKEFLAGS) check \ 129 && $(MAKE) $(AM_MAKEFLAGS) install \ 130 && $(MAKE) $(AM_MAKEFLAGS) installcheck \ 131 && $(MAKE) $(AM_MAKEFLAGS) dist 132 -rm -rf $(distdir) 133 @banner="$(distdir).tar.gz is ready for distribution"; \ 134 dashes=`echo "$$banner" | sed s/./=/g`; \ 135 echo "$$dashes"; \ 136 echo "$$banner"; \ 137 echo "$$dashes" 128 138 dist: distdir 129 139 -chmod -R a+r $(distdir) 130 GZIP=$(GZIP ) $(TAR) chozf $(distdir).tar.gz $(distdir)131 rm -rf $(distdir)140 GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir) 141 -rm -rf $(distdir) 132 142 dist-all: distdir 133 143 -chmod -R a+r $(distdir) 134 GZIP=$(GZIP ) $(TAR) chozf $(distdir).tar.gz $(distdir)135 rm -rf $(distdir)144 GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir) 145 -rm -rf $(distdir) 136 146 distdir: $(DISTFILES) 137 rm -rf $(distdir)147 -rm -rf $(distdir) 138 148 mkdir $(distdir) 139 149 -chmod 777 $(distdir) 140 150 here=`cd $(top_builddir) && pwd`; \ 141 top_distdir=`cd $(top_distdir) && pwd`; \ 151 top_distdir=`cd $(distdir) && pwd`; \ 152 distdir=`cd $(distdir) && pwd`; \ 142 153 cd $(top_srcdir) \ 143 154 && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --foreign Makefile 144 155 @for file in $(DISTFILES); do \ 145 156 d=$(srcdir); \ 146 test -f $(distdir)/$$file \ 147 || ln $$d/$$file $(distdir)/$$file 2> /dev/null \ 148 || cp -p $$d/$$file $(distdir)/$$file; \ 157 if test -d $$d/$$file; then \ 158 cp -pr $$/$$file $(distdir)/$$file; \ 159 else \ 160 test -f $(distdir)/$$file \ 161 || ln $$d/$$file $(distdir)/$$file 2> /dev/null \ 162 || cp -p $$d/$$file $(distdir)/$$file || :; \ 163 fi; \ 149 164 done 150 info: 151 dvi: 152 check: all 153 $(MAKE) 154 installcheck: 155 install-exec: 156 @$(NORMAL_INSTALL) 157 158 install-data: 159 @$(NORMAL_INSTALL) 160 161 install: install-exec install-data all 162 @: 163 164 uninstall: 165 166 all: Makefile $(SCRIPTS) all-local 167 165 info-am: 166 info: info-am 167 dvi-am: 168 dvi: dvi-am 169 check-am: all-am 170 check: check-am 171 installcheck-am: 172 installcheck: installcheck-am 173 install-exec-am: 174 install-exec: install-exec-am 175 176 install-data-am: 177 install-data: install-data-am 178 179 install-am: all-am 180 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am 181 install: install-am 182 uninstall-am: 183 uninstall: uninstall-am 184 all-am: Makefile $(SCRIPTS) all-local 185 all-redirect: all-am 168 186 install-strip: 169 $(MAKE) INSTALL_PROGRAM='$(INSTALL_PROGRAM) -s' INSTALL_SCRIPT='$(INSTALL_PROGRAM)'install187 $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install 170 188 installdirs: 171 189 172 190 173 191 mostlyclean-generic: 174 test -z "$(MOSTLYCLEANFILES)" || rm -f $(MOSTLYCLEANFILES)175 192 176 193 clean-generic: 177 test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)178 194 179 195 distclean-generic: 180 rm -f Makefile $(DISTCLEANFILES) 181 rm -f config.cache config.log stamp-h stamp-h[0-9]* 182 test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) 196 -rm -f Makefile $(CONFIG_CLEAN_FILES) 197 -rm -f config.cache config.log stamp-h stamp-h[0-9]* 183 198 184 199 maintainer-clean-generic: 185 test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES) 186 test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES) 187 mostlyclean: mostlyclean-generic 188 189 clean: clean-generic mostlyclean 190 191 distclean: distclean-generic clean 192 rm -f config.status 193 194 maintainer-clean: maintainer-clean-generic distclean 200 mostlyclean-am: mostlyclean-generic 201 202 mostlyclean: mostlyclean-am 203 204 clean-am: clean-generic mostlyclean-am 205 206 clean: clean-am 207 208 distclean-am: distclean-generic clean-am 209 210 distclean: distclean-am 211 -rm -f config.status 212 213 maintainer-clean-am: maintainer-clean-generic distclean-am 195 214 @echo "This command is intended for maintainers to use;" 196 215 @echo "it deletes files that may require special tools to rebuild." 197 rm -f config.status 198 199 .PHONY: default tags distdir info dvi installcheck install-exec \ 200 install-data install uninstall all installdirs mostlyclean-generic \ 216 217 maintainer-clean: maintainer-clean-am 218 -rm -f config.status 219 220 .PHONY: tags distdir info-am info dvi-am dvi check check-am \ 221 installcheck-am installcheck install-exec-am install-exec \ 222 install-data-am install-data install-am install uninstall-am uninstall \ 223 all-local all-redirect all-am all installdirs mostlyclean-generic \ 201 224 distclean-generic clean-generic maintainer-clean-generic clean \ 202 225 mostlyclean distclean maintainer-clean … … 210 233 $(INSTALL_SCRIPT) $(srcdir)/psim $(PROJECT_ROOT)/${RTEMS_BSP}/tests/psim-gdb 211 234 212 include $(top_srcdir)/../../../../../../../automake/local.am 235 debug-am: 236 debug: debug-am 237 .PHONY: debug debug-am 238 239 debug_install-am: 240 debug_install: debug_install-am 241 .PHONY: debug_install debug_install-am 242 243 profile-am: 244 profile: profile-am 245 .PHONY: profile profile-am 246 247 profile_install-am: 248 profile_install: profile_install-am 249 .PHONY: profile_install profile_install-am 250 251 preinstall-am: 252 preinstall: preinstall-am 253 .PHONY: preinstall preinstall-am 254 255 clobber-am: 256 clobber: clobber-am 257 .PHONY: clobber clobber-am 258 259 depend-am: 260 depend: depend-am 261 .PHONY: depend depend-am 213 262 214 263 # Tell versions [3.59,3.63) of GNU make to not export all variables. -
c/src/lib/libbsp/powerpc/psim/tools/configure
r326378bf r7398901 2 2 3 3 # Guess values for system-dependent variables and create Makefiles. 4 # Generated automatically using autoconf version 2.1 24 # Generated automatically using autoconf version 2.13 5 5 # Copyright (C) 1992, 93, 94, 95, 96 Free Software Foundation, Inc. 6 6 # … … 52 52 subdirs= 53 53 MFLAGS= MAKEFLAGS= 54 SHELL=${CONFIG_SHELL-/bin/sh} 54 55 # Maximum number of lines to put in a shell here document. 55 56 ac_max_here_lines=12 … … 335 336 336 337 -version | --version | --versio | --versi | --vers) 337 echo "configure generated by autoconf version 2.1 2"338 echo "configure generated by autoconf version 2.13" 338 339 exit 0 ;; 339 340 … … 505 506 ac_cpp='$CPP $CPPFLAGS' 506 507 ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5' 507 ac_link='${CC-cc} -o conftest $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'508 ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5' 508 509 cross_compiling=$ac_cv_prog_cc_cross 509 510 511 ac_exeext= 512 ac_objext=o 510 513 if (echo "testing\c"; echo 1,2,3) | grep c >/dev/null; then 511 514 # Stardent Vistra SVR4 grep lacks -e, says ghazi@caip.rutgers.edu. … … 558 561 559 562 echo $ac_n "checking for RTEMS Version""... $ac_c" 1>&6 560 echo "configure:56 1: checking for RTEMS Version" >&5563 echo "configure:564: checking for RTEMS Version" >&5 561 564 if test -r "${srcdir}/${RTEMS_TOPdir}/VERSION"; then 562 565 RTEMS_VERSION=`grep Version ${srcdir}/${RTEMS_TOPdir}/VERSION | \ … … 596 599 597 600 # Make sure we can run config.sub. 598 if $ ac_config_sub sun4 >/dev/null 2>&1; then :601 if ${CONFIG_SHELL-/bin/sh} $ac_config_sub sun4 >/dev/null 2>&1; then : 599 602 else { echo "configure: error: can not run $ac_config_sub" 1>&2; exit 1; } 600 603 fi 601 604 602 605 echo $ac_n "checking host system type""... $ac_c" 1>&6 603 echo "configure:60 4: checking host system type" >&5606 echo "configure:607: checking host system type" >&5 604 607 605 608 host_alias=$host … … 608 611 case $nonopt in 609 612 NONE) 610 if host_alias=`$ ac_config_guess`; then :613 if host_alias=`${CONFIG_SHELL-/bin/sh} $ac_config_guess`; then : 611 614 else { echo "configure: error: can not guess host type; you must specify one" 1>&2; exit 1; } 612 615 fi ;; … … 615 618 esac 616 619 617 host=`$ ac_config_sub $host_alias`620 host=`${CONFIG_SHELL-/bin/sh} $ac_config_sub $host_alias` 618 621 host_cpu=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'` 619 622 host_vendor=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'` … … 622 625 623 626 echo $ac_n "checking target system type""... $ac_c" 1>&6 624 echo "configure:62 5: checking target system type" >&5627 echo "configure:628: checking target system type" >&5 625 628 626 629 target_alias=$target … … 633 636 esac 634 637 635 target=`$ ac_config_sub $target_alias`638 target=`${CONFIG_SHELL-/bin/sh} $ac_config_sub $target_alias` 636 639 target_cpu=`echo $target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'` 637 640 target_vendor=`echo $target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'` … … 640 643 641 644 echo $ac_n "checking build system type""... $ac_c" 1>&6 642 echo "configure:64 3: checking build system type" >&5645 echo "configure:646: checking build system type" >&5 643 646 644 647 build_alias=$build … … 651 654 esac 652 655 653 build=`$ ac_config_sub $build_alias`656 build=`${CONFIG_SHELL-/bin/sh} $ac_config_sub $build_alias` 654 657 build_cpu=`echo $build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'` 655 658 build_vendor=`echo $build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'` … … 665 668 666 669 echo $ac_n "checking rtems target cpu""... $ac_c" 1>&6 667 echo "configure:6 68: checking rtems target cpu" >&5670 echo "configure:671: checking rtems target cpu" >&5 668 671 case "${target}" in 669 672 # hpux unix port should go here … … 700 703 # IRIX /sbin/install 701 704 # AIX /bin/install 705 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag 702 706 # AFS /usr/afsws/bin/install, which mishandles nonexistent args 703 707 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff" 704 708 # ./install, which can be erroneously created by make from ./install.sh. 705 709 echo $ac_n "checking for a BSD compatible install""... $ac_c" 1>&6 706 echo "configure:7 07: checking for a BSD compatible install" >&5710 echo "configure:711: checking for a BSD compatible install" >&5 707 711 if test -z "$INSTALL"; then 708 712 if eval "test \"`echo '$''{'ac_cv_path_install'+set}'`\" = set"; then 709 713 echo $ac_n "(cached) $ac_c" 1>&6 710 714 else 711 IFS="${IFS= }"; ac_save_IFS="$IFS"; IFS=" ${IFS}:"715 IFS="${IFS= }"; ac_save_IFS="$IFS"; IFS=":" 712 716 for ac_dir in $PATH; do 713 717 # Account for people who put trailing slashes in PATH elements. … … 716 720 *) 717 721 # OSF1 and SCO ODT 3.0 have their own names for install. 718 for ac_prog in ginstall installbsd scoinst install; do 722 # Don't use installbsd from OSF since it installs stuff as root 723 # by default. 724 for ac_prog in ginstall scoinst install; do 719 725 if test -f $ac_dir/$ac_prog; then 720 726 if test $ac_prog = install && 721 727 grep dspmsg $ac_dir/$ac_prog >/dev/null 2>&1; then 722 728 # AIX install. It has an incompatible calling convention. 723 # OSF/1 installbsd also uses dspmsg, but is usable.724 729 : 725 730 else … … 751 756 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}' 752 757 758 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL_PROGRAM}' 759 753 760 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644' 754 761 755 762 echo $ac_n "checking whether build environment is sane""... $ac_c" 1>&6 756 echo "configure:7 57: checking whether build environment is sane" >&5763 echo "configure:764: checking whether build environment is sane" >&5 757 764 # Just in case 758 765 sleep 1 … … 811 818 812 819 echo $ac_n "checking whether ${MAKE-make} sets \${MAKE}""... $ac_c" 1>&6 813 echo "configure:8 14: checking whether ${MAKE-make} sets \${MAKE}" >&5820 echo "configure:821: checking whether ${MAKE-make} sets \${MAKE}" >&5 814 821 set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y%./+-%__p_%'` 815 822 if eval "test \"`echo '$''{'ac_cv_prog_make_${ac_make}_set'+set}'`\" = set"; then … … 850 857 missing_dir=`cd $ac_aux_dir && pwd` 851 858 echo $ac_n "checking for working aclocal""... $ac_c" 1>&6 852 echo "configure:8 53: checking for working aclocal" >&5859 echo "configure:860: checking for working aclocal" >&5 853 860 # Run test in a subshell; some versions of sh will print an error if 854 861 # an executable is not found, even if stderr is redirected. … … 863 870 864 871 echo $ac_n "checking for working autoconf""... $ac_c" 1>&6 865 echo "configure:8 66: checking for working autoconf" >&5872 echo "configure:873: checking for working autoconf" >&5 866 873 # Run test in a subshell; some versions of sh will print an error if 867 874 # an executable is not found, even if stderr is redirected. … … 876 883 877 884 echo $ac_n "checking for working automake""... $ac_c" 1>&6 878 echo "configure:8 79: checking for working automake" >&5885 echo "configure:886: checking for working automake" >&5 879 886 # Run test in a subshell; some versions of sh will print an error if 880 887 # an executable is not found, even if stderr is redirected. … … 889 896 890 897 echo $ac_n "checking for working autoheader""... $ac_c" 1>&6 891 echo "configure:89 2: checking for working autoheader" >&5898 echo "configure:899: checking for working autoheader" >&5 892 899 # Run test in a subshell; some versions of sh will print an error if 893 900 # an executable is not found, even if stderr is redirected. … … 902 909 903 910 echo $ac_n "checking for working makeinfo""... $ac_c" 1>&6 904 echo "configure:9 05: checking for working makeinfo" >&5911 echo "configure:912: checking for working makeinfo" >&5 905 912 # Run test in a subshell; some versions of sh will print an error if 906 913 # an executable is not found, even if stderr is redirected. … … 939 946 # and sets the high bit in the cache file unless we assign to the vars. 940 947 (set) 2>&1 | 941 case `(ac_space=' '; set ) 2>&1` in948 case `(ac_space=' '; set | grep ac_space) 2>&1` in 942 949 *ac_space=\ *) 943 950 # `set' does not quote correctly, so add quotes (double-quote substitution … … 1018 1025 exec \${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion ;; 1019 1026 -version | --version | --versio | --versi | --vers | --ver | --ve | --v) 1020 echo "$CONFIG_STATUS generated by autoconf version 2.1 2"1027 echo "$CONFIG_STATUS generated by autoconf version 2.13" 1021 1028 exit 0 ;; 1022 1029 -help | --help | --hel | --he | --h) … … 1038 1045 $ac_vpsub 1039 1046 $extrasub 1047 s%@SHELL@%$SHELL%g 1040 1048 s%@CFLAGS@%$CFLAGS%g 1041 1049 s%@CPPFLAGS@%$CPPFLAGS%g 1042 1050 s%@CXXFLAGS@%$CXXFLAGS%g 1051 s%@FFLAGS@%$FFLAGS%g 1043 1052 s%@DEFS@%$DEFS%g 1044 1053 s%@LDFLAGS@%$LDFLAGS%g … … 1078 1087 s%@build_os@%$build_os%g 1079 1088 s%@INSTALL_PROGRAM@%$INSTALL_PROGRAM%g 1089 s%@INSTALL_SCRIPT@%$INSTALL_SCRIPT%g 1080 1090 s%@INSTALL_DATA@%$INSTALL_DATA%g 1081 1091 s%@PACKAGE@%$PACKAGE%g -
tools/cpu/hppa1.1/configure
r326378bf r7398901 2 2 3 3 # Guess values for system-dependent variables and create Makefiles. 4 # Generated automatically using autoconf version 2.1 24 # Generated automatically using autoconf version 2.13 5 5 # Copyright (C) 1992, 93, 94, 95, 96 Free Software Foundation, Inc. 6 6 # … … 52 52 subdirs= 53 53 MFLAGS= MAKEFLAGS= 54 SHELL=${CONFIG_SHELL-/bin/sh} 54 55 # Maximum number of lines to put in a shell here document. 55 56 ac_max_here_lines=12 … … 335 336 336 337 -version | --version | --versio | --versi | --vers) 337 echo "configure generated by autoconf version 2.1 2"338 echo "configure generated by autoconf version 2.13" 338 339 exit 0 ;; 339 340 … … 505 506 ac_cpp='$CPP $CPPFLAGS' 506 507 ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5' 507 ac_link='${CC-cc} -o conftest $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'508 ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5' 508 509 cross_compiling=$ac_cv_prog_cc_cross 509 510 511 ac_exeext= 512 ac_objext=o 510 513 if (echo "testing\c"; echo 1,2,3) | grep c >/dev/null; then 511 514 # Stardent Vistra SVR4 grep lacks -e, says ghazi@caip.rutgers.edu. … … 558 561 559 562 echo $ac_n "checking for RTEMS Version""... $ac_c" 1>&6 560 echo "configure:56 1: checking for RTEMS Version" >&5563 echo "configure:564: checking for RTEMS Version" >&5 561 564 if test -r "${srcdir}/${RTEMS_TOPdir}/VERSION"; then 562 565 RTEMS_VERSION=`grep Version ${srcdir}/${RTEMS_TOPdir}/VERSION | \ … … 596 599 597 600 # Make sure we can run config.sub. 598 if $ ac_config_sub sun4 >/dev/null 2>&1; then :601 if ${CONFIG_SHELL-/bin/sh} $ac_config_sub sun4 >/dev/null 2>&1; then : 599 602 else { echo "configure: error: can not run $ac_config_sub" 1>&2; exit 1; } 600 603 fi 601 604 602 605 echo $ac_n "checking host system type""... $ac_c" 1>&6 603 echo "configure:60 4: checking host system type" >&5606 echo "configure:607: checking host system type" >&5 604 607 605 608 host_alias=$host … … 608 611 case $nonopt in 609 612 NONE) 610 if host_alias=`$ ac_config_guess`; then :613 if host_alias=`${CONFIG_SHELL-/bin/sh} $ac_config_guess`; then : 611 614 else { echo "configure: error: can not guess host type; you must specify one" 1>&2; exit 1; } 612 615 fi ;; … … 615 618 esac 616 619 617 host=`$ ac_config_sub $host_alias`620 host=`${CONFIG_SHELL-/bin/sh} $ac_config_sub $host_alias` 618 621 host_cpu=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'` 619 622 host_vendor=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'` … … 622 625 623 626 echo $ac_n "checking target system type""... $ac_c" 1>&6 624 echo "configure:62 5: checking target system type" >&5627 echo "configure:628: checking target system type" >&5 625 628 626 629 target_alias=$target … … 633 636 esac 634 637 635 target=`$ ac_config_sub $target_alias`638 target=`${CONFIG_SHELL-/bin/sh} $ac_config_sub $target_alias` 636 639 target_cpu=`echo $target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'` 637 640 target_vendor=`echo $target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'` … … 640 643 641 644 echo $ac_n "checking build system type""... $ac_c" 1>&6 642 echo "configure:64 3: checking build system type" >&5645 echo "configure:646: checking build system type" >&5 643 646 644 647 build_alias=$build … … 651 654 esac 652 655 653 build=`$ ac_config_sub $build_alias`656 build=`${CONFIG_SHELL-/bin/sh} $ac_config_sub $build_alias` 654 657 build_cpu=`echo $build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'` 655 658 build_vendor=`echo $build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'` … … 665 668 666 669 echo $ac_n "checking rtems target cpu""... $ac_c" 1>&6 667 echo "configure:6 68: checking rtems target cpu" >&5670 echo "configure:671: checking rtems target cpu" >&5 668 671 case "${target}" in 669 672 # hpux unix port should go here … … 700 703 # IRIX /sbin/install 701 704 # AIX /bin/install 705 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag 702 706 # AFS /usr/afsws/bin/install, which mishandles nonexistent args 703 707 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff" 704 708 # ./install, which can be erroneously created by make from ./install.sh. 705 709 echo $ac_n "checking for a BSD compatible install""... $ac_c" 1>&6 706 echo "configure:7 07: checking for a BSD compatible install" >&5710 echo "configure:711: checking for a BSD compatible install" >&5 707 711 if test -z "$INSTALL"; then 708 712 if eval "test \"`echo '$''{'ac_cv_path_install'+set}'`\" = set"; then 709 713 echo $ac_n "(cached) $ac_c" 1>&6 710 714 else 711 IFS="${IFS= }"; ac_save_IFS="$IFS"; IFS=" ${IFS}:"715 IFS="${IFS= }"; ac_save_IFS="$IFS"; IFS=":" 712 716 for ac_dir in $PATH; do 713 717 # Account for people who put trailing slashes in PATH elements. … … 716 720 *) 717 721 # OSF1 and SCO ODT 3.0 have their own names for install. 718 for ac_prog in ginstall installbsd scoinst install; do 722 # Don't use installbsd from OSF since it installs stuff as root 723 # by default. 724 for ac_prog in ginstall scoinst install; do 719 725 if test -f $ac_dir/$ac_prog; then 720 726 if test $ac_prog = install && 721 727 grep dspmsg $ac_dir/$ac_prog >/dev/null 2>&1; then 722 728 # AIX install. It has an incompatible calling convention. 723 # OSF/1 installbsd also uses dspmsg, but is usable.724 729 : 725 730 else … … 751 756 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}' 752 757 758 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL_PROGRAM}' 759 753 760 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644' 754 761 755 762 echo $ac_n "checking whether build environment is sane""... $ac_c" 1>&6 756 echo "configure:7 57: checking whether build environment is sane" >&5763 echo "configure:764: checking whether build environment is sane" >&5 757 764 # Just in case 758 765 sleep 1 … … 811 818 812 819 echo $ac_n "checking whether ${MAKE-make} sets \${MAKE}""... $ac_c" 1>&6 813 echo "configure:8 14: checking whether ${MAKE-make} sets \${MAKE}" >&5820 echo "configure:821: checking whether ${MAKE-make} sets \${MAKE}" >&5 814 821 set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y%./+-%__p_%'` 815 822 if eval "test \"`echo '$''{'ac_cv_prog_make_${ac_make}_set'+set}'`\" = set"; then … … 850 857 missing_dir=`cd $ac_aux_dir && pwd` 851 858 echo $ac_n "checking for working aclocal""... $ac_c" 1>&6 852 echo "configure:8 53: checking for working aclocal" >&5859 echo "configure:860: checking for working aclocal" >&5 853 860 # Run test in a subshell; some versions of sh will print an error if 854 861 # an executable is not found, even if stderr is redirected. … … 863 870 864 871 echo $ac_n "checking for working autoconf""... $ac_c" 1>&6 865 echo "configure:8 66: checking for working autoconf" >&5872 echo "configure:873: checking for working autoconf" >&5 866 873 # Run test in a subshell; some versions of sh will print an error if 867 874 # an executable is not found, even if stderr is redirected. … … 876 883 877 884 echo $ac_n "checking for working automake""... $ac_c" 1>&6 878 echo "configure:8 79: checking for working automake" >&5885 echo "configure:886: checking for working automake" >&5 879 886 # Run test in a subshell; some versions of sh will print an error if 880 887 # an executable is not found, even if stderr is redirected. … … 889 896 890 897 echo $ac_n "checking for working autoheader""... $ac_c" 1>&6 891 echo "configure:89 2: checking for working autoheader" >&5898 echo "configure:899: checking for working autoheader" >&5 892 899 # Run test in a subshell; some versions of sh will print an error if 893 900 # an executable is not found, even if stderr is redirected. … … 902 909 903 910 echo $ac_n "checking for working makeinfo""... $ac_c" 1>&6 904 echo "configure:9 05: checking for working makeinfo" >