~kklimonda/ubuntu/natty/glibmm2.4/update

« back to all changes in this revision

Viewing changes to tools/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Robert Ancell
  • Date: 2009-08-28 08:32:22 UTC
  • mfrom: (1.2.38 upstream)
  • Revision ID: james.westby@ubuntu.com-20090828083222-qr6jekfjlsz52rb7
Tags: 2.21.4.1-0ubuntu1
* New upstream release: (LP: #419705)
  2.21.4.1
  - Reenable hierarchy graphs for each class
  - Remove header and footer HTML fragments
  - Use shared mm-common Doxygen style sheet
  2.21.4
  - Transition to new mm-common build infrastructure
  - Correct the if condition in Gio::MemoryInputStream::add_data().
* debian/control.in:
  - Remove debian VCS links as they confuse debcheckout
* debian/libglibmm-2.4-dev.install:
  - Install files from /usr/share/glibmm-2.4/doctool

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.11 from Makefile.am.
 
1
# Makefile.in generated by automake 1.10.2 from Makefile.am.
2
2
# @configure_input@
3
3
 
4
4
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5
 
# 2003, 2004, 2005, 2006, 2007, 2008, 2009  Free Software Foundation,
6
 
# Inc.
 
5
# 2003, 2004, 2005, 2006, 2007, 2008  Free Software Foundation, Inc.
7
6
# This Makefile.in is free software; the Free Software Foundation
8
7
# gives unlimited permission to copy and/or distribute it,
9
8
# with or without modifications, as long as this notice is preserved.
15
14
 
16
15
@SET_MAKE@
17
16
 
 
17
 
 
18
 
 
19
 
 
20
 
18
21
VPATH = @srcdir@
19
22
pkgdatadir = $(datadir)/@PACKAGE@
 
23
pkglibdir = $(libdir)/@PACKAGE@
20
24
pkgincludedir = $(includedir)/@PACKAGE@
21
 
pkglibdir = $(libdir)/@PACKAGE@
22
 
pkglibexecdir = $(libexecdir)/@PACKAGE@
23
25
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
24
26
install_sh_DATA = $(install_sh) -c -m 644
25
27
install_sh_PROGRAM = $(install_sh) -c
34
36
POST_UNINSTALL = :
35
37
build_triplet = @build@
36
38
host_triplet = @host@
37
 
DIST_COMMON = README $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
38
 
        $(srcdir)/generate_wrap_init.pl.in $(srcdir)/gmmproc.in \
39
 
        $(top_srcdir)/tools/Makefile_list_of_sources.am_fragment \
40
 
        $(top_srcdir)/tools/m4/Makefile_list_of_sources.am_fragment \
41
 
        $(top_srcdir)/tools/pm/Makefile_list_of_sources.am_fragment \
42
 
        TODO
 
39
DIST_COMMON = README $(dist_gmmproc_m4_DATA) $(dist_gmmproc_pm_DATA) \
 
40
        $(dist_noinst_DATA) $(dist_noinst_SCRIPTS) \
 
41
        $(extradefs_include_HEADERS) $(srcdir)/Makefile.am \
 
42
        $(srcdir)/Makefile.in $(srcdir)/generate_wrap_init.pl.in \
 
43
        $(srcdir)/gmmproc.in $(srcdir)/m4/filelist.am \
 
44
        $(srcdir)/pm/filelist.am TODO
 
45
noinst_PROGRAMS = extra_defs_gen/generate_defs_glib$(EXEEXT) \
 
46
        extra_defs_gen/generate_defs_gio$(EXEEXT)
43
47
subdir = tools
44
48
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
45
 
am__aclocal_m4_deps = $(top_srcdir)/scripts/c_std.m4 \
46
 
        $(top_srcdir)/scripts/cxx.m4 $(top_srcdir)/scripts/cxx_std.m4 \
47
 
        $(top_srcdir)/scripts/dk-feature.m4 \
48
 
        $(top_srcdir)/scripts/dk-warn.m4 \
49
 
        $(top_srcdir)/scripts/docgen.m4 \
50
 
        $(top_srcdir)/scripts/macros.m4 \
51
 
        $(top_srcdir)/scripts/reduced.m4 $(top_srcdir)/scripts/sun.m4 \
52
 
        $(top_srcdir)/configure.ac
 
49
am__aclocal_m4_deps = $(top_srcdir)/build/c_std.m4 \
 
50
        $(top_srcdir)/build/cxx.m4 $(top_srcdir)/build/cxx_std.m4 \
 
51
        $(top_srcdir)/build/dk-feature.m4 \
 
52
        $(top_srcdir)/build/libtool.m4 \
 
53
        $(top_srcdir)/build/ltoptions.m4 \
 
54
        $(top_srcdir)/build/ltsugar.m4 \
 
55
        $(top_srcdir)/build/ltversion.m4 \
 
56
        $(top_srcdir)/build/lt~obsolete.m4 \
 
57
        $(top_srcdir)/build/macros.m4 $(top_srcdir)/build/reduced.m4 \
 
58
        $(top_srcdir)/build/sun.m4 $(top_srcdir)/configure.ac
53
59
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
54
60
        $(ACLOCAL_M4)
55
61
mkinstalldirs = $(install_sh) -d
57
63
        $(top_builddir)/glib/glibmmconfig.h \
58
64
        $(top_builddir)/gio/giommconfig.h
59
65
CONFIG_CLEAN_FILES = gmmproc generate_wrap_init.pl
60
 
CONFIG_CLEAN_VPATH_FILES =
61
66
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
62
67
am__vpath_adj = case $$p in \
63
68
    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
64
69
    *) f=$$p;; \
65
70
  esac;
66
 
am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
67
 
am__install_max = 40
68
 
am__nobase_strip_setup = \
69
 
  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
70
 
am__nobase_strip = \
71
 
  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
72
 
am__nobase_list = $(am__nobase_strip_setup); \
73
 
  for p in $$list; do echo "$$p $$p"; done | \
74
 
  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
75
 
  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
76
 
    if (++n[$$2] == $(am__install_max)) \
77
 
      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
78
 
    END { for (dir in files) print dir, files[dir] }'
79
 
am__base_list = \
80
 
  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
81
 
  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
82
 
am__installdirs = "$(DESTDIR)$(gmmproc_bindir)"
83
 
SCRIPTS = $(gmmproc_bin_SCRIPTS)
84
 
SOURCES =
85
 
DIST_SOURCES =
86
 
RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
87
 
        html-recursive info-recursive install-data-recursive \
88
 
        install-dvi-recursive install-exec-recursive \
89
 
        install-html-recursive install-info-recursive \
90
 
        install-pdf-recursive install-ps-recursive install-recursive \
91
 
        installcheck-recursive installdirs-recursive pdf-recursive \
92
 
        ps-recursive uninstall-recursive
93
 
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
94
 
  distclean-recursive maintainer-clean-recursive
95
 
AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
96
 
        $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
