Changeset c302d7a3 in rtems
- Timestamp:
- 10/25/99 19:33:54 (24 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 213c518
- Parents:
- 9ec462aa
- Location:
- scripts
- Files:
-
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
scripts/Makefile.in
r9ec462aa rc302d7a3 1 # Makefile.in generated automatically by automake 1.4 from Makefile.am1 # Makefile.in generated automatically by automake 1.4a from Makefile.am 2 2 3 3 # Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc. … … 47 47 48 48 INSTALL = @INSTALL@ 49 INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)49 INSTALL_PROGRAM = @INSTALL_PROGRAM@ 50 50 INSTALL_DATA = @INSTALL_DATA@ 51 51 INSTALL_SCRIPT = @INSTALL_SCRIPT@ 52 INSTALL_STRIP_FLAG = 52 53 transform = @program_transform_name@ 53 54 … … 101 102 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST) 102 103 103 TAR = tar104 TAR = gtar 104 105 GZIP_ENV = --best 105 106 all: all-redirect … … 260 261 d=$(srcdir); \ 261 262 if test -d $$d/$$file; then \ 262 cp -pr $$ /$$file $(distdir)/$$file; \263 cp -pr $$d/$$file $(distdir)/$$file; \ 263 264 else \ 264 265 test -f $(distdir)/$$file \ … … 299 300 all-redirect: all-recursive 300 301 install-strip: 301 $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install302 $(MAKE) $(AM_MAKEFLAGS) INSTALL_STRIP_FLAG=-s install 302 303 installdirs: installdirs-recursive 303 304 installdirs-am: -
scripts/aclocal.m4
r9ec462aa rc302d7a3 1 dnl aclocal.m4 generated automatically by aclocal 1.4 1 dnl aclocal.m4 generated automatically by aclocal 1.4a 2 2 3 3 dnl Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc. … … 22 22 AC_DEFUN(AM_INIT_AUTOMAKE, 23 23 [AC_REQUIRE([AC_PROG_INSTALL]) 24 dnl We require 2.13 because we rely on SHELL being computed by configure. 25 AC_PREREQ([2.13]) 24 26 PACKAGE=[$1] 25 27 AC_SUBST(PACKAGE) -
scripts/binutils/Makefile.in
r9ec462aa rc302d7a3 1 # Makefile.in generated automatically by automake 1.4 from Makefile.am1 # Makefile.in generated automatically by automake 1.4a from Makefile.am 2 2 3 3 # Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc. … … 47 47 48 48 INSTALL = @INSTALL@ 49 INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)49 INSTALL_PROGRAM = @INSTALL_PROGRAM@ 50 50 INSTALL_DATA = @INSTALL_DATA@ 51 51 INSTALL_SCRIPT = @INSTALL_SCRIPT@ 52 INSTALL_STRIP_FLAG = 52 53 transform = @program_transform_name@ 53 54 … … 97 98 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST) 98 99 99 TAR = tar100 TAR = gtar 100 101 GZIP_ENV = --best 101 102 all: all-redirect … … 139 140 d=$(srcdir); \ 140 141 if test -d $$d/$$file; then \ 141 cp -pr $$ /$$file $(distdir)/$$file; \142 cp -pr $$d/$$file $(distdir)/$$file; \ 142 143 else \ 143 144 test -f $(distdir)/$$file \ … … 168 169 all-redirect: all-am 169 170 install-strip: 170 $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install171 $(MAKE) $(AM_MAKEFLAGS) INSTALL_STRIP_FLAG=-s install 171 172 installdirs: 172 173 $(mkinstalldirs) $(DESTDIR)$(RPM_SPECSdir) -
scripts/configure
r9ec462aa rc302d7a3 690 690 691 691 692 692 693 PACKAGE=scripts 693 694 … … 702 703 missing_dir=`cd $ac_aux_dir && pwd` 703 704 echo $ac_n "checking for working aclocal""... $ac_c" 1>&6 704 echo "configure:70 5: checking for working aclocal" >&5705 echo "configure:706: checking for working aclocal" >&5 705 706 # Run test in a subshell; some versions of sh will print an error if 706 707 # an executable is not found, even if stderr is redirected. … … 715 716 716 717 echo $ac_n "checking for working autoconf""... $ac_c" 1>&6 717 echo "configure:71 8: checking for working autoconf" >&5718 echo "configure:719: checking for working autoconf" >&5 718 719 # Run test in a subshell; some versions of sh will print an error if 719 720 # an executable is not found, even if stderr is redirected. … … 728 729 729 730 echo $ac_n "checking for working automake""... $ac_c" 1>&6 730 echo "configure:73 1: checking for working automake" >&5731 echo "configure:732: checking for working automake" >&5 731 732 # Run test in a subshell; some versions of sh will print an error if 732 733 # an executable is not found, even if stderr is redirected. … … 741 742 742 743 echo $ac_n "checking for working autoheader""... $ac_c" 1>&6 743 echo "configure:74 4: checking for working autoheader" >&5744 echo "configure:745: checking for working autoheader" >&5 744 745 # Run test in a subshell; some versions of sh will print an error if 745 746 # an executable is not found, even if stderr is redirected. … … 754 755 755 756 echo $ac_n "checking for working makeinfo""... $ac_c" 1>&6 756 echo "configure:75 7: checking for working makeinfo" >&5757 echo "configure:758: checking for working makeinfo" >&5 757 758 # Run test in a subshell; some versions of sh will print an error if 758 759 # an executable is not found, even if stderr is redirected. … … 778 779 # others might use /usr/src 779 780 echo $ac_n "checking for rpm SPECS directory""... $ac_c" 1>&6 780 echo "configure:78 1: checking for rpm SPECS directory" >&5781 echo "configure:782: checking for rpm SPECS directory" >&5 781 782 if test -d /usr/src/packages/SPECS; 782 783 then -
scripts/gccnewlib/Makefile.in
r9ec462aa rc302d7a3 1 # Makefile.in generated automatically by automake 1.4 from Makefile.am1 # Makefile.in generated automatically by automake 1.4a from Makefile.am 2 2 3 3 # Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc. … … 47 47 48 48 INSTALL = @INSTALL@ 49 INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)49 INSTALL_PROGRAM = @INSTALL_PROGRAM@ 50 50 INSTALL_DATA = @INSTALL_DATA@ 51 51 INSTALL_SCRIPT = @INSTALL_SCRIPT@ 52 INSTALL_STRIP_FLAG = 52 53 transform = @program_transform_name@ 53 54 … … 97 98 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST) 98 99 99 TAR = tar100 TAR = gtar 100 101 GZIP_ENV = --best 101 102 all: all-redirect … … 139 140 d=$(srcdir); \ 140 141 if test -d $$d/$$file; then \ 141 cp -pr $$ /$$file $(distdir)/$$file; \142 cp -pr $$d/$$file $(distdir)/$$file; \ 142 143 else \ 143 144 test -f $(distdir)/$$file \ … … 168 169 all-redirect: all-am 169 170 install-strip: 170 $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install171 $(MAKE) $(AM_MAKEFLAGS) INSTALL_STRIP_FLAG=-s install 171 172 installdirs: 172 173 $(mkinstalldirs) $(DESTDIR)$(RPM_SPECSdir) -
scripts/gdb/Makefile.in
r9ec462aa rc302d7a3 1 # Makefile.in generated automatically by automake 1.4 from Makefile.am1 # Makefile.in generated automatically by automake 1.4a from Makefile.am 2 2 3 3 # Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc. … … 47 47 48 48 INSTALL = @INSTALL@ 49 INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)49 INSTALL_PROGRAM = @INSTALL_PROGRAM@ 50 50 INSTALL_DATA = @INSTALL_DATA@ 51 51 INSTALL_SCRIPT = @INSTALL_SCRIPT@ 52 INSTALL_STRIP_FLAG = 52 53 transform = @program_transform_name@ 53 54 … … 97 98 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST) 98 99 99 TAR = tar100 TAR = gtar 100 101 GZIP_ENV = --best 101 102 all: all-redirect … … 139 140 d=$(srcdir); \ 140 141 if test -d $$d/$$file; then \ 141 cp -pr $$ /$$file $(distdir)/$$file; \142 cp -pr $$d/$$file $(distdir)/$$file; \ 142 143 else \ 143 144 test -f $(distdir)/$$file \ … … 168 169 all-redirect: all-am 169 170 install-strip: 170 $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install171 $(MAKE) $(AM_MAKEFLAGS) INSTALL_STRIP_FLAG=-s install 171 172 installdirs: 172 173 $(mkinstalldirs) $(DESTDIR)$(RPM_SPECSdir)
Note: See TracChangeset
for help on using the changeset viewer.