URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [fixincludes/] [Makefile.in] - Rev 780
Go to most recent revision | Compare with Previous | Blame | View Log
# Makefile for fixincludes.## Copyright (C) 1998, 1999, 2000, 2001, 2003, 2004, 2009, 2010# 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 3, or (at your option)#any later version.#fixincludes 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 fixincludes; see the file COPYING3. If not see#<http://www.gnu.org/licenses/>.SHELL=@SHELL@# Some versions of `touch' (such as the version on Solaris 2.8)# do not correctly set the timestamp due to buggy versions of `utime'# in the kernel. So, we use `echo' instead.STAMP = echo timestamp >CC = @CC@CFLAGS = @CFLAGS@WARN_CFLAGS = @WARN_CFLAGS@ @WARN_PEDANTIC@ @WERROR@LDFLAGS = @LDFLAGS@INCLUDES = -I. -I$(srcdir) -I../include -I$(srcdir)/../includeFIXINC_CFLAGS = -DHAVE_CONFIG_H $(INCLUDES)# Directory where sources are, from where we are.srcdir = @srcdir@VPATH = $(srcdir)# Directory in which to put the directories used by the compiler.libdir = @libdir@# Directory in which GCC puts its executables.libexecdir = @libexecdir@# End of variables for you to override.# The target that we're configured for.target = @target@target_noncanonical:=@target_noncanonical@# The version of GCC in this treegcc_version := $(shell cat $(srcdir)/../gcc/BASE-VER)# Directory in which the compiler finds libraries etc.libsubdir = $(libdir)/gcc/$(target_noncanonical)/$(gcc_version)# Directory in which the compiler finds executableslibexecsubdir = $(libexecdir)/gcc/$(target_noncanonical)/$(gcc_version)# Where our executable files goitoolsdir = $(libexecsubdir)/install-tools# Where our data files goitoolsdatadir = $(libsubdir)/install-tools# Locate mkinstalldirs.mkinstalldirs=$(SHELL) $(srcdir)/../mkinstalldirsAUTOCONF = autoconfAUTOHEADER = autoheaderACLOCAL = aclocalACLOCAL_AMFLAGS = -I ../gcc -I .. -I ../configdefault : all# Now figure out from those variables how to compile and link..c.o:$(CC) -c $(CFLAGS) $(WARN_CFLAGS) $(CPPFLAGS) $(FIXINC_CFLAGS) $<# The only suffixes we want for implicit rules are .c and .o..SUFFIXES:.SUFFIXES: .c .o### # # # # # # # # # # # # # # # # # # # # # # # # # # # # # ##### Makefile for constructing the "best" include fixer we can#### # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #LIBIBERTY=../libiberty/libiberty.aALLOBJ = fixincl.o fixtests.o fixfixes.o server.o procopen.o \fixlib.o fixopts.oTESTOBJ = fixincl.o fixlib.o fixtests.o fixopts.oFIXOBJ = fixfixes.o fixlib.o fixopts.oHDR = server.h fixlib.hFI = fixincl@EXEEXT@AF = applyfix@EXEEXT@all : @TARGET@ fixinc.sh mkheadersgen : $(srcdir)/fixincl.xoneprocess : full-stamptwoprocess : test-stamp $(AF)full-stamp : $(ALLOBJ) $(LIBIBERTY)$(CC) $(CFLAGS) $(LDFLAGS) -o $(FI) $(ALLOBJ) $(LIBIBERTY)$(STAMP) $@test-stamp : $(TESTOBJ) $(LIBIBERTY)$(CC) $(CFLAGS) $(LDFLAGS) -o $(FI) $(TESTOBJ) $(LIBIBERTY)$(STAMP) $@$(AF): $(FIXOBJ) $(LIBIBERTY)$(CC) $(CFLAGS) $(LDFLAGS) -o $@ $(FIXOBJ) $(LIBIBERTY)$(ALLOBJ) : $(HDR)fixincl.o : fixincl.c $(srcdir)/fixincl.xfixtests.o : fixtests.cfixfixes.o : fixfixes.c $(srcdir)/fixincl.xserver.o : server.cprocopen.o : procopen.cfixlib.o : fixlib.cfixinc.sh : fixinc.in mkfixinc.sh Makefilesrcdir="$(srcdir)" $(SHELL) $(srcdir)/mkfixinc.sh $(target)$(srcdir)/fixincl.x: @MAINT@ fixincl.tpl inclhack.defcd $(srcdir) ; $(SHELL) ./genfixesmostlyclean :rm -f *.o *-stamp $(AF) $(FI) *~ fixinc.shclean: mostlycleanrm -f mkheaders mkheaders.almostdistclean: cleanrm -f Makefile config.h config.log config.status stamp-hmaintainer-clean: distcleanrm -f $(srcdir)/fixincl.xdistclean : cleanMakefile: $(srcdir)/Makefile.in config.status$(SHELL) ./config.status Makefilemkheaders.almost: $(srcdir)/mkheaders.in config.statusCONFIG_FILES=mkheaders.almost:mkheaders.in \CONFIG_HEADERS= ./config.statusmkheaders: mkheaders.almost $(srcdir)/../gcc/BASE-VERsed -e 's/@gcc_version@/$(gcc_version)/' < $< > $@Tmv -f $@T $@config.h: stamp-hstamp-h: $(srcdir)/config.h.in config.status$(SHELL) ./config.status config.hconfig.status: $(srcdir)/configure$(SHELL) ./config.status --recheck$(srcdir)/configure: @MAINT@ $(srcdir)/configure.ac $(srcdir)/aclocal.m4cd $(srcdir) && $(AUTOCONF)$(srcdir)/config.h.in: @MAINT@ $(srcdir)/configure.accd $(srcdir) && $(AUTOHEADER)$(srcdir)/aclocal.m4: @MAINT@ $(srcdir)/configure.accd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)check : allautogen -T $(srcdir)/check.tpl $(srcdir)/inclhack.def$(SHELL) ./check.sh $(srcdir)/tests/base@rm -f ./check.shinstall : all-rm -rf $(DESTDIR)$(itoolsdir)$(mkinstalldirs) $(DESTDIR)$(itoolsdir)$(mkinstalldirs) $(DESTDIR)$(itoolsdatadir)/include$(INSTALL_DATA) $(srcdir)/README-fixinc \$(DESTDIR)$(itoolsdatadir)/include/README$(INSTALL_SCRIPT) fixinc.sh $(DESTDIR)$(itoolsdir)/fixinc.sh$(INSTALL_PROGRAM) fixincl@EXEEXT@ \$(DESTDIR)$(itoolsdir)/fixincl@EXEEXT@$(INSTALL_SCRIPT) mkheaders $(DESTDIR)$(itoolsdir)/mkheadersinstall-strip: installtest -z '$(STRIP)' \|| $(STRIP) $(DESTDIR)$(itoolsdir)/fixincl@EXEEXT@.PHONY: all check install install-strip.PHONY: dvi pdf info html install-pdf install-info install-htmldvi :pdf :info :html :install-pdf :install-info :install-html :installcheck :
Go to most recent revision | Compare with Previous | Blame | View Log
