Changeset ecab6a39 in rtems
- Timestamp:
- 03/31/99 23:29:19 (25 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 18040d3
- Parents:
- 79800f9
- Files:
-
- 17 edited
Legend:
- Unmodified
- Added
- Removed
-
c/build-tools/Makefile.in
r79800f9 recab6a39 98 98 CONFIG_HEADER = ./src/config.h 99 99 CONFIG_CLEAN_FILES = 100 DIST_COMMON = Makefile.am Makefile.in aclocal.m4 configure configure.in 100 DIST_COMMON = Makefile.am Makefile.in aclocal.m4 configure configure.in \ 101 src/config.h.in src/stamp-h.in 101 102 102 103 … … 121 122 $(srcdir)/configure: $(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES) 122 123 cd $(srcdir) && $(AUTOCONF) 124 125 src/config.h: src/stamp-h 126 @if test ! -f $@; then \ 127 rm -f src/stamp-h; \ 128 $(MAKE) src/stamp-h; \ 129 else :; fi 130 src/stamp-h: $(srcdir)/src/config.h.in $(top_builddir)/config.status 131 cd $(top_builddir) \ 132 && CONFIG_FILES= CONFIG_HEADERS=src/config.h \ 133 $(SHELL) ./config.status 134 @echo timestamp > src/stamp-h 2> /dev/null 135 $(srcdir)/src/config.h.in: $(srcdir)/src/stamp-h.in 136 @if test ! -f $@; then \ 137 rm -f $(srcdir)/src/stamp-h.in; \ 138 $(MAKE) $(srcdir)/src/stamp-h.in; \ 139 else :; fi 140 $(srcdir)/src/stamp-h.in: $(top_srcdir)/configure.in $(ACLOCAL_M4) 141 cd $(top_srcdir) && $(AUTOHEADER) 142 @echo timestamp > $(srcdir)/src/stamp-h.in 2> /dev/null 143 144 mostlyclean-hdr: 145 146 clean-hdr: 147 148 distclean-hdr: 149 -rm -f src/config.h 150 151 maintainer-clean-hdr: 123 152 124 153 # This directory's subdirectories are mostly independent; you can cd … … 310 339 311 340 maintainer-clean-generic: 312 mostlyclean-am: mostlyclean- tags mostlyclean-generic341 mostlyclean-am: mostlyclean-hdr mostlyclean-tags mostlyclean-generic 313 342 314 343 mostlyclean: mostlyclean-recursive 315 344 316 clean-am: clean- tags clean-generic mostlyclean-am345 clean-am: clean-hdr clean-tags clean-generic mostlyclean-am 317 346 318 347 clean: clean-recursive 319 348 320 distclean-am: distclean- tags distclean-generic clean-am349 distclean-am: distclean-hdr distclean-tags distclean-generic clean-am 321 350 322 351 distclean: distclean-recursive 323 352 -rm -f config.status 324 353 325 maintainer-clean-am: maintainer-clean- tags maintainer-clean-generic\326 distclean-am354 maintainer-clean-am: maintainer-clean-hdr maintainer-clean-tags \ 355 maintainer-clean-generic distclean-am 327 356 @echo "This command is intended for maintainers to use;" 328 357 @echo "it deletes files that may require special tools to rebuild." … … 331 360 -rm -f config.status 332 361 333 .PHONY: install-data-recursive uninstall-data-recursive\334 install- exec-recursive uninstall-exec-recursive installdirs-recursive \335 uninstall dirs-recursive all-recursive check-recursive \336 installcheck-recursive info-recursive dvi-recursive \337 mostlyclean-recursive distclean-recursive clean-recursive \362 .PHONY: mostlyclean-hdr distclean-hdr clean-hdr maintainer-clean-hdr \ 363 install-data-recursive uninstall-data-recursive install-exec-recursive \ 364 uninstall-exec-recursive installdirs-recursive uninstalldirs-recursive \ 365 all-recursive check-recursive installcheck-recursive info-recursive \ 366 dvi-recursive mostlyclean-recursive distclean-recursive clean-recursive \ 338 367 maintainer-clean-recursive tags tags-recursive mostlyclean-tags \ 339 368 distclean-tags clean-tags maintainer-clean-tags distdir info-am info \ -
c/src/exec/score/tools/hppa1.1/Makefile.in
r79800f9 recab6a39 1 # Makefile.in generated automatically by automake 1. 4from Makefile.am2 3 # Copyright (C) 1994, 1995 -8, 1999Free Software Foundation, Inc.1 # Makefile.in generated automatically by automake 1.2 from Makefile.am 2 3 # Copyright (C) 1994, 1995, 1996, 1997 Free Software Foundation, Inc. 4 4 # This Makefile.in is free software; the Free Software Foundation 5 # gives unlimited permission to copy and/or distribute it, 6 # with or without modifications, as long as this notice is preserved. 7 8 # This program is distributed in the hope that it will be useful, 9 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without 10 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A 11 # PARTICULAR PURPOSE. 5 # gives unlimited permission to copy, distribute and modify it. 12 6 13 7 # … … 16 10 17 11 18 # $Id$ 19 20 # NOTE: This is a temporary work-around to keep 21 # "make debug" and "make debug_install" working. 22 # Once automake is fully integrated these make targets 23 # and this file will probably be removed 24 25 26 SHELL = @SHELL@ 12 SHELL = /bin/sh 27 13 28 14 srcdir = @srcdir@ … … 45 31 oldincludedir = /usr/include 46 32 47 DESTDIR =48 49 33 pkgdatadir = $(datadir)/@PACKAGE@ 50 34 pkglibdir = $(libdir)/@PACKAGE@ … … 57 41 58 42 INSTALL = @INSTALL@ 59 INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)43 INSTALL_PROGRAM = @INSTALL_PROGRAM@ 60 44 INSTALL_DATA = @INSTALL_DATA@ 61 45 INSTALL_SCRIPT = @INSTALL_SCRIPT@ 62 46 transform = @program_transform_name@ 63 47 64 NORMAL_INSTALL = :65 PRE_INSTALL = :66 POST_INSTALL = :67 NORMAL_UNINSTALL = :68 PRE_UNINSTALL = :69 POST_UNINSTALL = :48 NORMAL_INSTALL = true 49 PRE_INSTALL = true 50 POST_INSTALL = true 51 NORMAL_UNINSTALL = true 52 PRE_UNINSTALL = true 53 POST_UNINSTALL = true 70 54 build_alias = @build_alias@ 71 55 build_triplet = @build@ … … 88 72 ACLOCAL = @ACLOCAL@ -I $(RTEMS_TOPdir)/aclocal 89 73 90 noinst_PROGRAMS =genoffsets91 92 genoffsets_SOURCES = genoffsets.c93 74 noinst_PROGRAMS=genoffsets 75 76 genoffsets_SOURCES = \ 77 genoffsets.c 94 78 95 79 # We use files that have not been installed yet. 96 80 97 CPU_DIR = ../../cpu/$(RTEMS_CPU) 98 99 INCLUDES = -I$(PROJECT_INCLUDE) -I$(CPU_DIR) 100 81 CPU_DIR=../../cpu/$(RTEMS_CPU) 82 83 INCLUDES = \ 84 -I$(PROJECT_INCLUDE) \ 85 -I$(CPU_DIR) 101 86 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 102 87 mkinstalldirs = $(SHELL) $(top_srcdir)/../../../../../../mkinstalldirs … … 111 96 genoffsets_OBJECTS = genoffsets.o 112 97 genoffsets_LDADD = $(LDADD) 113 genoffsets_DEPENDENCIES =114 98 genoffsets_LDFLAGS = 115 99 CFLAGS = @CFLAGS@ 116 COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) 117 CCLD = $(CC) 118 LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@ 100 COMPILE = $(CC) $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CFLAGS) 101 LINK = $(CC) $(CFLAGS) $(LDFLAGS) -o $@ 119 102 DIST_COMMON = Makefile.am Makefile.in aclocal.m4 configure configure.in 120 103 … … 123 106 124 107 TAR = tar 125 GZIP _ENV= --best108 GZIP = --best 126 109 DEP_FILES = .deps/genoffsets.P 127 110 SOURCES = $(genoffsets_SOURCES) 128 111 OBJECTS = $(genoffsets_OBJECTS) 129 112 130 all: all-redirect 113 default: all 114 131 115 .SUFFIXES: 132 .SUFFIXES: . S .c .o .s133 $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) $(top_srcdir)/../../../../../../automake/local.am116 .SUFFIXES: .c .o 117 $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) 134 118 cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile 135 119 136 Makefile: $(srcdir)/Makefile.in 120 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES) 137 121 cd $(top_builddir) \ 138 122 && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status … … 141 125 cd $(srcdir) && $(ACLOCAL) 142 126 143 config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)127 config.status: $(srcdir)/configure 144 128 $(SHELL) ./config.status --recheck 145 129 $(srcdir)/configure: $(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES) … … 149 133 150 134 clean-noinstPROGRAMS: 151 -test -z "$(noinst_PROGRAMS)" || rm -f $(noinst_PROGRAMS)135 test -z "$(noinst_PROGRAMS)" || rm -f $(noinst_PROGRAMS) 152 136 153 137 distclean-noinstPROGRAMS: … … 155 139 maintainer-clean-noinstPROGRAMS: 156 140 157 . s.o:141 .c.o: 158 142 $(COMPILE) -c $< 159 143 160 .S.o:161 $(COMPILE) -c $<162 163 144 mostlyclean-compile: 164 -rm -f *.o core *.core145 rm -f *.o core 165 146 166 147 clean-compile: 167 148 168 149 distclean-compile: 169 -rm -f *.tab.c150 rm -f *.tab.c 170 151 171 152 maintainer-clean-compile: … … 177 158 tags: TAGS 178 159 179 ID: $(HEADERS) $(SOURCES) $(LISP) 180 list='$(SOURCES) $(HEADERS)'; \ 181 unique=`for i in $$list; do echo $$i; done | \ 182 awk ' { files[$$0] = 1; } \ 183 END { for (i in files) print i; }'`; \ 184 here=`pwd` && cd $(srcdir) \ 185 && mkid -f$$here/ID $$unique $(LISP) 186 187 TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) $(LISP) 160 ID: $(HEADERS) $(SOURCES) 161 here=`pwd` && cd $(srcdir) && mkid -f$$here/ID $(SOURCES) $(HEADERS) 162 163 TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) 188 164 tags=; \ 189 165 here=`pwd`; \ 190 list='$(SOURCES) $(HEADERS)'; \ 191 unique=`for i in $$list; do echo $$i; done | \ 192 awk ' { files[$$0] = 1; } \ 193 END { for (i in files) print i; }'`; \ 194 test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \ 195 || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags $$unique $(LISP) -o $$here/TAGS) 166 test -z "$(ETAGS_ARGS)$(SOURCES)$(HEADERS)$$tags" \ 167 || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags $(SOURCES) $(HEADERS) -o $$here/TAGS) 196 168 197 169 mostlyclean-tags: … … 200 172 201 173 distclean-tags: 202 -rm -f TAGS ID174 rm -f TAGS ID 203 175 204 176 maintainer-clean-tags: … … 211 183 # tarfile. 212 184 distcheck: dist 213 -rm -rf $(distdir)214 GZIP=$(GZIP _ENV) $(TAR) zxf $(distdir).tar.gz185 rm -rf $(distdir) 186 GZIP=$(GZIP) $(TAR) zxf $(distdir).tar.gz 215 187 mkdir $(distdir)/=build 216 188 mkdir $(distdir)/=inst … … 218 190 cd $(distdir)/=build \ 219 191 && ../configure --srcdir=.. --prefix=$$dc_install_base \ 220 && $(MAKE) $(AM_MAKEFLAGS) \ 221 && $(MAKE) $(AM_MAKEFLAGS) dvi \ 222 && $(MAKE) $(AM_MAKEFLAGS) check \ 223 && $(MAKE) $(AM_MAKEFLAGS) install \ 224 && $(MAKE) $(AM_MAKEFLAGS) installcheck \ 225 && $(MAKE) $(AM_MAKEFLAGS) dist 226 -rm -rf $(distdir) 227 @banner="$(distdir).tar.gz is ready for distribution"; \ 228 dashes=`echo "$$banner" | sed s/./=/g`; \ 229 echo "$$dashes"; \ 230 echo "$$banner"; \ 231 echo "$$dashes" 192 && $(MAKE) \ 193 && $(MAKE) dvi \ 194 && $(MAKE) check \ 195 && $(MAKE) install \ 196 && $(MAKE) installcheck \ 197 && $(MAKE) dist 198 rm -rf $(distdir) 199 @echo "========================"; \ 200 echo "$(distdir).tar.gz is ready for distribution"; \ 201 echo "========================" 232 202 dist: distdir 233 203 -chmod -R a+r $(distdir) 234 GZIP=$(GZIP _ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)235 -rm -rf $(distdir)204 GZIP=$(GZIP) $(TAR) chozf $(distdir).tar.gz $(distdir) 205 rm -rf $(distdir) 236 206 dist-all: distdir 237 207 -chmod -R a+r $(distdir) 238 GZIP=$(GZIP _ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)239 -rm -rf $(distdir)208 GZIP=$(GZIP) $(TAR) chozf $(distdir).tar.gz $(distdir) 209 rm -rf $(distdir) 240 210 distdir: $(DISTFILES) 241 -rm -rf $(distdir)211 rm -rf $(distdir) 242 212 mkdir $(distdir) 243 213 -chmod 777 $(distdir) 244 214 here=`cd $(top_builddir) && pwd`; \ 245 top_distdir=`cd $(distdir) && pwd`; \ 246 distdir=`cd $(distdir) && pwd`; \ 215 top_distdir=`cd $(top_distdir) && pwd`; \ 247 216 cd $(top_srcdir) \ 248 217 && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --foreign Makefile 249 218 @for file in $(DISTFILES); do \ 250 219 d=$(srcdir); \ 251 if test -d $$d/$$file; then \ 252 cp -pr $$/$$file $(distdir)/$$file; \ 253 else \ 254 test -f $(distdir)/$$file \ 255 || ln $$d/$$file $(distdir)/$$file 2> /dev/null \ 256 || cp -p $$d/$$file $(distdir)/$$file || :; \ 257 fi; \ 220 test -f $(distdir)/$$file \ 221 || ln $$d/$$file $(distdir)/$$file 2> /dev/null \ 222 || cp -p $$d/$$file $(distdir)/$$file; \ 258 223 done 259 224 225 MKDEP = gcc -M $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CFLAGS) 226 260 227 DEPS_MAGIC := $(shell mkdir .deps > /dev/null 2>&1 || :) 228 -include .deps/.P 229 .deps/.P: $(BUILT_SOURCES) 230 echo > $@ 261 231 262 232 -include $(DEP_FILES) … … 267 237 268 238 distclean-depend: 269 -rm -rf .deps270 239 271 240 maintainer-clean-depend: 272 273 %.o: %.c 274 @echo '$(COMPILE) -c $<'; \ 275 $(COMPILE) -Wp,-MD,.deps/$(*F).pp -c $< 276 @-cp .deps/$(*F).pp .deps/$(*F).P; \ 277 tr ' ' '\012' < .deps/$(*F).pp \ 278 | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \ 279 >> .deps/$(*F).P; \ 280 rm .deps/$(*F).pp 281 282 %.lo: %.c 283 @echo '$(LTCOMPILE) -c $<'; \ 284 $(LTCOMPILE) -Wp,-MD,.deps/$(*F).pp -c $< 285 @-sed -e 's/^\([^:]*\)\.o[ ]*:/\1.lo \1.o :/' \ 286 < .deps/$(*F).pp > .deps/$(*F).P; \ 287 tr ' ' '\012' < .deps/$(*F).pp \ 288 | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \ 289 >> .deps/$(*F).P; \ 290 rm -f .deps/$(*F).pp 291 info-am: 292 info: info-am 293 dvi-am: 294 dvi: dvi-am 295 check-am: all-am 296 check: check-am 297 installcheck-am: 298 installcheck: installcheck-am 299 install-exec-am: install-exec-local 300 install-exec: install-exec-am 301 302 install-data-am: 303 install-data: install-data-am 304 305 install-am: all-am 306 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am 307 install: install-am 308 uninstall-am: 309 uninstall: uninstall-am 310 all-am: Makefile $(PROGRAMS) 311 all-redirect: all-am 241 rm -rf .deps 242 243 .deps/%.P: %.c 244 @echo "Computing dependencies for $<..." 245 @o='o'; \ 246 test -n "$o" && o='$$o'; \ 247 $(MKDEP) $< >$@.tmp \ 248 && sed "s,^\(.*\)\.o:,\1.$$o \1.l$$o $@:," < $@.tmp > $@ \ 249 && rm -f $@.tmp 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 312 268 install-strip: 313 $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-sinstall269 $(MAKE) INSTALL_PROGRAM='$(INSTALL_PROGRAM) -s' INSTALL_SCRIPT='$(INSTALL_PROGRAM)' install 314 270 installdirs: 315 271 316 272 317 273 mostlyclean-generic: 274 test -z "$(MOSTLYCLEANFILES)" || rm -f $(MOSTLYCLEANFILES) 318 275 319 276 clean-generic: 277 test -z "$(CLEANFILES)" || rm -f $(CLEANFILES) 320 278 321 279 distclean-generic: 322 -rm -f Makefile $(CONFIG_CLEAN_FILES) 323 -rm -f config.cache config.log stamp-h stamp-h[0-9]* 280 rm -f Makefile $(DISTCLEANFILES) 281 rm -f config.cache config.log stamp-h stamp-h[0-9]* 282 test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) 324 283 325 284 maintainer-clean-generic: 326 mostlyclean-am: mostlyclean-noinstPROGRAMS mostlyclean-compile \ 285 test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES) 286 test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES) 287 mostlyclean: mostlyclean-noinstPROGRAMS mostlyclean-compile \ 327 288 mostlyclean-tags mostlyclean-depend mostlyclean-generic 328 289 329 mostlyclean: mostlyclean-am 330 331 clean-am: clean-noinstPROGRAMS clean-compile clean-tags clean-depend \ 332 clean-generic mostlyclean-am 333 334 clean: clean-am 335 336 distclean-am: distclean-noinstPROGRAMS distclean-compile distclean-tags \ 337 distclean-depend distclean-generic clean-am 338 339 distclean: distclean-am 340 -rm -f config.status 341 342 maintainer-clean-am: maintainer-clean-noinstPROGRAMS \ 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 \ 343 298 maintainer-clean-compile maintainer-clean-tags \ 344 299 maintainer-clean-depend maintainer-clean-generic \ 345 distclean -am300 distclean 346 301 @echo "This command is intended for maintainers to use;" 347 302 @echo "it deletes files that may require special tools to rebuild." 348 349 maintainer-clean: maintainer-clean-am 350 -rm -f config.status 351 352 .PHONY: mostlyclean-noinstPROGRAMS distclean-noinstPROGRAMS \ 303 rm -f config.status 304 305 .PHONY: default mostlyclean-noinstPROGRAMS distclean-noinstPROGRAMS \ 353 306 clean-noinstPROGRAMS maintainer-clean-noinstPROGRAMS \ 354 307 mostlyclean-compile distclean-compile clean-compile \ 355 308 maintainer-clean-compile tags mostlyclean-tags distclean-tags \ 356 309 clean-tags maintainer-clean-tags distdir mostlyclean-depend \ 357 distclean-depend clean-depend maintainer-clean-depend info-am info \ 358 dvi-am dvi check check-am installcheck-am installcheck \ 359 install-exec-local install-exec-am install-exec install-data-am \ 360 install-data install-am install uninstall-am uninstall all-redirect \ 361 all-am all installdirs mostlyclean-generic distclean-generic \ 362 clean-generic maintainer-clean-generic clean mostlyclean distclean \ 363 maintainer-clean 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 364 314 365 315 … … 371 321 $(INSTALL_PROGRAM) genoffsets ${PROJECT_ROOT}/${RTEMS_BSP}/bin 372 322 373 debug-am: 374 375 debug: debug-am 376 377 debug_install-am: 378 379 debug_install: debug_install-am 380 381 profile-am: 382 383 profile: profile-am 384 385 profile_install-am: 386 387 profile_install: profile_install-am 388 389 .PHONY: debug debug_install profile profile_install 323 include $(top_srcdir)/../../../../../../automake/local.am 390 324 391 325 # Tell versions [3.59,3.63) of GNU make to not export all variables. -
c/src/exec/score/tools/hppa1.1/aclocal.m4
r79800f9 recab6a39 1 dnl aclocal.m4 generated automatically by aclocal 1.4 2 3 dnl Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc. 4 dnl This file is free software; the Free Software Foundation 5 dnl gives unlimited permission to copy and/or distribute it, 6 dnl with or without modifications, as long as this notice is preserved. 7 8 dnl This program is distributed in the hope that it will be useful, 9 dnl but WITHOUT ANY WARRANTY, to the extent permitted by law; without 10 dnl even the implied warranty of MERCHANTABILITY or FITNESS FOR A 11 dnl PARTICULAR PURPOSE. 1 dnl aclocal.m4 generated automatically by aclocal 1.2 12 2 13 3 dnl $Id$ … … 100 90 101 91 AC_DEFUN(AM_INIT_AUTOMAKE, 102 [AC_REQUIRE([A C_PROG_INSTALL])92 [AC_REQUIRE([AM_PROG_INSTALL]) 103 93 PACKAGE=[$1] 104 94 AC_SUBST(PACKAGE) … … 110 100 fi 111 101 ifelse([$3],, 112 AC_DEFINE_UNQUOTED(PACKAGE, "$PACKAGE" , [Name of package])113 AC_DEFINE_UNQUOTED(VERSION, "$VERSION" , [Version number of package]))114 A C_REQUIRE([AM_SANITY_CHECK])115 AC_ REQUIRE([AC_ARG_PROGRAM])102 AC_DEFINE_UNQUOTED(PACKAGE, "$PACKAGE") 103 AC_DEFINE_UNQUOTED(VERSION, "$VERSION")) 104 AM_SANITY_CHECK 105 AC_ARG_PROGRAM 116 106 dnl FIXME This is truly gross. 117 107 missing_dir=`cd $ac_aux_dir && pwd` … … 121 111 AM_MISSING_PROG(AUTOHEADER, autoheader, $missing_dir) 122 112 AM_MISSING_PROG(MAKEINFO, makeinfo, $missing_dir) 123 AC_REQUIRE([AC_PROG_MAKE_SET])]) 113 AC_PROG_MAKE_SET]) 114 115 116 # serial 1 117 118 AC_DEFUN(AM_PROG_INSTALL, 119 [AC_REQUIRE([AC_PROG_INSTALL]) 120 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL_PROGRAM}' 121 AC_SUBST(INSTALL_SCRIPT)dnl 122 ]) 124 123 125 124 # … … 139 138 if ( 140 139 set X `ls -Lt $srcdir/configure conftestfile 2> /dev/null` 141 if test " [$]*" = "X"; then140 if test "$@" = "X"; then 142 141 # -L didn't work. 143 142 set X `ls -t $srcdir/configure conftestfile` 144 143 fi 145 if test "[$]*" != "X $srcdir/configure conftestfile" \146 && test "[$]*" != "X conftestfile $srcdir/configure"; then147 148 # If neither matched, then we have a broken ls. This can happen149 # if, for instance, CONFIG_SHELL is bash and it inherits a150 # broken ls alias from the environment. This has actually151 # happened. Such a system could not be considered "sane".152 AC_MSG_ERROR([ls -t appears to fail. Make sure there is not a broken153 alias in your environment])154 fi155 156 144 test "[$]2" = conftestfile 157 145 ) -
c/src/exec/score/tools/hppa1.1/configure
r79800f9 recab6a39 2 2 3 3 # Guess values for system-dependent variables and create Makefiles. 4 # Generated automatically using autoconf version 2.1 34 # Generated automatically using autoconf version 2.12 5 5 # Copyright (C) 1992, 93, 94, 95, 96 Free Software Foundation, Inc. 6 6 # … … 50 50 subdirs= 51 51 MFLAGS= MAKEFLAGS= 52 SHELL=${CONFIG_SHELL-/bin/sh}53 52 # Maximum number of lines to put in a shell here document. 54 53 ac_max_here_lines=12 … … 334 333 335 334 -version | --version | --versio | --versi | --vers) 336 echo "configure generated by autoconf version 2.1 3"335 echo "configure generated by autoconf version 2.12" 337 336 exit 0 ;; 338 337 … … 504 503 ac_cpp='$CPP $CPPFLAGS' 505 504 ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5' 506 ac_link='${CC-cc} -o conftest ${ac_exeext}$CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'505 ac_link='${CC-cc} -o conftest $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5' 507 506 cross_compiling=$ac_cv_prog_cc_cross 508 507 509 ac_exeext=510 ac_objext=o511 508 if (echo "testing\c"; echo 1,2,3) | grep c >/dev/null; then 512 509 # Stardent Vistra SVR4 grep lacks -e, says ghazi@caip.rutgers.edu. … … 549 546 550 547 echo $ac_n "checking for RTEMS Version""... $ac_c" 1>&6 551 echo "configure:5 52: checking for RTEMS Version" >&5548 echo "configure:549: checking for RTEMS Version" >&5 552 549 if test -r "${srcdir}/${RTEMS_TOPdir}/VERSION"; then 553 550 RTEMS_VERSION=`grep Version ${srcdir}/${RTEMS_TOPdir}/VERSION | \ … … 585 582 586 583 # Make sure we can run config.sub. 587 if $ {CONFIG_SHELL-/bin/sh} $ac_config_sub sun4 >/dev/null 2>&1; then :584 if $ac_config_sub sun4 >/dev/null 2>&1; then : 588 585 else { echo "configure: error: can not run $ac_config_sub" 1>&2; exit 1; } 589 586 fi 590 587 591 588 echo $ac_n "checking host system type""... $ac_c" 1>&6 592 echo "configure:59 3: checking host system type" >&5589 echo "configure:590: checking host system type" >&5 593 590 594 591 host_alias=$host … … 597 594 case $nonopt in 598 595 NONE) 599 if host_alias=`$ {CONFIG_SHELL-/bin/sh} $ac_config_guess`; then :596 if host_alias=`$ac_config_guess`; then : 600 597 else { echo "configure: error: can not guess host type; you must specify one" 1>&2; exit 1; } 601 598 fi ;; … … 604 601 esac 605 602 606 host=`$ {CONFIG_SHELL-/bin/sh} $ac_config_sub $host_alias`603 host=`$ac_config_sub $host_alias` 607 604 host_cpu=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'` 608 605 host_vendor=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'` … … 611 608 612 609 echo $ac_n "checking target system type""... $ac_c" 1>&6 613 echo "configure:61 4: checking target system type" >&5610 echo "configure:611: checking target system type" >&5 614 611 615 612 target_alias=$target … … 622 619 esac 623 620 624 target=`$ {CONFIG_SHELL-/bin/sh} $ac_config_sub $target_alias`621 target=`$ac_config_sub $target_alias` 625 622 target_cpu=`echo $target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'` 626 623 target_vendor=`echo $target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'` … … 629 626 630 627 echo $ac_n "checking build system type""... $ac_c" 1>&6 631 echo "configure:6 32: checking build system type" >&5628 echo "configure:629: checking build system type" >&5 632 629 633 630 build_alias=$build … … 640 637 esac 641 638 642 build=`$ {CONFIG_SHELL-/bin/sh} $ac_config_sub $build_alias`639 build=`$ac_config_sub $build_alias` 643 640 build_cpu=`echo $build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'` 644 641 build_vendor=`echo $build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'` … … 654 651 655 652 echo $ac_n "checking rtems target cpu""... $ac_c" 1>&6 656 echo "configure:65 7: checking rtems target cpu" >&5653 echo "configure:654: checking rtems target cpu" >&5 657 654 case "${target}" in 658 655 # hpux unix port should go here … … 689 686 # IRIX /sbin/install 690 687 # AIX /bin/install 691 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag692 688 # AFS /usr/afsws/bin/install, which mishandles nonexistent args 693 689 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff" 694 690 # ./install, which can be erroneously created by make from ./install.sh. 695 691 echo $ac_n "checking for a BSD compatible install""... $ac_c" 1>&6 696 echo "configure:69 7: checking for a BSD compatible install" >&5692 echo "configure:693: checking for a BSD compatible install" >&5 697 693 if test -z "$INSTALL"; then 698 694 if eval "test \"`echo '$''{'ac_cv_path_install'+set}'`\" = set"; then 699 695 echo $ac_n "(cached) $ac_c" 1>&6 700 696 else 701 IFS="${IFS= }"; ac_save_IFS="$IFS"; IFS=" :"697 IFS="${IFS= }"; ac_save_IFS="$IFS"; IFS="${IFS}:" 702 698 for ac_dir in $PATH; do 703 699 # Account for people who put trailing slashes in PATH elements. … … 706 702 *) 707 703 # OSF1 and SCO ODT 3.0 have their own names for install. 708 # Don't use installbsd from OSF since it installs stuff as root 709 # by default. 710 for ac_prog in ginstall scoinst install; do 704 for ac_prog in ginstall installbsd scoinst install; do 711 705 if test -f $ac_dir/$ac_prog; then 712 706 if test $ac_prog = install && 713 707 grep dspmsg $ac_dir/$ac_prog >/dev/null 2>&1; then 714 708 # AIX install. It has an incompatible calling convention. 709 # OSF/1 installbsd also uses dspmsg, but is usable. 715 710 : 716 711 else … … 742 737 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}' 743 738 739 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644' 740 741 744 742 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL_PROGRAM}' 745 743 746 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644' 744 745 PACKAGE=rtems-exec-score-tools-hppa 746 747 VERSION=$RTEMS_VERSION 748 749 if test "`cd $srcdir && pwd`" != "`pwd`" && test -f $srcdir/config.status; then 750 { echo "configure: error: source directory already configured; run "make distclean" there first" 1>&2; exit 1; } 751 fi 747 752 748 753 echo $ac_n "checking whether build environment is sane""... $ac_c" 1>&6 749 echo "configure:75 0: checking whether build environment is sane" >&5754 echo "configure:755: checking whether build environment is sane" >&5 750 755 # Just in case 751 756 sleep 1 … … 758 763 if ( 759 764 set X `ls -Lt $srcdir/configure conftestfile 2> /dev/null` 760 if test " $*" = "X"; then765 if test "" = "X"; then 761 766 # -L didn't work. 762 767 set X `ls -t $srcdir/configure conftestfile` 763 768 fi 764 if test "$*" != "X $srcdir/configure conftestfile" \765 && test "$*" != "X conftestfile $srcdir/configure"; then766 767 # If neither matched, then we have a broken ls. This can happen768 # if, for instance, CONFIG_SHELL is bash and it inherits a769 # broken ls alias from the environment. This has actually770 # happened. Such a system could not be considered "sane".771 { echo "configure: error: ls -t appears to fail. Make sure there is not a broken772 alias in your environment" 1>&2; exit 1; }773 fi774 775 769 test "$2" = conftestfile 776 770 ) … … 803 797 test "$program_transform_name" = "" && program_transform_name="s,x,x," 804 798 799 missing_dir=`cd $ac_aux_dir && pwd` 800 echo $ac_n "checking for working aclocal""... $ac_c" 1>&6 801 echo "configure:802: checking for working aclocal" >&5 802 # Run test in a subshell; some versions of sh will print an error if 803 # an executable is not found, even if stderr is redirected. 804 # Redirect stdin to placate older versions of autoconf. Sigh. 805 if (aclocal --version) < /dev/null > /dev/null 2>&1; then 806 ACLOCAL=aclocal 807 echo "$ac_t""found" 1>&6 808 else 809 ACLOCAL="$missing_dir/missing aclocal" 810 echo "$ac_t""missing" 1>&6 811 fi 812 813 echo $ac_n "checking for working autoconf""... $ac_c" 1>&6 814 echo "configure:815: checking for working autoconf" >&5 815 # Run test in a subshell; some versions of sh will print an error if 816 # an executable is not found, even if stderr is redirected. 817 # Redirect stdin to placate older versions of autoconf. Sigh. 818 if (autoconf --version) < /dev/null > /dev/null 2>&1; then 819 AUTOCONF=autoconf 820 echo "$ac_t""found" 1>&6 821 else 822 AUTOCONF="$missing_dir/missing autoconf" 823 echo "$ac_t""missing" 1>&6 824 fi 825 826 echo $ac_n "checking for working automake""... $ac_c" 1>&6 827 echo "configure:828: checking for working automake" >&5 828 # Run test in a subshell; some versions of sh will print an error if 829 # an executable is not found, even if stderr is redirected. 830 # Redirect stdin to placate older versions of autoconf. Sigh. 831 if (automake --version) < /dev/null > /dev/null 2>&1; then 832 AUTOMAKE=automake 833 echo "$ac_t""found" 1>&6 834 else 835 AUTOMAKE="$missing_dir/missing automake" 836 echo "$ac_t""missing" 1>&6 837 fi 838 839 echo $ac_n "checking for working autoheader""... $ac_c" 1>&6 840 echo "configure:841: checking for working autoheader" >&5 841 # Run test in a subshell; some versions of sh will print an error if 842 # an executable is not found, even if stderr is redirected. 843 # Redirect stdin to placate older versions of autoconf. Sigh. 844 if (autoheader --version) < /dev/null > /dev/null 2>&1; then 845 AUTOHEADER=autoheader 846 echo "$ac_t""found" 1>&6 847 else 848 AUTOHEADER="$missing_dir/missing autoheader" 849 echo "$ac_t""missing" 1>&6 850 fi 851 852 echo $ac_n "checking for working makeinfo""... $ac_c" 1>&6 853 echo "configure:854: checking for working makeinfo" >&5 854 # Run test in a subshell; some versions of sh will print an error if 855 # an executable is not found, even if stderr is redirected. 856 # Redirect stdin to placate older versions of autoconf. Sigh. 857 if (makeinfo --version) < /dev/null > /dev/null 2>&1; then 858 MAKEINFO=makeinfo 859 echo "$ac_t""found" 1>&6 860 else 861 MAKEINFO="$missing_dir/missing makeinfo" 862 echo "$ac_t""missing" 1>&6 863 fi 864 805 865 echo $ac_n "checking whether ${MAKE-make} sets \${MAKE}""... $ac_c" 1>&6 806 echo "configure:8 07: checking whether ${MAKE-make} sets \${MAKE}" >&5866 echo "configure:867: checking whether ${MAKE-make} sets \${MAKE}" >&5 807 867 set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y%./+-%__p_%'` 808 868 if eval "test \"`echo '$''{'ac_cv_prog_make_${ac_make}_set'+set}'`\" = set"; then … … 831 891 832 892 833 PACKAGE=rtems-exec-score-tools-hppa834 835 VERSION=$RTEMS_VERSION836 837 if test "`cd $srcdir && pwd`" != "`pwd`" && test -f $srcdir/config.status; then838 { echo "configure: error: source directory already configured; run "make distclean" there first" 1>&2; exit 1; }839 fi840 841 842 843 missing_dir=`cd $ac_aux_dir && pwd`844 echo $ac_n "checking for working aclocal""... $ac_c" 1>&6845 echo "configure:846: checking for working aclocal" >&5846 # Run test in a subshell; some versions of sh will print an error if847 # an executable is not found, even if stderr is redirected.848 # Redirect stdin to placate older versions of autoconf. Sigh.849 if (aclocal --version) < /dev/null > /dev/null 2>&1; then850 ACLOCAL=aclocal851 echo "$ac_t""found" 1>&6852 else853 ACLOCAL="$missing_dir/missing aclocal"854 echo "$ac_t""missing" 1>&6855 fi856 857 echo $ac_n "checking for working autoconf""... $ac_c" 1>&6858 echo "configure:859: checking for working autoconf" >&5859 # Run test in a subshell; some versions of sh will print an error if860 # an executable is not found, even if stderr is redirected.861 # Redirect stdin to placate older versions of autoconf. Sigh.862 if (autoconf --version) < /dev/null > /dev/null 2>&1; then863 AUTOCONF=autoconf864 echo "$ac_t""found" 1>&6865 else866 AUTOCONF="$missing_dir/missing autoconf"867 echo "$ac_t""missing" 1>&6868 fi869 870 echo $ac_n "checking for working automake""... $ac_c" 1>&6871 echo "configure:872: checking for working automake" >&5872 # Run test in a subshell; some versions of sh will print an error if873 # an executable is not found, even if stderr is redirected.874 # Redirect stdin to placate older versions of autoconf. Sigh.875 if (automake --version) < /dev/null > /dev/null 2>&1; then876 AUTOMAKE=automake877 echo "$ac_t""found" 1>&6878 else879 AUTOMAKE="$missing_dir/missing automake"880 echo "$ac_t""missing" 1>&6881 fi882 883 echo $ac_n "checking for working autoheader""... $ac_c" 1>&6884 echo "configure:885: checking for working autoheader" >&5885 # Run test in a subshell; some versions of sh will print an error if886 # an executable is not found, even if stderr is redirected.887 # Redirect stdin to placate older versions of autoconf. Sigh.888 if (autoheader --version) < /dev/null > /dev/null 2>&1; then889 AUTOHEADER=autoheader890 echo "$ac_t""found" 1>&6891 else892 AUTOHEADER="$missing_dir/missing autoheader"893 echo "$ac_t""missing" 1>&6894 fi895 896 echo $ac_n "checking for working makeinfo""... $ac_c" 1>&6897 echo "configure:898: checking for working makeinfo" >&5898 # Run test in a subshell; some versions of sh will print an error if899 # an executable is not found, even if stderr is redirected.900 # Redirect stdin to placate older versions of autoconf. Sigh.901 if (makeinfo --version) < /dev/null > /dev/null 2>&1; then902 MAKEINFO=makeinfo903 echo "$ac_t""found" 1>&6904 else905 MAKEINFO="$missing_dir/missing makeinfo"906 echo "$ac_t""missing" 1>&6907 fi908 909 910 911 893 # Extract the first word of "gcc", so it can be a program name with args. 912 894 set dummy gcc; ac_word=$2 913 895 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 914 echo "configure: 915: checking for $ac_word" >&5896 echo "configure:897: checking for $ac_word" >&5 915 897 if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then 916 898 echo $ac_n "(cached) $ac_c" 1>&6 … … 919 901 ac_cv_prog_CC="$CC" # Let the user override the test. 920 902 else 921 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":" 922 ac_dummy="$PATH" 923 for ac_dir in $ac_dummy; do 903 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:" 904 for ac_dir in $PATH; do 924 905 test -z "$ac_dir" && ac_dir=. 925 906 if test -f $ac_dir/$ac_word; then … … 942 923 set dummy cc; ac_word=$2 943 924 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 944 echo "configure:9 45: checking for $ac_word" >&5925 echo "configure:926: checking for $ac_word" >&5 945 926 if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then 946 927 echo $ac_n "(cached) $ac_c" 1>&6 … … 949 930 ac_cv_prog_CC="$CC" # Let the user override the test. 950 931 else 951 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=" :"932 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:" 952 933 ac_prog_rejected=no 953 ac_dummy="$PATH" 954 for ac_dir in $ac_dummy; do 934 for ac_dir in $PATH; do 955 935 test -z "$ac_dir" && ac_dir=. 956 936 if test -f $ac_dir/$ac_word; then … … 987 967 fi 988 968 989 if test -z "$CC"; then990 case "`uname -s`" in991 *win32* | *WIN32*)992 # Extract the first word of "cl", so it can be a program name with args.993 set dummy cl; ac_word=$2994 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6995 echo "configure:996: checking for $ac_word" >&5996 if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then997 echo $ac_n "(cached) $ac_c" 1>&6998 else999 if test -n "$CC"; then1000 ac_cv_prog_CC="$CC" # Let the user override the test.1001 else1002 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"1003 ac_dummy="$PATH"1004 for ac_dir in $ac_dummy; do1005 test -z "$ac_dir" && ac_dir=.1006 if test -f $ac_dir/$ac_word; then1007 ac_cv_prog_CC="cl"1008 break1009 fi1010 done1011 IFS="$ac_save_ifs"1012 fi1013 fi1014 CC="$ac_cv_prog_CC"1015 if test -n "$CC"; then1016 echo "$ac_t""$CC" 1>&61017 else1018 echo "$ac_t""no" 1>&61019 fi1020 ;;1021 esac1022 fi1023 969 test -z "$CC" && { echo "configure: error: no acceptable cc found in \$PATH" 1>&2; exit 1; } 1024 970 fi 1025 971 1026 972 echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works""... $ac_c" 1>&6 1027 echo "configure: 1028: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5973 echo "configure:974: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5 1028 974 1029 975 ac_ext=c … … 1031 977 ac_cpp='$CPP $CPPFLAGS' 1032 978 ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5' 1033 ac_link='${CC-cc} -o conftest ${ac_exeext}$CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'979 ac_link='${CC-cc} -o conftest $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5' 1034 980 cross_compiling=$ac_cv_prog_cc_cross 1035 981 1036 cat > conftest.$ac_ext << EOF 1037 1038 #line 1039 "configure" 982 cat > conftest.$ac_ext <<EOF 983 #line 984 "configure" 1039 984 #include "confdefs.h" 1040 1041 985 main(){return(0);} 1042 986 EOF 1043 if { (eval echo configure: 1044: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then987 if { (eval echo configure:988: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then 1044 988 ac_cv_prog_cc_works=yes 1045 989 # If we can't run a trivial program, we are probably using a cross compiler. … … 1055 999 fi 1056 1000 rm -fr conftest* 1057 ac_ext=c1058 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.1059 ac_cpp='$CPP $CPPFLAGS'1060 ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'1061 ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'1062 cross_compiling=$ac_cv_prog_cc_cross1063 1001 1064 1002 echo "$ac_t""$ac_cv_prog_cc_works" 1>&6 … … 1067 1005 fi 1068 1006 echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler""... $ac_c" 1>&6 1069 echo "configure:10 70: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&51007 echo "configure:1008: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5 1070 1008 echo "$ac_t""$ac_cv_prog_cc_cross" 1>&6 1071 1009 cross_compiling=$ac_cv_prog_cc_cross 1072 1010 1073 1011 echo $ac_n "checking whether we are using GNU C""... $ac_c" 1>&6 1074 echo "configure:10 75: checking whether we are using GNU C" >&51012 echo "configure:1013: checking whether we are using GNU C" >&5 1075 1013 if eval "test \"`echo '$''{'ac_cv_prog_gcc'+set}'`\" = set"; then 1076 1014 echo $ac_n "(cached) $ac_c" 1>&6 … … 1081 1019 #endif 1082 1020 EOF 1083 if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:10 84: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then1021 if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:1022: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then 1084 1022 ac_cv_prog_gcc=yes 1085 1023 else … … 1092 1030 if test $ac_cv_prog_gcc = yes; then 1093 1031 GCC=yes 1094 else 1095 GCC= 1096 fi 1097 1098 ac_test_CFLAGS="${CFLAGS+set}" 1099 ac_save_CFLAGS="$CFLAGS" 1100 CFLAGS= 1101 echo $ac_n "checking whether ${CC-cc} accepts -g""... $ac_c" 1>&6 1102 echo "configure:1103: checking whether ${CC-cc} accepts -g" >&5 1032 ac_test_CFLAGS="${CFLAGS+set}" 1033 ac_save_CFLAGS="$CFLAGS" 1034 CFLAGS= 1035 echo $ac_n "checking whether ${CC-cc} accepts -g""... $ac_c" 1>&6 1036 echo "configure:1037: checking whether ${CC-cc} accepts -g" >&5 1103 1037 if eval "test \"`echo '$''{'ac_cv_prog_cc_g'+set}'`\" = set"; then 1104 1038 echo $ac_n "(cached) $ac_c" 1>&6 … … 1115 1049 1116 1050 echo "$ac_t""$ac_cv_prog_cc_g" 1>&6 1117 if test "$ac_test_CFLAGS" = set; then 1118 CFLAGS="$ac_save_CFLAGS" 1119 elif test $ac_cv_prog_cc_g = yes; then 1120 if test "$GCC" = yes; then 1051 if test "$ac_test_CFLAGS" = set; then 1052 CFLAGS="$ac_save_CFLAGS" 1053 elif test $ac_cv_prog_cc_g = yes; then 1121 1054 CFLAGS="-g -O2" 1122 1055 else 1123 CFLAGS="-g"1124 fi1125 else1126 if test "$GCC" = yes; then1127 1056 CFLAGS="-O2" 1128 else 1129 CFLAGS= 1130 fi 1057 fi 1058 else 1059 GCC= 1060 test "${CFLAGS+set}" = set || CFLAGS="-g" 1131 1061 fi 1132 1062 … … 1171 1101 # and sets the high bit in the cache file unless we assign to the vars. 1172 1102 (set) 2>&1 | 1173 case `(ac_space=' '; set | grep ac_space) 2>&1` in1103 case `(ac_space=' '; set) 2>&1` in 1174 1104 *ac_space=\ *) 1175 1105 # `set' does not quote correctly, so add quotes (double-quote substitution … … 1250 1180 exec \${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion ;; 1251 1181 -version | --version | --versio | --versi | --vers | --ver | --ve | --v) 1252 echo "$CONFIG_STATUS generated by autoconf version 2.1 3"1182 echo "$CONFIG_STATUS generated by autoconf version 2.12" 1253 1183 exit 0 ;; 1254 1184 -help | --help | --hel | --he | --h) … … 1270 1200 $ac_vpsub 1271 1201 $extrasub 1272 s%@SHELL@%$SHELL%g1273 1202 s%@CFLAGS@%$CFLAGS%g 1274 1203 s%@CPPFLAGS@%$CPPFLAGS%g 1275 1204 s%@CXXFLAGS@%$CXXFLAGS%g 1276 s%@FFLAGS@%$FFLAGS%g1277 1205 s%@DEFS@%$DEFS%g 1278 1206 s%@LDFLAGS@%$LDFLAGS%g … … 1311 1239 s%@build_os@%$build_os%g 1312 1240 s%@INSTALL_PROGRAM@%$INSTALL_PROGRAM%g 1241 s%@INSTALL_DATA@%$INSTALL_DATA%g 1313 1242 s%@INSTALL_SCRIPT@%$INSTALL_SCRIPT%g 1314 s%@INSTALL_DATA@%$INSTALL_DATA%g1315 1243 s%@PACKAGE@%$PACKAGE%g 1316 1244 s%@VERSION@%$VERSION%g -
c/src/exec/score/tools/sh/Makefile.in
r79800f9 recab6a39 1 # Makefile.in generated automatically by automake 1. 4from Makefile.am2 3 # Copyright (C) 1994, 1995 -8, 1999Free Software Foundation, Inc.1 # Makefile.in generated automatically by automake 1.2 from Makefile.am 2 3 # Copyright (C) 1994, 1995, 1996, 1997 Free Software Foundation, Inc. 4 4 # This Makefile.in is free software; the Free Software Foundation 5 # gives unlimited permission to copy and/or distribute it, 6 # with or without modifications, as long as this notice is preserved. 7 8 # This program is distributed in the hope that it will be useful, 9 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without 10 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A 11 # PARTICULAR PURPOSE. 5 # gives unlimited permission to copy, distribute and modify it. 12 6 13 7 # … … 16 10 17 11 18 # $Id$ 19 20 # NOTE: This is a temporary work-around to keep 21 # "make debug" and "make debug_install" working. 22 # Once automake is fully integrated these make targets 23 # and this file will probably be removed 24 25 26 SHELL = @SHELL@ 12 SHELL = /bin/sh 27 13 28 14 srcdir = @srcdir@ … … 45 31 oldincludedir = /usr/include 46 32 47 DESTDIR =48 49 33 pkgdatadir = $(datadir)/@PACKAGE@ 50 34 pkglibdir = $(libdir)/@PACKAGE@ … … 57 41 58 42 INSTALL = @INSTALL@ 59 INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)43 INSTALL_PROGRAM = @INSTALL_PROGRAM@ 60 44 INSTALL_DATA = @INSTALL_DATA@ 61 45 INSTALL_SCRIPT = @INSTALL_SCRIPT@ 62 46 transform = @program_transform_name@ 63 47 64 NORMAL_INSTALL = :65 PRE_INSTALL = :66 POST_INSTALL = :67 NORMAL_UNINSTALL = :68 PRE_UNINSTALL = :69 POST_UNINSTALL = :48 NORMAL_INSTALL = true 49 PRE_INSTALL = true 50 POST_INSTALL = true 51 NORMAL_UNINSTALL = true 52 PRE_UNINSTALL = true 53 POST_UNINSTALL = true 70 54 build_alias = @build_alias@ 71 55 build_triplet = @build@ … … 88 72 ACLOCAL = @ACLOCAL@ -I $(RTEMS_TOPdir)/aclocal 89 73 90 noinst_PROGRAMS = shgen 91 92 shgen_SOURCES = sci.h sci.c shgen.c 93 74 noinst_PROGRAMS=shgen 75 76 shgen_SOURCES = \ 77 sci.h \ 78 sci.c \ 79 shgen.c 94 80 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 95 81 mkinstalldirs = $(SHELL) $(top_srcdir)/../../../../../../mkinstalldirs … … 104 90 shgen_OBJECTS = sci.o shgen.o 105 91 shgen_LDADD = $(LDADD) 106 shgen_DEPENDENCIES =107 92 shgen_LDFLAGS = 108 93 CFLAGS = @CFLAGS@ 109 COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) 110 CCLD = $(CC) 111 LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@ 94 COMPILE = $(CC) $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CFLAGS) 95 LINK = $(CC) $(CFLAGS) $(LDFLAGS) -o $@ 112 96 DIST_COMMON = AUTHORS COPYING Makefile.am Makefile.in TODO aclocal.m4 \ 113 97 configure configure.in … … 117 101 118 102 TAR = tar 119 GZIP _ENV= --best103 GZIP = --best 120 104 DEP_FILES = .deps/sci.P .deps/shgen.P 121 105 SOURCES = $(shgen_SOURCES) 122 106 OBJECTS = $(shgen_OBJECTS) 123 107 124 all: all-redirect 108 default: all 109 125 110 .SUFFIXES: 126 .SUFFIXES: . S .c .o .s127 $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) $(top_srcdir)/../../../../../../automake/local.am111 .SUFFIXES: .c .o 112 $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) 128 113 cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile 129 114 130 Makefile: $(srcdir)/Makefile.in 115 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES) 131 116 cd $(top_builddir) \ 132 117 && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status … … 135 120 cd $(srcdir) && $(ACLOCAL) 136 121 137 config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)122 config.status: $(srcdir)/configure 138 123 $(SHELL) ./config.status --recheck 139 124 $(srcdir)/configure: $(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES) … … 143 128 144 129 clean-noinstPROGRAMS: 145 -test -z "$(noinst_PROGRAMS)" || rm -f $(noinst_PROGRAMS)130 test -z "$(noinst_PROGRAMS)" || rm -f $(noinst_PROGRAMS) 146 131 147 132 distclean-noinstPROGRAMS: … … 149 134 maintainer-clean-noinstPROGRAMS: 150 135 151 . s.o:136 .c.o: 152 137 $(COMPILE) -c $< 153 138 154 .S.o:155 $(COMPILE) -c $<156 157 139 mostlyclean-compile: 158 -rm -f *.o core *.core140 rm -f *.o core 159 141 160 142 clean-compile: 161 143 162 144 distclean-compile: 163 -rm -f *.tab.c145 rm -f *.tab.c 164 146 165 147 maintainer-clean-compile: … … 171 153 tags: TAGS 172 154 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) 155 ID: $(HEADERS) $(SOURCES) 156 here=`pwd` && cd $(srcdir) && mkid -f$$here/ID $(SOURCES) $(HEADERS) 157 158 TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) 182 159 tags=; \ 183 160 here=`pwd`; \ 184 list='$(SOURCES) $(HEADERS)'; \ 185 unique=`for i in $$list; do echo $$i; done | \ 186 awk ' { files[$$0] = 1; } \ 187 END { for (i in files) print i; }'`; \ 188 test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \ 189 || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags $$unique $(LISP) -o $$here/TAGS) 161 test -z "$(ETAGS_ARGS)$(SOURCES)$(HEADERS)$$tags" \ 162 || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags $(SOURCES) $(HEADERS) -o $$here/TAGS) 190 163 191 164 mostlyclean-tags: … … 194 167 195 168 distclean-tags: 196 -rm -f TAGS ID169 rm -f TAGS ID 197 170 198 171 maintainer-clean-tags: … … 205 178 # tarfile. 206 179 distcheck: dist 207 -rm -rf $(distdir)208 GZIP=$(GZIP _ENV) $(TAR) zxf $(distdir).tar.gz180 rm -rf $(distdir) 181 GZIP=$(GZIP) $(TAR) zxf $(distdir).tar.gz 209 182 mkdir $(distdir)/=build 210 183 mkdir $(distdir)/=inst … … 212 185 cd $(distdir)/=build \ 213 186 && ../configure --srcdir=.. --prefix=$$dc_install_base \ 214 && $(MAKE) $(AM_MAKEFLAGS) \ 215 && $(MAKE) $(AM_MAKEFLAGS) dvi \ 216 && $(MAKE) $(AM_MAKEFLAGS) check \ 217 && $(MAKE) $(AM_MAKEFLAGS) install \ 218 && $(MAKE) $(AM_MAKEFLAGS) installcheck \ 219 && $(MAKE) $(AM_MAKEFLAGS) dist 220 -rm -rf $(distdir) 221 @banner="$(distdir).tar.gz is ready for distribution"; \ 222 dashes=`echo "$$banner" | sed s/./=/g`; \ 223 echo "$$dashes"; \ 224 echo "$$banner"; \ 225 echo "$$dashes" 187 && $(MAKE) \ 188 && $(MAKE) dvi \ 189 && $(MAKE) check \ 190 && $(MAKE) install \ 191 && $(MAKE) installcheck \ 192 && $(MAKE) dist 193 rm -rf $(distdir) 194 @echo "========================"; \ 195 echo "$(distdir).tar.gz is ready for distribution"; \ 196 echo "========================" 226 197 dist: distdir 227 198 -chmod -R a+r $(distdir) 228 GZIP=$(GZIP _ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)229 -rm -rf $(distdir)199 GZIP=$(GZIP) $(TAR) chozf $(distdir).tar.gz $(distdir) 200 rm -rf $(distdir) 230 201 dist-all: distdir 231 202 -chmod -R a+r $(distdir) 232 GZIP=$(GZIP _ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)233 -rm -rf $(distdir)203 GZIP=$(GZIP) $(TAR) chozf $(distdir).tar.gz $(distdir) 204 rm -rf $(distdir) 234 205 distdir: $(DISTFILES) 235 -rm -rf $(distdir)206 rm -rf $(distdir) 236 207 mkdir $(distdir) 237 208 -chmod 777 $(distdir) 238 209 here=`cd $(top_builddir) && pwd`; \ 239 top_distdir=`cd $(distdir) && pwd`; \ 240 distdir=`cd $(distdir) && pwd`; \ 210 top_distdir=`cd $(top_distdir) && pwd`; \ 241 211 cd $(top_srcdir) \ 242 212 && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --foreign Makefile 243 213 @for file in $(DISTFILES); do \ 244 214 d=$(srcdir); \ 245 if test -d $$d/$$file; then \ 246 cp -pr $$/$$file $(distdir)/$$file; \ 247 else \ 248 test -f $(distdir)/$$file \ 249 || ln $$d/$$file $(distdir)/$$file 2> /dev/null \ 250 || cp -p $$d/$$file $(distdir)/$$file || :; \ 251 fi; \ 215 test -f $(distdir)/$$file \ 216 || ln $$d/$$file $(distdir)/$$file 2> /dev/null \ 217 || cp -p $$d/$$file $(distdir)/$$file; \ 252 218 done 253 219 220 MKDEP = gcc -M $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CFLAGS) 221 254 222 DEPS_MAGIC := $(shell mkdir .deps > /dev/null 2>&1 || :) 223 -include .deps/.P 224 .deps/.P: $(BUILT_SOURCES) 225 echo > $@ 255 226 256 227 -include $(DEP_FILES) … … 261 232 262 233 distclean-depend: 263 -rm -rf .deps264 234 265 235 maintainer-clean-depend: 266 267 %.o: %.c 268 @echo '$(COMPILE) -c $<'; \ 269 $(COMPILE) -Wp,-MD,.deps/$(*F).pp -c $< 270 @-cp .deps/$(*F).pp .deps/$(*F).P; \ 271 tr ' ' '\012' < .deps/$(*F).pp \ 272 | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \ 273 >> .deps/$(*F).P; \ 274 rm .deps/$(*F).pp 275 276 %.lo: %.c 277 @echo '$(LTCOMPILE) -c $<'; \ 278 $(LTCOMPILE) -Wp,-MD,.deps/$(*F).pp -c $< 279 @-sed -e 's/^\([^:]*\)\.o[ ]*:/\1.lo \1.o :/' \ 280 < .deps/$(*F).pp > .deps/$(*F).P; \ 281 tr ' ' '\012' < .deps/$(*F).pp \ 282 | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \ 283 >> .deps/$(*F).P; \ 284 rm -f .deps/$(*F).pp 285 info-am: 286 info: info-am 287 dvi-am: 288 dvi: dvi-am 289 check-am: all-am 290 check: check-am 291 installcheck-am: 292 installcheck: installcheck-am 293 install-exec-am: 294 install-exec: install-exec-am 295 296 install-data-am: 297 install-data: install-data-am 298 299 install-am: all-am 300 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am 301 install: install-am 302 uninstall-am: 303 uninstall: uninstall-am 304 all-am: Makefile $(PROGRAMS) 305 all-redirect: all-am 236 rm -rf .deps 237 238 .deps/%.P: %.c 239 @echo "Computing dependencies for $<..." 240 @o='o'; \ 241 test -n "$o" && o='$$o'; \ 242 $(MKDEP) $< >$@.tmp \ 243 && sed "s,^\(.*\)\.o:,\1.$$o \1.l$$o $@:," < $@.tmp > $@ \ 244 && rm -f $@.tmp 245 info: 246 dvi: 247 check: all 248 $(MAKE) 249 installcheck: 250 install-exec: 251 @$(NORMAL_INSTALL) 252 253 install-data: 254 @$(NORMAL_INSTALL) 255 256 install: install-exec install-data all 257 @: 258 259 uninstall: 260 261 all: Makefile $(PROGRAMS) 262 306 263 install-strip: 307 $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-sinstall264 $(MAKE) INSTALL_PROGRAM='$(INSTALL_PROGRAM) -s' INSTALL_SCRIPT='$(INSTALL_PROGRAM)' install 308 265 installdirs: 309 266 310 267 311 268 mostlyclean-generic: 269 test -z "$(MOSTLYCLEANFILES)" || rm -f $(MOSTLYCLEANFILES) 312 270 313 271 clean-generic: 272 test -z "$(CLEANFILES)" || rm -f $(CLEANFILES) 314 273 315 274 distclean-generic: 316 -rm -f Makefile $(CONFIG_CLEAN_FILES) 317 -rm -f config.cache config.log stamp-h stamp-h[0-9]* 275 rm -f Makefile $(DISTCLEANFILES) 276 rm -f config.cache config.log stamp-h stamp-h[0-9]* 277 test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) 318 278 319 279 maintainer-clean-generic: 320 mostlyclean-am: mostlyclean-noinstPROGRAMS mostlyclean-compile \ 280 test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES) 281 test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES) 282 mostlyclean: mostlyclean-noinstPROGRAMS mostlyclean-compile \ 321 283 mostlyclean-tags mostlyclean-depend mostlyclean-generic 322 284 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 \ 285 clean: clean-noinstPROGRAMS clean-compile clean-tags clean-depend \ 286 clean-generic mostlyclean 287 288 distclean: distclean-noinstPROGRAMS distclean-compile distclean-tags \ 289 distclean-depend distclean-generic clean 290 rm -f config.status 291 292 maintainer-clean: maintainer-clean-noinstPROGRAMS \ 337 293 maintainer-clean-compile maintainer-clean-tags \ 338 294 maintainer-clean-depend maintainer-clean-generic \ 339 distclean -am295 distclean 340 296 @echo "This command is intended for maintainers to use;" 341 297 @echo "it deletes files that may require special tools to rebuild." 342 343 maintainer-clean: maintainer-clean-am 344 -rm -f config.status 345 346 .PHONY: mostlyclean-noinstPROGRAMS distclean-noinstPROGRAMS \ 298 rm -f config.status 299 300 .PHONY: default mostlyclean-noinstPROGRAMS distclean-noinstPROGRAMS \ 347 301 clean-noinstPROGRAMS maintainer-clean-noinstPROGRAMS \ 348 302 mostlyclean-compile distclean-compile clean-compile \ 349 303 maintainer-clean-compile tags mostlyclean-tags distclean-tags \ 350 304 clean-tags maintainer-clean-tags distdir mostlyclean-depend \ 351 distclean-depend clean-depend maintainer-clean-depend info-am info \ 352 dvi-am dvi check check-am installcheck-am installcheck install-exec-am \ 353 install-exec install-data-am install-data install-am install \ 354 uninstall-am uninstall all-redirect all-am all installdirs \ 355 mostlyclean-generic distclean-generic clean-generic \ 305 distclean-depend clean-depend maintainer-clean-depend info dvi \ 306 installcheck install-exec install-data install uninstall all \ 307 installdirs mostlyclean-generic distclean-generic clean-generic \ 356 308 maintainer-clean-generic clean mostlyclean distclean maintainer-clean 357 309 358 310 359 debug-am: 360 361 debug: debug-am 362 363 debug_install-am: 364 365 debug_install: debug_install-am 366 367 profile-am: 368 369 profile: profile-am 370 371 profile_install-am: 372 373 profile_install: profile_install-am 374 375 .PHONY: debug debug_install profile profile_install 311 include $(top_srcdir)/../../../../../../automake/local.am 376 312 377 313 # Tell versions [3.59,3.63) of GNU make to not export all variables. -
c/src/exec/score/tools/sh/aclocal.m4
r79800f9 recab6a39 1 dnl aclocal.m4 generated automatically by aclocal 1.4 2 3 dnl Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc. 4 dnl This file is free software; the Free Software Foundation 5 dnl gives unlimited permission to copy and/or distribute it, 6 dnl with or without modifications, as long as this notice is preserved. 7 8 dnl This program is distributed in the hope that it will be useful, 9 dnl but WITHOUT ANY WARRANTY, to the extent permitted by law; without 10 dnl even the implied warranty of MERCHANTABILITY or FITNESS FOR A 11 dnl PARTICULAR PURPOSE. 1 dnl aclocal.m4 generated automatically by aclocal 1.2 12 2 13 3 dnl $Id$ … … 100 90 101 91 AC_DEFUN(AM_INIT_AUTOMAKE, 102 [AC_REQUIRE([A C_PROG_INSTALL])92 [AC_REQUIRE([AM_PROG_INSTALL]) 103 93 PACKAGE=[$1] 104 94 AC_SUBST(PACKAGE) … … 110 100 fi 111 101 ifelse([$3],, 112 AC_DEFINE_UNQUOTED(PACKAGE, "$PACKAGE" , [Name of package])113 AC_DEFINE_UNQUOTED(VERSION, "$VERSION" , [Version number of package]))114 A C_REQUIRE([AM_SANITY_CHECK])115 AC_ REQUIRE([AC_ARG_PROGRAM])102 AC_DEFINE_UNQUOTED(PACKAGE, "$PACKAGE") 103 AC_DEFINE_UNQUOTED(VERSION, "$VERSION")) 104 AM_SANITY_CHECK 105 AC_ARG_PROGRAM 116 106 dnl FIXME This is truly gross. 117 107 missing_dir=`cd $ac_aux_dir && pwd` … … 121 111 AM_MISSING_PROG(AUTOHEADER, autoheader, $missing_dir) 122 112 AM_MISSING_PROG(MAKEINFO, makeinfo, $missing_dir) 123 AC_REQUIRE([AC_PROG_MAKE_SET])]) 113 AC_PROG_MAKE_SET]) 114 115 116 # serial 1 117 118 AC_DEFUN(AM_PROG_INSTALL, 119 [AC_REQUIRE([AC_PROG_INSTALL]) 120 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL_PROGRAM}' 121 AC_SUBST(INSTALL_SCRIPT)dnl 122 ]) 124 123 125 124 # … … 139 138 if ( 140 139 set X `ls -Lt $srcdir/configure conftestfile 2> /dev/null` 141 if test " [$]*" = "X"; then140 if test "$@" = "X"; then 142 141 # -L didn't work. 143 142 set X `ls -t $srcdir/configure conftestfile` 144 143 fi 145 if test "[$]*" != "X $srcdir/configure conftestfile" \146 && test "[$]*" != "X conftestfile $srcdir/configure"; then147 148 # If neither matched, then we have a broken ls. This can happen149 # if, for instance, CONFIG_SHELL is bash and it inherits a150 # broken ls alias from the environment. This has actually151 # happened. Such a system could not be considered "sane".152 AC_MSG_ERROR([ls -t appears to fail. Make sure there is not a broken153 alias in your environment])154 fi155 156 144 test "[$]2" = conftestfile 157 145 ) -
c/src/exec/score/tools/sh/configure
r79800f9 recab6a39 2 2 3 3 # Guess values for system-dependent variables and create Makefiles. 4 # Generated automatically using autoconf version 2.1 34 # Generated automatically using autoconf version 2.12 5 5 # Copyright (C) 1992, 93, 94, 95, 96 Free Software Foundation, Inc. 6 6 # … … 50 50 subdirs= 51 51 MFLAGS= MAKEFLAGS= 52 SHELL=${CONFIG_SHELL-/bin/sh}53 52 # Maximum number of lines to put in a shell here document. 54 53 ac_max_here_lines=12 … … 334 333 335 334 -version | --version | --versio | --versi | --vers) 336 echo "configure generated by autoconf version 2.1 3"335 echo "configure generated by autoconf version 2.12" 337 336 exit 0 ;; 338 337 … … 504 503 ac_cpp='$CPP $CPPFLAGS' 505 504 ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5' 506 ac_link='${CC-cc} -o conftest ${ac_exeext}$CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'505 ac_link='${CC-cc} -o conftest $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5' 507 506 cross_compiling=$ac_cv_prog_cc_cross 508 507 509 ac_exeext=510 ac_objext=o511 508 if (echo "testing\c"; echo 1,2,3) | grep c >/dev/null; then 512 509 # Stardent Vistra SVR4 grep lacks -e, says ghazi@caip.rutgers.edu. … … 549 546 550 547 echo $ac_n "checking for RTEMS Version""... $ac_c" 1>&6 551 echo "configure:5 52: checking for RTEMS Version" >&5548 echo "configure:549: checking for RTEMS Version" >&5 552 549 if test -r "${srcdir}/${RTEMS_TOPdir}/VERSION"; then 553 550 RTEMS_VERSION=`grep Version ${srcdir}/${RTEMS_TOPdir}/VERSION | \ … … 585 582 586 583 # Make sure we can run config.sub. 587 if $ {CONFIG_SHELL-/bin/sh} $ac_config_sub sun4 >/dev/null 2>&1; then :584 if $ac_config_sub sun4 >/dev/null 2>&1; then : 588 585 else { echo "configure: error: can not run $ac_config_sub" 1>&2; exit 1; } 589 586 fi 590 587 591 588 echo $ac_n "checking host system type""... $ac_c" 1>&6 592 echo "configure:59 3: checking host system type" >&5589 echo "configure:590: checking host system type" >&5 593 590 594 591 host_alias=$host … … 597 594 case $nonopt in 598 595 NONE) 599 if host_alias=`$ {CONFIG_SHELL-/bin/sh} $ac_config_guess`; then :596 if host_alias=`$ac_config_guess`; then : 600 597 else { echo "configure: error: can not guess host type; you must specify one" 1>&2; exit 1; } 601 598 fi ;; … … 604 601 esac 605 602 606 host=`$ {CONFIG_SHELL-/bin/sh} $ac_config_sub $host_alias`603 host=`$ac_config_sub $host_alias` 607 604 host_cpu=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'` 608 605 host_vendor=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'` … … 611 608 612 609 echo $ac_n "checking target system type""... $ac_c" 1>&6 613 echo "configure:61 4: checking target system type" >&5610 echo "configure:611: checking target system type" >&5 614 611 615 612 target_alias=$target … … 622 619 esac 623 620 624 target=`$ {CONFIG_SHELL-/bin/sh} $ac_config_sub $target_alias`621 target=`$ac_config_sub $target_alias` 625 622 target_cpu=`echo $target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'` 626 623 target_vendor=`echo $target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'` … … 629 626 630 627 echo $ac_n "checking build system type""... $ac_c" 1>&6 631 echo "configure:6 32: checking build system type" >&5628 echo "configure:629: checking build system type" >&5 632 629 633 630 build_alias=$build … … 640 637 esac 641 638 642 build=`$ {CONFIG_SHELL-/bin/sh} $ac_config_sub $build_alias`639 build=`$ac_config_sub $build_alias` 643 640 build_cpu=`echo $build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'` 644 641 build_vendor=`echo $build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'` … … 654 651 655 652 echo $ac_n "checking rtems target cpu""... $ac_c" 1>&6 656 echo "configure:65 7: checking rtems target cpu" >&5653 echo "configure:654: checking rtems target cpu" >&5 657 654 case "${target}" in 658 655 # hpux unix port should go here … … 689 686 # IRIX /sbin/install 690 687 # AIX /bin/install 691 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag692 688 # AFS /usr/afsws/bin/install, which mishandles nonexistent args 693 689 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff" 694 690 # ./install, which can be erroneously created by make from ./install.sh. 695 691 echo $ac_n "checking for a BSD compatible install""... $ac_c" 1>&6 696 echo "configure:69 7: checking for a BSD compatible install" >&5692 echo "configure:693: checking for a BSD compatible install" >&5 697 693 if test -z "$INSTALL"; then 698 694 if eval "test \"`echo '$''{'ac_cv_path_install'+set}'`\" = set"; then 699 695 echo $ac_n "(cached) $ac_c" 1>&6 700 696 else 701 IFS="${IFS= }"; ac_save_IFS="$IFS"; IFS=" :"697 IFS="${IFS= }"; ac_save_IFS="$IFS"; IFS="${IFS}:" 702 698 for ac_dir in $PATH; do 703 699 # Account for people who put trailing slashes in PATH elements. … … 706 702 *) 707 703 # OSF1 and SCO ODT 3.0 have their own names for install. 708 # Don't use installbsd from OSF since it installs stuff as root 709 # by default. 710 for ac_prog in ginstall scoinst install; do 704 for ac_prog in ginstall installbsd scoinst install; do 711 705 if test -f $ac_dir/$ac_prog; then 712 706 if test $ac_prog = install && 713 707 grep dspmsg $ac_dir/$ac_prog >/dev/null 2>&1; then 714 708 # AIX install. It has an incompatible calling convention. 709 # OSF/1 installbsd also uses dspmsg, but is usable. 715 710 : 716 711 else … … 742 737 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}' 743 738 739 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644' 740 741 744 742 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL_PROGRAM}' 745 743 746 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644' 744 745 PACKAGE=rtems-exec-score-tools-sh 746 747 VERSION=$RTEMS_VERSION 748 749 if test "`cd $srcdir && pwd`" != "`pwd`" && test -f $srcdir/config.status; then 750 { echo "configure: error: source directory already configured; run "make distclean" there first" 1>&2; exit 1; } 751 fi 747 752 748 753 echo $ac_n "checking whether build environment is sane""... $ac_c" 1>&6 749 echo "configure:75 0: checking whether build environment is sane" >&5754 echo "configure:755: checking whether build environment is sane" >&5 750 755 # Just in case 751 756 sleep 1 … … 758 763 if ( 759 764 set X `ls -Lt $srcdir/configure conftestfile 2> /dev/null` 760 if test " $*" = "X"; then765 if test "" = "X"; then 761 766 # -L didn't work. 762 767 set X `ls -t $srcdir/configure conftestfile` 763 768 fi 764 if test "$*" != "X $srcdir/configure conftestfile" \765 && test "$*" != "X conftestfile $srcdir/configure"; then766 767 # If neither matched, then we have a broken ls. This can happen768 # if, for instance, CONFIG_SHELL is bash and it inherits a769 # broken ls alias from the environment. This has actually770 # happened. Such a system could not be considered "sane".771 { echo "configure: error: ls -t appears to fail. Make sure there is not a broken772 alias in your environment" 1>&2; exit 1; }773 fi774 775 769 test "$2" = conftestfile 776 770 ) … … 803 797 test "$program_transform_name" = "" && program_transform_name="s,x,x," 804 798 805 echo $ac_n "checking whether ${MAKE-make} sets \${MAKE}""... $ac_c" 1>&6806 echo "configure:807: checking whether ${MAKE-make} sets \${MAKE}" >&5807 set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y%./+-%__p_%'`808 if eval "test \"`echo '$''{'ac_cv_prog_make_${ac_make}_set'+set}'`\" = set"; then809 echo $ac_n "(cached) $ac_c" 1>&6810 else811 cat > conftestmake <<\EOF812 all:813 @echo 'ac_maketemp="${MAKE}"'814 EOF815 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.816 eval `${MAKE-make} -f conftestmake 2>/dev/null | grep temp=`817 if test -n "$ac_maketemp"; then818 eval ac_cv_prog_make_${ac_make}_set=yes819 else820 eval ac_cv_prog_make_${ac_make}_set=no821 fi822 rm -f conftestmake823 fi824 if eval "test \"`echo '$ac_cv_prog_make_'${ac_make}_set`\" = yes"; then825 echo "$ac_t""yes" 1>&6826 SET_MAKE=827 else828 echo "$ac_t""no" 1>&6829 SET_MAKE="MAKE=${MAKE-make}"830 fi831 832 833 PACKAGE=rtems-exec-score-tools-sh834 835 VERSION=$RTEMS_VERSION836 837 if test "`cd $srcdir && pwd`" != "`pwd`" && test -f $srcdir/config.status; then838 { echo "configure: error: source directory already configured; run "make distclean" there first" 1>&2; exit 1; }839 fi840 841 842 843 799 missing_dir=`cd $ac_aux_dir && pwd` 844 800 echo $ac_n "checking for working aclocal""... $ac_c" 1>&6 845 echo "configure:8 46: checking for working aclocal" >&5801 echo "configure:802: checking for working aclocal" >&5 846 802 # Run test in a subshell; some versions of sh will print an error if 847 803 # an executable is not found, even if stderr is redirected. … … 856 812 857 813 echo $ac_n "checking for working autoconf""... $ac_c" 1>&6 858 echo "configure:8 59: checking for working autoconf" >&5814 echo "configure:815: checking for working autoconf" >&5 859 815 # Run test in a subshell; some versions of sh will print an error if 860 816 # an executable is not found, even if stderr is redirected. … … 869 825 870 826 echo $ac_n "checking for working automake""... $ac_c" 1>&6 871 echo "configure:8 72: checking for working automake" >&5827 echo "configure:828: checking for working automake" >&5 872 828 # Run test in a subshell; some versions of sh will print an error if 873 829 # an executable is not found, even if stderr is redirected. … … 882 838 883 839 echo $ac_n "checking for working autoheader""... $ac_c" 1>&6 884 echo "configure:8 85: checking for working autoheader" >&5840 echo "configure:841: checking for working autoheader" >&5 885 841 # Run test in a subshell; some versions of sh will print an error if 886 842 # an executable is not found, even if stderr is redirected. … … 895 851 896 852 echo $ac_n "checking for working makeinfo""... $ac_c" 1>&6 897 echo "configure:8 98: checking for working makeinfo" >&5853 echo "configure:854: checking for working makeinfo" >&5 898 854 # Run test in a subshell; some versions of sh will print an error if 899 855 # an executable is not found, even if stderr is redirected. … … 907 863 fi 908 864 865 echo $ac_n "checking whether ${MAKE-make} sets \${MAKE}""... $ac_c" 1>&6 866 echo "configure:867: checking whether ${MAKE-make} sets \${MAKE}" >&5 867 set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y%./+-%__p_%'` 868 if eval "test \"`echo '$''{'ac_cv_prog_make_${ac_make}_set'+set}'`\" = set"; then 869 echo $ac_n "(cached) $ac_c" 1>&6 870 else 871 cat > conftestmake <<\EOF 872 all: 873 @echo 'ac_maketemp="${MAKE}"' 874 EOF 875 # GNU make sometimes prints "make[1]: Entering...", which would confuse us. 876 eval `${MAKE-make} -f conftestmake 2>/dev/null | grep temp=` 877 if test -n "$ac_maketemp"; then 878 eval ac_cv_prog_make_${ac_make}_set=yes 879 else 880 eval ac_cv_prog_make_${ac_make}_set=no 881 fi 882 rm -f conftestmake 883 fi 884 if eval "test \"`echo '$ac_cv_prog_make_'${ac_make}_set`\" = yes"; then 885 echo "$ac_t""yes" 1>&6 886 SET_MAKE= 887 else 888 echo "$ac_t""no" 1>&6 889 SET_MAKE="MAKE=${MAKE-make}" 890 fi 909 891 910 892 … … 912 894 set dummy gcc; ac_word=$2 913 895 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 914 echo "configure: 915: checking for $ac_word" >&5896 echo "configure:897: checking for $ac_word" >&5 915 897 if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then 916 898 echo $ac_n "(cached) $ac_c" 1>&6 … … 919 901 ac_cv_prog_CC="$CC" # Let the user override the test. 920 902 else 921 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":" 922 ac_dummy="$PATH" 923 for ac_dir in $ac_dummy; do 903 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:" 904 for ac_dir in $PATH; do 924 905 test -z "$ac_dir" && ac_dir=. 925 906 if test -f $ac_dir/$ac_word; then … … 942 923 set dummy cc; ac_word=$2 943 924 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 944 echo "configure:9 45: checking for $ac_word" >&5925 echo "configure:926: checking for $ac_word" >&5 945 926 if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then 946 927 echo $ac_n "(cached) $ac_c" 1>&6 … … 949 930 ac_cv_prog_CC="$CC" # Let the user override the test. 950 931 else 951 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=" :"932 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:" 952 933 ac_prog_rejected=no 953 ac_dummy="$PATH" 954 for ac_dir in $ac_dummy; do 934 for ac_dir in $PATH; do 955 935 test -z "$ac_dir" && ac_dir=. 956 936 if test -f $ac_dir/$ac_word; then … … 987 967 fi 988 968 989 if test -z "$CC"; then990 case "`uname -s`" in991 *win32* | *WIN32*)992 # Extract the first word of "cl", so it can be a program name with args.993 set dummy cl; ac_word=$2994 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6995 echo "configure:996: checking for $ac_word" >&5996 if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then997 echo $ac_n "(cached) $ac_c" 1>&6998 else999 if test -n "$CC"; then1000 ac_cv_prog_CC="$CC" # Let the user override the test.1001 else1002 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"1003 ac_dummy="$PATH"1004 for ac_dir in $ac_dummy; do1005 test -z "$ac_dir" && ac_dir=.1006 if test -f $ac_dir/$ac_word; then1007 ac_cv_prog_CC="cl"1008 break1009 fi1010 done1011 IFS="$ac_save_ifs"1012 fi1013 fi1014 CC="$ac_cv_prog_CC"1015 if test -n "$CC"; then1016 echo "$ac_t""$CC" 1>&61017 else1018 echo "$ac_t""no" 1>&61019 fi1020 ;;1021 esac1022 fi1023 969 test -z "$CC" && { echo "configure: error: no acceptable cc found in \$PATH" 1>&2; exit 1; } 1024 970 fi 1025 971 1026 972 echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works""... $ac_c" 1>&6 1027 echo "configure: 1028: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5973 echo "configure:974: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5 1028 974 1029 975 ac_ext=c … … 1031 977 ac_cpp='$CPP $CPPFLAGS' 1032 978 ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5' 1033 ac_link='${CC-cc} -o conftest ${ac_exeext}$CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'979 ac_link='${CC-cc} -o conftest $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5' 1034 980 cross_compiling=$ac_cv_prog_cc_cross 1035 981 1036 cat > conftest.$ac_ext << EOF 1037 1038 #line 1039 "configure" 982 cat > conftest.$ac_ext <<EOF 983 #line 984 "configure" 1039 984 #include "confdefs.h" 1040 1041 985 main(){return(0);} 1042 986 EOF 1043 if { (eval echo configure: 1044: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then987 if { (eval echo configure:988: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then 1044 988 ac_cv_prog_cc_works=yes 1045 989 # If we can't run a trivial program, we are probably using a cross compiler. … … 1055 999 fi 1056 1000 rm -fr conftest* 1057 ac_ext=c1058 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.1059 ac_cpp='$CPP $CPPFLAGS'1060 ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'1061 ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'1062 cross_compiling=$ac_cv_prog_cc_cross1063 1001 1064 1002 echo "$ac_t""$ac_cv_prog_cc_works" 1>&6 … … 1067 1005 fi 1068 1006 echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler""... $ac_c" 1>&6 1069 echo "configure:10 70: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&51007 echo "configure:1008: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5 1070 1008 echo "$ac_t""$ac_cv_prog_cc_cross" 1>&6 1071 1009 cross_compiling=$ac_cv_prog_cc_cross 1072 1010 1073 1011 echo $ac_n "checking whether we are using GNU C""... $ac_c" 1>&6 1074 echo "configure:10 75: checking whether we are using GNU C" >&51012 echo "configure:1013: checking whether we are using GNU C" >&5 1075 1013 if eval "test \"`echo '$''{'ac_cv_prog_gcc'+set}'`\" = set"; then 1076 1014 echo $ac_n "(cached) $ac_c" 1>&6 … … 1081 1019 #endif 1082 1020 EOF 1083 if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:10 84: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then1021 if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:1022: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then 1084 1022 ac_cv_prog_gcc=yes 1085 1023 else … … 1092 1030 if test $ac_cv_prog_gcc = yes; then 1093 1031 GCC=yes 1094 else 1095 GCC= 1096 fi 1097 1098 ac_test_CFLAGS="${CFLAGS+set}" 1099 ac_save_CFLAGS="$CFLAGS" 1100 CFLAGS= 1101 echo $ac_n "checking whether ${CC-cc} accepts -g""... $ac_c" 1>&6 1102 echo "configure:1103: checking whether ${CC-cc} accepts -g" >&5 1032 ac_test_CFLAGS="${CFLAGS+set}" 1033 ac_save_CFLAGS="$CFLAGS" 1034 CFLAGS= 1035 echo $ac_n "checking whether ${CC-cc} accepts -g""... $ac_c" 1>&6 1036 echo "configure:1037: checking whether ${CC-cc} accepts -g" >&5 1103 1037 if eval "test \"`echo '$''{'ac_cv_prog_cc_g'+set}'`\" = set"; then 1104 1038 echo $ac_n "(cached) $ac_c" 1>&6 … … 1115 1049 1116 1050 echo "$ac_t""$ac_cv_prog_cc_g" 1>&6 1117 if test "$ac_test_CFLAGS" = set; then 1118 CFLAGS="$ac_save_CFLAGS" 1119 elif test $ac_cv_prog_cc_g = yes; then 1120 if test "$GCC" = yes; then 1051 if test "$ac_test_CFLAGS" = set; then 1052 CFLAGS="$ac_save_CFLAGS" 1053 elif test $ac_cv_prog_cc_g = yes; then 1121 1054 CFLAGS="-g -O2" 1122 1055 else 1123 CFLAGS="- g"1056 CFLAGS="-O2" 1124 1057 fi 1125 1058 else 1126 if test "$GCC" = yes; then 1127 CFLAGS="-O2" 1128 else 1129 CFLAGS= 1130 fi 1059 GCC= 1060 test "${CFLAGS+set}" = set || CFLAGS="-g" 1131 1061 fi 1132 1062 1133 1063 echo $ac_n "checking for fabs in -lm""... $ac_c" 1>&6 1134 echo "configure:1 135: checking for fabs in -lm" >&51064 echo "configure:1065: checking for fabs in -lm" >&5 1135 1065 ac_lib_var=`echo m'_'fabs | sed 'y%./+-%__p_%'` 1136 1066 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then … … 1140 1070 LIBS="-lm $LIBS" 1141 1071 cat > conftest.$ac_ext <<EOF 1142 #line 1 143 "configure"1072 #line 1073 "configure" 1143 1073 #include "confdefs.h" 1144 1074 /* Override any gcc2 internal prototype to avoid an error. */ … … 1151 1081 ; return 0; } 1152 1082 EOF 1153 if { (eval echo configure:1 154: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then1083 if { (eval echo configure:1084: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then 1154 1084 rm -rf conftest* 1155 1085 eval "ac_cv_lib_$ac_lib_var=yes" … … 1218 1148 # and sets the high bit in the cache file unless we assign to the vars. 1219 1149 (set) 2>&1 | 1220 case `(ac_space=' '; set | grep ac_space) 2>&1` in1150 case `(ac_space=' '; set) 2>&1` in 1221 1151 *ac_space=\ *) 1222 1152 # `set' does not quote correctly, so add quotes (double-quote substitution … … 1297 1227 exec \${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion ;; 1298 1228 -version | --version | --versio | --versi | --vers | --ver | --ve | --v) 1299 echo "$CONFIG_STATUS generated by autoconf version 2.1 3"1229 echo "$CONFIG_STATUS generated by autoconf version 2.12" 1300 1230 exit 0 ;; 1301 1231 -help | --help | --hel | --he | --h) … … 1317 1247 $ac_vpsub 1318 1248 $extrasub 1319 s%@SHELL@%$SHELL%g1320 1249 s%@CFLAGS@%$CFLAGS%g 1321 1250 s%@CPPFLAGS@%$CPPFLAGS%g 1322 1251 s%@CXXFLAGS@%$CXXFLAGS%g 1323 s%@FFLAGS@%$FFLAGS%g1324 1252 s%@DEFS@%$DEFS%g 1325 1253 s%@LDFLAGS@%$LDFLAGS%g … … 1358 1286 s%@build_os@%$build_os%g 1359 1287 s%@INSTALL_PROGRAM@%$INSTALL_PROGRAM%g 1288 s%@INSTALL_DATA@%$INSTALL_DATA%g 1360 1289 s%@INSTALL_SCRIPT@%$INSTALL_SCRIPT%g 1361 s%@INSTALL_DATA@%$INSTALL_DATA%g1362 1290 s%@PACKAGE@%$PACKAGE%g 1363 1291 s%@VERSION@%$VERSION%g -
c/src/lib/libbsp/hppa1.1/simhppa/tools/Makefile.in
r79800f9 recab6a39 1 # Makefile.in generated automatically by automake 1. 4from Makefile.am2 3 # Copyright (C) 1994, 1995 -8, 1999Free Software Foundation, Inc.1 # Makefile.in generated automatically by automake 1.2 from Makefile.am 2 3 # Copyright (C) 1994, 1995, 1996, 1997 Free Software Foundation, Inc. 4 4 # This Makefile.in is free software; the Free Software Foundation 5 # gives unlimited permission to copy and/or distribute it, 6 # with or without modifications, as long as this notice is preserved. 7 8 # This program is distributed in the hope that it will be useful, 9 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without 10 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A 11 # PARTICULAR PURPOSE. 5 # gives unlimited permission to copy, distribute and modify it. 12 6 13 7 # … … 16 10 17 11 18 # $Id$ 19 20 # NOTE: This is a temporary work-around to keep 21 # "make debug" and "make debug_install" working. 22 # Once automake is fully integrated these make targets 23 # and this file will probably be removed 24 25 26 SHELL = @SHELL@ 12 SHELL = /bin/sh 27 13 28 14 srcdir = @srcdir@ … … 45 31 oldincludedir = /usr/include 46 32 47 DESTDIR =48 49 33 pkgdatadir = $(datadir)/@PACKAGE@ 50 34 pkglibdir = $(libdir)/@PACKAGE@ … … 57 41 58 42 INSTALL = @INSTALL@ 59 INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)43 INSTALL_PROGRAM = @INSTALL_PROGRAM@ 60 44 INSTALL_DATA = @INSTALL_DATA@ 61 45 INSTALL_SCRIPT = @INSTALL_SCRIPT@ 62 46 transform = @program_transform_name@ 63 47 64 NORMAL_INSTALL = :65 PRE_INSTALL = :66 POST_INSTALL = :67 NORMAL_UNINSTALL = :68 PRE_UNINSTALL = :69 POST_UNINSTALL = :48 NORMAL_INSTALL = true 49 PRE_INSTALL = true 50 POST_INSTALL = true 51 NORMAL_UNINSTALL = true 52 PRE_UNINSTALL = true 53 POST_UNINSTALL = true 70 54 build_alias = @build_alias@ 71 55 build_triplet = @build@ … … 84 68 ACLOCAL = @ACLOCAL@ -I $(RTEMS_TOPdir)/aclocal 85 69 86 noinst_PROGRAMS = print_dump87 88 89 print_dump_SOURCES = print_dump.c90 70 noinst_PROGRAMS= \ 71 print_dump 72 73 print_dump_SOURCES= \ 74 print_dump.c 91 75 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 92 76 mkinstalldirs = $(SHELL) $(top_srcdir)/../../../../../../../mkinstalldirs … … 102 86 print_dump_OBJECTS = print_dump.o 103 87 print_dump_LDADD = $(LDADD) 104 print_dump_DEPENDENCIES =105 88 print_dump_LDFLAGS = 106 89 CFLAGS = @CFLAGS@ 107 COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) 108 CCLD = $(CC) 109 LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@ 110 DIST_COMMON = ./stamp-h.in Makefile.am Makefile.in aclocal.m4 \ 111 config.h.in configure configure.in 90 COMPILE = $(CC) $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CFLAGS) 91 LINK = $(CC) $(CFLAGS) $(LDFLAGS) -o $@ 92 DIST_COMMON = Makefile.am Makefile.in aclocal.m4 config.h.in configure \ 93 configure.in stamp-h.in 112 94 113 95 … … 115 97 116 98 TAR = tar 117 GZIP _ENV= --best99 GZIP = --best 118 100 DEP_FILES = .deps/print_dump.P 119 101 SOURCES = $(print_dump_SOURCES) 120 102 OBJECTS = $(print_dump_OBJECTS) 121 103 122 all: all-redirect 104 default: all 105 123 106 .SUFFIXES: 124 .SUFFIXES: . S .c .o .s125 $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) $(top_srcdir)/../../../../../../../automake/local.am107 .SUFFIXES: .c .o 108 $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) 126 109 cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile 127 110 128 Makefile: $(srcdir)/Makefile.in 111 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES) 129 112 cd $(top_builddir) \ 130 113 && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status … … 133 116 cd $(srcdir) && $(ACLOCAL) 134 117 135 config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)118 config.status: $(srcdir)/configure 136 119 $(SHELL) ./config.status --recheck 137 120 $(srcdir)/configure: $(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES) … … 139 122 140 123 config.h: stamp-h 141 @if test ! -f $@; then \142 rm -f stamp-h; \143 $(MAKE) stamp-h; \144 else :; fi145 124 stamp-h: $(srcdir)/config.h.in $(top_builddir)/config.status 146 125 cd $(top_builddir) \ 147 126 && CONFIG_FILES= CONFIG_HEADERS=config.h \ 148 127 $(SHELL) ./config.status 149 @echo timestamp > stamp-h 2> /dev/null128 @echo timestamp > stamp-h 150 129 $(srcdir)/config.h.in: $(srcdir)/stamp-h.in 151 @if test ! -f $@; then \152 rm -f $(srcdir)/stamp-h.in; \153 $(MAKE) $(srcdir)/stamp-h.in; \154 else :; fi155 130 $(srcdir)/stamp-h.in: $(top_srcdir)/configure.in $(ACLOCAL_M4) 156 131 cd $(top_srcdir) && $(AUTOHEADER) 157 @echo timestamp > $(srcdir)/stamp-h.in 2> /dev/null132 @echo timestamp > $(srcdir)/stamp-h.in 158 133 159 134 mostlyclean-hdr: … … 162 137 163 138 distclean-hdr: 164 -rm -f config.h139 rm -f config.h 165 140 166 141 maintainer-clean-hdr: … … 169 144 170 145 clean-noinstPROGRAMS: 171 -test -z "$(noinst_PROGRAMS)" || rm -f $(noinst_PROGRAMS)146 test -z "$(noinst_PROGRAMS)" || rm -f $(noinst_PROGRAMS) 172 147 173 148 distclean-noinstPROGRAMS: … … 175 150 maintainer-clean-noinstPROGRAMS: 176 151 177 . s.o:152 .c.o: 178 153 $(COMPILE) -c $< 179 154 180 .S.o:181 $(COMPILE) -c $<182 183 155 mostlyclean-compile: 184 -rm -f *.o core *.core156 rm -f *.o core 185 157 186 158 clean-compile: 187 159 188 160 distclean-compile: 189 -rm -f *.tab.c161 rm -f *.tab.c 190 162 191 163 maintainer-clean-compile: … … 197 169 tags: TAGS 198 170 199 ID: $(HEADERS) $(SOURCES) $(LISP) 200 list='$(SOURCES) $(HEADERS)'; \ 201 unique=`for i in $$list; do echo $$i; done | \ 202 awk ' { files[$$0] = 1; } \ 203 END { for (i in files) print i; }'`; \ 204 here=`pwd` && cd $(srcdir) \ 205 && mkid -f$$here/ID $$unique $(LISP) 206 207 TAGS: $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) $(LISP) 171 ID: $(HEADERS) $(SOURCES) 172 here=`pwd` && cd $(srcdir) && mkid -f$$here/ID $(SOURCES) $(HEADERS) 173 174 TAGS: $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) 208 175 tags=; \ 209 176 here=`pwd`; \ 210 list='$(SOURCES) $(HEADERS)'; \ 211 unique=`for i in $$list; do echo $$i; done | \ 212 awk ' { files[$$0] = 1; } \ 213 END { for (i in files) print i; }'`; \ 214 test -z "$(ETAGS_ARGS)config.h.in$$unique$(LISP)$$tags" \ 215 || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags config.h.in $$unique $(LISP) -o $$here/TAGS) 177 test -z "$(ETAGS_ARGS)config.h.in$(SOURCES)$(HEADERS)$$tags" \ 178 || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags config.h.in $(SOURCES) $(HEADERS) -o $$here/TAGS) 216 179 217 180 mostlyclean-tags: … … 220 183 221 184 distclean-tags: 222 -rm -f TAGS ID185 rm -f TAGS ID 223 186 224 187 maintainer-clean-tags: … … 231 194 # tarfile. 232 195 distcheck: dist 233 -rm -rf $(distdir)234 GZIP=$(GZIP _ENV) $(TAR) zxf $(distdir).tar.gz196 rm -rf $(distdir) 197 GZIP=$(GZIP) $(TAR) zxf $(distdir).tar.gz 235 198 mkdir $(distdir)/=build 236 199 mkdir $(distdir)/=inst … … 238 201 cd $(distdir)/=build \ 239 202 && ../configure --srcdir=.. --prefix=$$dc_install_base \ 240 && $(MAKE) $(AM_MAKEFLAGS) \ 241 && $(MAKE) $(AM_MAKEFLAGS) dvi \ 242 && $(MAKE) $(AM_MAKEFLAGS) check \ 243 && $(MAKE) $(AM_MAKEFLAGS) install \ 244 && $(MAKE) $(AM_MAKEFLAGS) installcheck \ 245 && $(MAKE) $(AM_MAKEFLAGS) dist 246 -rm -rf $(distdir) 247 @banner="$(distdir).tar.gz is ready for distribution"; \ 248 dashes=`echo "$$banner" | sed s/./=/g`; \ 249 echo "$$dashes"; \ 250 echo "$$banner"; \ 251 echo "$$dashes" 203 && $(MAKE) \ 204 && $(MAKE) dvi \ 205 && $(MAKE) check \ 206 && $(MAKE) install \ 207 && $(MAKE) installcheck \ 208 && $(MAKE) dist 209 rm -rf $(distdir) 210 @echo "========================"; \ 211 echo "$(distdir).tar.gz is ready for distribution"; \ 212 echo "========================" 252 213 dist: distdir 253 214 -chmod -R a+r $(distdir) 254 GZIP=$(GZIP _ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)255 -rm -rf $(distdir)215 GZIP=$(GZIP) $(TAR) chozf $(distdir).tar.gz $(distdir) 216 rm -rf $(distdir) 256 217 dist-all: distdir 257 218 -chmod -R a+r $(distdir) 258 GZIP=$(GZIP _ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)259 -rm -rf $(distdir)219 GZIP=$(GZIP) $(TAR) chozf $(distdir).tar.gz $(distdir) 220 rm -rf $(distdir) 260 221 distdir: $(DISTFILES) 261 -rm -rf $(distdir)222 rm -rf $(distdir) 262 223 mkdir $(distdir) 263 224 -chmod 777 $(distdir) 264 225 here=`cd $(top_builddir) && pwd`; \ 265 top_distdir=`cd $(distdir) && pwd`; \ 266 distdir=`cd $(distdir) && pwd`; \ 226 top_distdir=`cd $(top_distdir) && pwd`; \ 267 227 cd $(top_srcdir) \ 268 228 && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --foreign Makefile 269 229 @for file in $(DISTFILES); do \ 270 230 d=$(srcdir); \ 271 if test -d $$d/$$file; then \ 272 cp -pr $$/$$file $(distdir)/$$file; \ 273 else \ 274 test -f $(distdir)/$$file \ 275 || ln $$d/$$file $(distdir)/$$file 2> /dev/null \ 276 || cp -p $$d/$$file $(distdir)/$$file || :; \ 277 fi; \ 231 test -f $(distdir)/$$file \ 232 || ln $$d/$$file $(distdir)/$$file 2> /dev/null \ 233 || cp -p $$d/$$file $(distdir)/$$file; \ 278 234 done 279 235 236 MKDEP = gcc -M $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CFLAGS) 237 280 238 DEPS_MAGIC := $(shell mkdir .deps > /dev/null 2>&1 || :) 239 -include .deps/.P 240 .deps/.P: $(BUILT_SOURCES) 241 echo > $@ 281 242 282 243 -include $(DEP_FILES) … … 287 248 288 249 distclean-depend: 289 -rm -rf .deps290 250 291 251 maintainer-clean-depend: 292 293 %.o: %.c 294 @echo '$(COMPILE) -c $<'; \ 295 $(COMPILE) -Wp,-MD,.deps/$(*F).pp -c $< 296 @-cp .deps/$(*F).pp .deps/$(*F).P; \ 297 tr ' ' '\012' < .deps/$(*F).pp \ 298 | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \ 299 >> .deps/$(*F).P; \ 300 rm .deps/$(*F).pp 301 302 %.lo: %.c 303 @echo '$(LTCOMPILE) -c $<'; \ 304 $(LTCOMPILE) -Wp,-MD,.deps/$(*F).pp -c $< 305 @-sed -e 's/^\([^:]*\)\.o[ ]*:/\1.lo \1.o :/' \ 306 < .deps/$(*F).pp > .deps/$(*F).P; \ 307 tr ' ' '\012' < .deps/$(*F).pp \ 308 | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \ 309 >> .deps/$(*F).P; \ 310 rm -f .deps/$(*F).pp 311 info-am: 312 info: info-am 313 dvi-am: 314 dvi: dvi-am 315 check-am: all-am 316 check: check-am 317 installcheck-am: 318 installcheck: installcheck-am 319 all-recursive-am: config.h 320 $(MAKE) $(AM_MAKEFLAGS) all-recursive 321 322 install-exec-am: install-exec-local 323 install-exec: install-exec-am 324 325 install-data-am: 326 install-data: install-data-am 327 328 install-am: all-am 329 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am 330 install: install-am 331 uninstall-am: 332 uninstall: uninstall-am 333 all-am: Makefile $(PROGRAMS) config.h 334 all-redirect: all-am 252 rm -rf .deps 253 254 .deps/%.P: %.c 255 @echo "Computing dependencies for $<..." 256 @o='o'; \ 257 test -n "$o" && o='$$o'; \ 258 $(MKDEP) $< >$@.tmp \ 259 && sed "s,^\(.*\)\.o:,\1.$$o \1.l$$o $@:," < $@.tmp > $@ \ 260 && rm -f $@.tmp 261 info: 262 dvi: 263 check: all 264 $(MAKE) 265 installcheck: 266 install-exec: install-exec-local 267 @$(NORMAL_INSTALL) 268 269 install-data: 270 @$(NORMAL_INSTALL) 271 272 install: install-exec install-data all 273 @: 274 275 uninstall: 276 277 all: Makefile $(PROGRAMS) config.h 278 335 279 install-strip: 336 $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-sinstall280 $(MAKE) INSTALL_PROGRAM='$(INSTALL_PROGRAM) -s' INSTALL_SCRIPT='$(INSTALL_PROGRAM)' install 337 281 installdirs: 338 282 339 283 340 284 mostlyclean-generic: 285 test -z "$(MOSTLYCLEANFILES)" || rm -f $(MOSTLYCLEANFILES) 341 286 342 287 clean-generic: 288 test -z "$(CLEANFILES)" || rm -f $(CLEANFILES) 343 289 344 290 distclean-generic: 345 -rm -f Makefile $(CONFIG_CLEAN_FILES) 346 -rm -f config.cache config.log stamp-h stamp-h[0-9]* 291 rm -f Makefile $(DISTCLEANFILES) 292 rm -f config.cache config.log stamp-h stamp-h[0-9]* 293 test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) 347 294 348 295 maintainer-clean-generic: 349 mostlyclean-am: mostlyclean-hdr mostlyclean-noinstPROGRAMS \ 296 test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES) 297 test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES) 298 mostlyclean: mostlyclean-hdr mostlyclean-noinstPROGRAMS \ 350 299 mostlyclean-compile mostlyclean-tags mostlyclean-depend \ 351 300 mostlyclean-generic 352 301 353 mostlyclean: mostlyclean-am 354 355 clean-am: clean-hdr clean-noinstPROGRAMS clean-compile clean-tags \ 356 clean-depend clean-generic mostlyclean-am 357 358 clean: clean-am 359 360 distclean-am: distclean-hdr distclean-noinstPROGRAMS distclean-compile \ 361 distclean-tags distclean-depend distclean-generic \ 362 clean-am 363 364 distclean: distclean-am 365 -rm -f config.status 366 367 maintainer-clean-am: maintainer-clean-hdr \ 368 maintainer-clean-noinstPROGRAMS \ 302 clean: clean-hdr clean-noinstPROGRAMS clean-compile clean-tags \ 303 clean-depend clean-generic mostlyclean 304 305 distclean: distclean-hdr distclean-noinstPROGRAMS distclean-compile \ 306 distclean-tags distclean-depend distclean-generic clean 307 rm -f config.status 308 309 maintainer-clean: maintainer-clean-hdr maintainer-clean-noinstPROGRAMS \ 369 310 maintainer-clean-compile maintainer-clean-tags \ 370 311 maintainer-clean-depend maintainer-clean-generic \ 371 distclean -am312 distclean 372 313 @echo "This command is intended for maintainers to use;" 373 314 @echo "it deletes files that may require special tools to rebuild." 374 375 maintainer-clean: maintainer-clean-am 376 -rm -f config.status 377 378 .PHONY: mostlyclean-hdr distclean-hdr clean-hdr maintainer-clean-hdr \ 379 mostlyclean-noinstPROGRAMS distclean-noinstPROGRAMS \ 380 clean-noinstPROGRAMS maintainer-clean-noinstPROGRAMS \ 381 mostlyclean-compile distclean-compile clean-compile \ 382 maintainer-clean-compile tags mostlyclean-tags distclean-tags \ 383 clean-tags maintainer-clean-tags distdir mostlyclean-depend \ 384 distclean-depend clean-depend maintainer-clean-depend info-am info \ 385 dvi-am dvi check check-am installcheck-am installcheck all-recursive-am \ 386 install-exec-local install-exec-am install-exec install-data-am \ 387 install-data install-am install uninstall-am uninstall all-redirect \ 388 all-am all installdirs mostlyclean-generic distclean-generic \ 315 rm -f config.status 316 317 .PHONY: default mostlyclean-hdr distclean-hdr clean-hdr \ 318 maintainer-clean-hdr mostlyclean-noinstPROGRAMS \ 319 distclean-noinstPROGRAMS clean-noinstPROGRAMS \ 320 maintainer-clean-noinstPROGRAMS mostlyclean-compile distclean-compile \ 321 clean-compile maintainer-clean-compile tags mostlyclean-tags \ 322 distclean-tags clean-tags maintainer-clean-tags distdir \ 323 mostlyclean-depend distclean-depend clean-depend \ 324 maintainer-clean-depend info dvi installcheck install-exec install-data \ 325 install uninstall all installdirs mostlyclean-generic distclean-generic \ 389 326 clean-generic maintainer-clean-generic clean mostlyclean distclean \ 390 327 maintainer-clean … … 396 333 $(INSTALL_PROGRAM) print_dump $(PROJECT_ROOT)/${RTEMS_BSP}/bin 397 334 398 debug-am: 399 400 debug: debug-am 401 402 debug_install-am: 403 404 debug_install: debug_install-am 405 406 profile-am: 407 408 profile: profile-am 409 410 profile_install-am: 411 412 profile_install: profile_install-am 413 414 .PHONY: debug debug_install profile profile_install 335 include $(top_srcdir)/../../../../../../../automake/local.am 415 336 416 337 # Tell versions [3.59,3.63) of GNU make to not export all variables. -
c/src/lib/libbsp/hppa1.1/simhppa/tools/aclocal.m4
r79800f9 recab6a39 1 dnl aclocal.m4 generated automatically by aclocal 1.4 2 3 dnl Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc. 4 dnl This file is free software; the Free Software Foundation 5 dnl gives unlimited permission to copy and/or distribute it, 6 dnl with or without modifications, as long as this notice is preserved. 7 8 dnl This program is distributed in the hope that it will be useful, 9 dnl but WITHOUT ANY WARRANTY, to the extent permitted by law; without 10 dnl even the implied warranty of MERCHANTABILITY or FITNESS FOR A 11 dnl PARTICULAR PURPOSE. 1 dnl aclocal.m4 generated automatically by aclocal 1.2 12 2 13 3 dnl $Id$ … … 100 90 101 91 AC_DEFUN(AM_INIT_AUTOMAKE, 102 [AC_REQUIRE([A C_PROG_INSTALL])92 [AC_REQUIRE([AM_PROG_INSTALL]) 103 93 PACKAGE=[$1] 104 94 AC_SUBST(PACKAGE) … … 110 100 fi 111 101 ifelse([$3],, 112 AC_DEFINE_UNQUOTED(PACKAGE, "$PACKAGE" , [Name of package])113 AC_DEFINE_UNQUOTED(VERSION, "$VERSION" , [Version number of package]))114 A C_REQUIRE([AM_SANITY_CHECK])115 AC_ REQUIRE([AC_ARG_PROGRAM])102 AC_DEFINE_UNQUOTED(PACKAGE, "$PACKAGE") 103 AC_DEFINE_UNQUOTED(VERSION, "$VERSION")) 104 AM_SANITY_CHECK 105 AC_ARG_PROGRAM 116 106 dnl FIXME This is truly gross. 117 107 missing_dir=`cd $ac_aux_dir && pwd` … … 121 111 AM_MISSING_PROG(AUTOHEADER, autoheader, $missing_dir) 122 112 AM_MISSING_PROG(MAKEINFO, makeinfo, $missing_dir) 123 AC_REQUIRE([AC_PROG_MAKE_SET])]) 113 AC_PROG_MAKE_SET]) 114 115 116 # serial 1 117 118 AC_DEFUN(AM_PROG_INSTALL, 119 [AC_REQUIRE([AC_PROG_INSTALL]) 120 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL_PROGRAM}' 121 AC_SUBST(INSTALL_SCRIPT)dnl 122 ]) 124 123 125 124 # … … 139 138 if ( 140 139 set X `ls -Lt $srcdir/configure conftestfile 2> /dev/null` 141 if test " [$]*" = "X"; then140 if test "$@" = "X"; then 142 141 # -L didn't work. 143 142 set X `ls -t $srcdir/configure conftestfile` 144 143 fi 145 if test "[$]*" != "X $srcdir/configure conftestfile" \146 && test "[$]*" != "X conftestfile $srcdir/configure"; then147 148 # If neither matched, then we have a broken ls. This can happen149 # if, for instance, CONFIG_SHELL is bash and it inherits a150 # broken ls alias from the environment. This has actually151 # happened. Such a system could not be considered "sane".152 AC_MSG_ERROR([ls -t appears to fail. Make sure there is not a broken153 alias in your environment])154 fi155 156 144 test "[$]2" = conftestfile 157 145 ) -
c/src/lib/libbsp/hppa1.1/simhppa/tools/configure
r79800f9 recab6a39 2 2 3 3 # Guess values for system-dependent variables and create Makefiles. 4 # Generated automatically using autoconf version 2.1 34 # Generated automatically using autoconf version 2.12 5 5 # Copyright (C) 1992, 93, 94, 95, 96 Free Software Foundation, Inc. 6 6 # … … 50 50 subdirs= 51 51 MFLAGS= MAKEFLAGS= 52 SHELL=${CONFIG_SHELL-/bin/sh}53 52 # Maximum number of lines to put in a shell here document. 54 53 ac_max_here_lines=12 … … 334 333 335 334 -version | --version | --versio | --versi | --vers) 336 echo "configure generated by autoconf version 2.1 3"335 echo "configure generated by autoconf version 2.12" 337 336 exit 0 ;; 338 337 … … 504 503 ac_cpp='$CPP $CPPFLAGS' 505 504 ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5' 506 ac_link='${CC-cc} -o conftest ${ac_exeext}$CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'505 ac_link='${CC-cc} -o conftest $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5' 507 506 cross_compiling=$ac_cv_prog_cc_cross 508 507 509 ac_exeext=510 ac_objext=o511 508 if (echo "testing\c"; echo 1,2,3) | grep c >/dev/null; then 512 509 # Stardent Vistra SVR4 grep lacks -e, says ghazi@caip.rutgers.edu. … … 549 546 550 547 echo $ac_n "checking for RTEMS Version""... $ac_c" 1>&6 551 echo "configure:5 52: checking for RTEMS Version" >&5548 echo "configure:549: checking for RTEMS Version" >&5 552 549 if test -r "${srcdir}/${RTEMS_TOPdir}/VERSION"; then 553 550 RTEMS_VERSION=`grep Version ${srcdir}/${RTEMS_TOPdir}/VERSION | \ … … 585 582 586 583 # Make sure we can run config.sub. 587 if $ {CONFIG_SHELL-/bin/sh} $ac_config_sub sun4 >/dev/null 2>&1; then :584 if $ac_config_sub sun4 >/dev/null 2>&1; then : 588 585 else { echo "configure: error: can not run $ac_config_sub" 1>&2; exit 1; } 589 586 fi 590 587 591 588 echo $ac_n "checking host system type""... $ac_c" 1>&6 592 echo "configure:59 3: checking host system type" >&5589 echo "configure:590: checking host system type" >&5 593 590 594 591 host_alias=$host … … 597 594 case $nonopt in 598 595 NONE) 599 if host_alias=`$ {CONFIG_SHELL-/bin/sh} $ac_config_guess`; then :596 if host_alias=`$ac_config_guess`; then : 600 597 else { echo "configure: error: can not guess host type; you must specify one" 1>&2; exit 1; } 601 598 fi ;; … … 604 601 esac 605 602 606 host=`$ {CONFIG_SHELL-/bin/sh} $ac_config_sub $host_alias`603 host=`$ac_config_sub $host_alias` 607 604 host_cpu=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'` 608 605 host_vendor=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'` … … 611 608 612 609 echo $ac_n "checking target system type""... $ac_c" 1>&6 613 echo "configure:61 4: checking target system type" >&5610 echo "configure:611: checking target system type" >&5 614 611 615 612 target_alias=$target … … 622 619 esac 623 620 624 target=`$ {CONFIG_SHELL-/bin/sh} $ac_config_sub $target_alias`621 target=`$ac_config_sub $target_alias` 625 622 target_cpu=`echo $target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'` 626 623 target_vendor=`echo $target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'` … … 629 626 630 627 echo $ac_n "checking build system type""... $ac_c" 1>&6 631 echo "configure:6 32: checking build system type" >&5628 echo "configure:629: checking build system type" >&5 632 629 633 630 build_alias=$build … … 640 637 esac 641 638 642 build=`$ {CONFIG_SHELL-/bin/sh} $ac_config_sub $build_alias`639 build=`$ac_config_sub $build_alias` 643 640 build_cpu=`echo $build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'` 644 641 build_vendor=`echo $build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'` … … 654 651 655 652 echo $ac_n "checking rtems target cpu""... $ac_c" 1>&6 656 echo "configure:65 7: checking rtems target cpu" >&5653 echo "configure:654: checking rtems target cpu" >&5 657 654 case "${target}" in 658 655 # hpux unix port should go here … … 689 686 # IRIX /sbin/install 690 687 # AIX /bin/install 691 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag692 688 # AFS /usr/afsws/bin/install, which mishandles nonexistent args 693 689 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff" 694 690 # ./install, which can be erroneously created by make from ./install.sh. 695 691 echo $ac_n "checking for a BSD compatible install""... $ac_c" 1>&6 696 echo "configure:69 7: checking for a BSD compatible install" >&5692 echo "configure:693: checking for a BSD compatible install" >&5 697 693 if test -z "$INSTALL"; then 698 694 if eval "test \"`echo '$''{'ac_cv_path_install'+set}'`\" = set"; then 699 695 echo $ac_n "(cached) $ac_c" 1>&6 700 696 else 701 IFS="${IFS= }"; ac_save_IFS="$IFS"; IFS=" :"697 IFS="${IFS= }"; ac_save_IFS="$IFS"; IFS="${IFS}:" 702 698 for ac_dir in $PATH; do 703 699 # Account for people who put trailing slashes in PATH elements. … … 706 702 *) 707 703 # OSF1 and SCO ODT 3.0 have their own names for install. 708 # Don't use installbsd from OSF since it installs stuff as root 709 # by default. 710 for ac_prog in ginstall scoinst install; do 704 for ac_prog in ginstall installbsd scoinst install; do 711 705 if test -f $ac_dir/$ac_prog; then 712 706 if test $ac_prog = install && 713 707 grep dspmsg $ac_dir/$ac_prog >/dev/null 2>&1; then 714 708 # AIX install. It has an incompatible calling convention. 709 # OSF/1 installbsd also uses dspmsg, but is usable. 715 710 : 716 711 else … … 742 737 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}' 743 738 739 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644' 740 741 744 742 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL_PROGRAM}' 745 743 746 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644' 744 745 PACKAGE=rtems-lib-libbsp-hppa-simhppa-tools 746 747 VERSION=$RTEMS_VERSION 748 749 if test "`cd $srcdir && pwd`" != "`pwd`" && test -f $srcdir/config.status; then 750 { echo "configure: error: source directory already configured; run "make distclean" there first" 1>&2; exit 1; } 751 fi 747 752 748 753 echo $ac_n "checking whether build environment is sane""... $ac_c" 1>&6 749 echo "configure:75 0: checking whether build environment is sane" >&5754 echo "configure:755: checking whether build environment is sane" >&5 750 755 # Just in case 751 756 sleep 1 … … 758 763 if ( 759 764 set X `ls -Lt $srcdir/configure conftestfile 2> /dev/null` 760 if test " $*" = "X"; then765 if test "" = "X"; then 761 766 # -L didn't work. 762 767 set X `ls -t $srcdir/configure conftestfile` 763 768 fi 764 if test "$*" != "X $srcdir/configure conftestfile" \765 && test "$*" != "X conftestfile $srcdir/configure"; then766 767 # If neither matched, then we have a broken ls. This can happen768 # if, for instance, CONFIG_SHELL is bash and it inherits a769 # broken ls alias from the environment. This has actually770 # happened. Such a system could not be considered "sane".771 { echo "configure: error: ls -t appears to fail. Make sure there is not a broken772 alias in your environment" 1>&2; exit 1; }773 fi774 775 769 test "$2" = conftestfile 776 770 ) … … 803 797 test "$program_transform_name" = "" && program_transform_name="s,x,x," 804 798 805 echo $ac_n "checking whether ${MAKE-make} sets \${MAKE}""... $ac_c" 1>&6806 echo "configure:807: checking whether ${MAKE-make} sets \${MAKE}" >&5807 set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y%./+-%__p_%'`808 if eval "test \"`echo '$''{'ac_cv_prog_make_${ac_make}_set'+set}'`\" = set"; then809 echo $ac_n "(cached) $ac_c" 1>&6810 else811 cat > conftestmake <<\EOF812 all:813 @echo 'ac_maketemp="${MAKE}"'814 EOF815 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.816 eval `${MAKE-make} -f conftestmake 2>/dev/null | grep temp=`817 if test -n "$ac_maketemp"; then818 eval ac_cv_prog_make_${ac_make}_set=yes819 else820 eval ac_cv_prog_make_${ac_make}_set=no821 fi822 rm -f conftestmake823 fi824 if eval "test \"`echo '$ac_cv_prog_make_'${ac_make}_set`\" = yes"; then825 echo "$ac_t""yes" 1>&6826 SET_MAKE=827 else828 echo "$ac_t""no" 1>&6829 SET_MAKE="MAKE=${MAKE-make}"830 fi831 832 833 PACKAGE=rtems-lib-libbsp-hppa-simhppa-tools834 835 VERSION=$RTEMS_VERSION836 837 if test "`cd $srcdir && pwd`" != "`pwd`" && test -f $srcdir/config.status; then838 { echo "configure: error: source directory already configured; run "make distclean" there first" 1>&2; exit 1; }839 fi840 841 842 843 799 missing_dir=`cd $ac_aux_dir && pwd` 844 800 echo $ac_n "checking for working aclocal""... $ac_c" 1>&6 845 echo "configure:8 46: checking for working aclocal" >&5801 echo "configure:802: checking for working aclocal" >&5 846 802 # Run test in a subshell; some versions of sh will print an error if 847 803 # an executable is not found, even if stderr is redirected. … … 856 812 857 813 echo $ac_n "checking for working autoconf""... $ac_c" 1>&6 858 echo "configure:8 59: checking for working autoconf" >&5814 echo "configure:815: checking for working autoconf" >&5 859 815 # Run test in a subshell; some versions of sh will print an error if 860 816 # an executable is not found, even if stderr is redirected. … … 869 825 870 826 echo $ac_n "checking for working automake""... $ac_c" 1>&6 871 echo "configure:8 72: checking for working automake" >&5827 echo "configure:828: checking for working automake" >&5 872 828 # Run test in a subshell; some versions of sh will print an error if 873 829 # an executable is not found, even if stderr is redirected. … … 882 838 883 839 echo $ac_n "checking for working autoheader""... $ac_c" 1>&6 884 echo "configure:8 85: checking for working autoheader" >&5840 echo "configure:841: checking for working autoheader" >&5 885 841 # Run test in a subshell; some versions of sh will print an error if 886 842 # an executable is not found, even if stderr is redirected. … … 895 851 896 852 echo $ac_n "checking for working makeinfo""... $ac_c" 1>&6 897 echo "configure:8 98: checking for working makeinfo" >&5853 echo "configure:854: checking for working makeinfo" >&5 898 854 # Run test in a subshell; some versions of sh will print an error if 899 855 # an executable is not found, even if stderr is redirected. … … 907 863 fi 908 864 865 echo $ac_n "checking whether ${MAKE-make} sets \${MAKE}""... $ac_c" 1>&6 866 echo "configure:867: checking whether ${MAKE-make} sets \${MAKE}" >&5 867 set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y%./+-%__p_%'` 868 if eval "test \"`echo '$''{'ac_cv_prog_make_${ac_make}_set'+set}'`\" = set"; then 869 echo $ac_n "(cached) $ac_c" 1>&6 870 else 871 cat > conftestmake <<\EOF 872 all: 873 @echo 'ac_maketemp="${MAKE}"' 874 EOF 875 # GNU make sometimes prints "make[1]: Entering...", which would confuse us. 876 eval `${MAKE-make} -f conftestmake 2>/dev/null | grep temp=` 877 if test -n "$ac_maketemp"; then 878 eval ac_cv_prog_make_${ac_make}_set=yes 879 else 880 eval ac_cv_prog_make_${ac_make}_set=no 881 fi 882 rm -f conftestmake 883 fi 884 if eval "test \"`echo '$ac_cv_prog_make_'${ac_make}_set`\" = yes"; then 885 echo "$ac_t""yes" 1>&6 886 SET_MAKE= 887 else 888 echo "$ac_t""no" 1>&6 889 SET_MAKE="MAKE=${MAKE-make}" 890 fi 909 891 910 892 … … 912 894 set dummy gcc; ac_word=$2 913 895 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 914 echo "configure: 915: checking for $ac_word" >&5896 echo "configure:897: checking for $ac_word" >&5 915 897 if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then 916 898 echo $ac_n "(cached) $ac_c" 1>&6 … … 919 901 ac_cv_prog_CC="$CC" # Let the user override the test. 920 902 else 921 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":" 922 ac_dummy="$PATH" 923 for ac_dir in $ac_dummy; do 903 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:" 904 for ac_dir in $PATH; do 924 905 test -z "$ac_dir" && ac_dir=. 925 906 if test -f $ac_dir/$ac_word; then … … 942 923 set dummy cc; ac_word=$2 943 924 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 944 echo "configure:9 45: checking for $ac_word" >&5925 echo "configure:926: checking for $ac_word" >&5 945 926 if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then 946 927 echo $ac_n "(cached) $ac_c" 1>&6 … … 949 930 ac_cv_prog_CC="$CC" # Let the user override the test. 950 931 else 951 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=" :"932 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:" 952 933 ac_prog_rejected=no 953 ac_dummy="$PATH" 954 for ac_dir in $ac_dummy; do 934 for ac_dir in $PATH; do 955 935 test -z "$ac_dir" && ac_dir=. 956 936 if test -f $ac_dir/$ac_word; then … … 987 967 fi 988 968 989 if test -z "$CC"; then990 case "`uname -s`" in991 *win32* | *WIN32*)992 # Extract the first word of "cl", so it can be a program name with args.993 set dummy cl; ac_word=$2994 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6995 echo "configure:996: checking for $ac_word" >&5996 if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then997 echo $ac_n "(cached) $ac_c" 1>&6998 else999 if test -n "$CC"; then1000 ac_cv_prog_CC="$CC" # Let the user override the test.1001 else1002 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"1003 ac_dummy="$PATH"1004 for ac_dir in $ac_dummy; do1005 test -z "$ac_dir" && ac_dir=.1006 if test -f $ac_dir/$ac_word; then1007 ac_cv_prog_CC="cl"1008 break1009 fi1010 done1011 IFS="$ac_save_ifs"1012 fi1013 fi1014 CC="$ac_cv_prog_CC"1015 if test -n "$CC"; then1016 echo "$ac_t""$CC" 1>&61017 else1018 echo "$ac_t""no" 1>&61019 fi1020 ;;1021 esac1022 fi1023 969 test -z "$CC" && { echo "configure: error: no acceptable cc found in \$PATH" 1>&2; exit 1; } 1024 970 fi 1025 971 1026 972 echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works""... $ac_c" 1>&6 1027 echo "configure: 1028: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5973 echo "configure:974: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5 1028 974 1029 975 ac_ext=c … … 1031 977 ac_cpp='$CPP $CPPFLAGS' 1032 978 ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5' 1033 ac_link='${CC-cc} -o conftest ${ac_exeext}$CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'979 ac_link='${CC-cc} -o conftest $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5' 1034 980 cross_compiling=$ac_cv_prog_cc_cross 1035 981 1036 cat > conftest.$ac_ext << EOF 1037 1038 #line 1039 "configure" 982 cat > conftest.$ac_ext <<EOF 983 #line 984 "configure" 1039 984 #include "confdefs.h" 1040 1041 985 main(){return(0);} 1042 986 EOF 1043 if { (eval echo configure: 1044: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then987 if { (eval echo configure:988: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then 1044 988 ac_cv_prog_cc_works=yes 1045 989 # If we can't run a trivial program, we are probably using a cross compiler. … … 1055 999 fi 1056 1000 rm -fr conftest* 1057 ac_ext=c1058 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.1059 ac_cpp='$CPP $CPPFLAGS'1060 ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'1061 ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'1062 cross_compiling=$ac_cv_prog_cc_cross1063 1001 1064 1002 echo "$ac_t""$ac_cv_prog_cc_works" 1>&6 … … 1067 1005 fi 1068 1006 echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler""... $ac_c" 1>&6 1069 echo "configure:10 70: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&51007 echo "configure:1008: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5 1070 1008 echo "$ac_t""$ac_cv_prog_cc_cross" 1>&6 1071 1009 cross_compiling=$ac_cv_prog_cc_cross 1072 1010 1073 1011 echo $ac_n "checking whether we are using GNU C""... $ac_c" 1>&6 1074 echo "configure:10 75: checking whether we are using GNU C" >&51012 echo "configure:1013: checking whether we are using GNU C" >&5 1075 1013 if eval "test \"`echo '$''{'ac_cv_prog_gcc'+set}'`\" = set"; then 1076 1014 echo $ac_n "(cached) $ac_c" 1>&6 … … 1081 1019 #endif 1082 1020 EOF 1083 if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:10 84: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then1021 if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:1022: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then 1084 1022 ac_cv_prog_gcc=yes 1085 1023 else … … 1092 1030 if test $ac_cv_prog_gcc = yes; then 1093 1031 GCC=yes 1094 else 1095 GCC= 1096 fi 1097 1098 ac_test_CFLAGS="${CFLAGS+set}" 1099 ac_save_CFLAGS="$CFLAGS" 1100 CFLAGS= 1101 echo $ac_n "checking whether ${CC-cc} accepts -g""... $ac_c" 1>&6 1102 echo "configure:1103: checking whether ${CC-cc} accepts -g" >&5 1032 ac_test_CFLAGS="${CFLAGS+set}" 1033 ac_save_CFLAGS="$CFLAGS" 1034 CFLAGS= 1035 echo $ac_n "checking whether ${CC-cc} accepts -g""... $ac_c" 1>&6 1036 echo "configure:1037: checking whether ${CC-cc} accepts -g" >&5 1103 1037 if eval "test \"`echo '$''{'ac_cv_prog_cc_g'+set}'`\" = set"; then 1104 1038 echo $ac_n "(cached) $ac_c" 1>&6 … … 1115 1049 1116 1050 echo "$ac_t""$ac_cv_prog_cc_g" 1>&6 1117 if test "$ac_test_CFLAGS" = set; then 1118 CFLAGS="$ac_save_CFLAGS" 1119 elif test $ac_cv_prog_cc_g = yes; then 1120 if test "$GCC" = yes; then 1051 if test "$ac_test_CFLAGS" = set; then 1052 CFLAGS="$ac_save_CFLAGS" 1053 elif test $ac_cv_prog_cc_g = yes; then 1121 1054 CFLAGS="-g -O2" 1122 1055 else 1123 CFLAGS="- g"1056 CFLAGS="-O2" 1124 1057 fi 1125 1058 else 1126 if test "$GCC" = yes; then 1127 CFLAGS="-O2" 1128 else 1129 CFLAGS= 1130 fi 1059 GCC= 1060 test "${CFLAGS+set}" = set || CFLAGS="-g" 1131 1061 fi 1132 1062 … … 1135 1065 do 1136 1066 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 1137 echo "configure:1 138: checking for $ac_func" >&51067 echo "configure:1068: checking for $ac_func" >&5 1138 1068 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then 1139 1069 echo $ac_n "(cached) $ac_c" 1>&6 1140 1070 else 1141 1071 cat > conftest.$ac_ext <<EOF 1142 #line 1 143 "configure"1072 #line 1073 "configure" 1143 1073 #include "confdefs.h" 1144 1074 /* System header to define __stub macros and hopefully few prototypes, … … 1163 1093 ; return 0; } 1164 1094 EOF 1165 if { (eval echo configure:1 166: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then1095 if { (eval echo configure:1096: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then 1166 1096 rm -rf conftest* 1167 1097 eval "ac_cv_func_$ac_func=yes" … … 1214 1144 # and sets the high bit in the cache file unless we assign to the vars. 1215 1145 (set) 2>&1 | 1216 case `(ac_space=' '; set | grep ac_space) 2>&1` in1146 case `(ac_space=' '; set) 2>&1` in 1217 1147 *ac_space=\ *) 1218 1148 # `set' does not quote correctly, so add quotes (double-quote substitution … … 1281 1211 exec \${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion ;; 1282 1212 -version | --version | --versio | --versi | --vers | --ver | --ve | --v) 1283 echo "$CONFIG_STATUS generated by autoconf version 2.1 3"1213 echo "$CONFIG_STATUS generated by autoconf version 2.12" 1284 1214 exit 0 ;; 1285 1215 -help | --help | --hel | --he | --h) … … 1301 1231 $ac_vpsub 1302 1232 $extrasub 1303 s%@SHELL@%$SHELL%g1304 1233 s%@CFLAGS@%$CFLAGS%g 1305 1234 s%@CPPFLAGS@%$CPPFLAGS%g 1306 1235 s%@CXXFLAGS@%$CXXFLAGS%g 1307 s%@FFLAGS@%$FFLAGS%g1308 1236 s%@DEFS@%$DEFS%g 1309 1237 s%@LDFLAGS@%$LDFLAGS%g … … 1342 1270 s%@build_os@%$build_os%g 1343 1271 s%@INSTALL_PROGRAM@%$INSTALL_PROGRAM%g 1272 s%@INSTALL_DATA@%$INSTALL_DATA%g 1344 1273 s%@INSTALL_SCRIPT@%$INSTALL_SCRIPT%g 1345 s%@INSTALL_DATA@%$INSTALL_DATA%g1346 1274 s%@PACKAGE@%$PACKAGE%g 1347 1275 s%@VERSION@%$VERSION%g -
c/src/lib/libbsp/hppa1.1/simhppa/tools/stamp-h.in
r79800f9 recab6a39 1 timestamp -
tools/build/Makefile.in
r79800f9 recab6a39 98 98 CONFIG_HEADER = ./src/config.h 99 99 CONFIG_CLEAN_FILES = 100 DIST_COMMON = Makefile.am Makefile.in aclocal.m4 configure configure.in 100 DIST_COMMON = Makefile.am Makefile.in aclocal.m4 configure configure.in \ 101 src/config.h.in src/stamp-h.in 101 102 102 103 … … 121 122 $(srcdir)/configure: $(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES) 122 123 cd $(srcdir) && $(AUTOCONF) 124 125 src/config.h: src/stamp-h 126 @if test ! -f $@; then \ 127 rm -f src/stamp-h; \ 128 $(MAKE) src/stamp-h; \ 129 else :; fi 130 src/stamp-h: $(srcdir)/src/config.h.in $(top_builddir)/config.status 131 cd $(top_builddir) \ 132 && CONFIG_FILES= CONFIG_HEADERS=src/config.h \ 133 $(SHELL) ./config.status 134 @echo timestamp > src/stamp-h 2> /dev/null 135 $(srcdir)/src/config.h.in: $(srcdir)/src/stamp-h.in 136 @if test ! -f $@; then \ 137 rm -f $(srcdir)/src/stamp-h.in; \ 138 $(MAKE) $(srcdir)/src/stamp-h.in; \ 139 else :; fi 140 $(srcdir)/src/stamp-h.in: $(top_srcdir)/configure.in $(ACLOCAL_M4) 141 cd $(top_srcdir) && $(AUTOHEADER) 142 @echo timestamp > $(srcdir)/src/stamp-h.in 2> /dev/null 143 144 mostlyclean-hdr: 145 146 clean-hdr: 147 148 distclean-hdr: 149 -rm -f src/config.h 150 151 maintainer-clean-hdr: 123 152 124 153 # This directory's subdirectories are mostly independent; you can cd … … 310 339 311 340 maintainer-clean-generic: 312 mostlyclean-am: mostlyclean- tags mostlyclean-generic341 mostlyclean-am: mostlyclean-hdr mostlyclean-tags mostlyclean-generic 313 342 314 343 mostlyclean: mostlyclean-recursive 315 344 316 clean-am: clean- tags clean-generic mostlyclean-am345 clean-am: clean-hdr clean-tags clean-generic mostlyclean-am 317 346 318 347 clean: clean-recursive 319 348 320 distclean-am: distclean- tags distclean-generic clean-am349 distclean-am: distclean-hdr distclean-tags distclean-generic clean-am 321 350 322 351 distclean: distclean-recursive 323 352 -rm -f config.status 324 353 325 maintainer-clean-am: maintainer-clean- tags maintainer-clean-generic\326 distclean-am354 maintainer-clean-am: maintainer-clean-hdr maintainer-clean-tags \ 355 maintainer-clean-generic distclean-am 327 356 @echo "This command is intended for maintainers to use;" 328 357 @echo "it deletes files that may require special tools to rebuild." … … 331 360 -rm -f config.status 332 361 333 .PHONY: install-data-recursive uninstall-data-recursive\334 install- exec-recursive uninstall-exec-recursive installdirs-recursive \335 uninstall dirs-recursive all-recursive check-recursive \336 installcheck-recursive info-recursive dvi-recursive \337 mostlyclean-recursive distclean-recursive clean-recursive \362 .PHONY: mostlyclean-hdr distclean-hdr clean-hdr maintainer-clean-hdr \ 363 install-data-recursive uninstall-data-recursive install-exec-recursive \ 364 uninstall-exec-recursive installdirs-recursive uninstalldirs-recursive \ 365 all-recursive check-recursive installcheck-recursive info-recursive \ 366 dvi-recursive mostlyclean-recursive distclean-recursive clean-recursive \ 338 367 maintainer-clean-recursive tags tags-recursive mostlyclean-tags \ 339 368 distclean-tags clean-tags maintainer-clean-tags distdir info-am info \ -
tools/cpu/hppa1.1/aclocal.m4
r79800f9 recab6a39 1 dnl aclocal.m4 generated automatically by aclocal 1.4 2 3 dnl Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc. 4 dnl This file is free software; the Free Software Foundation 5 dnl gives unlimited permission to copy and/or distribute it, 6 dnl with or without modifications, as long as this notice is preserved. 7 8 dnl This program is distributed in the hope that it will be useful, 9 dnl but WITHOUT ANY WARRANTY, to the extent permitted by law; without 10 dnl even the implied warranty of MERCHANTABILITY or FITNESS FOR A 11 dnl PARTICULAR PURPOSE. 1 dnl aclocal.m4 generated automatically by aclocal 1.2 12 2 13 3 dnl $Id$ … … 100 90 101 91 AC_DEFUN(AM_INIT_AUTOMAKE, 102 [AC_REQUIRE([A C_PROG_INSTALL])92 [AC_REQUIRE([AM_PROG_INSTALL]) 103 93 PACKAGE=[$1] 104 94 AC_SUBST(PACKAGE) … … 110 100 fi 111 101 ifelse([$3],, 112 AC_DEFINE_UNQUOTED(PACKAGE, "$PACKAGE" , [Name of package])113 AC_DEFINE_UNQUOTED(VERSION, "$VERSION" , [Version number of package]))114 A C_REQUIRE([AM_SANITY_CHECK])115 AC_ REQUIRE([AC_ARG_PROGRAM])102 AC_DEFINE_UNQUOTED(PACKAGE, "$PACKAGE") 103 AC_DEFINE_UNQUOTED(VERSION, "$VERSION")) 104 AM_SANITY_CHECK 105 AC_ARG_PROGRAM 116 106 dnl FIXME This is truly gross. 117 107 missing_dir=`cd $ac_aux_dir && pwd` … … 121 111 AM_MISSING_PROG(AUTOHEADER, autoheader, $missing_dir) 122 112 AM_MISSING_PROG(MAKEINFO, makeinfo, $missing_dir) 123 AC_REQUIRE([AC_PROG_MAKE_SET])]) 113 AC_PROG_MAKE_SET]) 114 115 116 # serial 1 117 118 AC_DEFUN(AM_PROG_INSTALL, 119 [AC_REQUIRE([AC_PROG_INSTALL]) 120 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL_PROGRAM}' 121 AC_SUBST(INSTALL_SCRIPT)dnl 122 ]) 124 123 125 124 # … … 139 138 if ( 140 139 set X `ls -Lt $srcdir/configure conftestfile 2> /dev/null` 141 if test " [$]*" = "X"; then140 if test "$@" = "X"; then 142 141 # -L didn't work. 143 142 set X `ls -t $srcdir/configure conftestfile` 144 143 fi 145 if test "[$]*" != "X $srcdir/configure conftestfile" \146 && test "[$]*" != "X conftestfile $srcdir/configure"; then147 148 # If neither matched, then we have a broken ls. This can happen149 # if, for instance, CONFIG_SHELL is bash and it inherits a150 # broken ls alias from the environment. This has actually151 # happened. Such a system could not be considered "sane".152 AC_MSG_ERROR([ls -t appears to fail. Make sure there is not a broken153 alias in your environment])154 fi155 156 144 test "[$]2" = conftestfile 157 145 ) -
tools/cpu/hppa1.1/configure
r79800f9 recab6a39 2 2 3 3 # Guess values for system-dependent variables and create Makefiles. 4 # Generated automatically using autoconf version 2.1 34 # Generated automatically using autoconf version 2.12 5 5 # Copyright (C) 1992, 93, 94, 95, 96 Free Software Foundation, Inc. 6 6 # … … 50 50 subdirs= 51 51 MFLAGS= MAKEFLAGS= 52 SHELL=${CONFIG_SHELL-/bin/sh}53 52 # Maximum number of lines to put in a shell here document. 54 53 ac_max_here_lines=12 … … 334 333 335 334 -version | --version | --versio | --versi | --vers) 336 echo "configure generated by autoconf version 2.1 3"335 echo "configure generated by autoconf version 2.12" 337 336 exit 0 ;; 338 337 … … 504 503 ac_cpp='$CPP $CPPFLAGS' 505 504 ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5' 506 ac_link='${CC-cc} -o conftest ${ac_exeext}$CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'505 ac_link='${CC-cc} -o conftest $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5' 507 506 cross_compiling=$ac_cv_prog_cc_cross 508 507 509 ac_exeext=510 ac_objext=o511 508 if (echo "testing\c"; echo 1,2,3) | grep c >/dev/null; then 512 509 # Stardent Vistra SVR4 grep lacks -e, says ghazi@caip.rutgers.edu. … … 549 546 550 547 echo $ac_n "checking for RTEMS Version""... $ac_c" 1>&6 551 echo "configure:5 52: checking for RTEMS Version" >&5548 echo "configure:549: checking for RTEMS Version" >&5 552 549 if test -r "${srcdir}/${RTEMS_TOPdir}/VERSION"; then 553 550 RTEMS_VERSION=`grep Version ${srcdir}/${RTEMS_TOPdir}/VERSION | \ … … 585 582 586 583 # Make sure we can run config.sub. 587 if $ {CONFIG_SHELL-/bin/sh} $ac_config_sub sun4 >/dev/null 2>&1; then :584 if $ac_config_sub sun4 >/dev/null 2>&1; then : 588 585 else { echo "configure: error: can not run $ac_config_sub" 1>&2; exit 1; } 589 586 fi 590 587 591 588 echo $ac_n "checking host system type""... $ac_c" 1>&6 592 echo "configure:59 3: checking host system type" >&5589 echo "configure:590: checking host system type" >&5 593 590 594 591 host_alias=$host … … 597 594 case $nonopt in 598 595 NONE) 599 if host_alias=`$ {CONFIG_SHELL-/bin/sh} $ac_config_guess`; then :596 if host_alias=`$ac_config_guess`; then : 600 597 else { echo "configure: error: can not guess host type; you must specify one" 1>&2; exit 1; } 601 598 fi ;; … … 604 601 esac 605 602 606 host=`$ {CONFIG_SHELL-/bin/sh} $ac_config_sub $host_alias`603 host=`$ac_config_sub $host_alias` 607 604 host_cpu=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'` 608 605 host_vendor=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'` … … 611 608 612 609 echo $ac_n "checking target system type""... $ac_c" 1>&6 613 echo "configure:61 4: checking target system type" >&5610 echo "configure:611: checking target system type" >&5 614 611 615 612 target_alias=$target … … 622 619 esac 623 620 624 target=`$ {CONFIG_SHELL-/bin/sh} $ac_config_sub $target_alias`621 target=`$ac_config_sub $target_alias` 625 622 target_cpu=`echo $target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'` 626 623 target_vendor=`echo $target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'` … … 629 626 630 627 echo $ac_n "checking build system type""... $ac_c" 1>&6 631 echo "configure:6 32: checking build system type" >&5628 echo "configure:629: checking build system type" >&5 632 629 633 630 build_alias=$build … … 640 637 esac 641 638 642 build=`$ {CONFIG_SHELL-/bin/sh} $ac_config_sub $build_alias`639 build=`$ac_config_sub $build_alias` 643 640 build_cpu=`echo $build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'` 644 641 build_vendor=`echo $build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'` … … 654 651 655 652 echo $ac_n "checking rtems target cpu""... $ac_c" 1>&6 656 echo "configure:65 7: checking rtems target cpu" >&5653 echo "configure:654: checking rtems target cpu" >&5 657 654 case "${target}" in 658 655 # hpux unix port should go here … … 689 686 # IRIX /sbin/install 690 687 # AIX /bin/install 691 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag692 688 # AFS /usr/afsws/bin/install, which mishandles nonexistent args 693 689 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff" 694 690 # ./install, which can be erroneously created by make from ./install.sh. 695 691 echo $ac_n "checking for a BSD compatible install""... $ac_c" 1>&6 696 echo "configure:69 7: checking for a BSD compatible install" >&5692 echo "configure:693: checking for a BSD compatible install" >&5 697 693 if test -z "$INSTALL"; then 698 694 if eval "test \"`echo '$''{'ac_cv_path_install'+set}'`\" = set"; then 699 695 echo $ac_n "(cached) $ac_c" 1>&6 700 696 else 701 IFS="${IFS= }"; ac_save_IFS="$IFS"; IFS=" :"697 IFS="${IFS= }"; ac_save_IFS="$IFS"; IFS="${IFS}:" 702 698 for ac_dir in $PATH; do 703 699 # Account for people who put trailing slashes in PATH elements. … … 706 702 *) 707 703 # OSF1 and SCO ODT 3.0 have their own names for install. 708 # Don't use installbsd from OSF since it installs stuff as root 709 # by default. 710 for ac_prog in ginstall scoinst install; do 704 for ac_prog in ginstall installbsd scoinst install; do 711 705 if test -f $ac_dir/$ac_prog; then 712 706 if test $ac_prog = install && 713 707 grep dspmsg $ac_dir/$ac_prog >/dev/null 2>&1; then 714 708 # AIX install. It has an incompatible calling convention. 709 # OSF/1 installbsd also uses dspmsg, but is usable. 715 710 : 716 711 else … … 742 737 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}' 743 738 739 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644' 740 741 744 742 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL_PROGRAM}' 745 743 746 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644' 744 745 PACKAGE=rtems-exec-score-tools-hppa 746 747 VERSION=$RTEMS_VERSION 748 749 if test "`cd $srcdir && pwd`" != "`pwd`" && test -f $srcdir/config.status; then 750 { echo "configure: error: source directory already configured; run "make distclean" there first" 1>&2; exit 1; } 751 fi 747 752 748 753 echo $ac_n "checking whether build environment is sane""... $ac_c" 1>&6 749 echo "configure:75 0: checking whether build environment is sane" >&5754 echo "configure:755: checking whether build environment is sane" >&5 750 755 # Just in case 751 756 sleep 1 … … 758 763 if ( 759 764 set X `ls -Lt $srcdir/configure conftestfile 2> /dev/null` 760 if test " $*" = "X"; then765 if test "" = "X"; then 761 766 # -L didn't work. 762 767 set X `ls -t $srcdir/configure conftestfile` 763 768 fi 764 if test "$*" != "X $srcdir/configure conftestfile" \765 && test "$*" != "X conftestfile $srcdir/configure"; then766 767 # If neither matched, then we have a broken ls. This can happen768 # if, for instance, CONFIG_SHELL is bash and it inherits a769 # broken ls alias from the environment. This has actually770 # happened. Such a system could not be considered "sane".771 { echo "configure: error: ls -t appears to fail. Make sure there is not a broken772 alias in your environment" 1>&2; exit 1; }773 fi774 775 769 test "$2" = conftestfile 776 770 ) … … 803 797 test "$program_transform_name" = "" && program_transform_name="s,x,x," 804 798 799 missing_dir=`cd $ac_aux_dir && pwd` 800 echo $ac_n "checking for working aclocal""... $ac_c" 1>&6 801 echo "configure:802: checking for working aclocal" >&5 802 # Run test in a subshell; some versions of sh will print an error if 803 # an executable is not found, even if stderr is redirected. 804 # Redirect stdin to placate older versions of autoconf. Sigh. 805 if (aclocal --version) < /dev/null > /dev/null 2>&1; then 806 ACLOCAL=aclocal 807 echo "$ac_t""found" 1>&6 808 else 809 ACLOCAL="$missing_dir/missing aclocal" 810 echo "$ac_t""missing" 1>&6 811 fi 812 813 echo $ac_n "checking for working autoconf""... $ac_c" 1>&6 814 echo "configure:815: checking for working autoconf" >&5 815 # Run test in a subshell; some versions of sh will print an error if 816 # an executable is not found, even if stderr is redirected. 817 # Redirect stdin to placate older versions of autoconf. Sigh. 818 if (autoconf --version) < /dev/null > /dev/null 2>&1; then 819 AUTOCONF=autoconf 820 echo "$ac_t""found" 1>&6 821 else 822 AUTOCONF="$missing_dir/missing autoconf" 823 echo "$ac_t""missing" 1>&6 824 fi 825 826 echo $ac_n "checking for working automake""... $ac_c" 1>&6 827 echo "configure:828: checking for working automake" >&5 828 # Run test in a subshell; some versions of sh will print an error if 829 # an executable is not found, even if stderr is redirected. 830 # Redirect stdin to placate older versions of autoconf. Sigh. 831 if (automake --version) < /dev/null > /dev/null 2>&1; then 832 AUTOMAKE=automake 833 echo "$ac_t""found" 1>&6 834 else 835 AUTOMAKE="$missing_dir/missing automake" 836 echo "$ac_t""missing" 1>&6 837 fi 838 839 echo $ac_n "checking for working autoheader""... $ac_c" 1>&6 840 echo "configure:841: checking for working autoheader" >&5 841 # Run test in a subshell; some versions of sh will print an error if 842 # an executable is not found, even if stderr is redirected. 843 # Redirect stdin to placate older versions of autoconf. Sigh. 844 if (autoheader --version) < /dev/null > /dev/null 2>&1; then 845 AUTOHEADER=autoheader 846 echo "$ac_t""found" 1>&6 847 else 848 AUTOHEADER="$missing_dir/missing autoheader" 849 echo "$ac_t""missing" 1>&6 850 fi 851 852 echo $ac_n "checking for working makeinfo""... $ac_c" 1>&6 853 echo "configure:854: checking for working makeinfo" >&5 854 # Run test in a subshell; some versions of sh will print an error if 855 # an executable is not found, even if stderr is redirected. 856 # Redirect stdin to placate older versions of autoconf. Sigh. 857 if (makeinfo --version) < /dev/null > /dev/null 2>&1; then 858 MAKEINFO=makeinfo 859 echo "$ac_t""found" 1>&6 860 else 861 MAKEINFO="$missing_dir/missing makeinfo" 862 echo "$ac_t""missing" 1>&6 863 fi 864 805 865 echo $ac_n "checking whether ${MAKE-make} sets \${MAKE}""... $ac_c" 1>&6 806 echo "configure:8 07: checking whether ${MAKE-make} sets \${MAKE}" >&5866 echo "configure:867: checking whether ${MAKE-make} sets \${MAKE}" >&5 807 867 set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y%./+-%__p_%'` 808 868 if eval "test \"`echo '$''{'ac_cv_prog_make_${ac_make}_set'+set}'`\" = set"; then … … 831 891 832 892 833 PACKAGE=rtems-exec-score-tools-hppa834 835 VERSION=$RTEMS_VERSION836 837 if test "`cd $srcdir && pwd`" != "`pwd`" && test -f $srcdir/config.status; then838 { echo "configure: error: source directory already configured; run "make distclean" there first" 1>&2; exit 1; }839 fi840 841 842 843 missing_dir=`cd $ac_aux_dir && pwd`844 echo $ac_n "checking for working aclocal""... $ac_c" 1>&6845 echo "configure:846: checking for working aclocal" >&5846 # Run test in a subshell; some versions of sh will print an error if847 # an executable is not found, even if stderr is redirected.848 # Redirect stdin to placate older versions of autoconf. Sigh.849 if (aclocal --version) < /dev/null > /dev/null 2>&1; then850 ACLOCAL=aclocal851 echo "$ac_t""found" 1>&6852 else853 ACLOCAL="$missing_dir/missing aclocal"854 echo "$ac_t""missing" 1>&6855 fi856 857 echo $ac_n "checking for working autoconf""... $ac_c" 1>&6858 echo "configure:859: checking for working autoconf" >&5859 # Run test in a subshell; some versions of sh will print an error if860 # an executable is not found, even if stderr is redirected.861 # Redirect stdin to placate older versions of autoconf. Sigh.862 if (autoconf --version) < /dev/null > /dev/null 2>&1; then863 AUTOCONF=autoconf864 echo "$ac_t""found" 1>&6865 else866 AUTOCONF="$missing_dir/missing autoconf"867 echo "$ac_t""missing" 1>&6868 fi869 870 echo $ac_n "checking for working automake""... $ac_c" 1>&6871 echo "configure:872: checking for working automake" >&5872 # Run test in a subshell; some versions of sh will print an error if873 # an executable is not found, even if stderr is redirected.874 # Redirect stdin to placate older versions of autoconf. Sigh.875 if (automake --version) < /dev/null > /dev/null 2>&1; then876 AUTOMAKE=automake877 echo "$ac_t""found" 1>&6878 else879 AUTOMAKE="$missing_dir/missing automake"880 echo "$ac_t""missing" 1>&6881 fi882 883 echo $ac_n "checking for working autoheader""... $ac_c" 1>&6884 echo "configure:885: checking for working autoheader" >&5885 # Run test in a subshell; some versions of sh will print an error if886 # an executable is not found, even if stderr is redirected.887 # Redirect stdin to placate older versions of autoconf. Sigh.888 if (autoheader --version) < /dev/null > /dev/null 2>&1; then889 AUTOHEADER=autoheader890 echo "$ac_t""found" 1>&6891 else892 AUTOHEADER="$missing_dir/missing autoheader"893 echo "$ac_t""missing" 1>&6894 fi895 896 echo $ac_n "checking for working makeinfo""... $ac_c" 1>&6897 echo "configure:898: checking for working makeinfo" >&5898 # Run test in a subshell; some versions of sh will print an error if899 # an executable is not found, even if stderr is redirected.900 # Redirect stdin to placate older versions of autoconf. Sigh.901 if (makeinfo --version) < /dev/null > /dev/null 2>&1; then902 MAKEINFO=makeinfo903 echo "$ac_t""found" 1>&6904 else905 MAKEINFO="$missing_dir/missing makeinfo"906 echo "$ac_t""missing" 1>&6907 fi908 909 910 911 893 # Extract the first word of "gcc", so it can be a program name with args. 912 894 set dummy gcc; ac_word=$2 913 895 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 914 echo "configure: 915: checking for $ac_word" >&5896 echo "configure:897: checking for $ac_word" >&5 915 897 if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then 916 898 echo $ac_n "(cached) $ac_c" 1>&6 … … 919 901 ac_cv_prog_CC="$CC" # Let the user override the test. 920 902 else 921 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":" 922 ac_dummy="$PATH" 923 for ac_dir in $ac_dummy; do 903 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:" 904 for ac_dir in $PATH; do 924 905 test -z "$ac_dir" && ac_dir=. 925 906 if test -f $ac_dir/$ac_word; then … … 942 923 set dummy cc; ac_word=$2 943 924 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 944 echo "configure:9 45: checking for $ac_word" >&5925 echo "configure:926: checking for $ac_word" >&5 945 926 if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then 946 927 echo $ac_n "(cached) $ac_c" 1>&6 … … 949 930 ac_cv_prog_CC="$CC" # Let the user override the test. 950 931 else 951 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=" :"932 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:" 952 933 ac_prog_rejected=no 953 ac_dummy="$PATH" 954 for ac_dir in $ac_dummy; do 934 for ac_dir in $PATH; do 955 935 test -z "$ac_dir" && ac_dir=. 956 936 if test -f $ac_dir/$ac_word; then … … 987 967 fi 988 968 989 if test -z "$CC"; then990 case "`uname -s`" in991 *win32* | *WIN32*)992 # Extract the first word of "cl", so it can be a program name with args.993 set dummy cl; ac_word=$2994 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6995 echo "configure:996: checking for $ac_word" >&5996 if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then997 echo $ac_n "(cached) $ac_c" 1>&6998 else999 if test -n "$CC"; then1000 ac_cv_prog_CC="$CC" # Let the user override the test.1001 else1002 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"1003 ac_dummy="$PATH"1004 for ac_dir in $ac_dummy; do1005 test -z "$ac_dir" && ac_dir=.1006 if test -f $ac_dir/$ac_word; then1007 ac_cv_prog_CC="cl"1008 break1009 fi1010 done1011 IFS="$ac_save_ifs"1012 fi1013 fi1014 CC="$ac_cv_prog_CC"1015 if test -n "$CC"; then1016 echo "$ac_t""$CC" 1>&61017 else1018 echo "$ac_t""no" 1>&61019 fi1020 ;;1021 esac1022 fi1023 969 test -z "$CC" && { echo "configure: error: no acceptable cc found in \$PATH" 1>&2; exit 1; } 1024 970 fi 1025 971 1026 972 echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works""... $ac_c" 1>&6 1027 echo "configure: 1028: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5973 echo "configure:974: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5 1028 974 1029 975 ac_ext=c … … 1031 977 ac_cpp='$CPP $CPPFLAGS' 1032 978 ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5' 1033 ac_link='${CC-cc} -o conftest ${ac_exeext}$CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'979 ac_link='${CC-cc} -o conftest $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5' 1034 980 cross_compiling=$ac_cv_prog_cc_cross 1035 981 1036 cat > conftest.$ac_ext << EOF 1037 1038 #line 1039 "configure" 982 cat > conftest.$ac_ext <<EOF 983 #line 984 "configure" 1039 984 #include "confdefs.h" 1040 1041 985 main(){return(0);} 1042 986 EOF 1043 if { (eval echo configure: 1044: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then987 if { (eval echo configure:988: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then 1044 988 ac_cv_prog_cc_works=yes 1045 989 # If we can't run a trivial program, we are probably using a cross compiler. … … 1055 999 fi 1056 1000 rm -fr conftest* 1057 ac_ext=c1058 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.1059 ac_cpp='$CPP $CPPFLAGS'1060 ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'1061 ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'1062 cross_compiling=$ac_cv_prog_cc_cross1063 1001 1064 1002 echo "$ac_t""$ac_cv_prog_cc_works" 1>&6 … … 1067 1005 fi 1068 1006 echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler""... $ac_c" 1>&6 1069 echo "configure:10 70: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&51007 echo "configure:1008: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5 1070 1008 echo "$ac_t""$ac_cv_prog_cc_cross" 1>&6 1071 1009 cross_compiling=$ac_cv_prog_cc_cross 1072 1010 1073 1011 echo $ac_n "checking whether we are using GNU C""... $ac_c" 1>&6 1074 echo "configure:10 75: checking whether we are using GNU C" >&51012 echo "configure:1013: checking whether we are using GNU C" >&5 1075 1013 if eval "test \"`echo '$''{'ac_cv_prog_gcc'+set}'`\" = set"; then 1076 1014 echo $ac_n "(cached) $ac_c" 1>&6 … … 1081 1019 #endif 1082 1020 EOF 1083 if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:10 84: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then1021 if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:1022: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then 1084 1022 ac_cv_prog_gcc=yes 1085 1023 else … … 1092 1030 if test $ac_cv_prog_gcc = yes; then 1093 1031 GCC=yes 1094 else 1095 GCC= 1096 fi 1097 1098 ac_test_CFLAGS="${CFLAGS+set}" 1099 ac_save_CFLAGS="$CFLAGS" 1100 CFLAGS= 1101 echo $ac_n "checking whether ${CC-cc} accepts -g""... $ac_c" 1>&6 1102 echo "configure:1103: checking whether ${CC-cc} accepts -g" >&5 1032 ac_test_CFLAGS="${CFLAGS+set}" 1033 ac_save_CFLAGS="$CFLAGS" 1034 CFLAGS= 1035 echo $ac_n "checking whether ${CC-cc} accepts -g""... $ac_c" 1>&6 1036 echo "configure:1037: checking whether ${CC-cc} accepts -g" >&5 1103 1037 if eval "test \"`echo '$''{'ac_cv_prog_cc_g'+set}'`\" = set"; then 1104 1038 echo $ac_n "(cached) $ac_c" 1>&6 … … 1115 1049 1116 1050 echo "$ac_t""$ac_cv_prog_cc_g" 1>&6 1117 if test "$ac_test_CFLAGS" = set; then 1118 CFLAGS="$ac_save_CFLAGS" 1119 elif test $ac_cv_prog_cc_g = yes; then 1120 if test "$GCC" = yes; then 1051 if test "$ac_test_CFLAGS" = set; then 1052 CFLAGS="$ac_save_CFLAGS" 1053 elif test $ac_cv_prog_cc_g = yes; then 1121 1054 CFLAGS="-g -O2" 1122 1055 else 1123 CFLAGS="-g"1124 fi1125 else1126 if test "$GCC" = yes; then1127 1056 CFLAGS="-O2" 1128 else 1129 CFLAGS= 1130 fi 1057 fi 1058 else 1059 GCC= 1060 test "${CFLAGS+set}" = set || CFLAGS="-g" 1131 1061 fi 1132 1062 … … 1171 1101 # and sets the high bit in the cache file unless we assign to the vars. 1172 1102 (set) 2>&1 | 1173 case `(ac_space=' '; set | grep ac_space) 2>&1` in1103 case `(ac_space=' '; set) 2>&1` in 1174 1104 *ac_space=\ *) 1175 1105 # `set' does not quote correctly, so add quotes (double-quote substitution … … 1250 1180 exec \${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion ;; 1251 1181 -version | --version | --versio | --versi | --vers | --ver | --ve | --v) 1252 echo "$CONFIG_STATUS generated by autoconf version 2.1 3"1182 echo "$CONFIG_STATUS generated by autoconf version 2.12" 1253 1183 exit 0 ;; 1254 1184 -help | --help | --hel | --he | --h) … … 1270 1200 $ac_vpsub 1271 1201 $extrasub 1272 s%@SHELL@%$SHELL%g1273 1202 s%@CFLAGS@%$CFLAGS%g 1274 1203 s%@CPPFLAGS@%$CPPFLAGS%g 1275 1204 s%@CXXFLAGS@%$CXXFLAGS%g 1276 s%@FFLAGS@%$FFLAGS%g1277 1205 s%@DEFS@%$DEFS%g 1278 1206 s%@LDFLAGS@%$LDFLAGS%g … … 1311 1239 s%@build_os@%$build_os%g 1312 1240 s%@INSTALL_PROGRAM@%$INSTALL_PROGRAM%g 1241 s%@INSTALL_DATA@%$INSTALL_DATA%g 1313 1242 s%@INSTALL_SCRIPT@%$INSTALL_SCRIPT%g 1314 s%@INSTALL_DATA@%$INSTALL_DATA%g1315 1243 s%@PACKAGE@%$PACKAGE%g 1316 1244 s%@VERSION@%$VERSION%g -
tools/cpu/sh/Makefile.in
r79800f9 recab6a39 1 # Makefile.in generated automatically by automake 1. 4from Makefile.am2 3 # Copyright (C) 1994, 1995 -8, 1999Free Software Foundation, Inc.1 # Makefile.in generated automatically by automake 1.2 from Makefile.am 2 3 # Copyright (C) 1994, 1995, 1996, 1997 Free Software Foundation, Inc. 4 4 # This Makefile.in is free software; the Free Software Foundation 5 # gives unlimited permission to copy and/or distribute it, 6 # with or without modifications, as long as this notice is preserved. 7 8 # This program is distributed in the hope that it will be useful, 9 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without 10 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A 11 # PARTICULAR PURPOSE. 5 # gives unlimited permission to copy, distribute and modify it. 12 6 13 7 # … … 16 10 17 11 18 # $Id$ 19 20 # NOTE: This is a temporary work-around to keep 21 # "make debug" and "make debug_install" working. 22 # Once automake is fully integrated these make targets 23 # and this file will probably be removed 24 25 26 SHELL = @SHELL@ 12 SHELL = /bin/sh 27 13 28 14 srcdir = @srcdir@ … … 45 31 oldincludedir = /usr/include 46 32 47 DESTDIR =48 49 33 pkgdatadir = $(datadir)/@PACKAGE@ 50 34 pkglibdir = $(libdir)/@PACKAGE@ … … 57 41 58 42 INSTALL = @INSTALL@ 59 INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)43 INSTALL_PROGRAM = @INSTALL_PROGRAM@ 60 44 INSTALL_DATA = @INSTALL_DATA@ 61 45 INSTALL_SCRIPT = @INSTALL_SCRIPT@ 62 46 transform = @program_transform_name@ 63 47 64 NORMAL_INSTALL = :65 PRE_INSTALL = :66 POST_INSTALL = :67 NORMAL_UNINSTALL = :68 PRE_UNINSTALL = :69 POST_UNINSTALL = :48 NORMAL_INSTALL = true 49 PRE_INSTALL = true 50 POST_INSTALL = true 51 NORMAL_UNINSTALL = true 52 PRE_UNINSTALL = true 53 POST_UNINSTALL = true 70 54 build_alias = @build_alias@ 71 55 build_triplet = @build@ … … 88 72 ACLOCAL = @ACLOCAL@ -I $(RTEMS_TOPdir)/aclocal 89 73 90 noinst_PROGRAMS = shgen 91 92 shgen_SOURCES = sci.h sci.c shgen.c 93 74 noinst_PROGRAMS=shgen 75 76 shgen_SOURCES = \ 77 sci.h \ 78 sci.c \ 79 shgen.c 94 80 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 95 81 mkinstalldirs = $(SHELL) $(top_srcdir)/../../../../../../mkinstalldirs … … 104 90 shgen_OBJECTS = sci.o shgen.o 105 91 shgen_LDADD = $(LDADD) 106 shgen_DEPENDENCIES =107 92 shgen_LDFLAGS = 108 93 CFLAGS = @CFLAGS@ 109 COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) 110 CCLD = $(CC) 111 LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@ 94 COMPILE = $(CC) $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CFLAGS) 95 LINK = $(CC) $(CFLAGS) $(LDFLAGS) -o $@ 112 96 DIST_COMMON = AUTHORS COPYING Makefile.am Makefile.in TODO aclocal.m4 \ 113 97 configure configure.in … … 117 101 118 102 TAR = tar 119 GZIP _ENV= --best103 GZIP = --best 120 104 DEP_FILES = .deps/sci.P .deps/shgen.P 121 105 SOURCES = $(shgen_SOURCES) 122 106 OBJECTS = $(shgen_OBJECTS) 123 107 124 all: all-redirect 108 default: all 109 125 110 .SUFFIXES: 126 .SUFFIXES: . S .c .o .s127 $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) $(top_srcdir)/../../../../../../automake/local.am111 .SUFFIXES: .c .o 112 $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) 128 113 cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile 129 114 130 Makefile: $(srcdir)/Makefile.in 115 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES) 131 116 cd $(top_builddir) \ 132 117 && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status … … 135 120 cd $(srcdir) && $(ACLOCAL) 136 121 137 config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)122 config.status: $(srcdir)/configure 138 123 $(SHELL) ./config.status --recheck 139 124 $(srcdir)/configure: $(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES) … … 143 128 144 129 clean-noinstPROGRAMS: 145 -test -z "$(noinst_PROGRAMS)" || rm -f $(noinst_PROGRAMS)130 test -z "$(noinst_PROGRAMS)" || rm -f $(noinst_PROGRAMS) 146 131 147 132 distclean-noinstPROGRAMS: … … 149 134 maintainer-clean-noinstPROGRAMS: 150 135 151 . s.o:136 .c.o: 152 137 $(COMPILE) -c $< 153 138 154 .S.o:155 $(COMPILE) -c $<156 157 139 mostlyclean-compile: 158 -rm -f *.o core *.core140 rm -f *.o core 159 141 160 142 clean-compile: 161 143 162 144 distclean-compile: 163 -rm -f *.tab.c145 rm -f *.tab.c 164 146 165 147 maintainer-clean-compile: … … 171 153 tags: TAGS 172 154 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) 155 ID: $(HEADERS) $(SOURCES) 156 here=`pwd` && cd $(srcdir) && mkid -f$$here/ID $(SOURCES) $(HEADERS) 157 158 TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) 182 159 tags=; \ 183 160 here=`pwd`; \ 184 list='$(SOURCES) $(HEADERS)'; \ 185 unique=`for i in $$list; do echo $$i; done | \ 186 awk ' { files[$$0] = 1; } \ 187 END { for (i in files) print i; }'`; \ 188 test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \ 189 || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags $$unique $(LISP) -o $$here/TAGS) 161 test -z "$(ETAGS_ARGS)$(SOURCES)$(HEADERS)$$tags" \ 162 || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags $(SOURCES) $(HEADERS) -o $$here/TAGS) 190 163 191 164 mostlyclean-tags: … … 194 167 195 168 distclean-tags: 196 -rm -f TAGS ID169 rm -f TAGS ID 197 170 198 171 maintainer-clean-tags: … … 205 178 # tarfile. 206 179 distcheck: dist 207 -rm -rf $(distdir)208 GZIP=$(GZIP _ENV) $(TAR) zxf $(distdir).tar.gz180 rm -rf $(distdir) 181 GZIP=$(GZIP) $(TAR) zxf $(distdir).tar.gz 209 182 mkdir $(distdir)/=build 210 183 mkdir $(distdir)/=inst … … 212 185 cd $(distdir)/=build \ 213 186 && ../configure --srcdir=.. --prefix=$$dc_install_base \ 214 && $(MAKE) $(AM_MAKEFLAGS) \ 215 && $(MAKE) $(AM_MAKEFLAGS) dvi \ 216 && $(MAKE) $(AM_MAKEFLAGS) check \ 217 && $(MAKE) $(AM_MAKEFLAGS) install \ 218 && $(MAKE) $(AM_MAKEFLAGS) installcheck \ 219 && $(MAKE) $(AM_MAKEFLAGS) dist 220 -rm -rf $(distdir) 221 @banner="$(distdir).tar.gz is ready for distribution"; \ 222 dashes=`echo "$$banner" | sed s/./=/g`; \ 223 echo "$$dashes"; \ 224 echo "$$banner"; \ 225 echo "$$dashes" 187 && $(MAKE) \ 188 && $(MAKE) dvi \ 189 && $(MAKE) check \ 190 && $(MAKE) install \ 191 && $(MAKE) installcheck \ 192 && $(MAKE) dist 193 rm -rf $(distdir) 194 @echo "========================"; \ 195 echo "$(distdir).tar.gz is ready for distribution"; \ 196 echo "========================" 226 197 dist: distdir 227 198 -chmod -R a+r $(distdir) 228 GZIP=$(GZIP _ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)229 -rm -rf $(distdir)199 GZIP=$(GZIP) $(TAR) chozf $(distdir).tar.gz $(distdir) 200 rm -rf $(distdir) 230 201 dist-all: distdir 231 202 -chmod -R a+r $(distdir) 232 GZIP=$(GZIP _ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)233 -rm -rf $(distdir)203 GZIP=$(GZIP) $(TAR) chozf $(distdir).tar.gz $(distdir) 204 rm -rf $(distdir) 234 205 distdir: $(DISTFILES) 235 -rm -rf $(distdir)206 rm -rf $(distdir) 236 207 mkdir $(distdir) 237 208 -chmod 777 $(distdir) 238 209 here=`cd $(top_builddir) && pwd`; \ 239 top_distdir=`cd $(distdir) && pwd`; \ 240 distdir=`cd $(distdir) && pwd`; \ 210 top_distdir=`cd $(top_distdir) && pwd`; \ 241 211 cd $(top_srcdir) \ 242 212 && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --foreign Makefile 243 213 @for file in $(DISTFILES); do \ 244 214 d=$(srcdir); \ 245 if test -d $$d/$$file; then \ 246 cp -pr $$/$$file $(distdir)/$$file; \ 247 else \ 248 test -f $(distdir)/$$file \ 249 || ln $$d/$$file $(distdir)/$$file 2> /dev/null \ 250 || cp -p $$d/$$file $(distdir)/$$file || :; \ 251 fi; \ 215 test -f $(distdir)/$$file \ 216 || ln $$d/$$file $(distdir)/$$file 2> /dev/null \ 217 || cp -p $$d/$$file $(distdir)/$$file; \ 252 218 done 253 219 220 MKDEP = gcc -M $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CFLAGS) 221 254 222 DEPS_MAGIC := $(shell mkdir .deps > /dev/null 2>&1 || :) 223 -include .deps/.P 224 .deps/.P: $(BUILT_SOURCES) 225 echo > $@ 255 226 256 227 -include $(DEP_FILES) … … 261 232 262 233 distclean-depend: 263 -rm -rf .deps264 234 265 235 maintainer-clean-depend: 266 267 %.o: %.c 268 @echo '$(COMPILE) -c $<'; \ 269 $(COMPILE) -Wp,-MD,.deps/$(*F).pp -c $< 270 @-cp .deps/$(*F).pp .deps/$(*F).P; \ 271 tr ' ' '\012' < .deps/$(*F).pp \ 272 | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \ 273 >> .deps/$(*F).P; \ 274 rm .deps/$(*F).pp 275 276 %.lo: %.c 277 @echo '$(LTCOMPILE) -c $<'; \ 278 $(LTCOMPILE) -Wp,-MD,.deps/$(*F).pp -c $< 279 @-sed -e 's/^\([^:]*\)\.o[ ]*:/\1.lo \1.o :/' \ 280 < .deps/$(*F).pp > .deps/$(*F).P; \ 281 tr ' ' '\012' < .deps/$(*F).pp \ 282 | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \ 283 >> .deps/$(*F).P; \ 284 rm -f .deps/$(*F).pp 285 info-am: 286 info: info-am 287 dvi-am: 288 dvi: dvi-am 289 check-am: all-am 290 check: check-am 291 installcheck-am: 292 installcheck: installcheck-am 293 install-exec-am: 294 install-exec: install-exec-am 295 296 install-data-am: 297 install-data: install-data-am 298 299 install-am: all-am 300 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am 301 install: install-am 302 uninstall-am: 303 uninstall: uninstall-am 304 all-am: Makefile $(PROGRAMS) 305 all-redirect: all-am 236 rm -rf .deps 237 238 .deps/%.P: %.c 239 @echo "Computing dependencies for $<..." 240 @o='o'; \ 241 test -n "$o" && o='$$o'; \ 242 $(MKDEP) $< >$@.tmp \ 243 && sed "s,^\(.*\)\.o:,\1.$$o \1.l$$o $@:," < $@.tmp > $@ \ 244 && rm -f $@.tmp 245 info: 246 dvi: 247 check: all 248 $(MAKE) 249 installcheck: 250 install-exec: 251 @$(NORMAL_INSTALL) 252 253 install-data: 254 @$(NORMAL_INSTALL) 255 256 install: install-exec install-data all 257 @: 258 259 uninstall: 260 261 all: Makefile $(PROGRAMS) 262 306 263 install-strip: 307 $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-sinstall264 $(MAKE) INSTALL_PROGRAM='$(INSTALL_PROGRAM) -s' INSTALL_SCRIPT='$(INSTALL_PROGRAM)' install 308 265 installdirs: 309 266 310 267 311 268 mostlyclean-generic: 269 test -z "$(MOSTLYCLEANFILES)" || rm -f $(MOSTLYCLEANFILES) 312 270 313 271 clean-generic: 272 test -z "$(CLEANFILES)" || rm -f $(CLEANFILES) 314 273 315 274 distclean-generic: 316 -rm -f Makefile $(CONFIG_CLEAN_FILES) 317 -rm -f config.cache config.log stamp-h stamp-h[0-9]* 275 rm -f Makefile $(DISTCLEANFILES) 276 rm -f config.cache config.log stamp-h stamp-h[0-9]* 277 test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) 318 278 319 279 maintainer-clean-generic: 320 mostlyclean-am: mostlyclean-noinstPROGRAMS mostlyclean-compile \ 280 test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES) 281 test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES) 282 mostlyclean: mostlyclean-noinstPROGRAMS mostlyclean-compile \ 321 283 mostlyclean-tags mostlyclean-depend mostlyclean-generic 322 284 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 \ 285 clean: clean-noinstPROGRAMS clean-compile clean-tags clean-depend \ 286 clean-generic mostlyclean 287 288 distclean: distclean-noinstPROGRAMS distclean-compile distclean-tags \ 289 distclean-depend distclean-generic clean 290 rm -f config.status 291 292 maintainer-clean: maintainer-clean-noinstPROGRAMS \ 337 293 maintainer-clean-compile maintainer-clean-tags \ 338 294 maintainer-clean-depend maintainer-clean-generic \ 339 distclean -am295 distclean 340 296 @echo "This command is intended for maintainers to use;" 341 297 @echo "it deletes files that may require special tools to rebuild." 342 343 maintainer-clean: maintainer-clean-am 344 -rm -f config.status 345 346 .PHONY: mostlyclean-noinstPROGRAMS distclean-noinstPROGRAMS \ 298 rm -f config.status 299 300 .PHONY: default mostlyclean-noinstPROGRAMS distclean-noinstPROGRAMS \ 347 301 clean-noinstPROGRAMS maintainer-clean-noinstPROGRAMS \ 348 302 mostlyclean-compile distclean-compile clean-compile \ 349 303 maintainer-clean-compile tags mostlyclean-tags distclean-tags \ 350 304 clean-tags maintainer-clean-tags distdir mostlyclean-depend \ 351 distclean-depend clean-depend maintainer-clean-depend info-am info \ 352 dvi-am dvi check check-am installcheck-am installcheck install-exec-am \ 353 install-exec install-data-am install-data install-am install \ 354 uninstall-am uninstall all-redirect all-am all installdirs \ 355 mostlyclean-generic distclean-generic clean-generic \ 305 distclean-depend clean-depend maintainer-clean-depend info dvi \ 306 installcheck install-exec install-data install uninstall all \ 307 installdirs mostlyclean-generic distclean-generic clean-generic \ 356 308 maintainer-clean-generic clean mostlyclean distclean maintainer-clean 357 309 358 310 359 debug-am: 360 361 debug: debug-am 362 363 debug_install-am: 364 365 debug_install: debug_install-am 366 367 profile-am: 368 369 profile: profile-am 370 371 profile_install-am: 372 373 profile_install: profile_install-am 374 375 .PHONY: debug debug_install profile profile_install 311 include $(top_srcdir)/../../../../../../automake/local.am 376 312 377 313 # Tell versions [3.59,3.63) of GNU make to not export all variables. -
tools/cpu/sh/aclocal.m4
r79800f9 recab6a39 1 dnl aclocal.m4 generated automatically by aclocal 1.4 2 3 dnl Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc. 4 dnl This file is free software; the Free Software Foundation 5 dnl gives unlimited permission to copy and/or distribute it, 6 dnl with or without modifications, as long as this notice is preserved. 7 8 dnl This program is distributed in the hope that it will be useful, 9 dnl but WITHOUT ANY WARRANTY, to the extent permitted by law; without 10 dnl even the implied warranty of MERCHANTABILITY or FITNESS FOR A 11 dnl PARTICULAR PURPOSE. 1 dnl aclocal.m4 generated automatically by aclocal 1.2 12 2 13 3 dnl $Id$ … … 100 90 101 91 AC_DEFUN(AM_INIT_AUTOMAKE, 102 [AC_REQUIRE([A C_PROG_INSTALL])92 [AC_REQUIRE([AM_PROG_INSTALL]) 103 93 PACKAGE=[$1] 104 94 AC_SUBST(PACKAGE) … … 110 100 fi 111 101 ifelse([$3],, 112 AC_DEFINE_UNQUOTED(PACKAGE, "$PACKAGE" , [Name of package])113 AC_DEFINE_UNQUOTED(VERSION, "$VERSION" , [Version number of package]))114 A C_REQUIRE([AM_SANITY_CHECK])115 AC_ REQUIRE([AC_ARG_PROGRAM])102 AC_DEFINE_UNQUOTED(PACKAGE, "$PACKAGE") 103 AC_DEFINE_UNQUOTED(VERSION, "$VERSION")) 104 AM_SANITY_CHECK 105 AC_ARG_PROGRAM 116 106 dnl FIXME This is truly gross. 117 107 missing_dir=`cd $ac_aux_dir && pwd` … … 121 111 AM_MISSING_PROG(AUTOHEADER, autoheader, $missing_dir) 122 112 AM_MISSING_PROG(MAKEINFO, makeinfo, $missing_dir) 123 AC_REQUIRE([AC_PROG_MAKE_SET])]) 113 AC_PROG_MAKE_SET]) 114 115 116 # serial 1 117 118 AC_DEFUN(AM_PROG_INSTALL, 119 [AC_REQUIRE([AC_PROG_INSTALL]) 120 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL_PROGRAM}' 121 AC_SUBST(INSTALL_SCRIPT)dnl 122 ]) 124 123 125 124 # … … 139 138 if ( 140 139 set X `ls -Lt $srcdir/configure conftestfile 2> /dev/null` 141 if test " [$]*" = "X"; then140 if test "$@" = "X"; then 142 141 # -L didn't work. 143 142 set X `ls -t $srcdir/configure conftestfile` 144 143 fi 145 if test "[$]*" != "X $srcdir/configure conftestfile" \146 && test "[$]*" != "X conftestfile $srcdir/configure"; then147 148 # If neither matched, then we have a broken ls. This can happen149 # if, for instance, CONFIG_SHELL is bash and it inherits a150 # broken ls alias from the environment. This has actually151 # happened. Such a system could not be considered "sane".152 AC_MSG_ERROR([ls -t appears to fail. Make sure there is not a broken153 alias in your environment])154 fi155 156 144 test "[$]2" = conftestfile 157 145 ) -
tools/cpu/sh/configure
r79800f9 recab6a39 2 2 3 3 # Guess values for system-dependent variables and create Makefiles. 4 # Generated automatically using autoconf version 2.1 34 # Generated automatically using autoconf version 2.12 5 5 # Copyright (C) 1992, 93, 94, 95, 96 Free Software Foundation, Inc. 6 6 # … … 50 50 subdirs= 51 51 MFLAGS= MAKEFLAGS= 52 SHELL=${CONFIG_SHELL-/bin/sh}53 52 # Maximum number of lines to put in a shell here document. 54 53 ac_max_here_lines=12 … … 334 333 335 334 -version | --version | --versio | --versi | --vers) 336 echo "configure generated by autoconf version 2.1 3"335 echo "configure generated by autoconf version 2.12" 337 336 exit 0 ;; 338 337 … … 504 503 ac_cpp='$CPP $CPPFLAGS' 505 504 ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5' 506 ac_link='${CC-cc} -o conftest ${ac_exeext}$CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'505 ac_link='${CC-cc} -o conftest $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5' 507 506 cross_compiling=$ac_cv_prog_cc_cross 508 507 509 ac_exeext=510 ac_objext=o511 508 if (echo "testing\c"; echo 1,2,3) | grep c >/dev/null; then 512 509 # Stardent Vistra SVR4 grep lacks -e, says ghazi@caip.rutgers.edu. … … 549 546 550 547 echo $ac_n "checking for RTEMS Version""... $ac_c" 1>&6 551 echo "configure:5 52: checking for RTEMS Version" >&5548 echo "configure:549: checking for RTEMS Version" >&5 552 549 if test -r "${srcdir}/${RTEMS_TOPdir}/VERSION"; then 553 550 RTEMS_VERSION=`grep Version ${srcdir}/${RTEMS_TOPdir}/VERSION | \ … … 585 582 586 583 # Make sure we can run config.sub. 587 if $ {CONFIG_SHELL-/bin/sh} $ac_config_sub sun4 >/dev/null 2>&1; then :584 if $ac_config_sub sun4 >/dev/null 2>&1; then : 588 585 else { echo "configure: error: can not run $ac_config_sub" 1>&2; exit 1; } 589 586 fi 590 587 591 588 echo $ac_n "checking host system type""... $ac_c" 1>&6 592 echo "configure:59 3: checking host system type" >&5589 echo "configure:590: checking host system type" >&5 593 590 594 591 host_alias=$host … … 597 594 case $nonopt in 598 595 NONE) 599 if host_alias=`$ {CONFIG_SHELL-/bin/sh} $ac_config_guess`; then :596 if host_alias=`$ac_config_guess`; then : 600 597 else { echo "configure: error: can not guess host type; you must specify one" 1>&2; exit 1; } 601 598 fi ;; … … 604 601 esac 605 602 606 host=`$ {CONFIG_SHELL-/bin/sh} $ac_config_sub $host_alias`603 host=`$ac_config_sub $host_alias` 607 604 host_cpu=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'` 608 605 host_vendor=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'` … … 611 608 612 609 echo $ac_n "checking target system type""... $ac_c" 1>&6 613 echo "configure:61 4: checking target system type" >&5610 echo "configure:611: checking target system type" >&5 614 611 615 612 target_alias=$target … … 622 619 esac 623 620 624 target=`$ {CONFIG_SHELL-/bin/sh} $ac_config_sub $target_alias`621 target=`$ac_config_sub $target_alias` 625 622 target_cpu=`echo $target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'` 626 623 target_vendor=`echo $target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'` … … 629 626 630 627 echo $ac_n "checking build system type""... $ac_c" 1>&6 631 echo "configure:6 32: checking build system type" >&5628 echo "configure:629: checking build system type" >&5 632 629 633 630 build_alias=$build … … 640 637 esac 641 638 642 build=`$ {CONFIG_SHELL-/bin/sh} $ac_config_sub $build_alias`639 build=`$ac_config_sub $build_alias` 643 640 build_cpu=`echo $build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'` 644 641 build_vendor=`echo $build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'` … … 654 651 655 652 echo $ac_n "checking rtems target cpu""... $ac_c" 1>&6 656 echo "configure:65 7: checking rtems target cpu" >&5653 echo "configure:654: checking rtems target cpu" >&5 657 654 case "${target}" in 658 655 # hpux unix port should go here … … 689 686 # IRIX /sbin/install 690 687 # AIX /bin/install 691 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag692 688 # AFS /usr/afsws/bin/install, which mishandles nonexistent args 693 689 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff" 694 690 # ./install, which can be erroneously created by make from ./install.sh. 695 691 echo $ac_n "checking for a BSD compatible install""... $ac_c" 1>&6 696 echo "configure:69 7: checking for a BSD compatible install" >&5692 echo "configure:693: checking for a BSD compatible install" >&5 697 693 if test -z "$INSTALL"; then 698 694 if eval "test \"`echo '$''{'ac_cv_path_install'+set}'`\" = set"; then 699 695 echo $ac_n "(cached) $ac_c" 1>&6 700 696 else 701 IFS="${IFS= }"; ac_save_IFS="$IFS"; IFS=" :"697 IFS="${IFS= }"; ac_save_IFS="$IFS"; IFS="${IFS}:" 702 698 for ac_dir in $PATH; do 703 699 # Account for people who put trailing slashes in PATH elements. … … 706 702 *) 707 703 # OSF1 and SCO ODT 3.0 have their own names for install. 708 # Don't use installbsd from OSF since it installs stuff as root 709 # by default. 710 for ac_prog in ginstall scoinst install; do 704 for ac_prog in ginstall installbsd scoinst install; do 711 705 if test -f $ac_dir/$ac_prog; then 712 706 if test $ac_prog = install && 713 707 grep dspmsg $ac_dir/$ac_prog >/dev/null 2>&1; then 714 708 # AIX install. It has an incompatible calling convention. 709 # OSF/1 installbsd also uses dspmsg, but is usable. 715 710 : 716 711 else … … 742 737 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}' 743 738 739 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644' 740 741 744 742 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL_PROGRAM}' 745 743 746 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644' 744 745 PACKAGE=rtems-exec-score-tools-sh 746 747 VERSION=$RTEMS_VERSION 748 749 if test "`cd $srcdir && pwd`" != "`pwd`" && test -f $srcdir/config.status; then 750 { echo "configure: error: source directory already configured; run "make distclean" there first" 1>&2; exit 1; } 751 fi 747 752 748 753 echo $ac_n "checking whether build environment is sane""... $ac_c" 1>&6 749 echo "configure:75 0: checking whether build environment is sane" >&5754 echo "configure:755: checking whether build environment is sane" >&5 750 755 # Just in case 751 756 sleep 1 … … 758 763 if ( 759 764 set X `ls -Lt $srcdir/configure conftestfile 2> /dev/null` 760 if test " $*" = "X"; then765 if test "" = "X"; then 761 766 # -L didn't work. 762 767 set X `ls -t $srcdir/configure conftestfile` 763 768 fi 764 if test "$*" != "X $srcdir/configure conftestfile" \765 && test "$*" != "X conftestfile $srcdir/configure"; then766 767 # If neither matched, then we have a broken ls. This can happen768 # if, for instance, CONFIG_SHELL is bash and it inherits a769 # broken ls alias from the environment. This has actually770 # happened. Such a system could not be considered "sane".771 { echo "configure: error: ls -t appears to fail. Make sure there is not a broken772 alias in your environment" 1>&2; exit 1; }773 fi774 775 769 test "$2" = conftestfile 776 770 ) … … 803 797 test "$program_transform_name" = "" && program_transform_name="s,x,x," 804 798 805 echo $ac_n "checking whether ${MAKE-make} sets \${MAKE}""... $ac_c" 1>&6806 echo "configure:807: checking whether ${MAKE-make} sets \${MAKE}" >&5807 set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y%./+-%__p_%'`808 if eval "test \"`echo '$''{'ac_cv_prog_make_${ac_make}_set'+set}'`\" = set"; then809 echo $ac_n "(cached) $ac_c" 1>&6810 else811 cat > conftestmake <<\EOF812 all:813 @echo 'ac_maketemp="${MAKE}"'814 EOF815 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.816 eval `${MAKE-make} -f conftestmake 2>/dev/null | grep temp=`817 if test -n "$ac_maketemp"; then818 eval ac_cv_prog_make_${ac_make}_set=yes819 else820 eval ac_cv_prog_make_${ac_make}_set=no821 fi822 rm -f conftestmake823 fi824 if eval "test \"`echo '$ac_cv_prog_make_'${ac_make}_set`\" = yes"; then825 echo "$ac_t""yes" 1>&6826 SET_MAKE=827 else828 echo "$ac_t""no" 1>&6829 SET_MAKE="MAKE=${MAKE-make}"830 fi831 832 833 PACKAGE=rtems-exec-score-tools-sh834 835 VERSION=$RTEMS_VERSION836 837 if test "`cd $srcdir && pwd`" != "`pwd`" && test -f $srcdir/config.status; then838 { echo "configure: error: source directory already configured; run "make distclean" there first" 1>&2; exit 1; }839 fi840 841 842 843 799 missing_dir=`cd $ac_aux_dir && pwd` 844 800 echo $ac_n "checking for working aclocal""... $ac_c" 1>&6 845 echo "configure:8 46: checking for working aclocal" >&5801 echo "configure:802: checking for working aclocal" >&5 846 802 # Run test in a subshell; some versions of sh will print an error if 847 803 # an executable is not found, even if stderr is redirected. … … 856 812 857 813 echo $ac_n "checking for working autoconf""... $ac_c" 1>&6 858 echo "configure:8 59: checking for working autoconf" >&5814 echo "configure:815: checking for working autoconf" >&5 859 815 # Run test in a subshell; some versions of sh will print an error if 860 816 # an executable is not found, even if stderr is redirected. … … 869 825 870 826 echo $ac_n "checking for working automake""... $ac_c" 1>&6 871 echo "configure:8 72: checking for working automake" >&5827 echo "configure:828: checking for working automake" >&5 872 828 # Run test in a subshell; some versions of sh will print an error if 873 829 # an executable is not found, even if stderr is redirected. … … 882 838 883 839 echo $ac_n "checking for working autoheader""... $ac_c" 1>&6 884 echo "configure:8 85: checking for working autoheader" >&5840 echo "configure:841: checking for working autoheader" >&5 885 841 # Run test in a subshell; some versions of sh will print an error if 886 842 # an executable is not found, even if stderr is redirected. … … 895 851 896 852 echo $ac_n "checking for working makeinfo""... $ac_c" 1>&6 897 echo "configure:8 98: checking for working makeinfo" >&5853 echo "configure:854: checking for working makeinfo" >&5 898 854 # Run test in a subshell; some versions of sh will print an error if 899 855 # an executable is not found, even if stderr is redirected. … … 907 863 fi 908 864 865 echo $ac_n "checking whether ${MAKE-make} sets \${MAKE}""... $ac_c" 1>&6 866 echo "configure:867: checking whether ${MAKE-make} sets \${MAKE}" >&5 867 set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y%./+-%__p_%'` 868 if eval "test \"`echo '$''{'ac_cv_prog_make_${ac_make}_set'+set}'`\" = set"; then 869 echo $ac_n "(cached) $ac_c" 1>&6 870 else 871 cat > conftestmake <<\EOF 872 all: 873 @echo 'ac_maketemp="${MAKE}"' 874 EOF 875 # GNU make sometimes prints "make[1]: Entering...", which would confuse us. 876 eval `${MAKE-make} -f conftestmake 2>/dev/null | grep temp=` 877 if test -n "$ac_maketemp"; then 878 eval ac_cv_prog_make_${ac_make}_set=yes 879 else 880 eval ac_cv_prog_make_${ac_make}_set=no 881 fi 882 rm -f conftestmake 883 fi 884 if eval "test \"`echo '$ac_cv_prog_make_'${ac_make}_set`\" = yes"; then 885 echo "$ac_t""yes" 1>&6 886 SET_MAKE= 887 else 888 echo "$ac_t""no" 1>&6 889 SET_MAKE="MAKE=${MAKE-make}" 890 fi 909 891 910 892 … … 912 894 set dummy gcc; ac_word=$2 913 895 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 914 echo "configure: 915: checking for $ac_word" >&5896 echo "configure:897: checking for $ac_word" >&5 915 897 if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then 916 898 echo $ac_n "(cached) $ac_c" 1>&6 … … 919 901 ac_cv_prog_CC="$CC" # Let the user override the test. 920 902 else 921 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":" 922 ac_dummy="$PATH" 923 for ac_dir in $ac_dummy; do 903 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:" 904 for ac_dir in $PATH; do 924 905 test -z "$ac_dir" && ac_dir=. 925 906 if test -f $ac_dir/$ac_word; then … … 942 923 set dummy cc; ac_word=$2 943 924 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 944 echo "configure:9 45: checking for $ac_word" >&5925 echo "configure:926: checking for $ac_word" >&5 945 926 if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then 946 927 echo $ac_n "(cached) $ac_c" 1>&6 … … 949 930 ac_cv_prog_CC="$CC" # Let the user override the test. 950 931 else 951 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=" :"932 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:" 952 933 ac_prog_rejected=no 953 ac_dummy="$PATH" 954 for ac_dir in $ac_dummy; do 934 for ac_dir in $PATH; do 955 935 test -z "$ac_dir" && ac_dir=. 956 936 if test -f $ac_dir/$ac_word; then … … 987 967 fi 988 968 989 if test -z "$CC"; then990 case "`uname -s`" in991 *win32* | *WIN32*)992 # Extract the first word of "cl", so it can be a program name with args.993 set dummy cl; ac_word=$2994 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6995 echo "configure:996: checking for $ac_word" >&5996 if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then997 echo $ac_n "(cached) $ac_c" 1>&6998 else999 if test -n "$CC"; then1000 ac_cv_prog_CC="$CC" # Let the user override the test.1001 else1002 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"1003 ac_dummy="$PATH"1004 for ac_dir in $ac_dummy; do1005 test -z "$ac_dir" && ac_dir=.1006 if test -f $ac_dir/$ac_word; then1007 ac_cv_prog_CC="cl"1008 break1009 fi1010 done1011 IFS="$ac_save_ifs"1012 fi1013 fi1014 CC="$ac_cv_prog_CC"1015 if test -n "$CC"; then1016 echo "$ac_t""$CC" 1>&61017 else1018 echo "$ac_t""no" 1>&61019 fi1020 ;;1021 esac1022 fi1023 969 test -z "$CC" && { echo "configure: error: no acceptable cc found in \$PATH" 1>&2; exit 1; } 1024 970 fi 1025 971 1026 972 echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works""... $ac_c" 1>&6 1027 echo "configure: 1028: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5973 echo "configure:974: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5 1028 974 1029 975 ac_ext=c … … 1031 977 ac_cpp='$CPP $CPPFLAGS' 1032 978 ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5' 1033 ac_link='${CC-cc} -o conftest ${ac_exeext}$CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'979 ac_link='${CC-cc} -o conftest $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5' 1034 980 cross_compiling=$ac_cv_prog_cc_cross 1035 981 1036 cat > conftest.$ac_ext << EOF 1037 1038 #line 1039 "configure" 982 cat > conftest.$ac_ext <<EOF 983 #line 984 "configure" 1039 984 #include "confdefs.h" 1040 1041 985 main(){return(0);} 1042 986 EOF 1043 if { (eval echo configure: 1044: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then987 if { (eval echo configure:988: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then 1044 988 ac_cv_prog_cc_works=yes 1045 989 # If we can't run a trivial program, we are probably using a cross compiler. … … 1055 999 fi 1056 1000 rm -fr conftest* 1057 ac_ext=c1058 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.1059 ac_cpp='$CPP $CPPFLAGS'1060 ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'1061 ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'1062 cross_compiling=$ac_cv_prog_cc_cross1063 1001 1064 1002 echo "$ac_t""$ac_cv_prog_cc_works" 1>&6 … … 1067 1005 fi 1068 1006 echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler""... $ac_c" 1>&6 1069 echo "configure:10 70: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&51007 echo "configure:1008: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5 1070 1008 echo "$ac_t""$ac_cv_prog_cc_cross" 1>&6 1071 1009 cross_compiling=$ac_cv_prog_cc_cross 1072 1010 1073 1011 echo $ac_n "checking whether we are using GNU C""... $ac_c" 1>&6 1074 echo "configure:10 75: checking whether we are using GNU C" >&51012 echo "configure:1013: checking whether we are using GNU C" >&5 1075 1013 if eval "test \"`echo '$''{'ac_cv_prog_gcc'+set}'`\" = set"; then 1076 1014 echo $ac_n "(cached) $ac_c" 1>&6 … … 1081 1019 #endif 1082 1020 EOF 1083 if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:10 84: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then1021 if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:1022: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then 1084 1022 ac_cv_prog_gcc=yes 1085 1023 else … … 1092 1030 if test $ac_cv_prog_gcc = yes; then 1093 1031 GCC=yes 1094 else 1095 GCC= 1096 fi 1097 1098 ac_test_CFLAGS="${CFLAGS+set}" 1099 ac_save_CFLAGS="$CFLAGS" 1100 CFLAGS= 1101 echo $ac_n "checking whether ${CC-cc} accepts -g""... $ac_c" 1>&6 1102 echo "configure:1103: checking whether ${CC-cc} accepts -g" >&5 1032 ac_test_CFLAGS="${CFLAGS+set}" 1033 ac_save_CFLAGS="$CFLAGS" 1034 CFLAGS= 1035 echo $ac_n "checking whether ${CC-cc} accepts -g""... $ac_c" 1>&6 1036 echo "configure:1037: checking whether ${CC-cc} accepts -g" >&5 1103 1037 if eval "test \"`echo '$''{'ac_cv_prog_cc_g'+set}'`\" = set"; then 1104 1038 echo $ac_n "(cached) $ac_c" 1>&6 … … 1115 1049 1116 1050 echo "$ac_t""$ac_cv_prog_cc_g" 1>&6 1117 if test "$ac_test_CFLAGS" = set; then 1118 CFLAGS="$ac_save_CFLAGS" 1119 elif test $ac_cv_prog_cc_g = yes; then 1120 if test "$GCC" = yes; then 1051 if test "$ac_test_CFLAGS" = set; then 1052 CFLAGS="$ac_save_CFLAGS" 1053 elif test $ac_cv_prog_cc_g = yes; then 1121 1054 CFLAGS="-g -O2" 1122 1055 else 1123 CFLAGS="- g"1056 CFLAGS="-O2" 1124 1057 fi 1125 1058 else 1126 if test "$GCC" = yes; then 1127 CFLAGS="-O2" 1128 else 1129 CFLAGS= 1130 fi 1059 GCC= 1060 test "${CFLAGS+set}" = set || CFLAGS="-g" 1131 1061 fi 1132 1062 1133 1063 echo $ac_n "checking for fabs in -lm""... $ac_c" 1>&6 1134 echo "configure:1 135: checking for fabs in -lm" >&51064 echo "configure:1065: checking for fabs in -lm" >&5 1135 1065 ac_lib_var=`echo m'_'fabs | sed 'y%./+-%__p_%'` 1136 1066 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then … … 1140 1070 LIBS="-lm $LIBS" 1141 1071 cat > conftest.$ac_ext <<EOF 1142 #line 1 143 "configure"1072 #line 1073 "configure" 1143 1073 #include "confdefs.h" 1144 1074 /* Override any gcc2 internal prototype to avoid an error. */ … … 1151 1081 ; return 0; } 1152 1082 EOF 1153 if { (eval echo configure:1 154: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then1083 if { (eval echo configure:1084: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then 1154 1084 rm -rf conftest* 1155 1085 eval "ac_cv_lib_$ac_lib_var=yes" … … 1218 1148 # and sets the high bit in the cache file unless we assign to the vars. 1219 1149 (set) 2>&1 | 1220 case `(ac_space=' '; set | grep ac_space) 2>&1` in1150 case `(ac_space=' '; set) 2>&1` in 1221 1151 *ac_space=\ *) 1222 1152 # `set' does not quote correctly, so add quotes (double-quote substitution … … 1297 1227 exec \${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion ;; 1298 1228 -version | --version | --versio | --versi | --vers | --ver | --ve | --v) 1299 echo "$CONFIG_STATUS generated by autoconf version 2.1 3"1229 echo "$CONFIG_STATUS generated by autoconf version 2.12" 1300 1230 exit 0 ;; 1301 1231 -help | --help | --hel | --he | --h) … … 1317 1247 $ac_vpsub 1318 1248 $extrasub 1319 s%@SHELL@%$SHELL%g1320 1249 s%@CFLAGS@%$CFLAGS%g 1321 1250 s%@CPPFLAGS@%$CPPFLAGS%g 1322 1251 s%@CXXFLAGS@%$CXXFLAGS%g 1323 s%@FFLAGS@%$FFLAGS%g1324 1252 s%@DEFS@%$DEFS%g 1325 1253 s%@LDFLAGS@%$LDFLAGS%g … … 1358 1286 s%@build_os@%$build_os%g 1359 1287 s%@INSTALL_PROGRAM@%$INSTALL_PROGRAM%g 1288 s%@INSTALL_DATA@%$INSTALL_DATA%g 1360 1289 s%@INSTALL_SCRIPT@%$INSTALL_SCRIPT%g 1361 s%@INSTALL_DATA@%$INSTALL_DATA%g1362 1290 s%@PACKAGE@%$PACKAGE%g 1363 1291 s%@VERSION@%$VERSION%g
Note: See TracChangeset
for help on using the changeset viewer.