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

« back to all changes in this revision

Viewing changes to atk/src/Makefile.in

  • Committer: Package Import Robot
  • Author(s): Michael Biebl
  • Date: 2011-11-17 02:28:10 UTC
  • mfrom: (1.1.3) (0.1.5 sid)
  • Revision ID: package-import@ubuntu.com-20111117022810-a9lmhz642arl0dsg
Tags: 2.22.6-1
* New upstream release.
* debian/watch:
  - Track .xz tarballs.
* Stop installing libtool .la files.
* Bump Standards-Version to 3.9.2. No further changes.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.10.3 from Makefile.am.
 
1
# Makefile.in generated by automake 1.11.1 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
pkgincludedir = $(includedir)/@PACKAGE@
20
21
pkglibdir = $(libdir)/@PACKAGE@
21
 
pkgincludedir = $(includedir)/@PACKAGE@
 
22
pkglibexecdir = $(libexecdir)/@PACKAGE@
22
23
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
23
24
install_sh_DATA = $(install_sh) -c -m 644
24
25
install_sh_PROGRAM = $(install_sh) -c
50
51
CONFIG_HEADER = $(top_builddir)/build/config.h \
51
52
        $(top_builddir)/atk/atkmmconfig.h
52
53
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 = @
53
61
SOURCES =
54
62
DIST_SOURCES =
55
63
DATA = $(dist_noinst_DATA)
57
65
ACLOCAL = @ACLOCAL@
58
66
ACLOCAL_FLAGS = @ACLOCAL_FLAGS@
59
67
AMTAR = @AMTAR@
 
68
AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
60
69
AR = @AR@
61
70
AS = @AS@
62
71
ATKMM_API_VERSION = @ATKMM_API_VERSION@
117
126
LTLIBOBJS = @LTLIBOBJS@
118
127
MAINT = @MAINT@
119
128
MAKEINFO = @MAKEINFO@
 
129
MANIFEST_TOOL = @MANIFEST_TOOL@
120
130
MKDIR_P = @MKDIR_P@
121
131
MMDOCTOOLDIR = @MMDOCTOOLDIR@
122
132
NM = @NM@
148
158
abs_srcdir = @abs_srcdir@
149
159
abs_top_builddir = @abs_top_builddir@
150
160
abs_top_srcdir = @abs_top_srcdir@
 
161
ac_ct_AR = @ac_ct_AR@
151
162
ac_ct_CC = @ac_ct_CC@
152
163
ac_ct_CXX = @ac_ct_CXX@
153
164
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
181
192
libexecdir = @libexecdir@
182
193
localedir = @localedir@
183
194
localstatedir = @localstatedir@
184
 
lt_ECHO = @lt_ECHO@
185
195
mandir = @mandir@
186
196
mkdir_p = @mkdir_p@
187
197
oldincludedir = @oldincludedir@
275
285
              exit 1;; \
276
286
          esac; \
277
287
        done; \
278
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  atk/src/Makefile'; \
279
 
        cd $(top_srcdir) && \
280
 
          $(AUTOMAKE) --gnu  atk/src/Makefile
 
288
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu atk/src/Makefile'; \
 
289
        $(am__cd) $(top_srcdir) && \
 
290
          $(AUTOMAKE) --gnu atk/src/Makefile
281
291
.PRECIOUS: Makefile
282
292
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
283
293
        @case '$?' in \
295
305
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
296
306
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
297
307
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
308
$(am__aclocal_m4_deps):
298
309
 
299
310
mostlyclean-libtool:
300
311
        -rm -f *.lo
324
335
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
325
336
          if test -d $$d/$$file; then \
326
337
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
338
            if test -d "$(distdir)/$$file"; then \
 
339
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
340
            fi; \
327
341
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
328
 
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
342
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
 
343
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
329
344
            fi; \
330
 
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
345
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
331
346
          else \
332
 
            test -f $(distdir)/$$file \
333
 
            || cp -p $$d/$$file $(distdir)/$$file \
 
347
            test -f "$(distdir)/$$file" \
 
348
            || cp -p $$d/$$file "$(distdir)/$$file" \
334
349
            || exit 1; \
335
350
          fi; \
336
351
        done
358
373
 
359
374
distclean-generic:
360
375
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
376
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
361
377
 
362
378
maintainer-clean-generic:
363
379
        @echo "This command is intended for maintainers to use"
481
497
# Instruct GNU make to delete the targets of a rule after it failed, in
482
498
# order to avoid the complication of handling that situation manually.
483
499
.DELETE_ON_ERROR:
 
500
 
484
501
# Tell versions [3.59,3.63) of GNU make to not export all variables.
485
502
# Otherwise a system limit (for SysV at least) may be exceeded.
486
503
.NOEXPORT: