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

« back to all changes in this revision

Viewing changes to samples/controls/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.
15
15
@SET_MAKE@
16
16
 
17
17
 
18
 
srcdir = @srcdir@
19
 
top_srcdir = @top_srcdir@
20
18
VPATH = @srcdir@
21
19
pkgdatadir = $(datadir)/@PACKAGE@
22
20
pkglibdir = $(libdir)/@PACKAGE@
23
21
pkgincludedir = $(includedir)/@PACKAGE@
24
 
top_builddir = ../..
25
22
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
26
 
INSTALL = @INSTALL@
27
23
install_sh_DATA = $(install_sh) -c -m 644
28
24
install_sh_PROGRAM = $(install_sh) -c
29
25
install_sh_SCRIPT = $(install_sh) -c
58
54
bonobo_sample_controls_2_DEPENDENCIES =  \
59
55
        $(top_builddir)/bonobo/libbonoboui-2.la $(am__DEPENDENCIES_1) \
60
56
        $(am__DEPENDENCIES_1)
61
 
DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
 
57
DEFAULT_INCLUDES = -I. -I$(top_builddir)@am__isrc@
62
58
depcomp = $(SHELL) $(top_srcdir)/depcomp
63
59
am__depfiles_maybe = depfiles
64
60
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
65
61
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
66
 
LTCOMPILE = $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) \
67
 
        $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
68
 
        $(AM_CFLAGS) $(CFLAGS)
 
62
LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
 
63
        --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
 
64
        $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
69
65
CCLD = $(CC)
70
 
LINK = $(LIBTOOL) --tag=CC --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
71
 
        $(AM_LDFLAGS) $(LDFLAGS) -o $@
 
66
LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
 
67
        --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
 
68
        $(LDFLAGS) -o $@
72
69
SOURCES = $(bonobo_sample_controls_2_SOURCES)
73
70
DIST_SOURCES = $(bonobo_sample_controls_2_SOURCES)
74
71
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
85
82
ACLOCAL = @ACLOCAL@
86
83
ACLOCAL_AMFLAGS = @ACLOCAL_AMFLAGS@
87
84
ALL_LINGUAS = @ALL_LINGUAS@
88
 
AMDEP_FALSE = @AMDEP_FALSE@
89
 
AMDEP_TRUE = @AMDEP_TRUE@
90
85
AMTAR = @AMTAR@
91
86
AR = @AR@
92
87
AS = @AS@
113
108
DATADIRNAME = @DATADIRNAME@
114
109
DEFS = @DEFS@
115
110
DEPDIR = @DEPDIR@
116
 
DISABLE_DEPRECATED = @DISABLE_DEPRECATED@
117
111
DLLTOOL = @DLLTOOL@
118
112
ECHO = @ECHO@
119
113
ECHO_C = @ECHO_C@
120
114
ECHO_N = @ECHO_N@
121
115
ECHO_T = @ECHO_T@
122
116
EGREP = @EGREP@
123
 
ENABLE_GTK_DOC_FALSE = @ENABLE_GTK_DOC_FALSE@
124
 
ENABLE_GTK_DOC_TRUE = @ENABLE_GTK_DOC_TRUE@
125
117
EXEEXT = @EXEEXT@
126
118
F77 = @F77@
127
119
FFLAGS = @FFLAGS@
131
123
GMOFILES = @GMOFILES@
132
124
GMSGFMT = @GMSGFMT@
133
125
GREP = @GREP@
134
 
GTK_DOC_USE_LIBTOOL_FALSE = @GTK_DOC_USE_LIBTOOL_FALSE@
135
 
GTK_DOC_USE_LIBTOOL_TRUE = @GTK_DOC_USE_LIBTOOL_TRUE@
136
126
HTML_DIR = @HTML_DIR@
 
127
INSTALL = @INSTALL@
137
128
INSTALL_DATA = @INSTALL_DATA@
138
129
INSTALL_PROGRAM = @INSTALL_PROGRAM@
139
130
INSTALL_SCRIPT = @INSTALL_SCRIPT@
173
164
LN_S = @LN_S@
174
165
LTLIBOBJS = @LTLIBOBJS@
175
166
MAINT = @MAINT@
176
 
MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
177
 
MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
178
167
MAKEINFO = @MAKEINFO@
 
