1 # configure.frag for GNU CC
2 # Process the host/target/language Makefile fragments.
4 # Copyright (C) 1997 Free Software Foundation, Inc.
6 #This file is part of GNU CC.
8 #GNU CC is free software; you can redistribute it and/or modify
9 #it under the terms of the GNU General Public License as published by
10 #the Free Software Foundation; either version 2, or (at your option)
13 #GNU CC is distributed in the hope that it will be useful,
14 #but WITHOUT ANY WARRANTY; without even the implied warranty of
15 #MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16 #GNU General Public License for more details.
18 #You should have received a copy of the GNU General Public License
19 #along with GNU CC; see the file COPYING. If not, write to
20 #the Free Software Foundation, 59 Temple Place - Suite 330,
21 #Boston, MA 02111-1307, USA.
23 # First parameter is the source directory, second is list of subdirectories,
24 # third is list of host makefile fragments, fourth is list of target makefile
32 # Copy all the host makefile fragments into Make-host.
36 for f in .. $xmake_files
44 # Copy all the target makefile fragments into Make-target.
48 for f in .. $tmake_files
56 # Ensure the language build subdirectories exist.
58 for subdir in . $subdirs
62 test -d $subdir || mkdir $subdir
66 # Now copy each language's Make-lang.in file to Make-lang.
71 for subdir in . $subdirs
75 cat $srcdir/$subdir/Make-lang.in >> Make-lang