~ubuntu-branches/ubuntu/gutsy/libbonoboui/gutsy

« back to all changes in this revision

Viewing changes to samples/compound-doc/container/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2007-07-30 22:18:20 UTC
  • mfrom: (1.1.15 upstream)
  • Revision ID: james.westby@ubuntu.com-20070730221820-l8yw5gd2n2oy31f6
Tags: 2.19.6-0ubuntu1
* New upstream version:
  - Fix build with gtk+ >= 2.11.6

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.9.6 from Makefile.am.
 
1
# Makefile.in generated by automake 1.10 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  Free Software Foundation, Inc.
 
5
# 2003, 2004, 2005, 2006  Free Software Foundation, Inc.
6
6
# This Makefile.in is free software; the Free Software Foundation
7
7
# gives unlimited permission to copy and/or distribute it,
8
8
# with or without modifications, as long as this notice is preserved.
14
14
 
15
15
@SET_MAKE@
16
16
 
17
 
srcdir = @srcdir@
18
 
top_srcdir = @top_srcdir@
19
17
VPATH = @srcdir@
20
18
pkgdatadir = $(datadir)/@PACKAGE@
21
19
pkglibdir = $(libdir)/@PACKAGE@
22
20
pkgincludedir = $(includedir)/@PACKAGE@
23
 
top_builddir = ../../..
24
21
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
25
 
INSTALL = @INSTALL@
26
22
install_sh_DATA = $(install_sh) -c -m 644
27
23
install_sh_PROGRAM = $(install_sh) -c
28
24
install_sh_SCRIPT = $(install_sh) -c
55
51
sample_container_2_DEPENDENCIES =  \
56
52
        $(top_builddir)/bonobo/libbonoboui-2.la $(am__DEPENDENCIES_1) \
57
53
        $(am__DEPENDENCIES_1)
58
 
DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
 
54
DEFAULT_INCLUDES = -I. -I$(top_builddir)@am__isrc@
59
55
depcomp = $(SHELL) $(top_srcdir)/depcomp
60
56
am__depfiles_maybe = depfiles
61
57
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
62
58
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
63
 
LTCOMPILE = $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) \
64
 
        $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
65
 
        $(AM_CFLAGS) $(CFLAGS)
 
59
LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
 
60
        --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
 
61
        $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
66
62
CCLD = $(CC)
67
 
LINK = $(LIBTOOL) --tag=CC --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
68
 
        $(AM_LDFLAGS) $(LDFLAGS) -o $@
 
63
LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
 
64
        --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
 
65
        $(LDFLAGS) -o $@
69
66
SOURCES = $(sample_container_2_SOURCES)
70
67
DIST_SOURCES = $(sample_container_2_SOURCES)
71
68
ETAGS = etags
74
71
ACLOCAL = @ACLOCAL@
75
72
ACLOCAL_AMFLAGS = @ACLOCAL_AMFLAGS@
76
73
ALL_LINGUAS = @ALL_LINGUAS@
77
 
AMDEP_FALSE = @AMDEP_FALSE@
78
 
AMDEP_TRUE = @AMDEP_TRUE@
79
74
AMTAR = @AMTAR@
80
75
AR = @AR@
81
76
AS = @AS@
102
97
DATADIRNAME = @DATADIRNAME@
103
98
DEFS = @DEFS@
104
99
DEPDIR = @DEPDIR@
105
 
DISABLE_DEPRECATED = @DISABLE_DEPRECATED@
106
100
DLLTOOL = @DLLTOOL@
107
101
ECHO = @ECHO@
108
102
ECHO_C = @ECHO_C@
109
103
ECHO_N = @ECHO_N@
110
104
ECHO_T = @ECHO_T@
111
105
EGREP = @EGREP@
112
 
ENABLE_GTK_DOC_FALSE = @ENABLE_GTK_DOC_FALSE@
113
 
ENABLE_GTK_DOC_TRUE = @ENABLE_GTK_DOC_TRUE@
114
106
EXEEXT = @EXEEXT@
115
107
F77 = @F77@
116
108
FFLAGS = @FFLAGS@
120
112
GMOFILES = @GMOFILES@
121
113
GMSGFMT = @GMSGFMT@
122
114
GREP = @GREP@
123
 
GTK_DOC_USE_LIBTOOL_FALSE = @GTK_DOC_USE_LIBTOOL_FALSE@
124
 
GTK_DOC_USE_LIBTOOL_TRUE = @GTK_DOC_USE_LIBTOOL_TRUE@
125
115
HTML_DIR = @HTML_DIR@
 
116
INSTALL = @INSTALL@
126
117
INSTALL_DATA = @INSTALL_DATA@
127
118
INSTALL_PROGRAM = @INSTALL_PROGRAM@
128
119
INSTALL_SCRIPT = @INSTALL_SCRIPT@
162
153
LN_S = @LN_S@
163
154
LTLIBOBJS = @LTLIBOBJS@
164
155
MAINT = @MAINT@
165
 
MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
166
 
MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
167
156
MAKEINFO = @MAKEINFO@
 
157
MKDIR_P = @MKDIR_P@
168
158
MKINSTALLDIRS = @MKINSTALLDIRS@
169
159
MSGFMT = @MSGFMT@
170
160
MSGFMT_OPTS = @MSGFMT_OPTS@
198
188
X_PRE_LIBS = @X_PRE_LIBS@
199
189
YACC = @YACC@
200
190
YFLAGS = @YFLAGS@
 
191
abs_builddir = @abs_builddir@
 
192
abs_srcdir = @abs_srcdir@
 
193
abs_top_builddir = @abs_top_builddir@
 
194
abs_top_srcdir = @abs_top_srcdir@
201
195
ac_ct_CC = @ac_ct_CC@
202
196
ac_ct_CXX = @ac_ct_CXX@
203
197
ac_ct_F77 = @ac_ct_F77@
204
 
am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
205
 
am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
206
 
am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
207
 
am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
208
198
am__include = @am__include@
209
199
am__leading_dot = @am__leading_dot@
210
200
am__quote = @am__quote@
216
206
build_cpu = @build_cpu@
217
207
build_os = @build_os@
218
208
build_vendor = @build_vendor@
 
209
builddir = @builddir@
219
210
datadir = @datadir@
220
211
datarootdir = @datarootdir@
221
212
docdir = @docdir@
243
234
psdir = @psdir@
244
235
sbindir = @sbindir@
245
236
sharedstatedir = @sharedstatedir@
 
237
srcdir = @srcdir@
246
238
sysconfdir = @sysconfdir@
247
239
target_alias = @target_alias@
 
240
top_builddir = @top_builddir@
 
241
top_srcdir = @top_srcdir@
248
242
INCLUDES = \
249
243
        -DGNOMELOCALEDIR=\""$(datadir)/locale"\"        \
250
244
        -I$(top_srcdir)                                 \
311
305
        done
312
306
sample-container-2$(EXEEXT): $(sample_container_2_OBJECTS) $(sample_container_2_DEPENDENCIES) 
313
307
        @rm -f sample-container-2$(EXEEXT)
314
 
        $(LINK) $(sample_container_2_LDFLAGS) $(sample_container_2_OBJECTS) $(sample_container_2_LDADD) $(LIBS)
 
308
        $(LINK) $(sample_container_2_OBJECTS) $(sample_container_2_LDADD) $(LIBS)
315
309
 
316
310
mostlyclean-compile:
317
311
        -rm -f *.$(OBJEXT)
327
321
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/document.Po@am__quote@
328
322
 
329
323
.c.o:
330
 
@am__fastdepCC_TRUE@    if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
331
 
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
 
324
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
 
325
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
332
326
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
333
327
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
334
328
@am__fastdepCC_FALSE@   $(COMPILE) -c $<
335
329
 
336
330
.c.obj:
337
 
@am__fastdepCC_TRUE@    if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
338
 
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
 
331
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
 
332
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
339
333
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
340
334
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
341
335
@am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
342
336
 