97
 
        distdir
 
71
am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
 
72
am__installdirs = "$(DESTDIR)$(libdir)" "$(DESTDIR)$(gmmproc_bindir)" \
 
73
        "$(DESTDIR)$(gmmproc_m4dir)" "$(DESTDIR)$(gmmproc_pmdir)" \
 
74
        "$(DESTDIR)$(extradefs_includedir)"
 
75
libLTLIBRARIES_INSTALL = $(INSTALL)
 
76
LTLIBRARIES = $(lib_LTLIBRARIES)
 
77
am__DEPENDENCIES_1 =
 
78
extra_defs_gen_libglibmm_generate_extra_defs_2_4_la_DEPENDENCIES =  \
 
79
        $(am__DEPENDENCIES_1)
 
80
am__dirstamp = $(am__leading_dot)dirstamp
 
81
am_extra_defs_gen_libglibmm_generate_extra_defs_2_4_la_OBJECTS =  \
 
82
        extra_defs_gen/generate_extra_defs.lo
 
83
extra_defs_gen_libglibmm_generate_extra_defs_2_4_la_OBJECTS = $(am_extra_defs_gen_libglibmm_generate_extra_defs_2_4_la_OBJECTS)
 
84
extra_defs_gen_libglibmm_generate_extra_defs_2_4_la_LINK = $(LIBTOOL) \
 
85
        --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link \
 
86
        $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) \
 
87
        $(extra_defs_gen_libglibmm_generate_extra_defs_2_4_la_LDFLAGS) \
 
88
        $(LDFLAGS) -o $@
 
89
PROGRAMS = $(noinst_PROGRAMS)
 
90
am_extra_defs_gen_generate_defs_gio_OBJECTS =  \
 
91
        extra_defs_gen/generate_defs_gio.$(OBJEXT)
 
92
extra_defs_gen_generate_defs_gio_OBJECTS =  \
 
93
        $(am_extra_defs_gen_generate_defs_gio_OBJECTS)
 
94
extra_defs_gen_generate_defs_gio_DEPENDENCIES = $(am__DEPENDENCIES_1) \
 
95
        $(lib_LTLIBRARIES)
 
96
am_extra_defs_gen_generate_defs_glib_OBJECTS =  \
 
97
        extra_defs_gen/generate_defs_glib.$(OBJEXT)
 
98
extra_defs_gen_generate_defs_glib_OBJECTS =  \
 
99
        $(am_extra_defs_gen_generate_defs_glib_OBJECTS)
 
100
extra_defs_gen_generate_defs_glib_DEPENDENCIES =  \
 
101
        $(am__DEPENDENCIES_1) $(lib_LTLIBRARIES)
 
102
gmmproc_binSCRIPT_INSTALL = $(INSTALL_SCRIPT)
 
103
SCRIPTS = $(dist_noinst_SCRIPTS) $(gmmproc_bin_SCRIPTS)
 
104
DEFAULT_INCLUDES = 
 
105
depcomp = $(SHELL) $(top_srcdir)/build/depcomp
 
106
am__depfiles_maybe = depfiles
 
107
CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
 
108
        $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
 
109
LTCXXCOMPILE = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
 
110
        --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
 
111
        $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
 
112
CXXLD = $(CXX)
 
113
CXXLINK = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
 
114
        --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(AM_LDFLAGS) \
 
115
        $(LDFLAGS) -o $@
 
116
SOURCES = $(extra_defs_gen_libglibmm_generate_extra_defs_2_4_la_SOURCES) \
 
117
        $(extra_defs_gen_generate_defs_gio_SOURCES) \
 
118
        $(extra_defs_gen_generate_defs_glib_SOURCES)
 
119
DIST_SOURCES = $(extra_defs_gen_libglibmm_generate_extra_defs_2_4_la_SOURCES) \
 
120
        $(extra_defs_gen_generate_defs_gio_SOURCES) \
 
121
        $(extra_defs_gen_generate_defs_glib_SOURCES)
 
122
dist_gmmproc_m4DATA_INSTALL = $(INSTALL_DATA)
 
123
dist_gmmproc_pmDATA_INSTALL = $(INSTALL_DATA)
 
124
DATA = $(dist_gmmproc_m4_DATA) $(dist_gmmproc_pm_DATA) \
 
125
        $(dist_noinst_DATA)
 
126
extradefs_includeHEADERS_INSTALL = $(INSTALL_HEADER)
 
127
HEADERS = $(extradefs_include_HEADERS)
98
128
ETAGS = etags
99
129
CTAGS = ctags
100
 
DIST_SUBDIRS = $(SUBDIRS)
101
130
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
102
 
am__relativize = \
103
 
  dir0=`pwd`; \
104
 
  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
105
 
  sed_rest='s,^[^/]*/*,,'; \
106
 
  sed_last='s,^.*/\([^/]*\)$$,\1,'; \
107
 
  sed_butlast='s,/*[^/]*$$,,'; \
108
 
  while test -n "$$dir1"; do \
109
 
    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
110
 
    if test "$$first" != "."; then \
111
 
      if test "$$first" = ".."; then \
112
 
        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
113
 
        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
114
 
      else \
115
 
        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
116
 
        if test "$$first2" = "$$first"; then \
117
 
          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
118
 
        else \
119
 
          dir2="../$$dir2"; \
120
 
        fi; \
121
 
        dir0="$$dir0"/"$$first"; \
122
 
      fi; \
123
 
    fi; \
124
 
    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
125
 
  done; \
126
 
  reldir="$$dir2"
127
131
ACLOCAL = @ACLOCAL@
 
132
ACLOCAL_FLAGS = @ACLOCAL_FLAGS@
128
133
AMTAR = @AMTAR@
129
134
AR = @AR@
130
135
AS = @AS@
144
149
CYGPATH_W = @CYGPATH_W@
145
150
DEFS = @DEFS@
146
151
DEPDIR = @DEPDIR@
147
 
DISABLE_DEPRECATED_API_CFLAGS = @DISABLE_DEPRECATED_API_CFLAGS@
148
 
DISABLE_DEPRECATED_CFLAGS = @DISABLE_DEPRECATED_CFLAGS@
149
152
DLLTOOL = @DLLTOOL@
 
153
DOCINSTALL_FLAGS = @DOCINSTALL_FLAGS@
 
154
DOT = @DOT@
 
155
DOXYGEN = @DOXYGEN@
 
156
DOXYGEN_TAGFILES = @DOXYGEN_TAGFILES@
150
157
DSYMUTIL = @DSYMUTIL@
151
 
ECHO = @ECHO@
 
158
DUMPBIN = @DUMPBIN@
152
159
ECHO_C = @ECHO_C@
153
160
ECHO_N = @ECHO_N@
154
161
ECHO_T = @ECHO_T@
155
162
EGREP = @EGREP@
156
163
EXEEXT = @EXEEXT@
157
 
F77 = @F77@
158
 
FFLAGS = @FFLAGS@
 
164
FGREP = @FGREP@
 
165
GIOMM_API_VERSION = @GIOMM_API_VERSION@
159
166
GIOMM_CFLAGS = @GIOMM_CFLAGS@
160
167
GIOMM_LIBS = @GIOMM_LIBS@
 
168
GIOMM_MAJOR_VERSION = @GIOMM_MAJOR_VERSION@
 
169
GIOMM_MICRO_VERSION = @GIOMM_MICRO_VERSION@
 
170
GIOMM_MINOR_VERSION = @GIOMM_MINOR_VERSION@
 
171
GIOMM_MODULE_NAME = @GIOMM_MODULE_NAME@
 
172
GIOMM_VERSION = @GIOMM_VERSION@
 
173
GLIBMM_API_VERSION = @GLIBMM_API_VERSION@
161
174
GLIBMM_CFLAGS = @GLIBMM_CFLAGS@
162
175
GLIBMM_LIBS = @GLIBMM_LIBS@
163
176
GLIBMM_MAJOR_VERSION = @GLIBMM_MAJOR_VERSION@
164
177
GLIBMM_MICRO_VERSION = @GLIBMM_MICRO_VERSION@
165
178
GLIBMM_MINOR_VERSION = @GLIBMM_MINOR_VERSION@
166
 
GLIBMM_RELEASE = @GLIBMM_RELEASE@
 
179
GLIBMM_MODULE_NAME = @GLIBMM_MODULE_NAME@
167
180
GLIBMM_VERSION = @GLIBMM_VERSION@
168
181
GLIBMM_WXXFLAGS = @GLIBMM_WXXFLAGS@
169
 
GMMPROC_DIR = @GMMPROC_DIR@
170
182
GREP = @GREP@
171
183
GTHREAD_CFLAGS = @GTHREAD_CFLAGS@
172
184
GTHREAD_LIBS = @GTHREAD_LIBS@
173
 
GTKMM_DOXYGEN_INPUT = @GTKMM_DOXYGEN_INPUT@
174
185
INSTALL = @INSTALL@
175
186
INSTALL_DATA = @INSTALL_DATA@
176
187
INSTALL_PROGRAM = @INSTALL_PROGRAM@
177
188
INSTALL_SCRIPT = @INSTALL_SCRIPT@
178
189
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
 
190
LD = @LD@
179
191
LDFLAGS = @LDFLAGS@
180
192
LIBGLIBMM_SO_VERSION = @LIBGLIBMM_SO_VERSION@
181
193
LIBOBJS = @LIBOBJS@
182
194
LIBS = @LIBS@
183
195
LIBTOOL = @LIBTOOL@
 
196
LIPO = @LIPO@
184
197
LN_S = @LN_S@
185
198
LTLIBOBJS = @LTLIBOBJS@
186
199
M4 = @M4@
187
200
MAINT = @MAINT@
188
201
MAKEINFO = @MAKEINFO@
189
202
MKDIR_P = @MKDIR_P@
 
203
MMDOCTOOLDIR = @MMDOCTOOLDIR@
 
204
NM = @NM@
190
205
NMEDIT = @NMEDIT@
191
206
OBJDUMP = @OBJDUMP@
192
207
OBJEXT = @OBJEXT@
 
208
OTOOL = @OTOOL@
 
209
OTOOL64 = @OTOOL64@
193
210
PACKAGE = @PACKAGE@
194
211
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
195
212
PACKAGE_NAME = @PACKAGE_NAME@
197
214
PACKAGE_TARNAME = @PACKAGE_TARNAME@
198
215
PACKAGE_VERSION = @PACKAGE_VERSION@
199
216
PATH_SEPARATOR = @PATH_SEPARATOR@
200
 
PERL_PATH = @PERL_PATH@
 
217
PERL = @PERL@
201
218
PKG_CONFIG = @PKG_CONFIG@
202
219
RANLIB = @RANLIB@
203
220
SED = @SED@
205
222
SHELL = @SHELL@
206
223
STRIP = @STRIP@
207
224
VERSION = @VERSION@
 
225
XSLTPROC = @XSLTPROC@
208
226
abs_builddir = @abs_builddir@
209
227
abs_srcdir = @abs_srcdir@
210
228
abs_top_builddir = @abs_top_builddir@
211
229
abs_top_srcdir = @abs_top_srcdir@
212
230
ac_ct_CC = @ac_ct_CC@
213
231
ac_ct_CXX = @ac_ct_CXX@
214
 
ac_ct_F77 = @ac_ct_F77@
 
232
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
215
233
am__include = @am__include@
216
234
am__leading_dot = @am__leading_dot@
217
235
am__quote = @am__quote@
242
260
libexecdir = @libexecdir@
243
261
localedir = @localedir@
244
262
localstatedir = @localstatedir@
 
263
lt_ECHO = @lt_ECHO@
245
264
mandir = @mandir@
246
265
mkdir_p = @mkdir_p@
247
266
oldincludedir = @oldincludedir@
257
276
top_build_prefix = @top_build_prefix@
258
277
top_builddir = @top_builddir@
259
278
top_srcdir = @top_srcdir@
260
 
files_tools_m4 = base.m4 class_shared.m4 class_boxedtype.m4 class_boxedtype_static.m4 \
261
 
                 class_generic.m4 class_gobject.m4 class_gtkobject.m4 \
262
 
                 class_interface.m4 class_opaque_refcounted.m4 class_opaque_copyable.m4 \
263
 
                 gerror.m4 \
264
 
                 compare.m4 convert.m4 convert_base.m4 convert_gtkmm.m4 convert_atk.m4 convert_gdk.m4 \
265
 
                 convert_glib.m4 convert_gio.m4 convert_gtk.m4 convert_pango.m4 ctor.m4 doc.m4 enum.m4 list.m4 member.m4 \
266
 
                 method.m4 property.m4 signal.m4 vfunc.m4
267
 
 
268
 
files_tools_pm = DocsParser.pm GtkDefs.pm Enum.pm Function.pm FunctionBase.pm Object.pm Output.pm Property.pm Util.pm WrapParser.pm
269
 
files_tools_genwrap = generate_wrap_init.pl
270
 
files_tools_perl = $(files_tools_genwrap) gmmproc.in
271
 
SUBDIRS = m4 pm extra_defs_gen
272
 
EXTRA_DIST = Makefile_list_of_sources.am_fragment $(files_tools_perl) README TODO enum.pl
273
 
gmmproc_bin_SCRIPTS = gmmproc $(files_tools_genwrap)
274
 
gmmproc_bindir = $(GMMPROC_DIR)
275
 
all: all-recursive
 
279
AUTOMAKE_OPTIONS = subdir-objects
 
280
files_codegen_m4 = \
 
281
        base.m4                         \
 
282
        class_boxedtype.m4              \
 
283
        class_boxedtype_static.m4       \
 
284
        class_generic.m4                \
 
285
        class_gobject.m4                \
 
286
        class_gtkobject.m4              \
 
287
        class_interface.m4              \
 
288
        class_opaque_copyable.m4        \
 
289
        class_opaque_refcounted.m4      \
 
290
        class_shared.m4                 \
 
291
        compare.m4                      \
 
292
        convert.m4                      \
 
293
        convert_atk.m4                  \
 
294
        convert_base.m4                 \
 
295
        convert_gdk.m4                  \
 
296
        convert_gio.m4                  \
 
297
        convert_glib.m4                 \
 
298
        convert_gtk.m4                  \
 
299
        convert_gtkmm.m4                \
 
300
        convert_pango.m4                \
 
301
        ctor.m4                         \
 
302
        doc.m4                          \
 
303
        enum.m4                         \
 
304
        gerror.m4                       \
 
305
        list.m4                         \
 
306
        member.m4                       \
 
307
        method.m4                       \
 
308
        property.m4                     \
 
309
        signal.m4                       \
 
310
        vfunc.m4
 
311
 
 
312
files_codegen_pm = \
 
313
        DocsParser.pm   \
 
314
        Enum.pm         \
 
315
        Function.pm     \
 
316
        FunctionBase.pm \
 
317
        GtkDefs.pm      \
 
318
        Object.pm       \
 
319
        Output.pm       \
 
320
        Property.pm     \
 
321
        Util.pm         \
 
322
        WrapParser.pm
 
323
 
 
324
 
 
325
# TODO: All these Perl scripts and M4 files are architecture-independent
 
326
# and should probably go somewhere below $(pkgdatadir) instead.
 
327
gmmproc_bindir = $(libdir)/$(GLIBMM_MODULE_NAME)/proc
 
328
gmmproc_m4dir = $(gmmproc_bindir)/m4
 
329
gmmproc_pmdir = $(gmmproc_bindir)/pm
 
330
gmmproc_bin_SCRIPTS = gmmproc generate_wrap_init.pl
 
331
dist_gmmproc_m4_DATA = $(files_codegen_m4:%=m4/%)
 
332
dist_gmmproc_pm_DATA = $(files_codegen_pm:%=pm/%)
 
333
dist_noinst_DATA = README TODO
 
334
dist_noinst_SCRIPTS = enum.pl
 
335
lib_LTLIBRARIES = extra_defs_gen/libglibmm_generate_extra_defs-2.4.la
 
336
extradefs_includedir = $(includedir)/$(GLIBMM_MODULE_NAME)/glibmm_generate_extra_defs
 
337
extradefs_include_HEADERS = extra_defs_gen/generate_extra_defs.h
 
338
extradefs_ldflags = -no-undefined -version-info $(LIBGLIBMM_SO_VERSION)
 
339
extra_defs_gen_libglibmm_generate_extra_defs_2_4_la_SOURCES = extra_defs_gen/generate_extra_defs.cc
 
340
extra_defs_gen_libglibmm_generate_extra_defs_2_4_la_LDFLAGS = $(extradefs_ldflags)
 
341
extra_defs_gen_libglibmm_generate_extra_defs_2_4_la_LIBADD = $(GLIBMM_LIBS)
 
342
extra_defs_gen_generate_defs_glib_SOURCES = extra_defs_gen/generate_defs_glib.cc
 
343
extra_defs_gen_generate_defs_glib_LDADD = $(GLIBMM_LIBS) $(lib_LTLIBRARIES)
 
344
extra_defs_gen_generate_defs_gio_SOURCES = extra_defs_gen/generate_defs_gio.cc
 
345
extra_defs_gen_generate_defs_gio_LDADD = $(GIOMM_LIBS) $(lib_LTLIBRARIES)
 
346
AM_CPPFLAGS = -I$(top_builddir) $(GTHREAD_CFLAGS) $(GIOMM_CFLAGS)
 
347
AM_CXXFLAGS = $(GLIBMM_WXXFLAGS)
 
348
all: all-am
276
349
 
277
350
.SUFFIXES:
278
 
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(top_srcdir)/tools/Makefile_list_of_sources.am_fragment $(top_srcdir)/tools/m4/Makefile_list_of_sources.am_fragment $(top_srcdir)/tools/pm/Makefile_list_of_sources.am_fragment $(am__configure_deps)
 
351
.SUFFIXES: .cc .lo .o .obj
 
352
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(srcdir)/m4/filelist.am $(srcdir)/pm/filelist.am $(am__configure_deps)
279
353
        @for dep in $?; do \
280
354
          case '$(am__configure_deps)' in \
281
355
            *$$dep*) \
284
358
              exit 1;; \
285
359
          esac; \
286
360
        done; \
287
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu tools/Makefile'; \
288
 
        $(am__cd) $(top_srcdir) && \
289
 
          $(AUTOMAKE) --gnu tools/Makefile
 
361
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  tools/Makefile'; \
 
362
        cd $(top_srcdir) && \
 
363
          $(AUTOMAKE) --gnu  tools/Makefile
290
364
.PRECIOUS: Makefile
291
365
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
292
366
        @case '$?' in \
304
378
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
305
379
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
306
380
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
307
 
$(am__aclocal_m4_deps):
308
381
gmmproc: $(top_builddir)/config.status $(srcdir)/gmmproc.in
309
382
        cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
310
383
generate_wrap_init.pl: $(top_builddir)/config.status $(srcdir)/generate_wrap_init.pl.in
311
384
        cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
 
385
install-libLTLIBRARIES: $(lib_LTLIBRARIES)
 
386
        @$(NORMAL_INSTALL)
 
387
        test -z "$(libdir)" || $(MKDIR_P) "$(DESTDIR)$(libdir)"
 
388
        @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
 
389
          if test -f $$p; then \
 
390
            f=$(am__strip_dir) \
 
391
            echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(libdir)/$$f'"; \
 
392
            $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(libdir)/$$f"; \
 
393
          else :; fi; \
 
394
        done
 
395
 
 
396
uninstall-libLTLIBRARIES:
 
397
        @$(NORMAL_UNINSTALL)
 
398
        @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
 
399
          p=$(am__strip_dir) \
 
400
          echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$p'"; \
 
401
          $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$p"; \
 
402
        done
 
403
 
 
404
clean-libLTLIBRARIES:
 
405
        -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
 
406
        @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
 
407
          dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
 
408
          test "$$dir" != "$$p" || dir=.; \
 
409
          echo "rm -f \"$${dir}/so_locations\""; \
 
410
          rm -f "$${dir}/so_locations"; \
 
411
        done
 
412
extra_defs_gen/$(am__dirstamp):
 
413
        @$(MKDIR_P) extra_defs_gen
 
414
        @: > extra_defs_gen/$(am__dirstamp)
 
415
extra_defs_gen/$(DEPDIR)/$(am__dirstamp):
 
416
        @$(MKDIR_P) extra_defs_gen/$(DEPDIR)
 
417
        @: > extra_defs_gen/$(DEPDIR)/$(am__dirstamp)
 
418
extra_defs_gen/generate_extra_defs.lo: extra_defs_gen/$(am__dirstamp) \
 
419
        extra_defs_gen/$(DEPDIR)/$(am__dirstamp)
 
420
extra_defs_gen/libglibmm_generate_extra_defs-2.4.la: $(extra_defs_gen_libglibmm_generate_extra_defs_2_4_la_OBJECTS) $(extra_defs_gen_libglibmm_generate_extra_defs_2_4_la_DEPENDENCIES) extra_defs_gen/$(am__dirstamp)
 
421
        $(extra_defs_gen_libglibmm_generate_extra_defs_2_4_la_LINK) -rpath $(libdir) $(extra_defs_gen_libglibmm_generate_extra_defs_2_4_la_OBJECTS) $(extra_defs_gen_libglibmm_generate_extra_defs_2_4_la_LIBADD) $(LIBS)
 
422
 
 
423
clean-noinstPROGRAMS:
 
424
        @list='$(noinst_PROGRAMS)'; for p in $$list; do \
 
425
          f=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
 
426
          echo " rm -f $$p $$f"; \
 
427
          rm -f $$p $$f ; \
 
428
        done
 
429
extra_defs_gen/generate_defs_gio.$(OBJEXT):  \
 
430
        extra_defs_gen/$(am__dirstamp) \
 
431
        extra_defs_gen/$(DEPDIR)/$(am__dirstamp)
 
432
extra_defs_gen/generate_defs_gio$(EXEEXT): $(extra_defs_gen_generate_defs_gio_OBJECTS) $(extra_defs_gen_generate_defs_gio_DEPENDENCIES) extra_defs_gen/$(am__dirstamp)
 
433
        @rm -f extra_defs_gen/generate_defs_gio$(EXEEXT)
 
434
        $(CXXLINK) $(extra_defs_gen_generate_defs_gio_OBJECTS) $(extra_defs_gen_generate_defs_gio_LDADD) $(LIBS)
 
435
extra_defs_gen/generate_defs_glib.$(OBJEXT):  \
 
436
        extra_defs_gen/$(am__dirstamp) \
 
437
        extra_defs_gen/$(DEPDIR)/$(am__dirstamp)
 
438
extra_defs_gen/generate_defs_glib$(EXEEXT): $(extra_defs_gen_generate_defs_glib_OBJECTS) $(extra_defs_gen_generate_defs_glib_DEPENDENCIES) extra_defs_gen/$(am__dirstamp)
 
439
        @rm -f extra_defs_gen/generate_defs_glib$(EXEEXT)
 
440
        $(CXXLINK) $(extra_defs_gen_generate_defs_glib_OBJECTS) $(extra_defs_gen_generate_defs_glib_LDADD) $(LIBS)
312
441
install-gmmproc_binSCRIPTS: $(gmmproc_bin_SCRIPTS)
313
442
        @$(NORMAL_INSTALL)
314
443
        test -z "$(gmmproc_bindir)" || $(MKDIR_P) "$(DESTDIR)$(gmmproc_bindir)"
315
 
        @list='$(gmmproc_bin_SCRIPTS)'; test -n "$(gmmproc_bindir)" || list=; \
316
 
        for p in $$list; do \
 
444
        @list='$(gmmproc_bin_SCRIPTS)'; for p in $$list; do \
317
445
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
318
 
          if test -f "$$d$$p"; then echo "$$d$$p"; echo "$$p"; else :; fi; \
319
 
        done | \
320
 
        sed -e 'p;s,.*/,,;n' \
321
 
            -e 'h;s|.*|.|' \
322
 
            -e 'p;x;s,.*/,,;$(transform)' | sed 'N;N;N;s,\n, ,g' | \
323
 
        $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1; } \
324
 
          { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
325
 
            if ($$2 == $$4) { files[d] = files[d] " " $$1; \
326
 
              if (++n[d] == $(am__install_max)) { \
327
 
                print "f", d, files[d]; n[d] = 0; files[d] = "" } } \
328
 
            else { print "f", d "/" $$4, $$1 } } \
329
 
          END { for (d in files) print "f", d, files[d] }' | \
330
 
        while read type dir files; do \
331
 
             if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
332
 
             test -z "$$files" || { \
333
 
               echo " $(INSTALL_SCRIPT) $$files '$(DESTDIR)$(gmmproc_bindir)$$dir'"; \
334
 
               $(INSTALL_SCRIPT) $$files "$(DESTDIR)$(gmmproc_bindir)$$dir" || exit $$?; \
335
 
             } \
336
 
        ; done
 
446
          if test -f $$d$$p; then \
 
447
            f=`echo "$$p" | sed 's|^.*/||;$(transform)'`; \
 
448
            echo " $(gmmproc_binSCRIPT_INSTALL) '$$d$$p' '$(DESTDIR)$(gmmproc_bindir)/$$f'"; \
 
449
            $(gmmproc_binSCRIPT_INSTALL) "$$d$$p" "$(DESTDIR)$(gmmproc_bindir)/$$f"; \
 
450
          else :; fi; \
 
451
        done
337
452
 
338
453
uninstall-gmmproc_binSCRIPTS:
339
454
        @$(NORMAL_UNINSTALL)
340
 
        @list='$(gmmproc_bin_SCRIPTS)'; test -n "$(gmmproc_bindir)" || exit 0; \
341
 
        files=`for p in $$list; do echo "$$p"; done | \
342
 
               sed -e 's,.*/,,;$(transform)'`; \
343
 
        test -n "$$list" || exit 0; \
344
 
        echo " ( cd '$(DESTDIR)$(gmmproc_bindir)' && rm -f" $$files ")"; \
345
 
        cd "$(DESTDIR)$(gmmproc_bindir)" && rm -f $$files
 
455
        @list='$(gmmproc_bin_SCRIPTS)'; for p in $$list; do \
 
456
          f=`echo "$$p" | sed 's|^.*/||;$(transform)'`; \
 
457
          echo " rm -f '$(DESTDIR)$(gmmproc_bindir)/$$f'"; \
 
458
          rm -f "$(DESTDIR)$(gmmproc_bindir)/$$f"; \
 
459
        done
 
460
 
 
461
mostlyclean-compile:
 
462
        -rm -f *.$(OBJEXT)
 
463
        -rm -f extra_defs_gen/generate_defs_gio.$(OBJEXT)
 
464
        -rm -f extra_defs_gen/generate_defs_glib.$(OBJEXT)
 
465
        -rm -f extra_defs_gen/generate_extra_defs.$(OBJEXT)
 
466
        -rm -f extra_defs_gen/generate_extra_defs.lo
 
467
 
 
468
distclean-compile:
 
469
        -rm -f *.tab.c
 
470
 
 
471
@AMDEP_TRUE@@am__include@ @am__quote@extra_defs_gen/$(DEPDIR)/generate_defs_gio.Po@am__quote@
 
