stage4/generate_c/Makefile.in
author Manuele Conti <conti.ma@alice.it>
Mon, 30 Jul 2012 22:59:00 +0200
changeset 622 eaa49b276e17
parent 369 569e7d9e2406
child 649 83688d55d1ad
permissions -rw-r--r--
Add check bison version in configure.ac file.
To build correctly matiec we need bison greater or equals than 2.4 version.
Now the "configure" script is able to check if system has correctly requirements.
369
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
     1
# Makefile.in generated by automake 1.11.1 from Makefile.am.
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
     2
# @configure_input@
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
     3
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
     4
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
     5
# 2003, 2004, 2005, 2006, 2007, 2008, 2009  Free Software Foundation,
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
     6
# Inc.
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
     7
# This Makefile.in is free software; the Free Software Foundation
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
     8
# gives unlimited permission to copy and/or distribute it,
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
     9
# with or without modifications, as long as this notice is preserved.
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
    10
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
    11
# This program is distributed in the hope that it will be useful,
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
    12
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
    13
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
    14
# PARTICULAR PURPOSE.
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
    15
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
    16
@SET_MAKE@
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
    17
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
    18
VPATH = @srcdir@
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
    19
pkgdatadir = $(datadir)/@PACKAGE@
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
    20
pkgincludedir = $(includedir)/@PACKAGE@
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
    21
pkglibdir = $(libdir)/@PACKAGE@
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
    22
pkglibexecdir = $(libexecdir)/@PACKAGE@
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
    23
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
    24
install_sh_DATA = $(install_sh) -c -m 644
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
    25
install_sh_PROGRAM = $(install_sh) -c
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
    26
install_sh_SCRIPT = $(install_sh) -c
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
    27
INSTALL_HEADER = $(INSTALL_DATA)
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
    28
transform = $(program_transform_name)
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
    29
NORMAL_INSTALL = :
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
    30
PRE_INSTALL = :
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
    31
POST_INSTALL = :
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
    32
NORMAL_UNINSTALL = :
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
    33
PRE_UNINSTALL = :
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
    34
POST_UNINSTALL = :
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
    35
DIST_COMMON = $(srcdir)/../../common.mk $(srcdir)/Makefile.am \
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
    36
	$(srcdir)/Makefile.in
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
    37
subdir = stage4/generate_c
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
    38
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
    39
am__aclocal_m4_deps = $(top_srcdir)/configure.ac
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
    40
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
    41
	$(ACLOCAL_M4)
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
    42
mkinstalldirs = $(install_sh) -d
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
    43
CONFIG_HEADER = $(top_builddir)/config/config.h
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
    44
CONFIG_CLEAN_FILES =
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
    45
CONFIG_CLEAN_VPATH_FILES =
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
    46
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
    47
am__vpath_adj = case $$p in \
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
    48
    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
    49
    *) f=$$p;; \
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
    50
  esac;
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
    51
am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
    52
am__install_max = 40
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
    53
am__nobase_strip_setup = \
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
    54
  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
    55
am__nobase_strip = \
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
    56
  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
    57
am__nobase_list = $(am__nobase_strip_setup); \
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
    58
  for p in $$list; do echo "$$p $$p"; done | \
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
    59
  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
    60
  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
    61
    if (++n[$$2] == $(am__install_max)) \
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
    62
      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
    63
    END { for (dir in files) print dir, files[dir] }'
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
    64
am__base_list = \
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
    65
  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
    66
  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
    67
am__installdirs = "$(DESTDIR)$(libdir)"
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
    68
LIBRARIES = $(lib_LIBRARIES)
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
    69
AR = ar
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
    70
ARFLAGS = cru
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
    71
libstage4_c_a_AR = $(AR) $(ARFLAGS)
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
    72
libstage4_c_a_DEPENDENCIES = ../stage4.o
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
    73
am_libstage4_c_a_OBJECTS = generate_c.$(OBJEXT)
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
    74
libstage4_c_a_OBJECTS = $(am_libstage4_c_a_OBJECTS)
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
    75
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)/config
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
    76
depcomp = $(SHELL) $(top_srcdir)/config/depcomp
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
    77
am__depfiles_maybe = depfiles
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
    78
am__mv = mv -f
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
    79
CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
    80
	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
    81
CXXLD = $(CXX)
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
    82
CXXLINK = $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) \
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
    83
	-o $@
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
    84
SOURCES = $(libstage4_c_a_SOURCES)
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
    85
DIST_SOURCES = $(libstage4_c_a_SOURCES)
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
    86
ETAGS = etags
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
    87
CTAGS = ctags
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
    88
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
    89
ACLOCAL = @ACLOCAL@
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
    90
AMTAR = @AMTAR@
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
    91
AUTOCONF = @AUTOCONF@
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
    92
AUTOHEADER = @AUTOHEADER@
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
    93
AUTOMAKE = @AUTOMAKE@
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
    94
AWK = @AWK@
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
    95
CC = @CC@
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
    96
CCDEPMODE = @CCDEPMODE@
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
    97
CFLAGS = @CFLAGS@
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
    98
CPP = @CPP@
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
    99
CPPFLAGS = @CPPFLAGS@
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   100
CXX = @CXX@
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   101
CXXDEPMODE = @CXXDEPMODE@
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   102
CXXFLAGS = @CXXFLAGS@
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   103
CYGPATH_W = @CYGPATH_W@
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   104
DEFS = @DEFS@
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   105
DEPDIR = @DEPDIR@
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   106
ECHO_C = @ECHO_C@
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   107
ECHO_N = @ECHO_N@
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   108
ECHO_T = @ECHO_T@
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   109
EGREP = @EGREP@
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   110
EXEEXT = @EXEEXT@
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   111
GREP = @GREP@
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   112
INSTALL = @INSTALL@
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   113
INSTALL_DATA = @INSTALL_DATA@
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   114
INSTALL_PROGRAM = @INSTALL_PROGRAM@
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   115
INSTALL_SCRIPT = @INSTALL_SCRIPT@
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   116
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   117
LDFLAGS = @LDFLAGS@
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   118
LEX = @LEX@
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   119
LEXLIB = @LEXLIB@
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   120
LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   121
LIBOBJS = @LIBOBJS@
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   122
LIBS = @LIBS@
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   123
LN_S = @LN_S@
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   124
LTLIBOBJS = @LTLIBOBJS@
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   125
MAKEINFO = @MAKEINFO@
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   126
MKDIR_P = @MKDIR_P@
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   127
OBJEXT = @OBJEXT@
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   128
PACKAGE = @PACKAGE@
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   129
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   130
PACKAGE_NAME = @PACKAGE_NAME@
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   131
PACKAGE_STRING = @PACKAGE_STRING@
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   132
PACKAGE_TARNAME = @PACKAGE_TARNAME@
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   133
PACKAGE_URL = @PACKAGE_URL@
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   134
PACKAGE_VERSION = @PACKAGE_VERSION@
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   135
PATH_SEPARATOR = @PATH_SEPARATOR@
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   136
RANLIB = @RANLIB@
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   137
SET_MAKE = @SET_MAKE@
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   138
SHELL = @SHELL@
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   139
STRIP = @STRIP@
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   140
VERSION = @VERSION@
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   141
YACC = @YACC@
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   142
YFLAGS = @YFLAGS@
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   143
abs_builddir = @abs_builddir@
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   144
abs_srcdir = @abs_srcdir@
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   145
abs_top_builddir = @abs_top_builddir@
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   146
abs_top_srcdir = @abs_top_srcdir@
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   147
ac_ct_CC = @ac_ct_CC@
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   148
ac_ct_CXX = @ac_ct_CXX@
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   149
am__include = @am__include@
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   150
am__leading_dot = @am__leading_dot@
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   151
am__quote = @am__quote@
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   152
am__tar = @am__tar@
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   153
am__untar = @am__untar@
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   154
bindir = @bindir@
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   155
build_alias = @build_alias@
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   156
builddir = @builddir@
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   157
datadir = @datadir@
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   158
datarootdir = @datarootdir@
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   159
docdir = @docdir@
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   160
dvidir = @dvidir@
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   161
exec_prefix = @exec_prefix@
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   162
host_alias = @host_alias@
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   163
htmldir = @htmldir@
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   164
includedir = @includedir@
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   165
infodir = @infodir@
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   166
install_sh = @install_sh@
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   167
libdir = @libdir@
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   168
libexecdir = @libexecdir@
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   169
localedir = @localedir@
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   170
localstatedir = @localstatedir@
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   171
mandir = @mandir@
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   172
mkdir_p = @mkdir_p@
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   173
oldincludedir = @oldincludedir@
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   174
pdfdir = @pdfdir@
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   175
prefix = @prefix@
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   176
program_transform_name = @program_transform_name@
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   177
psdir = @psdir@
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   178
sbindir = @sbindir@
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   179
sharedstatedir = @sharedstatedir@
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   180
srcdir = @srcdir@
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   181
sysconfdir = @sysconfdir@
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   182
target_alias = @target_alias@
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   183
top_build_prefix = @top_build_prefix@
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   184
top_builddir = @top_builddir@
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   185
top_srcdir = @top_srcdir@
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   186
AM_CXXFLAGS = -g -Wall -Wpointer-arith -Wwrite-strings -Wno-unused 
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   187
lib_LIBRARIES = libstage4_c.a
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   188
libstage4_c_a_SOURCES = generate_c.cc 
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   189
libstage4_c_a_LIBADD = ../stage4.o
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   190
libstage4_c_a_cppflags = -I../../../absyntax
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   191
all: all-am
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   192
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   193
.SUFFIXES:
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   194
.SUFFIXES: .cc .o .obj
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   195
$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am $(srcdir)/../../common.mk $(am__configure_deps)
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   196
	@for dep in $?; do \
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   197
	  case '$(am__configure_deps)' in \
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   198
	    *$$dep*) \
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   199
	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   200
	        && { if test -f $@; then exit 0; else break; fi; }; \
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   201
	      exit 1;; \
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   202
	  esac; \
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   203
	done; \
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   204
	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign stage4/generate_c/Makefile'; \
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   205
	$(am__cd) $(top_srcdir) && \
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   206
	  $(AUTOMAKE) --foreign stage4/generate_c/Makefile
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   207
.PRECIOUS: Makefile
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   208
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   209
	@case '$?' in \
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   210
	  *config.status*) \
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   211
	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   212
	  *) \
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   213
	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   214
	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   215
	esac;
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   216
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   217
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   218
	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   219
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   220
$(top_srcdir)/configure:  $(am__configure_deps)
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   221
	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   222
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   223
	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   224
$(am__aclocal_m4_deps):
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   225
install-libLIBRARIES: $(lib_LIBRARIES)
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   226
	@$(NORMAL_INSTALL)
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   227
	test -z "$(libdir)" || $(MKDIR_P) "$(DESTDIR)$(libdir)"
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   228
	@list='$(lib_LIBRARIES)'; test -n "$(libdir)" || list=; \
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   229
	list2=; for p in $$list; do \
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   230
	  if test -f $$p; then \
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   231
	    list2="$$list2 $$p"; \
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   232
	  else :; fi; \
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   233
	done; \
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   234
	test -z "$$list2" || { \
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   235
	  echo " $(INSTALL_DATA) $$list2 '$(DESTDIR)$(libdir)'"; \
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   236
	  $(INSTALL_DATA) $$list2 "$(DESTDIR)$(libdir)" || exit $$?; }
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   237
	@$(POST_INSTALL)
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   238
	@list='$(lib_LIBRARIES)'; test -n "$(libdir)" || list=; \
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   239
	for p in $$list; do \
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   240
	  if test -f $$p; then \
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   241
	    $(am__strip_dir) \
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   242
	    echo " ( cd '$(DESTDIR)$(libdir)' && $(RANLIB) $$f )"; \
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   243
	    ( cd "$(DESTDIR)$(libdir)" && $(RANLIB) $$f ) || exit $$?; \
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   244
	  else :; fi; \
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   245
	done
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   246
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   247
uninstall-libLIBRARIES:
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   248
	@$(NORMAL_UNINSTALL)
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   249
	@list='$(lib_LIBRARIES)'; test -n "$(libdir)" || list=; \
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   250
	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   251
	test -n "$$files" || exit 0; \
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   252
	echo " ( cd '$(DESTDIR)$(libdir)' && rm -f "$$files" )"; \
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   253
	cd "$(DESTDIR)$(libdir)" && rm -f $$files
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   254
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   255
clean-libLIBRARIES:
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   256
	-test -z "$(lib_LIBRARIES)" || rm -f $(lib_LIBRARIES)
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   257
libstage4_c.a: $(libstage4_c_a_OBJECTS) $(libstage4_c_a_DEPENDENCIES) 
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   258
	-rm -f libstage4_c.a
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   259
	$(libstage4_c_a_AR) libstage4_c.a $(libstage4_c_a_OBJECTS) $(libstage4_c_a_LIBADD)
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   260
	$(RANLIB) libstage4_c.a
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   261
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   262
mostlyclean-compile:
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   263
	-rm -f *.$(OBJEXT)
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   264
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   265
distclean-compile:
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   266
	-rm -f *.tab.c
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   267
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   268
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/generate_c.Po@am__quote@
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   269
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   270
.cc.o:
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   271
@am__fastdepCXX_TRUE@	$(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   272
@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   273
@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   274
@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   275
@am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ $<
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   276
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   277
.cc.obj:
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   278
@am__fastdepCXX_TRUE@	$(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   279
@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   280
@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   281
@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   282
@am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   283
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   284
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   285
	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   286
	unique=`for i in $$list; do \
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   287
	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   288
	  done | \
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   289
	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   290
	      END { if (nonempty) { for (i in files) print i; }; }'`; \
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   291
	mkid -fID $$unique
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   292
tags: TAGS
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   293
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   294
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   295
		$(TAGS_FILES) $(LISP)
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   296
	set x; \
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   297
	here=`pwd`; \
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   298
	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   299
	unique=`for i in $$list; do \
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   300
	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   301
	  done | \
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   302
	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   303
	      END { if (nonempty) { for (i in files) print i; }; }'`; \
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   304
	shift; \
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   305
	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   306
	  test -n "$$unique" || unique=$$empty_fix; \
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   307
	  if test $$# -gt 0; then \
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   308
	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   309
	      "$$@" $$unique; \
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   310
	  else \
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   311
	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   312
	      $$unique; \
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   313
	  fi; \
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   314
	fi
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   315
ctags: CTAGS
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   316
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   317
		$(TAGS_FILES) $(LISP)
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   318
	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   319
	unique=`for i in $$list; do \
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   320
	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   321
	  done | \
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   322
	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   323
	      END { if (nonempty) { for (i in files) print i; }; }'`; \
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   324
	test -z "$(CTAGS_ARGS)$$unique" \
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   325
	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   326
	     $$unique
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   327
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   328
GTAGS:
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   329
	here=`$(am__cd) $(top_builddir) && pwd` \
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   330
	  && $(am__cd) $(top_srcdir) \
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   331
	  && gtags -i $(GTAGS_ARGS) "$$here"
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   332
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   333
distclean-tags:
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   334
	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   335
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   336
distdir: $(DISTFILES)
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   337
	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   338
	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   339
	list='$(DISTFILES)'; \
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   340
	  dist_files=`for file in $$list; do echo $$file; done | \
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   341
	  sed -e "s|^$$srcdirstrip/||;t" \
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   342
	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   343
	case $$dist_files in \
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   344
	  */*) $(MKDIR_P) `echo "$$dist_files" | \
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   345
			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   346
			   sort -u` ;; \
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   347
	esac; \
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   348
	for file in $$dist_files; do \
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   349
	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   350
	  if test -d $$d/$$file; then \
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   351
	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   352
	    if test -d "$(distdir)/$$file"; then \
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   353
	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   354
	    fi; \
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   355
	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   356
	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   357
	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   358
	    fi; \
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   359
	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   360
	  else \
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   361
	    test -f "$(distdir)/$$file" \
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   362
	    || cp -p $$d/$$file "$(distdir)/$$file" \
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   363
	    || exit 1; \
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   364
	  fi; \
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   365
	done
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   366
check-am: all-am
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   367
check: check-am
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   368
all-am: Makefile $(LIBRARIES)
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   369
installdirs:
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   370
	for dir in "$(DESTDIR)$(libdir)"; do \
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   371
	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   372
	done
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   373
install: install-am
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   374
install-exec: install-exec-am
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   375
install-data: install-data-am
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   376
uninstall: uninstall-am
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   377
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   378
install-am: all-am
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   379
	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   380
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   381
installcheck: installcheck-am
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   382
install-strip:
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   383
	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   384
	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   385
	  `test -z '$(STRIP)' || \
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   386
	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   387
mostlyclean-generic:
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   388
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   389
clean-generic:
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   390
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   391
distclean-generic:
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   392
	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   393
	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   394
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   395
maintainer-clean-generic:
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   396
	@echo "This command is intended for maintainers to use"
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   397
	@echo "it deletes files that may require special tools to rebuild."
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   398
clean: clean-am
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   399
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   400
clean-am: clean-generic clean-libLIBRARIES mostlyclean-am
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   401
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   402
distclean: distclean-am
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   403
	-rm -rf ./$(DEPDIR)
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   404
	-rm -f Makefile
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   405
distclean-am: clean-am distclean-compile distclean-generic \
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   406
	distclean-tags
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   407
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   408
dvi: dvi-am
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   409
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   410
dvi-am:
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   411
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   412
html: html-am
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   413
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   414
html-am:
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   415
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   416
info: info-am
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   417
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   418
info-am:
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   419
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   420
install-data-am:
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   421
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   422
install-dvi: install-dvi-am
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   423
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   424
install-dvi-am:
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   425
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   426
install-exec-am: install-libLIBRARIES
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   427
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   428
install-html: install-html-am
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   429
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   430
install-html-am:
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   431
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   432
install-info: install-info-am
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   433
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   434
install-info-am:
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   435
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   436
install-man:
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   437
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   438
install-pdf: install-pdf-am
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   439
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   440
install-pdf-am:
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   441
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   442
install-ps: install-ps-am
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   443
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   444
install-ps-am:
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   445
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   446
installcheck-am:
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   447
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   448
maintainer-clean: maintainer-clean-am
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   449
	-rm -rf ./$(DEPDIR)
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   450
	-rm -f Makefile
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   451
maintainer-clean-am: distclean-am maintainer-clean-generic
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   452
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   453
mostlyclean: mostlyclean-am
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   454
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   455
mostlyclean-am: mostlyclean-compile mostlyclean-generic
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   456
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   457
pdf: pdf-am
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   458
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   459
pdf-am:
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   460
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   461
ps: ps-am
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   462
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   463
ps-am:
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   464
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   465
uninstall-am: uninstall-libLIBRARIES
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   466
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   467
.MAKE: install-am install-strip
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   468
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   469
.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   470
	clean-libLIBRARIES ctags distclean distclean-compile \
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   471
	distclean-generic distclean-tags distdir dvi dvi-am html \
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   472
	html-am info info-am install install-am install-data \
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   473
	install-data-am install-dvi install-dvi-am install-exec \
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   474
	install-exec-am install-html install-html-am install-info \
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   475
	install-info-am install-libLIBRARIES install-man install-pdf \
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   476
	install-pdf-am install-ps install-ps-am install-strip \
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   477
	installcheck installcheck-am installdirs maintainer-clean \
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   478
	maintainer-clean-generic mostlyclean mostlyclean-compile \
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   479
	mostlyclean-generic pdf pdf-am ps ps-am tags uninstall \
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   480
	uninstall-am uninstall-libLIBRARIES
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   481
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   482
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   483
# Tell versions [3.59,3.63) of GNU make to not export all variables.
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   484
# Otherwise a system limit (for SysV at least) may be exceeded.
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   485
.NOEXPORT: