stage4/generate_c/Makefile.in
author Manuele Conti <conti.ma@alice.it>
Tue, 20 Nov 2012 21:06:55 +0100
changeset 750 25f7b35bdff7
parent 748 ad4265253528
permissions -rw-r--r--
Refix automake files.
750
25f7b35bdff7 Refix automake files.
Manuele Conti <conti.ma@alice.it>
parents: 748
diff changeset
     1
# Makefile.in generated by automake 1.11.3 from Makefile.am.
369
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,
750
25f7b35bdff7 Refix automake files.
Manuele Conti <conti.ma@alice.it>
parents: 748
diff changeset
     5
# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software
25f7b35bdff7 Refix automake files.
Manuele Conti <conti.ma@alice.it>
parents: 748
diff changeset
     6
# Foundation, Inc.
369
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'
750
25f7b35bdff7 Refix automake files.
Manuele Conti <conti.ma@alice.it>
parents: 748
diff changeset
    67
am__uninstall_files_from_dir = { \
25f7b35bdff7 Refix automake files.
Manuele Conti <conti.ma@alice.it>
parents: 748
diff changeset
    68
  test -z "$$files" \
25f7b35bdff7 Refix automake files.
Manuele Conti <conti.ma@alice.it>
parents: 748
diff changeset
    69
    || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
25f7b35bdff7 Refix automake files.
Manuele Conti <conti.ma@alice.it>
parents: 748
diff changeset
    70
    || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
25f7b35bdff7 Refix automake files.
Manuele Conti <conti.ma@alice.it>
parents: 748
diff changeset
    71
         $(am__cd) "$$dir" && rm -f $$files; }; \
25f7b35bdff7 Refix automake files.
Manuele Conti <conti.ma@alice.it>
parents: 748
diff changeset
    72
  }
369
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
    73
am__installdirs = "$(DESTDIR)$(libdir)"
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
    74
LIBRARIES = $(lib_LIBRARIES)
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
    75
AR = ar
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
    76
ARFLAGS = cru
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
    77
libstage4_c_a_AR = $(AR) $(ARFLAGS)
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
    78
libstage4_c_a_DEPENDENCIES = ../stage4.o
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
    79
am_libstage4_c_a_OBJECTS = generate_c.$(OBJEXT)
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
    80
libstage4_c_a_OBJECTS = $(am_libstage4_c_a_OBJECTS)
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
    81
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)/config
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
    82
depcomp = $(SHELL) $(top_srcdir)/config/depcomp
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
    83
am__depfiles_maybe = depfiles
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
    84
am__mv = mv -f
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
    85
CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
    86
	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
    87
CXXLD = $(CXX)
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
    88
CXXLINK = $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) \
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
    89
	-o $@
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
    90
SOURCES = $(libstage4_c_a_SOURCES)
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
    91
DIST_SOURCES = $(libstage4_c_a_SOURCES)
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
    92
ETAGS = etags
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
    93
CTAGS = ctags
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
    94
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
    95
ACLOCAL = @ACLOCAL@
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
    96
AMTAR = @AMTAR@
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
    97
AUTOCONF = @AUTOCONF@
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
    98
AUTOHEADER = @AUTOHEADER@
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
    99
AUTOMAKE = @AUTOMAKE@
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   100
AWK = @AWK@
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   101
CC = @CC@
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   102
CCDEPMODE = @CCDEPMODE@
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   103
CFLAGS = @CFLAGS@
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   104
CPP = @CPP@
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   105
CPPFLAGS = @CPPFLAGS@
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   106
CXX = @CXX@
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   107
CXXDEPMODE = @CXXDEPMODE@
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   108
CXXFLAGS = @CXXFLAGS@
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   109
CYGPATH_W = @CYGPATH_W@
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   110
DEFS = @DEFS@
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   111
DEPDIR = @DEPDIR@
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   112
ECHO_C = @ECHO_C@
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   113
ECHO_N = @ECHO_N@
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   114
ECHO_T = @ECHO_T@
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   115
EGREP = @EGREP@
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   116
EXEEXT = @EXEEXT@
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   117
GREP = @GREP@
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   118
INSTALL = @INSTALL@
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   119
INSTALL_DATA = @INSTALL_DATA@
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   120
INSTALL_PROGRAM = @INSTALL_PROGRAM@
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   121
INSTALL_SCRIPT = @INSTALL_SCRIPT@
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   122
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   123
LDFLAGS = @LDFLAGS@
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   124
LEX = @LEX@
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   125
LEXLIB = @LEXLIB@
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   126
LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   127
LIBOBJS = @LIBOBJS@
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   128
LIBS = @LIBS@
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   129
LN_S = @LN_S@
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   130
LTLIBOBJS = @LTLIBOBJS@
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   131
MAKEINFO = @MAKEINFO@
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   132
MKDIR_P = @MKDIR_P@
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   133
OBJEXT = @OBJEXT@
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   134
PACKAGE = @PACKAGE@
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   135
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   136
PACKAGE_NAME = @PACKAGE_NAME@
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   137
PACKAGE_STRING = @PACKAGE_STRING@
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   138
PACKAGE_TARNAME = @PACKAGE_TARNAME@
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   139
PACKAGE_URL = @PACKAGE_URL@
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   140
PACKAGE_VERSION = @PACKAGE_VERSION@
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   141
PATH_SEPARATOR = @PATH_SEPARATOR@
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   142
RANLIB = @RANLIB@
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   143
SET_MAKE = @SET_MAKE@
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   144
SHELL = @SHELL@
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   145
STRIP = @STRIP@
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   146
VERSION = @VERSION@
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   147
YACC = @YACC@
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   148
YFLAGS = @YFLAGS@
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   149
abs_builddir = @abs_builddir@
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   150
abs_srcdir = @abs_srcdir@
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   151
abs_top_builddir = @abs_top_builddir@
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   152
abs_top_srcdir = @abs_top_srcdir@
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   153
ac_ct_CC = @ac_ct_CC@
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   154
ac_ct_CXX = @ac_ct_CXX@
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   155
am__include = @am__include@
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   156
am__leading_dot = @am__leading_dot@
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   157
am__quote = @am__quote@
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   158
am__tar = @am__tar@
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   159
am__untar = @am__untar@
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   160
bindir = @bindir@
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   161
build_alias = @build_alias@
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   162
builddir = @builddir@
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   163
datadir = @datadir@
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   164
datarootdir = @datarootdir@
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   165
docdir = @docdir@
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   166
dvidir = @dvidir@
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   167
exec_prefix = @exec_prefix@
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   168
host_alias = @host_alias@
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   169
htmldir = @htmldir@
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   170
includedir = @includedir@
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   171
infodir = @infodir@
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   172
install_sh = @install_sh@
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   173
libdir = @libdir@
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   174
libexecdir = @libexecdir@
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   175
localedir = @localedir@
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   176
localstatedir = @localstatedir@
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   177
mandir = @mandir@
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   178
mkdir_p = @mkdir_p@
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   179
oldincludedir = @oldincludedir@
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   180
pdfdir = @pdfdir@
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   181
prefix = @prefix@
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   182
program_transform_name = @program_transform_name@
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   183
psdir = @psdir@
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   184
sbindir = @sbindir@
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   185
sharedstatedir = @sharedstatedir@
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   186
srcdir = @srcdir@
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   187
sysconfdir = @sysconfdir@
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   188
target_alias = @target_alias@
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   189
top_build_prefix = @top_build_prefix@
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   190
top_builddir = @top_builddir@
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   191
top_srcdir = @top_srcdir@
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   192
AM_CXXFLAGS = -g -Wall -Wpointer-arith -Wwrite-strings -Wno-unused 
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   193
lib_LIBRARIES = libstage4_c.a
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   194
libstage4_c_a_SOURCES = generate_c.cc 
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   195
libstage4_c_a_LIBADD = ../stage4.o
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   196
libstage4_c_a_cppflags = -I../../../absyntax
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   197
all: all-am
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   198
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   199
.SUFFIXES:
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   200
.SUFFIXES: .cc .o .obj
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   201
$(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
   202
	@for dep in $?; do \
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   203
	  case '$(am__configure_deps)' in \
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   204
	    *$$dep*) \
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   205
	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   206
	        && { if test -f $@; then exit 0; else break; fi; }; \
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   207
	      exit 1;; \
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   208
	  esac; \
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   209
	done; \
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   210
	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign stage4/generate_c/Makefile'; \
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   211
	$(am__cd) $(top_srcdir) && \
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   212
	  $(AUTOMAKE) --foreign stage4/generate_c/Makefile
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   213
.PRECIOUS: Makefile
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   214
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   215
	@case '$?' in \
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   216
	  *config.status*) \
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   217
	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   218
	  *) \
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   219
	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   220
	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   221
	esac;