472
@AMDEP_TRUE@@am__include@ @am__quote@extra_defs_gen/$(DEPDIR)/generate_defs_glib.Po@am__quote@
 
473
@AMDEP_TRUE@@am__include@ @am__quote@extra_defs_gen/$(DEPDIR)/generate_extra_defs.Plo@am__quote@
 
474
 
 
475
.cc.o:
 
476
@am__fastdepCXX_TRUE@   depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
 
477
@am__fastdepCXX_TRUE@   $(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
 
478
@am__fastdepCXX_TRUE@   mv -f $$depbase.Tpo $$depbase.Po
 
479
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
 
480
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
481
@am__fastdepCXX_FALSE@  $(CXXCOMPILE) -c -o $@ $<
 
482
 
 
483
.cc.obj:
 
484
@am__fastdepCXX_TRUE@   depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
 
485
@am__fastdepCXX_TRUE@   $(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
 
486
@am__fastdepCXX_TRUE@   mv -f $$depbase.Tpo $$depbase.Po
 
487
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
 
488
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
489
@am__fastdepCXX_FALSE@  $(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
 
490
 
 
491
.cc.lo:
 
492
@am__fastdepCXX_TRUE@   depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\
 
493
@am__fastdepCXX_TRUE@   $(LTCXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
 
494
@am__fastdepCXX_TRUE@   mv -f $$depbase.Tpo $$depbase.Plo
 
495
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
 
496
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
497
@am__fastdepCXX_FALSE@  $(LTCXXCOMPILE) -c -o $@ $<
346
498
 
347
499
mostlyclean-libtool:
348
500
        -rm -f *.lo
349
501
 
350
502
clean-libtool:
351
503
        -rm -rf .libs _libs
352
 
 
353
 
# This directory's subdirectories are mostly independent; you can cd
354
 
# into them and run `make' without going through this Makefile.
355
 
# To change the values of `make' variables: instead of editing Makefiles,
356
 
# (1) if the variable is set in `config.status', edit `config.status'
357
 
#     (which will cause the Makefiles to be regenerated when you run `make');
358
 
# (2) otherwise, pass the desired values on the `make' command line.
359
 
$(RECURSIVE_TARGETS):
360
 
        @failcom='exit 1'; \
361
 
        for f in x $$MAKEFLAGS; do \
362
 
          case $$f in \
363
 
            *=* | --[!k]*);; \
364
 
            *k*) failcom='fail=yes';; \
365
 
          esac; \
366
 
        done; \
367
 
        dot_seen=no; \
368
 
        target=`echo $@ | sed s/-recursive//`; \
369
 
        list='$(SUBDIRS)'; for subdir in $$list; do \
370
 
          echo "Making $$target in $$subdir"; \
371
 
          if test "$$subdir" = "."; then \
372
 
            dot_seen=yes; \
373
 
            local_target="$$target-am"; \
374
 
          else \
375
 
            local_target="$$target"; \
376
 
          fi; \
377
 
          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
378
 
          || eval $$failcom; \
379
 
        done; \
380
 
        if test "$$dot_seen" = "no"; then \
381
 
          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
382
 
        fi; test -z "$$fail"
383
 
 
384
 
$(RECURSIVE_CLEAN_TARGETS):
385
 
        @failcom='exit 1'; \
386
 
        for f in x $$MAKEFLAGS; do \
387
 
          case $$f in \
388
 
            *=* | --[!k]*);; \
389
 
            *k*) failcom='fail=yes';; \
390
 
          esac; \
391
 
        done; \
392
 
        dot_seen=no; \
393
 
        case "$@" in \
394
 
          distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
395
 
          *) list='$(SUBDIRS)' ;; \
396
 
        esac; \
397
 
        rev=''; for subdir in $$list; do \
398
 
          if test "$$subdir" = "."; then :; else \
399
 
            rev="$$subdir $$rev"; \
400
 
          fi; \
401
 
        done; \
402
 
        rev="$$rev ."; \
403
 
        target=`echo $@ | sed s/-recursive//`; \
404
 
        for subdir in $$rev; do \
405
 
          echo "Making $$target in $$subdir"; \
406
 
          if test "$$subdir" = "."; then \
407
 
            local_target="$$target-am"; \
408
 
          else \
409
 
            local_target="$$target"; \
410
 
          fi; \
411
 
          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
412
 
          || eval $$failcom; \
413
 
        done && test -z "$$fail"
414
 
tags-recursive:
415
 
        list='$(SUBDIRS)'; for subdir in $$list; do \
416
 
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
417
 
        done
418
 
ctags-recursive:
419
 
        list='$(SUBDIRS)'; for subdir in $$list; do \
420
 
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
 
504
        -rm -rf extra_defs_gen/.libs extra_defs_gen/_libs
 
505
install-dist_gmmproc_m4DATA: $(dist_gmmproc_m4_DATA)
 
506
        @$(NORMAL_INSTALL)
 
507
        test -z "$(gmmproc_m4dir)" || $(MKDIR_P) "$(DESTDIR)$(gmmproc_m4dir)"
 
508
        @list='$(dist_gmmproc_m4_DATA)'; for p in $$list; do \
 
509
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
 
510
          f=$(am__strip_dir) \
 
511
          echo " $(dist_gmmproc_m4DATA_INSTALL) '$$d$$p' '$(DESTDIR)$(gmmproc_m4dir)/$$f'"; \
 
512
          $(dist_gmmproc_m4DATA_INSTALL) "$$d$$p" "$(DESTDIR)$(gmmproc_m4dir)/$$f"; \
 
513
        done
 
514
 
 
515
uninstall-dist_gmmproc_m4DATA:
 
516
        @$(NORMAL_UNINSTALL)
 
517
        @list='$(dist_gmmproc_m4_DATA)'; for p in $$list; do \
 
518
          f=$(am__strip_dir) \
 
519
          echo " rm -f '$(DESTDIR)$(gmmproc_m4dir)/$$f'"; \
 
520
          rm -f "$(DESTDIR)$(gmmproc_m4dir)/$$f"; \
 
521
        done
 
522
install-dist_gmmproc_pmDATA: $(dist_gmmproc_pm_DATA)
 
523
        @$(NORMAL_INSTALL)
 
524
        test -z "$(gmmproc_pmdir)" || $(MKDIR_P) "$(DESTDIR)$(gmmproc_pmdir)"
 
525
        @list='$(dist_gmmproc_pm_DATA)'; for p in $$list; do \
 
526
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
 
527
          f=$(am__strip_dir) \
 
528
          echo " $(dist_gmmproc_pmDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(gmmproc_pmdir)/$$f'"; \
 
529
          $(dist_gmmproc_pmDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(gmmproc_pmdir)/$$f"; \
 
530
        done
 
531
 
 
532
uninstall-dist_gmmproc_pmDATA:
 
533
        @$(NORMAL_UNINSTALL)
 
534
        @list='$(dist_gmmproc_pm_DATA)'; for p in $$list; do \
 
535
          f=$(am__strip_dir) \
 
536
          echo " rm -f '$(DESTDIR)$(gmmproc_pmdir)/$$f'"; \
 
537
          rm -f "$(DESTDIR)$(gmmproc_pmdir)/$$f"; \
 
538
        done
 
539
install-extradefs_includeHEADERS: $(extradefs_include_HEADERS)
 
540
        @$(NORMAL_INSTALL)
 
541
        test -z "$(extradefs_includedir)" || $(MKDIR_P) "$(DESTDIR)$(extradefs_includedir)"
 
542
        @list='$(extradefs_include_HEADERS)'; for p in $$list; do \
 
543
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
 
544
          f=$(am__strip_dir) \
 
545
          echo " $(extradefs_includeHEADERS_INSTALL) '$$d$$p' '$(DESTDIR)$(extradefs_includedir)/$$f'"; \
 
546
          $(extradefs_includeHEADERS_INSTALL) "$$d$$p" "$(DESTDIR)$(extradefs_includedir)/$$f"; \
 
547
        done
 
548
 
 
549
uninstall-extradefs_includeHEADERS:
 
550
        @$(NORMAL_UNINSTALL)
 
551
        @list='$(extradefs_include_HEADERS)'; for p in $$list; do \
 
552
          f=$(am__strip_dir) \
 
553
          echo " rm -f '$(DESTDIR)$(extradefs_includedir)/$$f'"; \
 
554
          rm -f "$(DESTDIR)$(extradefs_includedir)/$$f"; \
421
555
        done
422
556
 
423
557
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
430
564
        mkid -fID $$unique
431
565
tags: TAGS
432
566
 
433
 
TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
 
567
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
434
568
                $(TAGS_FILES) $(LISP)
435
 
        set x; \
 
569
        tags=; \
436
570
        here=`pwd`; \
437
 
        if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
438
 
          include_option=--etags-include; \
439
 
          empty_fix=.; \
440
 
        else \
441
 
          include_option=--include; \
442
 
          empty_fix=; \
443
 
        fi; \
444
 
        list='$(SUBDIRS)'; for subdir in $$list; do \
445
 
          if test "$$subdir" = .; then :; else \
446
 
            test ! -f $$subdir/TAGS || \
447
 
              set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
448
 
          fi; \
449
 
        done; \
450
571
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
451
572
        unique=`for i in $$list; do \
452
573
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
453
574
          done | \
454
575
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
455
576
              END { if (nonempty) { for (i in files) print i; }; }'`; \
456
 
        shift; \
457
 
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
 
577
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
458
578
          test -n "$$unique" || unique=$$empty_fix; \
459
 
          if test $$# -gt 0; then \
460
 
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
461
 
              "$$@" $$unique; \
462
 
          else \
463
 
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
464
 
              $$unique; \
465
 
          fi; \
 
579
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
580
            $$tags $$unique; \
466
581
        fi
467
582
ctags: CTAGS
468
 
CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
 
583
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
469
584
                $(TAGS_FILES) $(LISP)
 
585
        tags=; \
470
586
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
471
587
        unique=`for i in $$list; do \
472
588
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
473
589
          done | \
474
590
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
475
591
              END { if (nonempty) { for (i in files) print i; }; }'`; \
476
 
        test -z "$(CTAGS_ARGS)$$unique" \
 
592
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
477
593
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
478
 
             $$unique
 
594
             $$tags $$unique
479
595
 
480
596
GTAGS:
481
597
        here=`$(am__cd) $(top_builddir) && pwd` \
482
 
          && $(am__cd) $(top_srcdir) \
483
 
          && gtags -i $(GTAGS_ARGS) "$$here"
 
598
          && cd $(top_srcdir) \
 
599
          && gtags -i $(GTAGS_ARGS) $$here
484
600
 
485
601
distclean-tags:
486
602
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
501
617
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
502
618
          if test -d $$d/$$file; then \
503
619
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
504
 
            if test -d "$(distdir)/$$file"; then \
505
 
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
506
 
            fi; \
507
620
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
508
 
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
509
 
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
621
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
510
622
            fi; \
511
 
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
 
623
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
512
624
          else \
513
 
            test -f "$(distdir)/$$file" \
514
 
            || cp -p $$d/$$file "$(distdir)/$$file" \
515
 
            || exit 1; \
516
 
          fi; \
517
 
        done
518
 
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
519
 
          if test "$$subdir" = .; then :; else \
520
 
            test -d "$(distdir)/$$subdir" \
521
 
            || $(MKDIR_P) "$(distdir)/$$subdir" \
522
 
            || exit 1; \
523
 
          fi; \
524
 
        done
525
 
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
526
 
          if test "$$subdir" = .; then :; else \
527
 
            dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
528
 
            $(am__relativize); \
529
 
            new_distdir=$$reldir; \
530
 
            dir1=$$subdir; dir2="$(top_distdir)"; \
531
 
            $(am__relativize); \
532
 
            new_top_distdir=$$reldir; \
533
 
            echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
534
 
            echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
535
 
            ($(am__cd) $$subdir && \
536
 
              $(MAKE) $(AM_MAKEFLAGS) \
537
 
                top_distdir="$$new_top_distdir" \
538
 
                distdir="$$new_distdir" \
539
 
                am__remove_distdir=: \
540
 
                am__skip_length_check=: \
541
 
                am__skip_mode_fix=: \
542
 
                distdir) \
543
 
              || exit 1; \
 
625
            test -f $(distdir)/$$file \
 
626
            || cp -p $$d/$$file $(distdir)/$$file \
 
627
            || exit 1; \
544
628
          fi; \
545
629
        done
546
630
check-am: all-am
547
 
check: check-recursive
548
 
all-am: Makefile $(SCRIPTS)
549
 
installdirs: installdirs-recursive
550
 
installdirs-am:
551
 
        for dir in "$(DESTDIR)$(gmmproc_bindir)"; do \
 
631
check: check-am
 
632
all-am: Makefile $(LTLIBRARIES) $(PROGRAMS) $(SCRIPTS) $(DATA) \
 
633
                $(HEADERS)
 
634
installdirs:
 
635
        for dir in "$(DESTDIR)$(libdir)" "$(DESTDIR)$(gmmproc_bindir)" "$(DESTDIR)$(gmmproc_m4dir)" "$(DESTDIR)$(gmmproc_pmdir)" "$(DESTDIR)$(extradefs_includedir)"; do \
552
636
          test -z "$$dir" || $(MKDIR_P) "$$dir"; \
553
637
        done
554
 
install: install-recursive
555
 
install-exec: install-exec-recursive
556
 
install-data: install-data-recursive
557
 
uninstall: uninstall-recursive
 
638
install: install-am
 
639
install-exec: install-exec-am
 
640
install-data: install-data-am
 
641
uninstall: uninstall-am
558
642
 
559
643
install-am: all-am
560
644
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
561
645
 
562
 
installcheck: installcheck-recursive
 
646
installcheck: installcheck-am
563
647
install-strip:
564
648
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
565
649
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
571
655
 
572
656
distclean-generic:
573
657
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
574
 
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
 
658
        -rm -f extra_defs_gen/$(DEPDIR)/$(am__dirstamp)
 
659
        -rm -f extra_defs_gen/$(am__dirstamp)
575
660
 
576
661
maintainer-clean-generic:
577
662
        @echo "This command is intended for maintainers to use"
578
663
        @echo "it deletes files that may require special tools to rebuild."
579
 
clean: clean-recursive
580
 
 
581
 
clean-am: clean-generic clean-libtool mostlyclean-am
582
 
 
583
 
distclean: distclean-recursive
 
664
clean: clean-am
 
665
 
 
666
clean-am: clean-generic clean-libLTLIBRARIES clean-libtool \
 
667
        clean-noinstPROGRAMS mostlyclean-am
 
668
 
 
669
distclean: distclean-am
 
670
        -rm -rf extra_defs_gen/$(DEPDIR)
584
671
        -rm -f Makefile
585
 
distclean-am: clean-am distclean-generic distclean-tags
 
672
distclean-am: clean-am distclean-compile distclean-generic \
 
673
        distclean-tags
586
674
 
587
 
dvi: dvi-recursive
 
675
dvi: dvi-am
588
676
 
589
677
dvi-am:
590
678
 
591
 
html: html-recursive
592
 
 
593
 
html-am:
594
 
 
595
 
info: info-recursive
 
679
html: html-am
 
680
 
 
681
info: info-am
596
682
 
597
683
info-am:
598
684
 
599
 
install-data-am: install-gmmproc_binSCRIPTS
600
 
 
601
 
install-dvi: install-dvi-recursive
602
 
 
603
 
install-dvi-am:
604
 
 
605
 
install-exec-am:
606
 
 
607
 
install-html: install-html-recursive
608
 
 
609
 
install-html-am:
610
 
 
611
 
install-info: install-info-recursive
612
 
 
613
 
install-info-am:
 
685
install-data-am: install-dist_gmmproc_m4DATA \
 
686
        install-dist_gmmproc_pmDATA install-extradefs_includeHEADERS \
 
687
        install-gmmproc_binSCRIPTS
 
688
 
 
689
install-dvi: install-dvi-am
 
690
 
 
691
install-exec-am: install-libLTLIBRARIES
 
692
 
 
693
install-html: install-html-am
 
694
 
 
695
install-info: install-info-am
614
696
 
615
697
install-man:
616
698
 
617
 
install-pdf: install-pdf-recursive
618
 
 
619
 
install-pdf-am:
620
 
 
621
 
install-ps: install-ps-recursive
622
 
 
623
 
install-ps-am:
 
699
install-pdf: install-pdf-am
 
700
 
 
701
install-ps: install-ps-am
624
702
 
625
703
installcheck-am:
626
704
 
627
 
maintainer-clean: maintainer-clean-recursive
 
705
maintainer-clean: maintainer-clean-am
 
706
        -rm -rf extra_defs_gen/$(DEPDIR)
628
707
        -rm -f Makefile
629
708
maintainer-clean-am: distclean-am maintainer-clean-generic
630
709
 
631
 
mostlyclean: mostlyclean-recursive
632
 
 
633
 
mostlyclean-am: mostlyclean-generic mostlyclean-libtool
634
 
 
635
 
pdf: pdf-recursive
 
710
mostlyclean: mostlyclean-am
 
711
 
 
712
mostlyclean-am: mostlyclean-compile mostlyclean-generic \
 
713
        mostlyclean-libtool
 
714
 
 
715
pdf: pdf-am
636
716
 
637
717
pdf-am:
638
718
 
639
 
ps: ps-recursive
 
719
ps: ps-am
640
720
 
641
721
ps-am:
642
722
 
643
 
uninstall-am: uninstall-gmmproc_binSCRIPTS
644
 
 
645
 
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) ctags-recursive \
646
 
        install-am install-strip tags-recursive
647
 
 
648
 
.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
649
 
        all all-am check check-am clean clean-generic clean-libtool \
650
 
        ctags ctags-recursive distclean distclean-generic \
 
723
uninstall-am: uninstall-dist_gmmproc_m4DATA \
 
724
        uninstall-dist_gmmproc_pmDATA \
 
725
        uninstall-extradefs_includeHEADERS \
 
726
        uninstall-gmmproc_binSCRIPTS uninstall-libLTLIBRARIES
 
727
 
 
728
.MAKE: install-am install-strip
 
729
 
 
730
.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
 
731
        clean-libLTLIBRARIES clean-libtool clean-noinstPROGRAMS ctags \
 
732
        distclean distclean-compile distclean-generic \
651
733
        distclean-libtool distclean-tags distdir dvi dvi-am html \
652
734
        html-am info info-am install install-am install-data \
653
 
        install-data-am install-dvi install-dvi-am install-exec \
654
 
        install-exec-am install-gmmproc_binSCRIPTS install-html \
655
 
        install-html-am install-info install-info-am install-man \
656
 
        install-pdf install-pdf-am install-ps install-ps-am \
657
 
        install-strip installcheck installcheck-am installdirs \
658
 
        installdirs-am maintainer-clean maintainer-clean-generic \
659
 
        mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
660
 
        ps ps-am tags tags-recursive uninstall uninstall-am \
661
 
        uninstall-gmmproc_binSCRIPTS
662
 
 
663
 
 
 
735
        install-data-am install-dist_gmmproc_m4DATA \
 
736
        install-dist_gmmproc_pmDATA install-dvi install-dvi-am \
 
737
        install-exec install-exec-am install-extradefs_includeHEADERS \
 
738
        install-gmmproc_binSCRIPTS install-html install-html-am \
 
739
        install-info install-info-am install-libLTLIBRARIES \
 
740
        install-man install-pdf install-pdf-am install-ps \
 
741
        install-ps-am install-strip installcheck installcheck-am \
 
742
        installdirs maintainer-clean maintainer-clean-generic \
 
743
        mostlyclean mostlyclean-compile mostlyclean-generic \
 
744
        mostlyclean-libtool pdf pdf-am ps ps-am tags uninstall \
 
745
        uninstall-am uninstall-dist_gmmproc_m4DATA \
 
746
        uninstall-dist_gmmproc_pmDATA \
 
747
        uninstall-extradefs_includeHEADERS \
 
748
        uninstall-gmmproc_binSCRIPTS uninstall-libLTLIBRARIES
 
749
 
 
750
 
 
751
# Instruct GNU make to delete the targets of a rule after it failed, in
 
752
# order to avoid the complication of handling that situation manually.
 
753
.DELETE_ON_ERROR:
664
754
# Tell versions [3.59,3.63) of GNU make to not export all variables.
665
755
# Otherwise a system limit (for SysV at least) may be exceeded.
666
756
.NOEXPORT: