OpenCores
URL https://opencores.org/ocsvn/openrisc/openrisc/trunk

Subversion Repositories openrisc

[/] [openrisc/] [tags/] [gnu-dev/] [fsf-gcc-snapshot-1-mar-12/] [or1k-gcc/] [gnattools/] [Makefile.in] - Diff between revs 725 and 783

Go to most recent revision | Only display areas with differences | Details | Blame | View Log

Rev 725 Rev 783
# Makefile for gnattools
# Makefile for gnattools
#   Copyright 2003, 2004, 2009, 2010 Free Software Foundation, Inc.
#   Copyright 2003, 2004, 2009, 2010 Free Software Foundation, Inc.
#
#
# This file is free software; you can redistribute it and/or modify
# This file is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 3 of the License, or
# the Free Software Foundation; either version 3 of the License, or
# (at your option) any later version.
# (at your option) any later version.
#
#
# This program is distributed in the hope that it will be useful,
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
# GNU General Public License for more details.
# GNU General Public License for more details.
#
#
# You should have received a copy of the GNU General Public License
# You should have received a copy of the GNU General Public License
# along with this program; see the file COPYING3.  If not see
# along with this program; see the file COPYING3.  If not see
# .
# .
# Default target; must be first.
# Default target; must be first.
all: gnattools
all: gnattools
# Standard autoconf-set variables.
# Standard autoconf-set variables.
SHELL = @SHELL@
SHELL = @SHELL@
srcdir = @srcdir@
srcdir = @srcdir@
libdir = @libdir@
libdir = @libdir@
build = @build@
build = @build@
target = @target@
target = @target@
prefix = @prefix@
prefix = @prefix@
INSTALL = @INSTALL@
INSTALL = @INSTALL@
INSTALL_DATA = @INSTALL_DATA@
INSTALL_DATA = @INSTALL_DATA@
INSTALL_PROGRAM = @INSTALL_PROGRAM@
INSTALL_PROGRAM = @INSTALL_PROGRAM@
# Nonstandard autoconf-set variables.
# Nonstandard autoconf-set variables.
LN_S=@LN_S@
LN_S=@LN_S@
target_noncanonical=@target_noncanonical@
target_noncanonical=@target_noncanonical@
# Variables for the user (or the top level) to override.
# Variables for the user (or the top level) to override.
exeext = @EXEEXT@
exeext = @EXEEXT@
objext=.o
objext=.o
TRACE=no
TRACE=no
ADA_FOR_BUILD=
ADA_FOR_BUILD=
ADA_FOR_TARGET=
ADA_FOR_TARGET=
LDFLAGS=
LDFLAGS=
PWD_COMMAND = $${PWDCMD-pwd}
PWD_COMMAND = $${PWDCMD-pwd}
# The tedious process of getting CFLAGS right.
# The tedious process of getting CFLAGS right.
CFLAGS=-g
CFLAGS=-g
GCC_WARN_CFLAGS = -W -Wall
GCC_WARN_CFLAGS = -W -Wall
WARN_CFLAGS = @warn_cflags@
WARN_CFLAGS = @warn_cflags@
ADA_CFLAGS=@ADA_CFLAGS@
ADA_CFLAGS=@ADA_CFLAGS@
# Variables for gnattools.
# Variables for gnattools.
ADAFLAGS= -gnatpg -gnata
ADAFLAGS= -gnatpg -gnata
# For finding the GCC build dir, which is used far too much
# For finding the GCC build dir, which is used far too much
GCC_DIR=../gcc
GCC_DIR=../gcc
# Absolute srcdir for gcc (why do we want absolute?  I dunno)
# Absolute srcdir for gcc (why do we want absolute?  I dunno)
fsrcdir := $(shell cd $(srcdir)/../gcc/; ${PWD_COMMAND})
fsrcdir := $(shell cd $(srcdir)/../gcc/; ${PWD_COMMAND})
# Useful "subroutines" for the excess includes
# Useful "subroutines" for the excess includes
INCLUDES_FOR_SUBDIR = -I. -I.. -I../.. -I$(fsrcdir)/ada -I$(fsrcdir)/config \
INCLUDES_FOR_SUBDIR = -I. -I.. -I../.. -I$(fsrcdir)/ada -I$(fsrcdir)/config \
        -I$(fsrcdir)/../include -I$(fsrcdir)
        -I$(fsrcdir)/../include -I$(fsrcdir)
ADA_INCLUDES_FOR_SUBDIR = -I. -I$(fsrcdir)/ada
ADA_INCLUDES_FOR_SUBDIR = -I. -I$(fsrcdir)/ada
# Variables for gnattools, native
# Variables for gnattools, native
TOOLS_FLAGS_TO_PASS_NATIVE= \
TOOLS_FLAGS_TO_PASS_NATIVE= \
        "CC=../../xgcc -B../../" \
        "CC=../../xgcc -B../../" \
        "CFLAGS=$(CFLAGS) $(WARN_CFLAGS)" \
        "CFLAGS=$(CFLAGS) $(WARN_CFLAGS)" \
        "LDFLAGS=$(LDFLAGS)" \
        "LDFLAGS=$(LDFLAGS)" \
        "ADAFLAGS=$(ADAFLAGS)" \
        "ADAFLAGS=$(ADAFLAGS)" \
        "ADA_CFLAGS=$(ADA_CFLAGS)" \
        "ADA_CFLAGS=$(ADA_CFLAGS)" \
        "INCLUDES=$(INCLUDES_FOR_SUBDIR)" \
        "INCLUDES=$(INCLUDES_FOR_SUBDIR)" \
        "ADA_INCLUDES=-I- -I../rts $(ADA_INCLUDES_FOR_SUBDIR)"\
        "ADA_INCLUDES=-I- -I../rts $(ADA_INCLUDES_FOR_SUBDIR)"\
        "exeext=$(exeext)" \
        "exeext=$(exeext)" \
        "fsrcdir=$(fsrcdir)" \
        "fsrcdir=$(fsrcdir)" \
        "srcdir=$(fsrcdir)" \
        "srcdir=$(fsrcdir)" \
        "GNATMAKE=../../gnatmake" \
        "GNATMAKE=../../gnatmake" \
        "GNATLINK=../../gnatlink" \
        "GNATLINK=../../gnatlink" \
        "GNATBIND=../../gnatbind" \
        "GNATBIND=../../gnatbind" \
        "TOOLSCASE=native"
        "TOOLSCASE=native"
# Variables for regnattools
# Variables for regnattools
TOOLS_FLAGS_TO_PASS_RE= \
TOOLS_FLAGS_TO_PASS_RE= \
        "CC=../../xgcc -B../../" \
        "CC=../../xgcc -B../../" \
        "CFLAGS=$(CFLAGS)" \
        "CFLAGS=$(CFLAGS)" \
        "ADAFLAGS=$(ADAFLAGS)" \
        "ADAFLAGS=$(ADAFLAGS)" \
        "ADA_CFLAGS=$(ADA_CFLAGS)" \
        "ADA_CFLAGS=$(ADA_CFLAGS)" \
        "INCLUDES=$(INCLUDES_FOR_SUBDIR)" \
        "INCLUDES=$(INCLUDES_FOR_SUBDIR)" \
        "ADA_INCLUDES=-I../rts $(ADA_INCLUDES_FOR_SUBDIR)"\
        "ADA_INCLUDES=-I../rts $(ADA_INCLUDES_FOR_SUBDIR)"\
        "exeext=$(exeext)" \
        "exeext=$(exeext)" \
        "fsrcdir=$(fsrcdir)" \
        "fsrcdir=$(fsrcdir)" \
        "srcdir=$(fsrcdir)" \
        "srcdir=$(fsrcdir)" \
        "GNATMAKE=../../gnatmake" \
        "GNATMAKE=../../gnatmake" \
        "GNATLINK=../../gnatlink" \
        "GNATLINK=../../gnatlink" \
        "GNATBIND=../../gnatbind" \
        "GNATBIND=../../gnatbind" \
        "TOOLSCASE=cross"
        "TOOLSCASE=cross"
# Variables for gnattools, cross
# Variables for gnattools, cross
TOOLS_FLAGS_TO_PASS_CROSS= \
TOOLS_FLAGS_TO_PASS_CROSS= \
        "CC=$(CC)" \
        "CC=$(CC)" \
        "CFLAGS=$(CFLAGS) $(WARN_CFLAGS)" \
        "CFLAGS=$(CFLAGS) $(WARN_CFLAGS)" \
        "LDFLAGS=$(LDFLAGS)" \
        "LDFLAGS=$(LDFLAGS)" \
        "ADAFLAGS=$(ADAFLAGS)"  \
        "ADAFLAGS=$(ADAFLAGS)"  \
        "ADA_CFLAGS=$(ADA_CFLAGS)" \
        "ADA_CFLAGS=$(ADA_CFLAGS)" \
        "INCLUDES=$(INCLUDES_FOR_SUBDIR)" \
        "INCLUDES=$(INCLUDES_FOR_SUBDIR)" \
        "ADA_INCLUDES=-I$(RTS_DIR)../adainclude -I$(RTS_DIR) $(ADA_INCLUDES_FOR_SUBDIR)" \
        "ADA_INCLUDES=-I$(RTS_DIR)../adainclude -I$(RTS_DIR) $(ADA_INCLUDES_FOR_SUBDIR)" \
        "exeext=$(exeext)" \
        "exeext=$(exeext)" \
        "fsrcdir=$(fsrcdir)" \
        "fsrcdir=$(fsrcdir)" \
        "srcdir=$(fsrcdir)" \
        "srcdir=$(fsrcdir)" \
        "GNATMAKE=gnatmake" \
        "GNATMAKE=gnatmake" \
        "GNATLINK=gnatlink" \
        "GNATLINK=gnatlink" \
        "GNATBIND=gnatbind" \
        "GNATBIND=gnatbind" \
        "TOOLSCASE=cross" \
        "TOOLSCASE=cross" \
        "LIBGNAT="
        "LIBGNAT="
# File lists
# File lists
# ----------
# ----------
# File associations set by configure
# File associations set by configure
EXTRA_GNATTOOLS = @EXTRA_GNATTOOLS@
EXTRA_GNATTOOLS = @EXTRA_GNATTOOLS@
TOOLS_TARGET_PAIRS = @TOOLS_TARGET_PAIRS@
TOOLS_TARGET_PAIRS = @TOOLS_TARGET_PAIRS@
# Makefile targets
# Makefile targets
# ----------------
# ----------------
.PHONY: gnattools gnattools-native gnattools-cross regnattools
.PHONY: gnattools gnattools-native gnattools-cross regnattools
gnattools: @default_gnattools_target@
gnattools: @default_gnattools_target@
# Sanity check
# Sanity check
$(GCC_DIR)/stamp-gnatlib-rts:
$(GCC_DIR)/stamp-gnatlib-rts:
        @if [ ! -f $(GCC_DIR)/stamp-gnatlib-rts ] ; \
        @if [ ! -f $(GCC_DIR)/stamp-gnatlib-rts ] ; \
        then \
        then \
          echo "Cannot build gnattools while gnatlib is out of date or unbuilt" ; \
          echo "Cannot build gnattools while gnatlib is out of date or unbuilt" ; \
          false; \
          false; \
        else \
        else \
          true; \
          true; \
        fi
        fi
# Build directory for the tools. Let's copy the target-dependent
# Build directory for the tools. Let's copy the target-dependent
# sources using the same mechanism as for gnatlib. The other sources are
# sources using the same mechanism as for gnatlib. The other sources are
# accessed using the vpath directive in ada/Makefile.in
# accessed using the vpath directive in ada/Makefile.in
$(GCC_DIR)/stamp-tools:
$(GCC_DIR)/stamp-tools:
        -rm -rf $(GCC_DIR)/ada/tools
        -rm -rf $(GCC_DIR)/ada/tools
        -mkdir -p $(GCC_DIR)/ada/tools
        -mkdir -p $(GCC_DIR)/ada/tools
        -(cd $(GCC_DIR)/ada/tools; $(LN_S) ../sdefault.adb ../snames.ads ../snames.adb .)
        -(cd $(GCC_DIR)/ada/tools; $(LN_S) ../sdefault.adb ../snames.ads ../snames.adb .)
        -$(foreach PAIR,$(TOOLS_TARGET_PAIRS), \
        -$(foreach PAIR,$(TOOLS_TARGET_PAIRS), \
                  rm -f $(GCC_DIR)/ada/tools/$(word 1,$(subst <, ,$(PAIR)));\
                  rm -f $(GCC_DIR)/ada/tools/$(word 1,$(subst <, ,$(PAIR)));\
                  $(LN_S) $(fsrcdir)/ada/$(word 2,$(subst <, ,$(PAIR))) \
                  $(LN_S) $(fsrcdir)/ada/$(word 2,$(subst <, ,$(PAIR))) \
                        $(GCC_DIR)/ada/tools/$(word 1,$(subst <, ,$(PAIR)));)
                        $(GCC_DIR)/ada/tools/$(word 1,$(subst <, ,$(PAIR)));)
        touch $(GCC_DIR)/stamp-tools
        touch $(GCC_DIR)/stamp-tools
# gnatmake/link tools cannot always be built with gnatmake/link for bootstrap
# gnatmake/link tools cannot always be built with gnatmake/link for bootstrap
# reasons: gnatmake should be built with a recent compiler, a recent compiler
# reasons: gnatmake should be built with a recent compiler, a recent compiler
# may not generate ALI files compatible with an old gnatmake so it is important
# may not generate ALI files compatible with an old gnatmake so it is important
# to be able to build gnatmake without a version of gnatmake around. Once
# to be able to build gnatmake without a version of gnatmake around. Once
# everything has been compiled once, gnatmake can be recompiled with itself
# everything has been compiled once, gnatmake can be recompiled with itself
# (see target regnattools)
# (see target regnattools)
gnattools-native: $(GCC_DIR)/stamp-tools $(GCC_DIR)/stamp-gnatlib-rts
gnattools-native: $(GCC_DIR)/stamp-tools $(GCC_DIR)/stamp-gnatlib-rts
        # gnattools1
        # gnattools1
        $(MAKE) -C $(GCC_DIR)/ada/tools -f ../Makefile \
        $(MAKE) -C $(GCC_DIR)/ada/tools -f ../Makefile \
          $(TOOLS_FLAGS_TO_PASS_NATIVE) \
          $(TOOLS_FLAGS_TO_PASS_NATIVE) \
          ../../gnatmake$(exeext) ../../gnatlink$(exeext)
          ../../gnatmake$(exeext) ../../gnatlink$(exeext)
        # gnattools2
        # gnattools2
        $(MAKE) -C $(GCC_DIR)/ada/tools -f ../Makefile \
        $(MAKE) -C $(GCC_DIR)/ada/tools -f ../Makefile \
          $(TOOLS_FLAGS_TO_PASS_NATIVE) common-tools
          $(TOOLS_FLAGS_TO_PASS_NATIVE) common-tools
# gnatmake/link can be built with recent gnatmake/link if they are available.
# gnatmake/link can be built with recent gnatmake/link if they are available.
# This is especially convenient for building cross tools or for rebuilding
# This is especially convenient for building cross tools or for rebuilding
# the tools when the original bootstrap has already be done.
# the tools when the original bootstrap has already be done.
regnattools: $(GCC_DIR)/stamp-gnatlib-rts
regnattools: $(GCC_DIR)/stamp-gnatlib-rts
        # gnattools1-re
        # gnattools1-re
        $(MAKE) -C $(GCC_DIR)/ada/tools -f ../Makefile \
        $(MAKE) -C $(GCC_DIR)/ada/tools -f ../Makefile \
          $(TOOLS_FLAGS_TO_PASS_RE) INCLUDES="" \
          $(TOOLS_FLAGS_TO_PASS_RE) INCLUDES="" \
          gnatmake-re gnatlink-re
          gnatmake-re gnatlink-re
        # gnattools2
        # gnattools2
        $(MAKE) -C $(GCC_DIR)/ada/tools -f ../Makefile \
        $(MAKE) -C $(GCC_DIR)/ada/tools -f ../Makefile \
          $(TOOLS_FLAGS_TO_PASS_NATIVE) common-tools
          $(TOOLS_FLAGS_TO_PASS_NATIVE) common-tools
# For cross builds of gnattools,
# For cross builds of gnattools,
# put the host RTS dir first in the PATH to hide the default runtime
# put the host RTS dir first in the PATH to hide the default runtime
# files that are among the sources
# files that are among the sources
# FIXME: This should be done in configure.
# FIXME: This should be done in configure.
RTS_DIR:=$(strip $(subst \,/,$(shell gnatls -v | grep adalib )))
RTS_DIR:=$(strip $(subst \,/,$(shell gnatls -v | grep adalib )))
gnattools-cross: $(GCC_DIR)/stamp-tools
gnattools-cross: $(GCC_DIR)/stamp-tools
        # gnattools1-re
        # gnattools1-re
        $(MAKE) -C $(GCC_DIR)/ada/tools -f ../Makefile \
        $(MAKE) -C $(GCC_DIR)/ada/tools -f ../Makefile \
          $(TOOLS_FLAGS_TO_PASS_CROSS) INCLUDES="" \
          $(TOOLS_FLAGS_TO_PASS_CROSS) INCLUDES="" \
          gnatmake-re gnatlink-re
          gnatmake-re gnatlink-re
        # gnattools2
        # gnattools2
        $(MAKE) -C $(GCC_DIR)/ada/tools -f ../Makefile \
        $(MAKE) -C $(GCC_DIR)/ada/tools -f ../Makefile \
          $(TOOLS_FLAGS_TO_PASS_CROSS) common-tools
          $(TOOLS_FLAGS_TO_PASS_CROSS) common-tools
        # Rename cross tools to where the GCC makefile wants them when
        # Rename cross tools to where the GCC makefile wants them when
        # installing.  FIXME: installation should be done elsewhere.
        # installing.  FIXME: installation should be done elsewhere.
        if [ -f $(GCC_DIR)/gnatbind$(exeext) ] ; then \
        if [ -f $(GCC_DIR)/gnatbind$(exeext) ] ; then \
          mv $(GCC_DIR)/gnatbind$(exeext) $(GCC_DIR)/gnatbind-cross$(exeext); \
          mv $(GCC_DIR)/gnatbind$(exeext) $(GCC_DIR)/gnatbind-cross$(exeext); \
        fi
        fi
        if [ -f $(GCC_DIR)/gnatchop$(exeext) ] ; then \
        if [ -f $(GCC_DIR)/gnatchop$(exeext) ] ; then \
          mv $(GCC_DIR)/gnatchop$(exeext) $(GCC_DIR)/gnatchop-cross$(exeext); \
          mv $(GCC_DIR)/gnatchop$(exeext) $(GCC_DIR)/gnatchop-cross$(exeext); \
        fi
        fi
        if [ -f $(GCC_DIR)/gnat$(exeext) ] ; then \
        if [ -f $(GCC_DIR)/gnat$(exeext) ] ; then \
          mv $(GCC_DIR)/gnat$(exeext) $(GCC_DIR)/gnat-cross$(exeext); \
          mv $(GCC_DIR)/gnat$(exeext) $(GCC_DIR)/gnat-cross$(exeext); \
        fi
        fi
        if [ -f $(GCC_DIR)/gnatkr$(exeext) ] ; then \
        if [ -f $(GCC_DIR)/gnatkr$(exeext) ] ; then \
          mv $(GCC_DIR)/gnatkr$(exeext) $(GCC_DIR)/gnatkr-cross$(exeext); \
          mv $(GCC_DIR)/gnatkr$(exeext) $(GCC_DIR)/gnatkr-cross$(exeext); \
        fi
        fi
        if [ -f $(GCC_DIR)/gnatlink$(exeext) ] ; then \
        if [ -f $(GCC_DIR)/gnatlink$(exeext) ] ; then \
          mv $(GCC_DIR)/gnatlink$(exeext) $(GCC_DIR)/gnatlink-cross$(exeext); \
          mv $(GCC_DIR)/gnatlink$(exeext) $(GCC_DIR)/gnatlink-cross$(exeext); \
        fi
        fi
        if [ -f $(GCC_DIR)/gnatls$(exeext) ] ; then \
        if [ -f $(GCC_DIR)/gnatls$(exeext) ] ; then \
          mv $(GCC_DIR)/gnatls$(exeext) $(GCC_DIR)/gnatls-cross$(exeext); \
          mv $(GCC_DIR)/gnatls$(exeext) $(GCC_DIR)/gnatls-cross$(exeext); \
        fi
        fi
        if [ -f $(GCC_DIR)/gnatmake$(exeext) ] ; then \
        if [ -f $(GCC_DIR)/gnatmake$(exeext) ] ; then \
          mv $(GCC_DIR)/gnatmake$(exeext) $(GCC_DIR)/gnatmake-cross$(exeext); \
          mv $(GCC_DIR)/gnatmake$(exeext) $(GCC_DIR)/gnatmake-cross$(exeext); \
        fi
        fi
        if [ -f $(GCC_DIR)/gnatmem$(exeext) ] ; then \
        if [ -f $(GCC_DIR)/gnatmem$(exeext) ] ; then \
          mv $(GCC_DIR)/gnatmem$(exeext) $(GCC_DIR)/gnatmem-cross$(exeext); \
          mv $(GCC_DIR)/gnatmem$(exeext) $(GCC_DIR)/gnatmem-cross$(exeext); \
        fi
        fi
        if [ -f $(GCC_DIR)/gnatname$(exeext) ] ; then \
        if [ -f $(GCC_DIR)/gnatname$(exeext) ] ; then \
          mv $(GCC_DIR)/gnatname$(exeext) $(GCC_DIR)/gnatname-cross$(exeext); \
          mv $(GCC_DIR)/gnatname$(exeext) $(GCC_DIR)/gnatname-cross$(exeext); \
        fi
        fi
        if [ -f $(GCC_DIR)/gnatprep$(exeext) ] ; then \
        if [ -f $(GCC_DIR)/gnatprep$(exeext) ] ; then \
          mv $(GCC_DIR)/gnatprep$(exeext) $(GCC_DIR)/gnatprep-cross$(exeext); \
          mv $(GCC_DIR)/gnatprep$(exeext) $(GCC_DIR)/gnatprep-cross$(exeext); \
        fi
        fi
        if [ -f $(GCC_DIR)/gnatxref$(exeext) ] ; then \
        if [ -f $(GCC_DIR)/gnatxref$(exeext) ] ; then \
          mv $(GCC_DIR)/gnatxref$(exeext) $(GCC_DIR)/gnatxref-cross$(exeext); \
          mv $(GCC_DIR)/gnatxref$(exeext) $(GCC_DIR)/gnatxref-cross$(exeext); \
        fi
        fi
        if [ -f $(GCC_DIR)/gnatfind$(exeext) ] ; then \
        if [ -f $(GCC_DIR)/gnatfind$(exeext) ] ; then \
          mv $(GCC_DIR)/gnatfind$(exeext) $(GCC_DIR)/gnatfind-cross$(exeext); \
          mv $(GCC_DIR)/gnatfind$(exeext) $(GCC_DIR)/gnatfind-cross$(exeext); \
        fi
        fi
        if [ -f $(GCC_DIR)/gnatclean$(exeext) ] ; then \
        if [ -f $(GCC_DIR)/gnatclean$(exeext) ] ; then \
          mv $(GCC_DIR)/gnatclean$(exeext) $(GCC_DIR)/gnatclean-cross$(exeext); \
          mv $(GCC_DIR)/gnatclean$(exeext) $(GCC_DIR)/gnatclean-cross$(exeext); \
        fi
        fi
        if [ -f $(GCC_DIR)/gnatsym$(exeext) ] ; then \
        if [ -f $(GCC_DIR)/gnatsym$(exeext) ] ; then \
          mv $(GCC_DIR)/gnatsym$(exeext) $(GCC_DIR)/gnatsym-cross$(exeext); \
          mv $(GCC_DIR)/gnatsym$(exeext) $(GCC_DIR)/gnatsym-cross$(exeext); \
        fi
        fi
# Other
# Other
# -----
# -----
# Check uninstalled version.
# Check uninstalled version.
check:
check:
# Check installed version.
# Check installed version.
installcheck:
installcheck:
# Build info (none here).
# Build info (none here).
info:
info:
# Build DVI (none here).
# Build DVI (none here).
dvi:
dvi:
# Build PDF (none here).
# Build PDF (none here).
pdf:
pdf:
# Build HTML (none here).
# Build HTML (none here).
html:
html:
.PHONY: check installcheck info dvi pdf html
.PHONY: check installcheck info dvi pdf html
# Build TAGS (none here).
# Build TAGS (none here).
TAGS:
TAGS:
# Installation rules.
# Installation rules.
install:
install:
install-strip: install
install-strip: install
install-info:
install-info:
install-pdf:
install-pdf:
install-html:
install-html:
.PHONY: install install-strip install-info install-pdf install-html
.PHONY: install install-strip install-info install-pdf install-html
# Cleaning rules.
# Cleaning rules.
mostlyclean:
mostlyclean:
clean:
clean:
distclean:
distclean:
        $(RM) Makefile config.status config.log
        $(RM) Makefile config.status config.log
maintainer-clean:
maintainer-clean:
.PHONY: mostlyclean clean distclean maintainer-clean
.PHONY: mostlyclean clean distclean maintainer-clean
# Rules for rebuilding this Makefile.
# Rules for rebuilding this Makefile.
Makefile: $(srcdir)/Makefile.in config.status
Makefile: $(srcdir)/Makefile.in config.status
        CONFIG_FILES=$@ ; \
        CONFIG_FILES=$@ ; \
        CONFIG_HEADERS= ; \
        CONFIG_HEADERS= ; \
        $(SHELL) ./config.status
        $(SHELL) ./config.status
config.status: $(srcdir)/configure
config.status: $(srcdir)/configure
        $(SHELL) ./config.status --recheck
        $(SHELL) ./config.status --recheck
AUTOCONF = autoconf
AUTOCONF = autoconf
configure_deps = \
configure_deps = \
        $(srcdir)/configure.ac \
        $(srcdir)/configure.ac \
        $(srcdir)/../config/acx.m4 \
        $(srcdir)/../config/acx.m4 \
        $(srcdir)/../config/override.m4
        $(srcdir)/../config/override.m4
$(srcdir)/configure: @MAINT@ $(configure_deps)
$(srcdir)/configure: @MAINT@ $(configure_deps)
        cd $(srcdir) && $(AUTOCONF)
        cd $(srcdir) && $(AUTOCONF)
# Don't export variables to the environment, in order to not confuse
# Don't export variables to the environment, in order to not confuse
# configure.
# configure.
.NOEXPORT:
.NOEXPORT:
 
 

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.