168
MKDIR_P = @MKDIR_P@
179
169
MKINSTALLDIRS = @MKINSTALLDIRS@
180
170
MSGFMT = @MSGFMT@
181
171
MSGFMT_OPTS = @MSGFMT_OPTS@
209
199
X_PRE_LIBS = @X_PRE_LIBS@
210
200
YACC = @YACC@
211
201
YFLAGS = @YFLAGS@
 
202
abs_builddir = @abs_builddir@
 
203
abs_srcdir = @abs_srcdir@
 
204
abs_top_builddir = @abs_top_builddir@
 
205
abs_top_srcdir = @abs_top_srcdir@
212
206
ac_ct_CC = @ac_ct_CC@
213
207
ac_ct_CXX = @ac_ct_CXX@
214
208
ac_ct_F77 = @ac_ct_F77@
215
 
am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
216
 
am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
217
 
am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
218
 
am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
219
209
am__include = @am__include@
220
210
am__leading_dot = @am__leading_dot@
221
211
am__quote = @am__quote@
227
217
build_cpu = @build_cpu@
228
218
build_os = @build_os@
229
219
build_vendor = @build_vendor@
 
220
builddir = @builddir@
230
221
datadir = @datadir@
231
222
datarootdir = @datarootdir@
232
223
docdir = @docdir@
254
245
psdir = @psdir@
255
246
sbindir = @sbindir@
256
247
sharedstatedir = @sharedstatedir@
 
248
srcdir = @srcdir@
257
249
sysconfdir = @sysconfdir@
258
250
target_alias = @target_alias@
 
251
top_builddir = @top_builddir@
 
252
top_srcdir = @top_srcdir@
259
253
samplesdir = $(libdir)/bonobo-2.0/samples
260
254
INCLUDES = \
261
255
        -DGNOMELOCALEDIR=\""$(datadir)/locale"\"        \
310
304
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
311
305
install-samplesPROGRAMS: $(samples_PROGRAMS)
312
306
        @$(NORMAL_INSTALL)
313
 
        test -z "$(samplesdir)" || $(mkdir_p) "$(DESTDIR)$(samplesdir)"
 
307
        test -z "$(samplesdir)" || $(MKDIR_P) "$(DESTDIR)$(samplesdir)"
314
308
        @list='$(samples_PROGRAMS)'; for p in $$list; do \
315
309
          p1=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
316
310
          if test -f $$p \
338
332
        done
339
333
bonobo-sample-controls-2$(EXEEXT): $(bonobo_sample_controls_2_OBJECTS) $(bonobo_sample_controls_2_DEPENDENCIES) 
340
334
        @rm -f bonobo-sample-controls-2$(EXEEXT)
341
 
        $(LINK) $(bonobo_sample_controls_2_LDFLAGS) $(bonobo_sample_controls_2_OBJECTS) $(bonobo_sample_controls_2_LDADD) $(LIBS)
 
335
        $(LINK) $(bonobo_sample_controls_2_OBJECTS) $(bonobo_sample_controls_2_LDADD) $(LIBS)
342
336
 
343
337
mostlyclean-compile:
344
338
        -rm -f *.$(OBJEXT)
349
343
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/bonobo-sample-controls.Po@am__quote@
350
344
 
351
345
.c.o:
352
 
@am__fastdepCC_TRUE@    if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
353
 
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
 
346
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
 
347
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
354
348
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
355
349
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
356
350
@am__fastdepCC_FALSE@   $(COMPILE) -c $<
357
351
 
358
352
.c.obj:
359
 
@am__fastdepCC_TRUE@    if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
360
 
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
 
353
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
 
354
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
361
355
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
362
356
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
363
357
@am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
364
358
 
365
359
.c.lo:
366
 
@am__fastdepCC_TRUE@    if $(LTCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
367
 
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
 
360
@am__fastdepCC_TRUE@    $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
 
361
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
368
362
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
369
363
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
370
364
@am__fastdepCC_FALSE@   $(LTCOMPILE) -c -o $@ $<
374
368
 
375
369
clean-libtool:
376
370
        -rm -rf .libs _libs
377
 
 
378
 
distclean-libtool:
379
 
        -rm -f libtool
380
 
uninstall-info-am:
381
371
install-serverDATA: $(server_DATA)
382
372
        @$(NORMAL_INSTALL)
383
 
        test -z "$(serverdir)" || $(mkdir_p) "$(DESTDIR)$(serverdir)"
 
373
        test -z "$(serverdir)" || $(MKDIR_P) "$(DESTDIR)$(serverdir)"
384
374
        @list='$(server_DATA)'; for p in $$list; do \
385
375
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
386
376
          f=$(am__strip_dir) \
445
435
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
446
436
 
447
437
distdir: $(DISTFILES)
448
 
        @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
449
 
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
450
 
        list='$(DISTFILES)'; for file in $$list; do \
451
 
          case $$file in \
452
 
            $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
453
 
            $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
454
 
          esac; \
 
438
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
439
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
440
        list='$(DISTFILES)'; \
 
441
          dist_files=`for file in $$list; do echo $$file; done | \
 
442
          sed -e "s|^$$srcdirstrip/||;t" \
 
443
              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
 
444
        case $$dist_files in \
 
445
          */*) $(MKDIR_P) `echo "$$dist_files" | \
 
446
                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
 
447
                           sort -u` ;; \
 
448
        esac; \
 
449
        for file in $$dist_files; do \
455
450
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
456
 
          dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
457
 
          if test "$$dir" != "$$file" && test "$$dir" != "."; then \
458
 
            dir="/$$dir"; \
459
 
            $(mkdir_p) "$(distdir)$$dir"; \
460
 
          else \
461
 
            dir=''; \
462
 
          fi; \
463
451
          if test -d $$d/$$file; then \
 
452
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
464
453
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
465
454
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
466
455
            fi; \
476
465
all-am: Makefile $(PROGRAMS) $(DATA)
477
466
installdirs:
478
467
        for dir in "$(DESTDIR)$(samplesdir)" "$(DESTDIR)$(serverdir)"; do \
479
 
          test -z "$$dir" || $(mkdir_p) "$$dir"; \
 
468
          test -z "$$dir" || $(MKDIR_P) "$$dir"; \
480
469
        done
481
470
install: install-am
482
471
install-exec: install-exec-am
512
501
        -rm -rf ./$(DEPDIR)
513
502
        -rm -f Makefile
514
503
distclean-am: clean-am distclean-compile distclean-generic \
515
 
        distclean-libtool distclean-tags
 
504
        distclean-tags
516
505
 
517
506
dvi: dvi-am
518
507
 
526
515
 
527
516
install-data-am: install-samplesPROGRAMS install-serverDATA
528
517
 
 
518
install-dvi: install-dvi-am
 
519
 
529
520
install-exec-am:
530
521
 
 
522
install-html: install-html-am
 
523
 
531
524
install-info: install-info-am
532
525
 
533
526
install-man:
534
527
 
 
528
install-pdf: install-pdf-am
 
529
 
 
530
install-ps: install-ps-am
 
531
 
535
532
installcheck-am:
536
533
 
537
534
maintainer-clean: maintainer-clean-am
552
549
 
553
550
ps-am:
554
551
 
555
 
uninstall-am: uninstall-info-am uninstall-samplesPROGRAMS \
556
 
        uninstall-serverDATA
 
552
uninstall-am: uninstall-samplesPROGRAMS uninstall-serverDATA
 
553
 
 
554
.MAKE: install-am install-strip
557
555
 
558
556
.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
559
557
        clean-libtool clean-samplesPROGRAMS ctags distclean \
560
558
        distclean-compile distclean-generic distclean-libtool \
561
559
        distclean-tags distdir dvi dvi-am html html-am info info-am \
562
 
        install install-am install-data install-data-am install-exec \
563
 
        install-exec-am install-info install-info-am install-man \
 
560
        install install-am install-data install-data-am install-dvi \
 
561
        install-dvi-am install-exec install-exec-am install-html \
 
562
        install-html-am install-info install-info-am install-man \
 
563
        install-pdf install-pdf-am install-ps install-ps-am \
564
564
        install-samplesPROGRAMS install-serverDATA install-strip \
565
565
        installcheck installcheck-am installdirs maintainer-clean \
566
566
        maintainer-clean-generic mostlyclean mostlyclean-compile \
567
567
        mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
568
 
        tags uninstall uninstall-am uninstall-info-am \
569
 
        uninstall-samplesPROGRAMS uninstall-serverDATA
 
568
        tags uninstall uninstall-am uninstall-samplesPROGRAMS \
 
569
        uninstall-serverDATA
570
570
 
571
571
Bonobo_Sample_Controls.server.in: Bonobo_Sample_Controls.server.in.in
572
572
        sed -e "s|\@prefix\@|$(prefix)|" $< > $@