~ubuntu-branches/ubuntu/wily/atkmm1.6/wily

« back to all changes in this revision

Viewing changes to atk/src/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Krzysztof Klimonda
  • Date: 2011-01-24 02:45:18 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20110124024518-nng7ttflo7gsm5ow
Tags: 2.22.2-1
New upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.11.1 from Makefile.am.
 
1
# Makefile.in generated by automake 1.10.3 from Makefile.am.
2
2
# @configure_input@
3
3
 
4
4
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
17
17
 
18
18
VPATH = @srcdir@
19
19
pkgdatadir = $(datadir)/@PACKAGE@
 
20
pkglibdir = $(libdir)/@PACKAGE@
20
21
pkgincludedir = $(includedir)/@PACKAGE@
21
 
pkglibdir = $(libdir)/@PACKAGE@
22
 
pkglibexecdir = $(libexecdir)/@PACKAGE@
23
22
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
24
23
install_sh_DATA = $(install_sh) -c -m 644
25
24
install_sh_PROGRAM = $(install_sh) -c
51
50
CONFIG_HEADER = $(top_builddir)/build/config.h \
52
51
        $(top_builddir)/atk/atkmmconfig.h
53
52
CONFIG_CLEAN_FILES =
54
 
CONFIG_CLEAN_VPATH_FILES =
55
 
AM_V_GEN = $(am__v_GEN_$(V))
56
 
am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
57
 
am__v_GEN_0 = @echo "  GEN   " $@;
58
 
AM_V_at = $(am__v_at_$(V))
59
 
am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
60
 
am__v_at_0 = @
61
53
SOURCES =
62
54
DIST_SOURCES =
63
55
DATA = $(dist_noinst_DATA)
65
57
ACLOCAL = @ACLOCAL@
66
58
ACLOCAL_FLAGS = @ACLOCAL_FLAGS@
67
59
AMTAR = @AMTAR@
68
 
AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
69
60
AR = @AR@
70
61
AS = @AS@
71
62
ATKMM_API_VERSION = @ATKMM_API_VERSION@
264
255
 
265
256
# Dependencies of the gmmproc code generator targets.
266
257
gmmproc_dependencies = $(binding_relfiles_m4) $(files_defs)
 
258
codegen_m4_flags = $(addprefix -I , $(codegen_m4_srcdir) $(GMMPROC_EXTRA_M4_DIR))
267
259
 
268
260
# Automatically created output directories.
269
261
binding_mkdirs = $(binding_stampdir) $(binding_outputdir)/private
283
275
              exit 1;; \
284
276
          esac; \
285
277
        done; \
286
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu atk/src/Makefile'; \
287
 
        $(am__cd) $(top_srcdir) && \
288
 
          $(AUTOMAKE) --gnu atk/src/Makefile
 
278
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  atk/src/Makefile'; \
 
279
        cd $(top_srcdir) && \
 
280
          $(AUTOMAKE) --gnu  atk/src/Makefile
289
281
.PRECIOUS: Makefile
290
282
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
291
283
        @case '$?' in \
303
295
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
304
296
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
305
297
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
306
 
$(am__aclocal_m4_deps):
307
298
 
308
299
mostlyclean-libtool:
309
300
        -rm -f *.lo
333
324
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
334
325
          if test -d $$d/$$file; then \
335
326
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
336
 
            if test -d "$(distdir)/$$file"; then \
337
 
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
338
 
            fi; \
339
327
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
340
 
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
341
 
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
328
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
342
329
            fi; \
343
 
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
 
330
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
344
331
          else \
345
 
            test -f "$(distdir)/$$file" \
346
 
            || cp -p $$d/$$file "$(distdir)/$$file" \
 
332
            test -f $(distdir)/$$file \
 
333
            || cp -p $$d/$$file $(distdir)/$$file \
347
334
            || exit 1; \
348
335
          fi; \
349
336
        done
371
358
 
372
359
distclean-generic:
373
360
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
374
 
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
375
361
 
376
362
maintainer-clean-generic:
377
363
        @echo "This command is intended for maintainers to use"
461
447
# Location of the module's gmmproc support files.
462
448
codegen_srcdir ?= $(top_srcdir)/codegen
463
449
 
464
 
# Location of the module's gmmproc M4 files.
 
450
# Location of the module's gmmproc M4 files,
 
451
# and of any extra m4 files from installed modules, 
 
452
# such as from gtkmm rather than just glibmm.
 
453
# Use, for instance, this in configure.ac:
 
454
# MM_PKG_CONFIG_SUBST([GMMPROC_EXTRA_M4_DIR], [--variable=gmmprocm4dir gtkmm-3.0])
465
455
codegen_m4_srcdir ?= $(codegen_srcdir)/m4
466
456
 
467
457
# Destination directory of the generated source files.
470
460
# Default command lines for running the code generators.
471
461
gmmproc       ?= $(PERL) -I"$(GMMPROC_DIR)/pm" -- "$(GMMPROC_DIR)/gmmproc"
472
462
gen_wrap_init ?= $(PERL) -- "$(GMMPROC_DIR)/generate_wrap_init.pl"
473
 
gmmproc_flags ?= -I $(codegen_m4_srcdir) --defs $(srcdir)
 
463
gmmproc_flags ?= $(codegen_m4_flags) --defs $(srcdir)
474
464
 
475
465
# Declare the built sources main targets.
476
466
all-local: $(binding_stampfiles) $(other_built_sources)
491
481
# Instruct GNU make to delete the targets of a rule after it failed, in
492
482
# order to avoid the complication of handling that situation manually.
493
483
.DELETE_ON_ERROR:
494
 
 
495
484
# Tell versions [3.59,3.63) of GNU make to not export all variables.
496
485
# Otherwise a system limit (for SysV at least) may be exceeded.
497
486
.NOEXPORT: