Changeset 3108b76 in rtems


Ignore:
Timestamp:
03/25/99 01:02:33 (25 years ago)
Author:
Joel Sherrill <joel.sherrill@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
5e2fe06
Parents:
0bf2ff8
Message:

Regenerated.

Files:
5 edited

Legend:

Unmodified
Added
Removed
  • aclocal.m4

    r0bf2ff8 r3108b76  
    1 dnl aclocal.m4 generated automatically by aclocal 1.2
     1dnl aclocal.m4 generated automatically by aclocal 1.4
     2
     3dnl Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc.
     4dnl This file is free software; the Free Software Foundation
     5dnl gives unlimited permission to copy and/or distribute it,
     6dnl with or without modifications, as long as this notice is preserved.
     7
     8dnl This program is distributed in the hope that it will be useful,
     9dnl but WITHOUT ANY WARRANTY, to the extent permitted by law; without
     10dnl even the implied warranty of MERCHANTABILITY or FITNESS FOR A
     11dnl PARTICULAR PURPOSE.
    212
    313dnl $Id$
  • c/build-tools/Makefile.in

    r0bf2ff8 r3108b76  
    9898CONFIG_HEADER = ./src/config.h
    9999CONFIG_CLEAN_FILES =
    100 DIST_COMMON =  Makefile.am Makefile.in aclocal.m4 configure configure.in \
    101 src/config.h.in src/stamp-h.in
     100DIST_COMMON =  Makefile.am Makefile.in aclocal.m4 configure configure.in
    102101
    103102
     
    122121$(srcdir)/configure: $(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
    123122        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:
    152123
    153124# This directory's subdirectories are mostly independent; you can cd
     
    339310
    340311maintainer-clean-generic:
    341 mostlyclean-am:  mostlyclean-hdr mostlyclean-tags mostlyclean-generic
     312mostlyclean-am:  mostlyclean-tags mostlyclean-generic
    342313
    343314mostlyclean: mostlyclean-recursive
    344315
    345 clean-am:  clean-hdr clean-tags clean-generic mostlyclean-am
     316clean-am:  clean-tags clean-generic mostlyclean-am
    346317
    347318clean: clean-recursive
    348319
    349 distclean-am:  distclean-hdr distclean-tags distclean-generic clean-am
     320distclean-am:  distclean-tags distclean-generic clean-am
    350321
    351322distclean: distclean-recursive
    352323        -rm -f config.status
    353324
    354 maintainer-clean-am:  maintainer-clean-hdr maintainer-clean-tags \
    355                 maintainer-clean-generic distclean-am
     325maintainer-clean-am:  maintainer-clean-tags maintainer-clean-generic \
     326                distclean-am
    356327        @echo "This command is intended for maintainers to use;"
    357328        @echo "it deletes files that may require special tools to rebuild."
     
    360331        -rm -f config.status
    361332
    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 \
     333.PHONY: install-data-recursive uninstall-data-recursive \
     334install-exec-recursive uninstall-exec-recursive installdirs-recursive \
     335uninstalldirs-recursive all-recursive check-recursive \
     336installcheck-recursive info-recursive dvi-recursive \
     337mostlyclean-recursive distclean-recursive clean-recursive \
    367338maintainer-clean-recursive tags tags-recursive mostlyclean-tags \
    368339distclean-tags clean-tags maintainer-clean-tags distdir info-am info \
  • c/src/exec/wrapup/rtems/Makefile.in

    r0bf2ff8 r3108b76  
    5252        $(make-library)
    5353        cd $(PROJECT_ROOT) ; \
    54             $(PROJECT_RELEASE)/bin/size_rtems $(RTEMS_BSP) $(ARCH) \
     54            $(PROJECT_RELEASE)/../c/src/exec/score/tools/generic/size_rtems $(RTEMS_BSP) $(ARCH) \
    5555                >$(PROJECT_RELEASE)/lib/sizeinfo$(LIB_VARIANT).txt
    5656
  • configure

    r0bf2ff8 r3108b76  
    38603860
    38613861
     3862
    38623863# pick up all the Makefiles in required parts of the tree
    38633864
    38643865echo $ac_n "checking for Makefile.in in make""... $ac_c" 1>&6
    3865 echo "configure:3866: checking for Makefile.in in make" >&5
     3866echo "configure:3867: checking for Makefile.in in make" >&5
    38663867if test -d $srcdir/make; then
    38673868  rtems_av_save_dir=`pwd`;
     
    38783879
    38793880echo $ac_n "checking for Makefile.in in c/src/lib/libchip""... $ac_c" 1>&6
    3880 echo "configure:3881: checking for Makefile.in in c/src/lib/libchip" >&5
     3881echo "configure:3882: checking for Makefile.in in c/src/lib/libchip" >&5
    38813882if test -d $srcdir/c/src/lib/libchip; then
    38823883  rtems_av_save_dir=`pwd`;
     
    38933894
    38943895echo $ac_n "checking for Makefile.in in c/src/lib/libmisc""... $ac_c" 1>&6
    3895 echo "configure:3896: checking for Makefile.in in c/src/lib/libmisc" >&5
     3896echo "configure:3897: checking for Makefile.in in c/src/lib/libmisc" >&5
    38963897if test -d $srcdir/c/src/lib/libmisc; then
    38973898  rtems_av_save_dir=`pwd`;
     
    39083909
    39093910echo $ac_n "checking for Makefile.in in c/src/tests/samples""... $ac_c" 1>&6
    3910 echo "configure:3911: checking for Makefile.in in c/src/tests/samples" >&5
     3911echo "configure:3912: checking for Makefile.in in c/src/tests/samples" >&5
    39113912if test -d $srcdir/c/src/tests/samples; then
    39123913  rtems_av_save_dir=`pwd`;
     
    41714172s%@RTEMS_LIBC_DIR@%$RTEMS_LIBC_DIR%g
    41724173s%@RTEMS_USE_OWN_PDIR@%$RTEMS_USE_OWN_PDIR%g
     4174s%@RTEMS_HAS_MULTIPROCESSING@%$RTEMS_HAS_MULTIPROCESSING%g
    41734175s%@RTEMS_HAS_NETWORKING@%$RTEMS_HAS_NETWORKING%g
    41744176s%@RTEMS_HAS_RDBG@%$RTEMS_HAS_RDBG%g
  • tools/build/Makefile.in

    r0bf2ff8 r3108b76  
    9898CONFIG_HEADER = ./src/config.h
    9999CONFIG_CLEAN_FILES =
    100 DIST_COMMON =  Makefile.am Makefile.in aclocal.m4 configure configure.in \
    101 src/config.h.in src/stamp-h.in
     100DIST_COMMON =  Makefile.am Makefile.in aclocal.m4 configure configure.in
    102101
    103102
     
    122121$(srcdir)/configure: $(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
    123122        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:
    152123
    153124# This directory's subdirectories are mostly independent; you can cd
     
    339310
    340311maintainer-clean-generic:
    341 mostlyclean-am:  mostlyclean-hdr mostlyclean-tags mostlyclean-generic
     312mostlyclean-am:  mostlyclean-tags mostlyclean-generic
    342313
    343314mostlyclean: mostlyclean-recursive
    344315
    345 clean-am:  clean-hdr clean-tags clean-generic mostlyclean-am
     316clean-am:  clean-tags clean-generic mostlyclean-am
    346317
    347318clean: clean-recursive
    348319
    349 distclean-am:  distclean-hdr distclean-tags distclean-generic clean-am
     320distclean-am:  distclean-tags distclean-generic clean-am
    350321
    351322distclean: distclean-recursive
    352323        -rm -f config.status
    353324
    354 maintainer-clean-am:  maintainer-clean-hdr maintainer-clean-tags \
    355                 maintainer-clean-generic distclean-am
     325maintainer-clean-am:  maintainer-clean-tags maintainer-clean-generic \
     326                distclean-am
    356327        @echo "This command is intended for maintainers to use;"
    357328        @echo "it deletes files that may require special tools to rebuild."
     
    360331        -rm -f config.status
    361332
    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 \
     333.PHONY: install-data-recursive uninstall-data-recursive \
     334install-exec-recursive uninstall-exec-recursive installdirs-recursive \
     335uninstalldirs-recursive all-recursive check-recursive \
     336installcheck-recursive info-recursive dvi-recursive \
     337mostlyclean-recursive distclean-recursive clean-recursive \
    367338maintainer-clean-recursive tags tags-recursive mostlyclean-tags \
    368339distclean-tags clean-tags maintainer-clean-tags distdir info-am info \
Note: See TracChangeset for help on using the changeset viewer.