Changeset 3108b76 in rtems
- Timestamp:
- 03/25/99 01:02:33 (25 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 5e2fe06
- Parents:
- 0bf2ff8
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
aclocal.m4
r0bf2ff8 r3108b76 1 dnl aclocal.m4 generated automatically by aclocal 1.2 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. 2 12 3 13 dnl $Id$ -
c/build-tools/Makefile.in
r0bf2ff8 r3108b76 98 98 CONFIG_HEADER = ./src/config.h 99 99 CONFIG_CLEAN_FILES = 100 DIST_COMMON = Makefile.am Makefile.in aclocal.m4 configure configure.in \ 101 src/config.h.in src/stamp-h.in 100 DIST_COMMON = Makefile.am Makefile.in aclocal.m4 configure configure.in 102 101 103 102 … … 122 121 $(srcdir)/configure: $(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES) 123 122 cd $(srcdir) && $(AUTOCONF) 124 125 src/config.h: src/stamp-h126 @if test ! -f $@; then \127 rm -f src/stamp-h; \128 $(MAKE) src/stamp-h; \129 else :; fi130 src/stamp-h: $(srcdir)/src/config.h.in $(top_builddir)/config.status131 cd $(top_builddir) \132 && CONFIG_FILES= CONFIG_HEADERS=src/config.h \133 $(SHELL) ./config.status134 @echo timestamp > src/stamp-h 2> /dev/null135 $(srcdir)/src/config.h.in: $(srcdir)/src/stamp-h.in136 @if test ! -f $@; then \137 rm -f $(srcdir)/src/stamp-h.in; \138 $(MAKE) $(srcdir)/src/stamp-h.in; \139 else :; fi140 $(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/null143 144 mostlyclean-hdr:145 146 clean-hdr:147 148 distclean-hdr:149 -rm -f src/config.h150 151 maintainer-clean-hdr:152 123 153 124 # This directory's subdirectories are mostly independent; you can cd … … 339 310 340 311 maintainer-clean-generic: 341 mostlyclean-am: mostlyclean- hdr mostlyclean-tags mostlyclean-generic312 mostlyclean-am: mostlyclean-tags mostlyclean-generic 342 313 343 314 mostlyclean: mostlyclean-recursive 344 315 345 clean-am: clean- hdr clean-tags clean-generic mostlyclean-am316 clean-am: clean-tags clean-generic mostlyclean-am 346 317 347 318 clean: clean-recursive 348 319 349 distclean-am: distclean- hdr distclean-tags distclean-generic clean-am320 distclean-am: distclean-tags distclean-generic clean-am 350 321 351 322 distclean: distclean-recursive 352 323 -rm -f config.status 353 324 354 maintainer-clean-am: maintainer-clean- hdr maintainer-clean-tags\355 maintainer-clean-genericdistclean-am325 maintainer-clean-am: maintainer-clean-tags maintainer-clean-generic \ 326 distclean-am 356 327 @echo "This command is intended for maintainers to use;" 357 328 @echo "it deletes files that may require special tools to rebuild." … … 360 331 -rm -f config.status 361 332 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-recursivemostlyclean-recursive distclean-recursive clean-recursive \333 .PHONY: install-data-recursive uninstall-data-recursive \ 334 install-exec-recursive uninstall-exec-recursive installdirs-recursive \ 335 uninstalldirs-recursive all-recursive check-recursive \ 336 installcheck-recursive info-recursive dvi-recursive \ 337 mostlyclean-recursive distclean-recursive clean-recursive \ 367 338 maintainer-clean-recursive tags tags-recursive mostlyclean-tags \ 368 339 distclean-tags clean-tags maintainer-clean-tags distdir info-am info \ -
c/src/exec/wrapup/rtems/Makefile.in
r0bf2ff8 r3108b76 52 52 $(make-library) 53 53 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) \ 55 55 >$(PROJECT_RELEASE)/lib/sizeinfo$(LIB_VARIANT).txt 56 56 -
configure
r0bf2ff8 r3108b76 3860 3860 3861 3861 3862 3862 3863 # pick up all the Makefiles in required parts of the tree 3863 3864 3864 3865 echo $ac_n "checking for Makefile.in in make""... $ac_c" 1>&6 3865 echo "configure:386 6: checking for Makefile.in in make" >&53866 echo "configure:3867: checking for Makefile.in in make" >&5 3866 3867 if test -d $srcdir/make; then 3867 3868 rtems_av_save_dir=`pwd`; … … 3878 3879 3879 3880 echo $ac_n "checking for Makefile.in in c/src/lib/libchip""... $ac_c" 1>&6 3880 echo "configure:388 1: checking for Makefile.in in c/src/lib/libchip" >&53881 echo "configure:3882: checking for Makefile.in in c/src/lib/libchip" >&5 3881 3882 if test -d $srcdir/c/src/lib/libchip; then 3882 3883 rtems_av_save_dir=`pwd`; … … 3893 3894 3894 3895 echo $ac_n "checking for Makefile.in in c/src/lib/libmisc""... $ac_c" 1>&6 3895 echo "configure:389 6: checking for Makefile.in in c/src/lib/libmisc" >&53896 echo "configure:3897: checking for Makefile.in in c/src/lib/libmisc" >&5 3896 3897 if test -d $srcdir/c/src/lib/libmisc; then 3897 3898 rtems_av_save_dir=`pwd`; … … 3908 3909 3909 3910 echo $ac_n "checking for Makefile.in in c/src/tests/samples""... $ac_c" 1>&6 3910 echo "configure:391 1: checking for Makefile.in in c/src/tests/samples" >&53911 echo "configure:3912: checking for Makefile.in in c/src/tests/samples" >&5 3911 3912 if test -d $srcdir/c/src/tests/samples; then 3912 3913 rtems_av_save_dir=`pwd`; … … 4171 4172 s%@RTEMS_LIBC_DIR@%$RTEMS_LIBC_DIR%g 4172 4173 s%@RTEMS_USE_OWN_PDIR@%$RTEMS_USE_OWN_PDIR%g 4174 s%@RTEMS_HAS_MULTIPROCESSING@%$RTEMS_HAS_MULTIPROCESSING%g 4173 4175 s%@RTEMS_HAS_NETWORKING@%$RTEMS_HAS_NETWORKING%g 4174 4176 s%@RTEMS_HAS_RDBG@%$RTEMS_HAS_RDBG%g -
tools/build/Makefile.in
r0bf2ff8 r3108b76 98 98 CONFIG_HEADER = ./src/config.h 99 99 CONFIG_CLEAN_FILES = 100 DIST_COMMON = Makefile.am Makefile.in aclocal.m4 configure configure.in \ 101 src/config.h.in src/stamp-h.in 100 DIST_COMMON = Makefile.am Makefile.in aclocal.m4 configure configure.in 102 101 103 102 … … 122 121 $(srcdir)/configure: $(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES) 123 122 cd $(srcdir) && $(AUTOCONF) 124 125 src/config.h: src/stamp-h126 @if test ! -f $@; then \127 rm -f src/stamp-h; \128 $(MAKE) src/stamp-h; \129 else :; fi130 src/stamp-h: $(srcdir)/src/config.h.in $(top_builddir)/config.status131 cd $(top_builddir) \132 && CONFIG_FILES= CONFIG_HEADERS=src/config.h \133 $(SHELL) ./config.status134 @echo timestamp > src/stamp-h 2> /dev/null135 $(srcdir)/src/config.h.in: $(srcdir)/src/stamp-h.in136 @if test ! -f $@; then \137 rm -f $(srcdir)/src/stamp-h.in; \138 $(MAKE) $(srcdir)/src/stamp-h.in; \139 else :; fi140 $(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/null143 144 mostlyclean-hdr:145 146 clean-hdr:147 148 distclean-hdr:149 -rm -f src/config.h150 151 maintainer-clean-hdr:152 123 153 124 # This directory's subdirectories are mostly independent; you can cd … … 339 310 340 311 maintainer-clean-generic: 341 mostlyclean-am: mostlyclean- hdr mostlyclean-tags mostlyclean-generic312 mostlyclean-am: mostlyclean-tags mostlyclean-generic 342 313 343 314 mostlyclean: mostlyclean-recursive 344 315 345 clean-am: clean- hdr clean-tags clean-generic mostlyclean-am316 clean-am: clean-tags clean-generic mostlyclean-am 346 317 347 318 clean: clean-recursive 348 319 349 distclean-am: distclean- hdr distclean-tags distclean-generic clean-am320 distclean-am: distclean-tags distclean-generic clean-am 350 321 351 322 distclean: distclean-recursive 352 323 -rm -f config.status 353 324 354 maintainer-clean-am: maintainer-clean- hdr maintainer-clean-tags\355 maintainer-clean-genericdistclean-am325 maintainer-clean-am: maintainer-clean-tags maintainer-clean-generic \ 326 distclean-am 356 327 @echo "This command is intended for maintainers to use;" 357 328 @echo "it deletes files that may require special tools to rebuild." … … 360 331 -rm -f config.status 361 332 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-recursivemostlyclean-recursive distclean-recursive clean-recursive \333 .PHONY: install-data-recursive uninstall-data-recursive \ 334 install-exec-recursive uninstall-exec-recursive installdirs-recursive \ 335 uninstalldirs-recursive all-recursive check-recursive \ 336 installcheck-recursive info-recursive dvi-recursive \ 337 mostlyclean-recursive distclean-recursive clean-recursive \ 367 338 maintainer-clean-recursive tags tags-recursive mostlyclean-tags \ 368 339 distclean-tags clean-tags maintainer-clean-tags distdir info-am info \
Note: See TracChangeset
for help on using the changeset viewer.