343
337
.c.lo:
344
 
@am__fastdepCC_TRUE@    if $(LTCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
345
 
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
 
338
@am__fastdepCC_TRUE@    $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
 
339
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
346
340
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
347
341
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
348
342
@am__fastdepCC_FALSE@   $(LTCOMPILE) -c -o $@ $<
353
347
clean-libtool:
354
348
        -rm -rf .libs _libs
355
349
 
356
 
distclean-libtool:
357
 
        -rm -f libtool
358
 
uninstall-info-am:
359
 
 
360
350
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
361
351
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
362
352
        unique=`for i in $$list; do \
406
396
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
407
397
 
408
398
distdir: $(DISTFILES)
409
 
        @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
410
 
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
411
 
        list='$(DISTFILES)'; for file in $$list; do \
412
 
          case $$file in \
413
 
            $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
414
 
            $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
415
 
          esac; \
 
399
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
400
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
401
        list='$(DISTFILES)'; \
 
402
          dist_files=`for file in $$list; do echo $$file; done | \
 
403
          sed -e "s|^$$srcdirstrip/||;t" \
 
404
              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
 
405
        case $$dist_files in \
 
406
          */*) $(MKDIR_P) `echo "$$dist_files" | \
 
407
                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
 
408
                           sort -u` ;; \
 
409
        esac; \
 
410
        for file in $$dist_files; do \
416
411
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
417
 
          dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
418
 
          if test "$$dir" != "$$file" && test "$$dir" != "."; then \
419
 
            dir="/$$dir"; \
420
 
            $(mkdir_p) "$(distdir)$$dir"; \
421
 
          else \
422
 
            dir=''; \
423
 
          fi; \
424
412
          if test -d $$d/$$file; then \
 
413
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
425
414
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
426
415
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
427
416
            fi; \
469
458
        -rm -rf ./$(DEPDIR)
470
459
        -rm -f Makefile
471
460
distclean-am: clean-am distclean-compile distclean-generic \
472
 
        distclean-libtool distclean-tags
 
461
        distclean-tags
473
462
 
474
463
dvi: dvi-am
475
464
 
483
472
 
484
473
install-data-am:
485
474
 
 
475
install-dvi: install-dvi-am
 
476
 
486
477
install-exec-am:
487
478
 
 
479
install-html: install-html-am
 
480
 
488
481
install-info: install-info-am
489
482
 
490
483
install-man:
491
484
 
 
485
install-pdf: install-pdf-am
 
486
 
 
487
install-ps: install-ps-am
 
488
 
492
489
installcheck-am:
493
490
 
494
491
maintainer-clean: maintainer-clean-am
509
506
 
510
507
ps-am:
511
508
 
512
 
uninstall-am: uninstall-info-am
 
509
uninstall-am:
 
510
 
 
511
.MAKE: install-am install-strip
513
512
 
514
513
.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
515
514
        clean-libtool clean-noinstPROGRAMS ctags distclean \
516
515
        distclean-compile distclean-generic distclean-libtool \
517
516
        distclean-tags distdir dvi dvi-am html html-am info info-am \
518
 
        install install-am install-data install-data-am install-exec \
519
 
        install-exec-am install-info install-info-am install-man \
 
517
        install install-am install-data install-data-am install-dvi \
 
518
        install-dvi-am install-exec install-exec-am install-html \
 
519
        install-html-am install-info install-info-am install-man \
 
520
        install-pdf install-pdf-am install-ps install-ps-am \
520
521
        install-strip installcheck installcheck-am installdirs \
521
522
        maintainer-clean maintainer-clean-generic mostlyclean \
522
523
        mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
523
 
        pdf pdf-am ps ps-am tags uninstall uninstall-am \
524
 
        uninstall-info-am
 
524
        pdf pdf-am ps ps-am tags uninstall uninstall-am
525
525
 
526
526
# Tell versions [3.59,3.63) of GNU make to not export all variables.
527
527
# Otherwise a system limit (for SysV at least) may be exceeded.