From 536a02b74d0908ad61b58beb4ed66f3fa1bfb546 Mon Sep 17 00:00:00 2001 From: Thomas Schwinge Date: Sun, 15 Oct 2006 13:37:14 +0000 Subject: 2006-10-15 Thomas Schwinge [task #5956 --- ``Automake'ify GNU Mach's code base''] * configfrag.ac: New file. * tests/configfrag.ac: Likewise. * Makerules.am (DEFINES): Convert those into... * configfrag.ac: ... AC_DEFINE instantiations. * i386/Makerules.in (DEFINES): Convert those into... * i386/configfrag.ac: ... AC_DEFINE instantiations. * i386/Makerules.in: Remove file. * i386/configfrag.ac (AC_PREREQ, AC_INIT, AC_CONFIG_SRCDIR) (AC_CONFIG_SUBDIRS, AC_CONFIG_FILES, AC_OUTPUT): Don't invoke. (../version.m4): Don't include. (--disable-lpr): Rework configuration option. (--disable-default-device-drivers): Move configuration option to... * configfrag.ac: ... here. * configure.ac (AC_CONFIG_AUX_DIR, AM_INIT_AUTOMAKE): Instantiate. (AC_PREFIX_DEFAULT, AC_CONFIG_SUBDIRS): Don't invoke. : Rework the whole section. (--enable-kdb, --disable-kmsg): Move into `configfrag.ac' and adopt. (AM_PROG_AS, AM_PROG_CC_C_O): Instantiate. (AC_CHECK_PROG): Move instantiation searching for a `mbchk' program into `tests/configfrag.ac'. (AC_CHECK_PROG): Instantiate to search for a `patch' program. (tests/configfrag.ac, configfrag.ac) (linux/configfrag.ac): Include files. (i386/configfrag.ac): Include file if appropriate. (AC_CONFIG_HEADER): Instantiate for `config.h'. (AC_CONFIG_FILES): Remove `Makerules' and `doc/Makefile'. (AC_CONFIG_COMMANDS_POST): Instantiate for `config.status.dep.patch'. (AC_CONFIG_COMMANDS): Instantiate for `Makefile.correct_output_files_for_.S_files.patch' and (the nonexistent) `Makefile.dependency_tracking_for_.S_files.patch'. * Makefile.dependency_tracking_for_.S_files.patch: New file. * config.status.dep.patch: Likewise. * bogus/bootstrap_symbols.h: Remove file. * configfrag.ac: AC_DEFINE `BOOTSTRAP_SYMBOLS' to `0'. * bogus/cpus.h: Remove file. * configfrag.ac: AC_DEFINE `NCPUS' to `1'. AH_TEMPLATE `MULTIPROCESSOR'. * bogus/fast_tas.h: Remove file. * configfrag.ac: AC_DEFINE `FAST_TAS' to `0'. * bogus/hw_footprint.h: Remove file. * configfrag.ac: AC_DEFINE `HW_FOOTPRINT' to `0'. * bogus/mach_counters.h: Remove file. * configfrag.ac: AC_DEFINE `MACH_COUNTERS' to `0'. * bogus/mach_debug.h: Remove file. * configfrag.ac: AC_DEFINE `MACH_DEBUG' to `1'. * bogus/mach_fixpri.h: Remove file. * configfrag.ac: AC_DEFINE `MACH_FIXPRI' to `1'. * bogus/mach_host.h: Remove file. * configfrag.ac: AC_DEFINE `MACH_HOST' to `0'. * bogus/mach_ipc_compat.h: Remove file. * configfrag.ac: AC_DEFINE `MACH_IPC_COMPAT' to `1'. * bogus/mach_ipc_debug.h: Remove file. * configfrag.ac: AC_DEFINE `MACH_IPC_DEBUG' to `1'. * bogus/mach_ipc_test.h: Remove file. * configfrag.ac: AC_DEFINE `MACH_IPC_TEST' to `0'. * bogus/mach_kdb.h: Remove file. * configfrag.ac (--disable-kdb): AC_DEFINE `MACH_KDB' to `0'. * bogus/mach_ldebug.h: Remove file. * configfrag.ac: AC_DEFINE `MACH_LDEBUG' to `0'. * bogus/mach_lock_mon.h: Remove file. * configfrag.ac: AC_DEFINE `MACH_LOCK_MON' to `0'. * bogus/mach_machine_routines.h: Remove file. * configfrag.ac: Add comment about not AC_DEFINEing `MACH_MACHINE_ROUTINES' to `0'. * bogus/mach_mp_debug.h: Remove file. * configfrag.ac: AC_DEFINE `MACH_MP_DEBUG' to `0'. * bogus/mach_pagemap.h: Remove file. * configfrag.ac: AC_DEFINE `MACH_PAGEMAP' to `1'. * bogus/mach_pcsample.h: Remove file. * configfrag.ac: AC_DEFINE `MACH_PCSAMPLE' to `1'. * bogus/mach_ttd.h: Remove file. * configfrag.ac: AC_DEFINE `MACH_TTD' to `0'. * bogus/mach_vm_debug.h: Remove file. * configfrag.ac: AC_DEFINE `MACH_VM_DEBUG' to `1'. * bogus/power_save.h: Remove file. * configfrag.ac: AC_DEFINE `POWER_SAVE' to `1'. * bogus/simple_clock.h: Remove file. * configfrag.ac: AC_DEFINE `SIMPLE_CLOCK' to `0'. * bogus/stat_time.h: Remove file. * configfrag.ac: AC_DEFINE `STAT_TIME' to `1'. * bogus/xpr_debug.h: Remove file. * configfrag.ac: AC_DEFINE `XPR_DEBUG' to `1'. * i386/bogus/com.h: Remove file. * i386/configfrag.ac: AC_DEFINE `NCOM' to `4'. * i386/bogus/fpe.h: Remove file. * i386/configfrag.ac: AC_DEFINE `FPE' to `0'. * i386/bogus/lpr.h: Remove file. * i386/configfrag.ac: AC_DEFINE `NLPR' to `1'. * i386/bogus/mach_machine_routines.h: Remove file. * i386/configfrag.ac: AC_DEFINE `MACH_MACHINE_ROUTINES' to `1'. * i386/bogus/platforms.h: Remove file. * i386/configfrag.ac: AC_DEFINE `AT386' to `1'. * i386/bogus/rc.h: Remove file. * i386/configfrag.ac: AC_DEFINE `RCLINE' to `-1' and `RCADDR' to `0x3f8'. --- bogus/bootstrap_symbols.h | 1 - bogus/cpus.h | 27 --------------------------- bogus/fast_tas.h | 1 - bogus/hw_footprint.h | 1 - bogus/mach_counters.h | 1 - bogus/mach_debug.h | 1 - bogus/mach_fixpri.h | 1 - bogus/mach_host.h | 1 - bogus/mach_ipc_compat.h | 1 - bogus/mach_ipc_debug.h | 1 - bogus/mach_ipc_test.h | 1 - bogus/mach_kdb.h | 3 --- bogus/mach_ldebug.h | 1 - bogus/mach_lock_mon.h | 1 - bogus/mach_machine_routines.h | 1 - bogus/mach_mp_debug.h | 1 - bogus/mach_pagemap.h | 1 - bogus/mach_pcsample.h | 1 - bogus/mach_ttd.h | 1 - bogus/mach_vm_debug.h | 1 - bogus/power_save.h | 1 - bogus/simple_clock.h | 1 - bogus/stat_time.h | 1 - bogus/xpr_debug.h | 1 - 24 files changed, 52 deletions(-) delete mode 100644 bogus/bootstrap_symbols.h delete mode 100644 bogus/cpus.h delete mode 100644 bogus/fast_tas.h delete mode 100644 bogus/hw_footprint.h delete mode 100644 bogus/mach_counters.h delete mode 100644 bogus/mach_debug.h delete mode 100644 bogus/mach_fixpri.h delete mode 100644 bogus/mach_host.h delete mode 100644 bogus/mach_ipc_compat.h delete mode 100644 bogus/mach_ipc_debug.h delete mode 100644 bogus/mach_ipc_test.h delete mode 100644 bogus/mach_kdb.h delete mode 100644 bogus/mach_ldebug.h delete mode 100644 bogus/mach_lock_mon.h delete mode 100644 bogus/mach_machine_routines.h delete mode 100644 bogus/mach_mp_debug.h delete mode 100644 bogus/mach_pagemap.h delete mode 100644 bogus/mach_pcsample.h delete mode 100644 bogus/mach_ttd.h delete mode 100644 bogus/mach_vm_debug.h delete mode 100644 bogus/power_save.h delete mode 100644 bogus/simple_clock.h delete mode 100644 bogus/stat_time.h delete mode 100644 bogus/xpr_debug.h (limited to 'bogus') diff --git a/bogus/bootstrap_symbols.h b/bogus/bootstrap_symbols.h deleted file mode 100644 index 77dcfc2..0000000 --- a/bogus/bootstrap_symbols.h +++ /dev/null @@ -1 +0,0 @@ -#define BOOTSTRAP_SYMBOLS 0 diff --git a/bogus/cpus.h b/bogus/cpus.h deleted file mode 100644 index 355ecdb..0000000 --- a/bogus/cpus.h +++ /dev/null @@ -1,27 +0,0 @@ -/* - * Copyright (c) 1995 The University of Utah and - * the Computer Systems Laboratory at the University of Utah (CSL). - * All rights reserved. - * - * Permission to use, copy, modify and distribute this software is hereby - * granted provided that (1) source code retains these copyright, permission, - * and disclaimer notices, and (2) redistributions including binaries - * reproduce the notices in supporting documentation, and (3) all advertising - * materials mentioning features or use of this software display the following - * acknowledgement: ``This product includes software developed by the - * Computer Systems Laboratory at the University of Utah.'' - * - * THE UNIVERSITY OF UTAH AND CSL ALLOW FREE USE OF THIS SOFTWARE IN ITS "AS - * IS" CONDITION. THE UNIVERSITY OF UTAH AND CSL DISCLAIM ANY LIABILITY OF - * ANY KIND FOR ANY DAMAGES WHATSOEVER RESULTING FROM THE USE OF THIS SOFTWARE. - * - * CSL requests users of this software to return to csl-dist@cs.utah.edu any - * improvements that they make and grant CSL redistribution rights. - * - * Author: Bryan Ford, University of Utah CSL - */ - -/* Default cpus.h sets things up for a uniprocessor. */ -#define NCPUS 1 -#undef MULTIPROCESSOR - diff --git a/bogus/fast_tas.h b/bogus/fast_tas.h deleted file mode 100644 index 0fcb107..0000000 --- a/bogus/fast_tas.h +++ /dev/null @@ -1 +0,0 @@ -#define FAST_TAS 0 diff --git a/bogus/hw_footprint.h b/bogus/hw_footprint.h deleted file mode 100644 index c3e8eb3..0000000 --- a/bogus/hw_footprint.h +++ /dev/null @@ -1 +0,0 @@ -#define HW_FOOTPRINT 0 diff --git a/bogus/mach_counters.h b/bogus/mach_counters.h deleted file mode 100644 index d2ac85a..0000000 --- a/bogus/mach_counters.h +++ /dev/null @@ -1 +0,0 @@ -#define MACH_COUNTERS 0 diff --git a/bogus/mach_debug.h b/bogus/mach_debug.h deleted file mode 100644 index cc309b1..0000000 --- a/bogus/mach_debug.h +++ /dev/null @@ -1 +0,0 @@ -#define MACH_DEBUG 1 diff --git a/bogus/mach_fixpri.h b/bogus/mach_fixpri.h deleted file mode 100644 index f3dc988..0000000 --- a/bogus/mach_fixpri.h +++ /dev/null @@ -1 +0,0 @@ -#define MACH_FIXPRI 1 diff --git a/bogus/mach_host.h b/bogus/mach_host.h deleted file mode 100644 index 0fc2b44..0000000 --- a/bogus/mach_host.h +++ /dev/null @@ -1 +0,0 @@ -#define MACH_HOST 0 diff --git a/bogus/mach_ipc_compat.h b/bogus/mach_ipc_compat.h deleted file mode 100644 index f6ce886..0000000 --- a/bogus/mach_ipc_compat.h +++ /dev/null @@ -1 +0,0 @@ -#define MACH_IPC_COMPAT 1 diff --git a/bogus/mach_ipc_debug.h b/bogus/mach_ipc_debug.h deleted file mode 100644 index 035c596..0000000 --- a/bogus/mach_ipc_debug.h +++ /dev/null @@ -1 +0,0 @@ -#define MACH_IPC_DEBUG 1 diff --git a/bogus/mach_ipc_test.h b/bogus/mach_ipc_test.h deleted file mode 100644 index e089191..0000000 --- a/bogus/mach_ipc_test.h +++ /dev/null @@ -1 +0,0 @@ -#define MACH_IPC_TEST 0 diff --git a/bogus/mach_kdb.h b/bogus/mach_kdb.h deleted file mode 100644 index 51d16aa..0000000 --- a/bogus/mach_kdb.h +++ /dev/null @@ -1,3 +0,0 @@ -#ifndef MACH_KDB -#define MACH_KDB 0 -#endif diff --git a/bogus/mach_ldebug.h b/bogus/mach_ldebug.h deleted file mode 100644 index e82f400..0000000 --- a/bogus/mach_ldebug.h +++ /dev/null @@ -1 +0,0 @@ -#define MACH_LDEBUG 0 diff --git a/bogus/mach_lock_mon.h b/bogus/mach_lock_mon.h deleted file mode 100644 index c218f14..0000000 --- a/bogus/mach_lock_mon.h +++ /dev/null @@ -1 +0,0 @@ -#define MACH_LOCK_MON 0 diff --git a/bogus/mach_machine_routines.h b/bogus/mach_machine_routines.h deleted file mode 100644 index 1f510f9..0000000 --- a/bogus/mach_machine_routines.h +++ /dev/null @@ -1 +0,0 @@ -#define MACH_MACHINE_ROUTINES 0 diff --git a/bogus/mach_mp_debug.h b/bogus/mach_mp_debug.h deleted file mode 100644 index b396db7..0000000 --- a/bogus/mach_mp_debug.h +++ /dev/null @@ -1 +0,0 @@ -#define MACH_MP_DEBUG 0 diff --git a/bogus/mach_pagemap.h b/bogus/mach_pagemap.h deleted file mode 100644 index debeed7..0000000 --- a/bogus/mach_pagemap.h +++ /dev/null @@ -1 +0,0 @@ -#define MACH_PAGEMAP 1 diff --git a/bogus/mach_pcsample.h b/bogus/mach_pcsample.h deleted file mode 100644 index ba9db4d..0000000 --- a/bogus/mach_pcsample.h +++ /dev/null @@ -1 +0,0 @@ -#define MACH_PCSAMPLE 1 diff --git a/bogus/mach_ttd.h b/bogus/mach_ttd.h deleted file mode 100644 index b57ea75..0000000 --- a/bogus/mach_ttd.h +++ /dev/null @@ -1 +0,0 @@ -#define MACH_TTD 0 diff --git a/bogus/mach_vm_debug.h b/bogus/mach_vm_debug.h deleted file mode 100644 index b746dca..0000000 --- a/bogus/mach_vm_debug.h +++ /dev/null @@ -1 +0,0 @@ -#define MACH_VM_DEBUG 1 diff --git a/bogus/power_save.h b/bogus/power_save.h deleted file mode 100644 index ee9a520..0000000 --- a/bogus/power_save.h +++ /dev/null @@ -1 +0,0 @@ -#define POWER_SAVE 1 diff --git a/bogus/simple_clock.h b/bogus/simple_clock.h deleted file mode 100644 index ccb3cbe..0000000 --- a/bogus/simple_clock.h +++ /dev/null @@ -1 +0,0 @@ -#define SIMPLE_CLOCK 0 diff --git a/bogus/stat_time.h b/bogus/stat_time.h deleted file mode 100644 index abf9b3f..0000000 --- a/bogus/stat_time.h +++ /dev/null @@ -1 +0,0 @@ -#define STAT_TIME 1 diff --git a/bogus/xpr_debug.h b/bogus/xpr_debug.h deleted file mode 100644 index f4d627a..0000000 --- a/bogus/xpr_debug.h +++ /dev/null @@ -1 +0,0 @@ -#define XPR_DEBUG 1 -- cgit v1.2.3