Changeset e5f4e5a in rtems
- Timestamp:
- 03/29/99 22:24:23 (24 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 710389fc
- Parents:
- b5d8eca
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/lib/librdbg/Makefile.in
rb5d8eca re5f4e5a 48 48 OBJS=$(C_GEN_O_FILES) $(C_O_FILES) $(ASM_O_FILES) 49 49 50 RPCGEN= rpcgen51 AWK= awk50 RPCGEN=@RPCGEN@ 51 AWK=@AWK@ 52 52 53 53 include $(RTEMS_ROOT)/make/custom/$(RTEMS_BSP).cfg -
c/src/librdbg/src/Makefile.in
rb5d8eca re5f4e5a 48 48 OBJS=$(C_GEN_O_FILES) $(C_O_FILES) $(ASM_O_FILES) 49 49 50 RPCGEN= rpcgen51 AWK= awk50 RPCGEN=@RPCGEN@ 51 AWK=@AWK@ 52 52 53 53 include $(RTEMS_ROOT)/make/custom/$(RTEMS_BSP).cfg -
configure
rb5d8eca re5f4e5a 3545 3545 3546 3546 if test "$RTEMS_HAS_RDBG" = "yes"; then 3547 3547 echo $ac_n "checking whether cpu supports rdbg? ""... $ac_c" 1>&6 3548 echo "configure:3549: checking whether cpu supports rdbg? " >&5 3549 test ! -d "$srcdir/c/src/lib/librdbg/$target_cpu" && RTEMS_HAS_RDBG="no" ; 3550 echo "$ac_t""$RTEMS_HAS_RDBG" 1>&6 3551 if test "$RTEMS_HAS_RDBG" = "yes"; then 3552 # Extract the first word of "rpcgen", so it can be a program name with args. 3553 set dummy rpcgen; ac_word=$2 3554 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 3555 echo "configure:3556: checking for $ac_word" >&5 3556 if eval "test \"`echo '$''{'ac_cv_path_RPCGEN'+set}'`\" = set"; then 3557 echo $ac_n "(cached) $ac_c" 1>&6 3558 else 3559 case "$RPCGEN" in 3560 /*) 3561 ac_cv_path_RPCGEN="$RPCGEN" # Let the user override the test with a path. 3562 ;; 3563 ?:/*) 3564 ac_cv_path_RPCGEN="$RPCGEN" # Let the user override the test with a dos path. 3565 ;; 3566 *) 3567 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":" 3568 ac_dummy="$PATH" 3569 for ac_dir in $ac_dummy; do 3570 test -z "$ac_dir" && ac_dir=. 3571 if test -f $ac_dir/$ac_word; then 3572 ac_cv_path_RPCGEN="$ac_dir/$ac_word" 3573 break 3574 fi 3575 done 3576 IFS="$ac_save_ifs" 3577 ;; 3578 esac 3579 fi 3580 RPCGEN="$ac_cv_path_RPCGEN" 3581 if test -n "$RPCGEN"; then 3582 echo "$ac_t""$RPCGEN" 1>&6 3583 else 3584 echo "$ac_t""no" 1>&6 3585 fi 3586 3587 test -z "$RPCGEN" && RTEMS_HAS_RDBG="no" 3588 fi 3589 if test "$RTEMS_HAS_RDBG" = "yes"; then 3590 for ac_prog in mawk gawk nawk awk 3591 do 3592 # Extract the first word of "$ac_prog", so it can be a program name with args. 3593 set dummy $ac_prog; ac_word=$2 3594 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 3595 echo "configure:3596: checking for $ac_word" >&5 3596 if eval "test \"`echo '$''{'ac_cv_prog_AWK'+set}'`\" = set"; then 3597 echo $ac_n "(cached) $ac_c" 1>&6 3598 else 3599 if test -n "$AWK"; then 3600 ac_cv_prog_AWK="$AWK" # Let the user override the test. 3601 else 3602 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":" 3603 ac_dummy="$PATH" 3604 for ac_dir in $ac_dummy; do 3605 test -z "$ac_dir" && ac_dir=. 3606 if test -f $ac_dir/$ac_word; then 3607 ac_cv_prog_AWK="$ac_prog" 3608 break 3609 fi 3610 done 3611 IFS="$ac_save_ifs" 3612 fi 3613 fi 3614 AWK="$ac_cv_prog_AWK" 3615 if test -n "$AWK"; then 3616 echo "$ac_t""$AWK" 1>&6 3617 else 3618 echo "$ac_t""no" 1>&6 3619 fi 3620 3621 test -n "$AWK" && break 3622 done 3623 3624 test -z "$AWK" && RTEMS_HAS_RDBG="no" 3625 fi 3626 if test "$RTEMS_HAS_RDBG" = "yes"; then 3627 3548 3628 echo $ac_n "checking for Makefile.in in c/src/lib/librdbg""... $ac_c" 1>&6 3549 echo "configure:3 550: checking for Makefile.in in c/src/lib/librdbg" >&53629 echo "configure:3630: checking for Makefile.in in c/src/lib/librdbg" >&5 3550 3630 if test -d $srcdir/c/src/lib/librdbg; then 3551 3631 rtems_av_save_dir=`pwd`; … … 3560 3640 3561 3641 3642 else 3643 echo "configure: warning: *** warning disabling --enable-rdbg" 1>&2 3644 fi 3562 3645 fi 3563 3646 fi … … 3571 3654 # If the tests are enabled, then find all the test suite Makefiles 3572 3655 echo $ac_n "checking if the test suites are enabled? ""... $ac_c" 1>&6 3573 echo "configure:3 574: checking if the test suites are enabled? " >&53656 echo "configure:3657: checking if the test suites are enabled? " >&5 3574 3657 tests_enabled=yes 3575 3658 # Check whether --enable-tests or --disable-tests was given. … … 3589 3672 3590 3673 echo $ac_n "checking for Makefile.in in c/src/tests/tools/$target_cpu""... $ac_c" 1>&6 3591 echo "configure:3 592: checking for Makefile.in in c/src/tests/tools/$target_cpu" >&53674 echo "configure:3675: checking for Makefile.in in c/src/tests/tools/$target_cpu" >&5 3592 3675 if test -d $srcdir/c/src/tests/tools/$target_cpu; then 3593 3676 rtems_av_save_dir=`pwd`; … … 3606 3689 3607 3690 echo $ac_n "checking for Makefile.in in c/src/tests/libtests""... $ac_c" 1>&6 3608 echo "configure:36 09: checking for Makefile.in in c/src/tests/libtests" >&53691 echo "configure:3692: checking for Makefile.in in c/src/tests/libtests" >&5 3609 3692 if test -d $srcdir/c/src/tests/libtests; then 3610 3693 rtems_av_save_dir=`pwd`; … … 3621 3704 3622 3705 echo $ac_n "checking for Makefile.in in c/src/tests/sptests""... $ac_c" 1>&6 3623 echo "configure:3 624: checking for Makefile.in in c/src/tests/sptests" >&53706 echo "configure:3707: checking for Makefile.in in c/src/tests/sptests" >&5 3624 3707 if test -d $srcdir/c/src/tests/sptests; then 3625 3708 rtems_av_save_dir=`pwd`; … … 3636 3719 3637 3720 echo $ac_n "checking for Makefile.in in c/src/tests/tmtests""... $ac_c" 1>&6 3638 echo "configure:3 639: checking for Makefile.in in c/src/tests/tmtests" >&53721 echo "configure:3722: checking for Makefile.in in c/src/tests/tmtests" >&5 3639 3722 if test -d $srcdir/c/src/tests/tmtests; then 3640 3723 rtems_av_save_dir=`pwd`; … … 3652 3735 3653 3736 echo $ac_n "checking for Makefile.in in c/src/tests/mptests""... $ac_c" 1>&6 3654 echo "configure:3 655: checking for Makefile.in in c/src/tests/mptests" >&53737 echo "configure:3738: checking for Makefile.in in c/src/tests/mptests" >&5 3655 3738 if test -d $srcdir/c/src/tests/mptests; then 3656 3739 rtems_av_save_dir=`pwd`; … … 3669 3752 3670 3753 echo $ac_n "checking for Makefile.in in c/src/tests/psxtests""... $ac_c" 1>&6 3671 echo "configure:3 672: checking for Makefile.in in c/src/tests/psxtests" >&53754 echo "configure:3755: checking for Makefile.in in c/src/tests/psxtests" >&5 3672 3755 if test -d $srcdir/c/src/tests/psxtests; then 3673 3756 rtems_av_save_dir=`pwd`; … … 3703 3786 if test "$RTEMS_HAS_HWAPI" = "yes"; then 3704 3787 echo $ac_n "checking whether libwapi is present""... $ac_c" 1>&6 3705 echo "configure:37 06: checking whether libwapi is present" >&53788 echo "configure:3789: checking whether libwapi is present" >&5 3706 3789 if test -f ${srcdir}/c/src/lib/libhwapi/Makefile.in ; then 3707 3790 echo "$ac_t""yes" 1>&6 … … 3709 3792 3710 3793 echo $ac_n "checking for Makefile.in in c/src/lib/libhwapi/analog""... $ac_c" 1>&6 3711 echo "configure:37 12: checking for Makefile.in in c/src/lib/libhwapi/analog" >&53794 echo "configure:3795: checking for Makefile.in in c/src/lib/libhwapi/analog" >&5 3712 3795 if test -d $srcdir/c/src/lib/libhwapi/analog; then 3713 3796 rtems_av_save_dir=`pwd`; … … 3724 3807 3725 3808 echo $ac_n "checking for Makefile.in in c/src/lib/libhwapi/discrete""... $ac_c" 1>&6 3726 echo "configure:3 727: checking for Makefile.in in c/src/lib/libhwapi/discrete" >&53809 echo "configure:3810: checking for Makefile.in in c/src/lib/libhwapi/discrete" >&5 3727 3810 if test -d $srcdir/c/src/lib/libhwapi/discrete; then 3728 3811 rtems_av_save_dir=`pwd`; … … 3739 3822 3740 3823 echo $ac_n "checking for Makefile.in in c/src/lib/libhwapi/drivers""... $ac_c" 1>&6 3741 echo "configure:3 742: checking for Makefile.in in c/src/lib/libhwapi/drivers" >&53824 echo "configure:3825: checking for Makefile.in in c/src/lib/libhwapi/drivers" >&5 3742 3825 if test -d $srcdir/c/src/lib/libhwapi/drivers; then 3743 3826 rtems_av_save_dir=`pwd`; … … 3754 3837 3755 3838 echo $ac_n "checking for Makefile.in in c/src/lib/libhwapi/non_volatile_memory""... $ac_c" 1>&6 3756 echo "configure:3 757: checking for Makefile.in in c/src/lib/libhwapi/non_volatile_memory" >&53839 echo "configure:3840: checking for Makefile.in in c/src/lib/libhwapi/non_volatile_memory" >&5 3757 3840 if test -d $srcdir/c/src/lib/libhwapi/non_volatile_memory; then 3758 3841 rtems_av_save_dir=`pwd`; … … 3769 3852 3770 3853 echo $ac_n "checking for Makefile.in in c/src/lib/libhwapi/serial""... $ac_c" 1>&6 3771 echo "configure:3 772: checking for Makefile.in in c/src/lib/libhwapi/serial" >&53854 echo "configure:3855: checking for Makefile.in in c/src/lib/libhwapi/serial" >&5 3772 3855 if test -d $srcdir/c/src/lib/libhwapi/serial; then 3773 3856 rtems_av_save_dir=`pwd`; … … 3784 3867 3785 3868 echo $ac_n "checking for Makefile.in in c/src/lib/libhwapi/support""... $ac_c" 1>&6 3786 echo "configure:3 787: checking for Makefile.in in c/src/lib/libhwapi/support" >&53869 echo "configure:3870: checking for Makefile.in in c/src/lib/libhwapi/support" >&5 3787 3870 if test -d $srcdir/c/src/lib/libhwapi/support; then 3788 3871 rtems_av_save_dir=`pwd`; … … 3799 3882 3800 3883 echo $ac_n "checking for Makefile.in in c/src/lib/libhwapi/wrapup""... $ac_c" 1>&6 3801 echo "configure:38 02: checking for Makefile.in in c/src/lib/libhwapi/wrapup" >&53884 echo "configure:3885: checking for Makefile.in in c/src/lib/libhwapi/wrapup" >&5 3802 3885 if test -d $srcdir/c/src/lib/libhwapi/wrapup; then 3803 3886 rtems_av_save_dir=`pwd`; … … 3843 3926 3844 3927 echo $ac_n "checking for Makefile.in in make""... $ac_c" 1>&6 3845 echo "configure:3 846: checking for Makefile.in in make" >&53928 echo "configure:3929: checking for Makefile.in in make" >&5 3846 3929 if test -d $srcdir/make; then 3847 3930 rtems_av_save_dir=`pwd`; … … 3858 3941 3859 3942 echo $ac_n "checking for Makefile.in in c/src/lib/libchip""... $ac_c" 1>&6 3860 echo "configure:3 861: checking for Makefile.in in c/src/lib/libchip" >&53943 echo "configure:3944: checking for Makefile.in in c/src/lib/libchip" >&5 3861 3944 if test -d $srcdir/c/src/lib/libchip; then 3862 3945 rtems_av_save_dir=`pwd`; … … 3873 3956 3874 3957 echo $ac_n "checking for Makefile.in in c/src/lib/libmisc""... $ac_c" 1>&6 3875 echo "configure:3 876: checking for Makefile.in in c/src/lib/libmisc" >&53958 echo "configure:3959: checking for Makefile.in in c/src/lib/libmisc" >&5 3876 3959 if test -d $srcdir/c/src/lib/libmisc; then 3877 3960 rtems_av_save_dir=`pwd`; … … 3888 3971 3889 3972 echo $ac_n "checking for Makefile.in in c/src/tests/samples""... $ac_c" 1>&6 3890 echo "configure:3 891: checking for Makefile.in in c/src/tests/samples" >&53973 echo "configure:3974: checking for Makefile.in in c/src/tests/samples" >&5 3891 3974 if test -d $srcdir/c/src/tests/samples; then 3892 3975 rtems_av_save_dir=`pwd`; … … 4152 4235 s%@EXEEXT@%$EXEEXT%g 4153 4236 s%@GCCSED@%$GCCSED%g 4237 s%@RPCGEN@%$RPCGEN%g 4238 s%@AWK@%$AWK%g 4154 4239 s%@subdirs@%$subdirs%g 4155 4240 s%@RTEMS_HAS_HWAPI@%$RTEMS_HAS_HWAPI%g -
configure.in
rb5d8eca re5f4e5a 1 1 2 dnl Process this file with autoconf to produce a configure script. 2 3 dnl … … 311 312 RTEMS_CHECK_MAKEFILE(c/src/lib/librpc) 312 313 if test "$RTEMS_HAS_RDBG" = "yes"; then 313 RTEMS_CHECK_MAKEFILE(c/src/lib/librdbg) 314 AC_MSG_CHECKING([whether cpu supports rdbg? ]) 315 test ! -d "$srcdir/c/src/lib/librdbg/$target_cpu" && RTEMS_HAS_RDBG="no" ; 316 AC_MSG_RESULT($RTEMS_HAS_RDBG) 317 if test "$RTEMS_HAS_RDBG" = "yes"; then 318 AC_PATH_PROG(RPCGEN,rpcgen) 319 test -z "$RPCGEN" && RTEMS_HAS_RDBG="no" 320 fi 321 if test "$RTEMS_HAS_RDBG" = "yes"; then 322 AC_PROG_AWK 323 test -z "$AWK" && RTEMS_HAS_RDBG="no" 324 fi 325 if test "$RTEMS_HAS_RDBG" = "yes"; then 326 RTEMS_CHECK_MAKEFILE(c/src/lib/librdbg) 327 else 328 AC_MSG_WARN([*** warning disabling --enable-rdbg]) 329 fi 314 330 fi 315 331 fi
Note: See TracChangeset
for help on using the changeset viewer.