X-Git-Url: http://git.sourceforge.jp/view?p=pf3gnuchains%2Fgcc-fork.git;a=blobdiff_plain;f=fixincludes%2FMakefile.in;h=f91a70d2e6e980ded8631a117d6666a413f8e450;hp=822e865cf6a93131e363cb4b1ee81e301b83fbec;hb=09c759aaf6da911aa1a44898d2b84121991bced9;hpb=896306971a8c31fa956069c8e3e4d5821b8d5566 diff --git a/fixincludes/Makefile.in b/fixincludes/Makefile.in index 822e865cf6a..f91a70d2e6e 100644 --- a/fixincludes/Makefile.in +++ b/fixincludes/Makefile.in @@ -1,13 +1,13 @@ # Makefile for fixincludes. # -# Copyright (C) 1998, 1999, 2000, 2001, 2003, 2004 +# Copyright (C) 1998, 1999, 2000, 2001, 2003, 2004, 2009 # Free Software Foundation, Inc. #This file is part of fixincludes. #fixincludes 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) +#the Free Software Foundation; either version 3, or (at your option) #any later version. #fixincludes is distributed in the hope that it will be useful, @@ -16,9 +16,8 @@ #GNU General Public License for more details. #You should have received a copy of the GNU General Public License -#along with fixincludes; see the file COPYING. If not, write to -#the Free Software Foundation, 51 Franklin Street, Fifth Floor, -#Boston, MA 02110-1301, USA. +#along with fixincludes; see the file COPYING3. If not see +#. SHELL=@SHELL@ @@ -64,6 +63,11 @@ itoolsdatadir = $(libsubdir)/install-tools # Locate mkinstalldirs. mkinstalldirs=$(SHELL) $(srcdir)/../mkinstalldirs +AUTOCONF = autoconf +AUTOHEADER = autoheader +ACLOCAL = aclocal +ACLOCAL_AMFLAGS = -I ../gcc -I .. -I ../config + default : all # Now figure out from those variables how to compile and link. @@ -159,14 +163,14 @@ stamp-h: $(srcdir)/config.h.in config.status config.status: $(srcdir)/configure $(SHELL) ./config.status --recheck -$(srcdir)/configure: @MAINT@ $(srcdir)/configure.ac - autoconf +$(srcdir)/configure: @MAINT@ $(srcdir)/configure.ac $(srcdir)/aclocal.m4 + cd $(srcdir) && $(AUTOCONF) $(srcdir)/config.h.in: @MAINT@ $(srcdir)/configure.ac - autoheader + cd $(srcdir) && $(AUTOHEADER) -$(srcdir)/aclocal.m4: @MAINT@ $(srcdir)/../gcc/aclocal.m4 - cp $(srcdir)/../gcc/aclocal.m4 . +$(srcdir)/aclocal.m4: @MAINT@ $(srcdir)/configure.ac + cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS) check : all autogen -T $(srcdir)/check.tpl $(srcdir)/inclhack.def @@ -184,7 +188,13 @@ install : all $(DESTDIR)$(itoolsdir)/fixincl@EXEEXT@ $(INSTALL_SCRIPT) mkheaders $(DESTDIR)$(itoolsdir)/mkheaders +.PHONY: dvi pdf info html install-pdf install-info install-html + dvi : +pdf : info : html : +install-pdf : +install-info : +install-html : installcheck :