diff options
author | Thomas Schwinge <tschwinge@gnu.org> | 2006-10-15 12:22:53 +0000 |
---|---|---|
committer | Thomas Schwinge <tschwinge@gnu.org> | 2009-06-18 00:26:45 +0200 |
commit | 39cc5b8d65adfd01a4d12f9379866fae257a3772 (patch) | |
tree | 97341a2adfcf393abcd56cafb5a247a1a8ad4bcf /i386/linux | |
parent | a4fe2f31d1b0de36bdd22c6ed61eacfb15064001 (diff) |
2006-10-15 Thomas Schwinge <tschwinge@gnu.org>
[task #5956 --- ``Automake'ify GNU Mach's code base'']
* linux/configfrag.ac (AC_PREREQ, AC_INIT, AC_CONFIG_SRCDIR)
(AC_CONFIG_HEADER, AC_CANONICAL_HOST, hurd_SYSTYPE, AC_CONFIG_FILES)
(AC_OUTPUT): Don't invoke.
(../../version.m4, ../../Drivers.macros, ../../aclocal.m4): Don't
include.
<case "$host_cpu">: Only evaluate for i386.
(--disable-default-device-drivers): Remove configuraion option.
(LINUX_DEV, __KERNEL__): AC_DEFINE these.
(scsi, net, pcmcia, wireless): Remove AC_DRIVER_CLASS instantiations.
(device_driver_group): New shell function.
(AC_OPTION, AC_OPTION_nodef): New functions.
(linux_DRIVER): Rename function to AC_Linux_DRIVER and adopt.
(linux_DRIVER_nodef): Likewise to AC_Linux_DRIVER_nodef.
<Configuration options>: Adopt to the new functions introduced above
and re-position parts.
<Process device driver groups>: Adopt to the changes related to device
driver groups.
* linux/configure.in <AC_CONFIG_LINKS>: Move to...
* linux/configfrag.ac: ... here.
* linux/configure.in: Remove file.
* linux/configure: Likewise.
* i386/linux/Makerules.in: Likewise.
* Drivers.macros: Likewise.
Diffstat (limited to 'i386/linux')
-rw-r--r-- | i386/linux/Makerules.in | 33 |
1 files changed, 0 insertions, 33 deletions
diff --git a/i386/linux/Makerules.in b/i386/linux/Makerules.in deleted file mode 100644 index 45a4c1c..0000000 --- a/i386/linux/Makerules.in +++ /dev/null @@ -1,33 +0,0 @@ -# i386/linux/Makerules -# Copyright 2006 Free Software Foundation, Inc. -# -# Permission to use, copy, modify and distribute this software and its -# documentation is hereby granted, provided that both the copyright -# notice and this permission notice appear in all copies of the -# software, derivative works or modified versions, and any portions -# thereof, and that both notices appear in supporting documentation. -# -# THE FREE SOFTWARE FOUNDATION ALLOWS FREE USE OF THIS SOFTWARE IN ITS -# "AS IS" CONDITION. THE FREE SOFTWARE FOUNDATION DISCLAIMS ANY -# LIABILITY OF ANY KIND FOR ANY DAMAGES WHATSOEVER RESULTING FROM THE -# USE OF THIS SOFTWARE. - - -# -# configure's findings. -# - -DEFS-$(systype)-linux = @DEFS@ - -# The glue code dependend code checks for this. -DEFINES += -DLINUX_DEV - - -# -# Autoconf support -# - -$(abs_top_builddir)/$(systype)/linux/Makerules: \ - $(abs_top_srcdir)/$(systype)/linux/Makerules.in \ - $(abs_top_builddir)/$(systype)/linux/config.status - cd $(abs_top_builddir)/$(systype)/linux && ./config.status $(@F) |