From 0adf9500edf4772052501d9c061d6a0abde5fd8e Mon Sep 17 00:00:00 2001 From: Thomas Schwinge Date: Sun, 15 Oct 2006 14:49:03 +0000 Subject: 2006-10-15 Thomas Schwinge [task #5956 --- ``Automake'ify GNU Mach's code base''] * Makefile.am: New file. * Makerules.am : Remove sections. : Rewrite: (%.server.defs.c, %.user.defs.c, %.server.h %.server.c) (%.user.h %.user.c, %.server.defs, %.user.defs): New targets. (%.h %_user.c %.cli.d, %_interface.h %_server.c %.srv.d): Remove targets. (echo-%): New target. * Makefrag.am : Remove sections. (enable_kdb, enable_kmsg): Adopt.
: Rewrite to adopt to how things are to be done now. : New section. (i386/Makefrag.am): Include file if appropriate. * i386/Makefrag.am : Remove sections. (enable_lpr): Adopt. : Rewrite to adopt to how things are to be done now. * i386/linux/Makefrag.am: New file. * linux/Makefrag.am: Likewise. --- i386/linux/Makefrag.am | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 i386/linux/Makefrag.am (limited to 'i386/linux') diff --git a/i386/linux/Makefrag.am b/i386/linux/Makefrag.am new file mode 100644 index 0000000..533c6c3 --- /dev/null +++ b/i386/linux/Makefrag.am @@ -0,0 +1,24 @@ +# Makefile fragment for i386-specific Linux code. + +# Copyright (C) 2006 Free Software Foundation, Inc. + +# This program is free software; you can redistribute it and/or +# modify it under the terms of the GNU General Public License as +# published by the Free Software Foundation; either version 2, or (at +# your option) any later version. +# +# This program is distributed in the hope that it will be useful, but +# WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +# General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program; if not, write to the Free Software +# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + +# +# Files for device driver support. +# + +liblinux_a_SOURCES += \ + linux/src/arch/i386/lib/semaphore.S -- cgit v1.2.3