From 39cc5b8d65adfd01a4d12f9379866fae257a3772 Mon Sep 17 00:00:00 2001 From: Thomas Schwinge Date: Sun, 15 Oct 2006 12:22:53 +0000 Subject: 2006-10-15 Thomas Schwinge [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. : 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. : Adopt to the new functions introduced above and re-position parts. : Adopt to the changes related to device driver groups. * linux/configure.in : Move to... * linux/configfrag.ac: ... here. * linux/configure.in: Remove file. * linux/configure: Likewise. * i386/linux/Makerules.in: Likewise. * Drivers.macros: Likewise. --- i386/linux/Makerules.in | 33 --------------------------------- 1 file changed, 33 deletions(-) delete mode 100644 i386/linux/Makerules.in (limited to 'i386/linux') 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) -- cgit v1.2.3