750
25f7b35bdff7 Refix automake files.
Manuele Conti <conti.ma@alice.it>
parents: 748
diff changeset
   222
$(srcdir)/../../common.mk:
369
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   223
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   224
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   225
	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   226
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   227
$(top_srcdir)/configure:  $(am__configure_deps)
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   228
	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   229
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   230
	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   231
$(am__aclocal_m4_deps):
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   232
install-libLIBRARIES: $(lib_LIBRARIES)
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   233
	@$(NORMAL_INSTALL)
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   234
	test -z "$(libdir)" || $(MKDIR_P) "$(DESTDIR)$(libdir)"
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   235
	@list='$(lib_LIBRARIES)'; test -n "$(libdir)" || list=; \
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   236
	list2=; for p in $$list; do \
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   237
	  if test -f $$p; then \
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   238
	    list2="$$list2 $$p"; \
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   239
	  else :; fi; \
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   240
	done; \
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   241
	test -z "$$list2" || { \
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   242
	  echo " $(INSTALL_DATA) $$list2 '$(DESTDIR)$(libdir)'"; \
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   243
	  $(INSTALL_DATA) $$list2 "$(DESTDIR)$(libdir)" || exit $$?; }
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   244
	@$(POST_INSTALL)
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   245
	@list='$(lib_LIBRARIES)'; test -n "$(libdir)" || list=; \
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   246
	for p in $$list; do \
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   247
	  if test -f $$p; then \
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   248
	    $(am__strip_dir) \
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   249
	    echo " ( cd '$(DESTDIR)$(libdir)' && $(RANLIB) $$f )"; \
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   250
	    ( cd "$(DESTDIR)$(libdir)" && $(RANLIB) $$f ) || exit $$?; \
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   251
	  else :; fi; \
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   252
	done
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   253
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   254
uninstall-libLIBRARIES:
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   255
	@$(NORMAL_UNINSTALL)
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   256
	@list='$(lib_LIBRARIES)'; test -n "$(libdir)" || list=; \
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   257
	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
750
25f7b35bdff7 Refix automake files.
Manuele Conti <conti.ma@alice.it>
parents: 748
diff changeset
   258
	dir='$(DESTDIR)$(libdir)'; $(am__uninstall_files_from_dir)
369
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   259
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   260
clean-libLIBRARIES:
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   261
	-test -z "$(lib_LIBRARIES)" || rm -f $(lib_LIBRARIES)
750
25f7b35bdff7 Refix automake files.
Manuele Conti <conti.ma@alice.it>
parents: 748
diff changeset
   262
libstage4_c.a: $(libstage4_c_a_OBJECTS) $(libstage4_c_a_DEPENDENCIES) $(EXTRA_libstage4_c_a_DEPENDENCIES) 
369
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   263
	-rm -f libstage4_c.a
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   264
	$(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
   265
	$(RANLIB) libstage4_c.a
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   266
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   267
mostlyclean-compile:
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   268
	-rm -f *.$(OBJEXT)
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
distclean-compile:
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   271
	-rm -f *.tab.c
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   272
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   273
@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
   274
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   275
.cc.o:
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   276
@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
   277
@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   278
@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   279
@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   280
@am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ $<
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   281
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   282
.cc.obj:
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   283
@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
   284
@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   285
@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   286
@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   287
@am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   288
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   289
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   290
	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   291
	unique=`for i in $$list; do \
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   292
	    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
   293
	  done | \
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   294
	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   295
	      END { if (nonempty) { for (i in files) print i; }; }'`; \
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   296
	mkid -fID $$unique
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   297
tags: TAGS
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   298
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   299
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   300
		$(TAGS_FILES) $(LISP)
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   301
	set x; \
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   302
	here=`pwd`; \
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   303
	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   304
	unique=`for i in $$list; do \
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   305
	    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
   306
	  done | \
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   307
	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   308
	      END { if (nonempty) { for (i in files) print i; }; }'`; \
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   309
	shift; \
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   310
	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   311
	  test -n "$$unique" || unique=$$empty_fix; \
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   312
	  if test $$# -gt 0; then \
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   313
	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   314
	      "$$@" $$unique; \
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   315
	  else \
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   316
	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   317
	      $$unique; \
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   318
	  fi; \
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   319
	fi
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   320
ctags: CTAGS
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   321
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   322
		$(TAGS_FILES) $(LISP)
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   323
	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   324
	unique=`for i in $$list; do \
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   325
	    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
   326
	  done | \
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   327
	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   328
	      END { if (nonempty) { for (i in files) print i; }; }'`; \
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   329
	test -z "$(CTAGS_ARGS)$$unique" \
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   330
	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   331
	     $$unique
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
GTAGS:
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   334
	here=`$(am__cd) $(top_builddir) && pwd` \
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   335
	  && $(am__cd) $(top_srcdir) \
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   336
	  && gtags -i $(GTAGS_ARGS) "$$here"
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   337
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   338
distclean-tags:
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   339
	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   340
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   341
distdir: $(DISTFILES)
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   342
	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   343
	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   344
	list='$(DISTFILES)'; \
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   345
	  dist_files=`for file in $$list; do echo $$file; done | \
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   346
	  sed -e "s|^$$srcdirstrip/||;t" \
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   347
	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   348
	case $$dist_files in \
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   349
	  */*) $(MKDIR_P) `echo "$$dist_files" | \
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   350
			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   351
			   sort -u` ;; \
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   352
	esac; \
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   353
	for file in $$dist_files; do \
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   354
	  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
   355
	  if test -d $$d/$$file; then \
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   356
	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   357
	    if test -d "$(distdir)/$$file"; then \
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   358
	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   359
	    fi; \
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   360
	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   361
	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   362
	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   363
	    fi; \
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   364
	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   365
	  else \
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   366
	    test -f "$(distdir)/$$file" \
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   367
	    || cp -p $$d/$$file "$(distdir)/$$file" \
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   368
	    || exit 1; \
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   369
	  fi; \
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   370
	done
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   371
check-am: all-am
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   372
check: check-am
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   373
all-am: Makefile $(LIBRARIES)
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   374
installdirs:
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   375
	for dir in "$(DESTDIR)$(libdir)"; do \
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   376
	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   377
	done
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   378
install: install-am
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   379
install-exec: install-exec-am
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   380
install-data: install-data-am
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   381
uninstall: uninstall-am
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   382
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   383
install-am: all-am
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   384
	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   385
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   386
installcheck: installcheck-am
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   387
install-strip:
750
25f7b35bdff7 Refix automake files.
Manuele Conti <conti.ma@alice.it>
parents: 748
diff changeset
   388
	if test -z '$(STRIP)'; then \
25f7b35bdff7 Refix automake files.
Manuele Conti <conti.ma@alice.it>
parents: 748
diff changeset
   389
	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
25f7b35bdff7 Refix automake files.
Manuele Conti <conti.ma@alice.it>
parents: 748
diff changeset
   390
	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
25f7b35bdff7 Refix automake files.
Manuele Conti <conti.ma@alice.it>
parents: 748
diff changeset
   391
	      install; \
25f7b35bdff7 Refix automake files.
Manuele Conti <conti.ma@alice.it>
parents: 748
diff changeset
   392
	else \
25f7b35bdff7 Refix automake files.
Manuele Conti <conti.ma@alice.it>
parents: 748
diff changeset
   393
	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
25f7b35bdff7 Refix automake files.
Manuele Conti <conti.ma@alice.it>
parents: 748
diff changeset
   394
	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
25f7b35bdff7 Refix automake files.
Manuele Conti <conti.ma@alice.it>
parents: 748
diff changeset
   395
	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
25f7b35bdff7 Refix automake files.
Manuele Conti <conti.ma@alice.it>
parents: 748
diff changeset
   396
	fi
369
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   397
mostlyclean-generic:
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   398
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   399
clean-generic:
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   400
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   401
distclean-generic:
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   402
	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   403
	-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
   404
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   405
maintainer-clean-generic:
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   406
	@echo "This command is intended for maintainers to use"
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   407
	@echo "it deletes files that may require special tools to rebuild."
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   408
clean: clean-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
clean-am: clean-generic clean-libLIBRARIES mostlyclean-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
distclean: distclean-am
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   413
	-rm -rf ./$(DEPDIR)
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   414
	-rm -f Makefile
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   415
distclean-am: clean-am distclean-compile distclean-generic \
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   416
	distclean-tags
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
dvi: dvi-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
dvi-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
html: html-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
html-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
info: info-am
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
info-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-data-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-dvi: install-dvi-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-dvi-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-exec-am: install-libLIBRARIES
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-html: install-html-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-html-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-info: install-info-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-info-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
install-man:
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
install-pdf: install-pdf-am
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   449
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   450
install-pdf-am:
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   451
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   452
install-ps: install-ps-am
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   453
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   454
install-ps-am:
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   455
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   456
installcheck-am:
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   457
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   458
maintainer-clean: maintainer-clean-am
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   459
	-rm -rf ./$(DEPDIR)
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   460
	-rm -f Makefile
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   461
maintainer-clean-am: distclean-am maintainer-clean-generic
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
mostlyclean: mostlyclean-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
mostlyclean-am: mostlyclean-compile mostlyclean-generic
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
pdf: pdf-am
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
pdf-am:
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   470
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   471
ps: ps-am
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   472
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   473
ps-am:
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   474
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   475
uninstall-am: uninstall-libLIBRARIES
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   476
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   477
.MAKE: install-am install-strip
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   478
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   479
.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
   480
	clean-libLIBRARIES ctags distclean distclean-compile \
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   481
	distclean-generic distclean-tags distdir dvi dvi-am html \
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   482
	html-am info info-am install install-am install-data \
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   483
	install-data-am install-dvi install-dvi-am install-exec \
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   484
	install-exec-am install-html install-html-am install-info \
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   485
	install-info-am install-libLIBRARIES install-man install-pdf \
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   486
	install-pdf-am install-ps install-ps-am install-strip \
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   487
	installcheck installcheck-am installdirs maintainer-clean \
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   488
	maintainer-clean-generic mostlyclean mostlyclean-compile \
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   489
	mostlyclean-generic pdf pdf-am ps ps-am tags uninstall \
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   490
	uninstall-am uninstall-libLIBRARIES
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   491
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   492
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   493
# 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
   494
# Otherwise a system limit (for SysV at least) may be exceeded.
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
   495
.NOEXPORT: