~ubuntu-branches/ubuntu/hardy/gnome-applets/hardy-updates

« back to all changes in this revision

Viewing changes to trashapplet/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2008-03-10 10:20:15 UTC
  • mto: This revision was merged to the branch mainline in revision 68.
  • Revision ID: james.westby@ubuntu.com-20080310102015-dcwgjhx9ofb4d8do
Tags: upstream-2.22.0
ImportĀ upstreamĀ versionĀ 2.22.0

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
pkglibdir = $(libdir)/@PACKAGE@
21
19
pkgincludedir = $(includedir)/@PACKAGE@
22
 
top_builddir = ..
23
20
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
24
 
INSTALL = @INSTALL@
25
21
install_sh_DATA = $(install_sh) -c -m 644
26
22
install_sh_PROGRAM = $(install_sh) -c
27
23
install_sh_SCRIPT = $(install_sh) -c
54
50
DIST_SOURCES =
55
51
RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
56
52
        html-recursive info-recursive install-data-recursive \
57
 
        install-exec-recursive install-info-recursive \
58
 
        install-recursive installcheck-recursive installdirs-recursive \
59
 
        pdf-recursive ps-recursive uninstall-info-recursive \
60
 
        uninstall-recursive
 
53
        install-dvi-recursive install-exec-recursive \
 
54
        install-html-recursive install-info-recursive \
 
55
        install-pdf-recursive install-ps-recursive install-recursive \
 
56
        installcheck-recursive installdirs-recursive pdf-recursive \
 
57
        ps-recursive uninstall-recursive
61
58
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
62
59
am__vpath_adj = case $$p in \
63
60
    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
70
67
serverDATA_INSTALL = $(INSTALL_DATA)
71
68
uiDATA_INSTALL = $(INSTALL_DATA)
72
69
DATA = $(glade_DATA) $(server_DATA) $(ui_DATA)
 
70
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
 
71
  distclean-recursive maintainer-clean-recursive
73
72
ETAGS = etags
74
73
CTAGS = ctags
75
74
DIST_SUBDIRS = $(SUBDIRS)
79
78
ACLOCAL_AMFLAGS = @ACLOCAL_AMFLAGS@
80
79
ACPIINC = @ACPIINC@
81
80
ALL_LINGUAS = @ALL_LINGUAS@
82
 
AMDEP_FALSE = @AMDEP_FALSE@
83
 
AMDEP_TRUE = @AMDEP_TRUE@
84
81
AMTAR = @AMTAR@
85
 
APPLET_ACCESSX_FALSE = @APPLET_ACCESSX_FALSE@
86
 
APPLET_ACCESSX_TRUE = @APPLET_ACCESSX_TRUE@
87
 
APPLET_MIXER_FALSE = @APPLET_MIXER_FALSE@
88
 
APPLET_MIXER_TRUE = @APPLET_MIXER_TRUE@
89
 
APPLET_MODEMLIGHTS_FALSE = @APPLET_MODEMLIGHTS_FALSE@
90
 
APPLET_MODEMLIGHTS_TRUE = @APPLET_MODEMLIGHTS_TRUE@
91
82
AR = @AR@
92
83
AUTOCONF = @AUTOCONF@
93
84
AUTOHEADER = @AUTOHEADER@
94
85
AUTOMAKE = @AUTOMAKE@
95
86
AWK = @AWK@
96
 
BUILD_BATTSTAT_APPLET_FALSE = @BUILD_BATTSTAT_APPLET_FALSE@
97
 
BUILD_BATTSTAT_APPLET_TRUE = @BUILD_BATTSTAT_APPLET_TRUE@
98
 
BUILD_CPUFREQ_APPLET_FALSE = @BUILD_CPUFREQ_APPLET_FALSE@
99
 
BUILD_CPUFREQ_APPLET_TRUE = @BUILD_CPUFREQ_APPLET_TRUE@
100
 
BUILD_CPUFREQ_SELECTOR_FALSE = @BUILD_CPUFREQ_SELECTOR_FALSE@
101
 
BUILD_CPUFREQ_SELECTOR_TRUE = @BUILD_CPUFREQ_SELECTOR_TRUE@
102
 
BUILD_GNOME_VFS_APPLETS_FALSE = @BUILD_GNOME_VFS_APPLETS_FALSE@
103
 
BUILD_GNOME_VFS_APPLETS_TRUE = @BUILD_GNOME_VFS_APPLETS_TRUE@
104
 
BUILD_GTOP_APPLETS_FALSE = @BUILD_GTOP_APPLETS_FALSE@
105
 
BUILD_GTOP_APPLETS_TRUE = @BUILD_GTOP_APPLETS_TRUE@
106
 
BUILD_INVEST_APPLET_FALSE = @BUILD_INVEST_APPLET_FALSE@
107
 
BUILD_INVEST_APPLET_TRUE = @BUILD_INVEST_APPLET_TRUE@
108
 
BUILD_KEYBOARD_APPLET_FALSE = @BUILD_KEYBOARD_APPLET_FALSE@
109
 
BUILD_KEYBOARD_APPLET_TRUE = @BUILD_KEYBOARD_APPLET_TRUE@
110
 
BUILD_MINICOMMANDER_APPLET_FALSE = @BUILD_MINICOMMANDER_APPLET_FALSE@
111
 
BUILD_MINICOMMANDER_APPLET_TRUE = @BUILD_MINICOMMANDER_APPLET_TRUE@
112
 
BUILD_STICKYNOTES_APPLET_FALSE = @BUILD_STICKYNOTES_APPLET_FALSE@
113
 
BUILD_STICKYNOTES_APPLET_TRUE = @BUILD_STICKYNOTES_APPLET_TRUE@
114
87
CATALOGS = @CATALOGS@
115
88
CATOBJEXT = @CATOBJEXT@
116
89
CC = @CC@
120
93
CPPFLAGS = @CPPFLAGS@
121
94
CPUFREQ_SELECTOR_CFLAGS = @CPUFREQ_SELECTOR_CFLAGS@
122
95
CPUFREQ_SELECTOR_LIBS = @CPUFREQ_SELECTOR_LIBS@
123
 
CPUFREQ_SELECTOR_SUID_FALSE = @CPUFREQ_SELECTOR_SUID_FALSE@
124
 
CPUFREQ_SELECTOR_SUID_TRUE = @CPUFREQ_SELECTOR_SUID_TRUE@
125
96
CXX = @CXX@
126
97
CXXCPP = @CXXCPP@
127
98
CXXDEPMODE = @CXXDEPMODE@
139
110
ECHO_N = @ECHO_N@
140
111
ECHO_T = @ECHO_T@
141
112
EGREP = @EGREP@
142
 
ENABLE_FLAGS_FALSE = @ENABLE_FLAGS_FALSE@
143
 
ENABLE_FLAGS_TRUE = @ENABLE_FLAGS_TRUE@
144
 
ENABLE_SK_FALSE = @ENABLE_SK_FALSE@
145
 
ENABLE_SK_TRUE = @ENABLE_SK_TRUE@
146
113
EXEEXT = @EXEEXT@
147
114
F77 = @F77@
148
115
FFLAGS = @FFLAGS@
149
116
GAILUTIL_CFLAGS = @GAILUTIL_CFLAGS@
150
117
GAILUTIL_LIBS = @GAILUTIL_LIBS@
151
118
GCONFTOOL = @GCONFTOOL@
152
 
GCONF_SCHEMAS_INSTALL_FALSE = @GCONF_SCHEMAS_INSTALL_FALSE@
153
 
GCONF_SCHEMAS_INSTALL_TRUE = @GCONF_SCHEMAS_INSTALL_TRUE@
154
119
GCONF_SCHEMA_CONFIG_SOURCE = @GCONF_SCHEMA_CONFIG_SOURCE@
155
120
GCONF_SCHEMA_FILE_DIR = @GCONF_SCHEMA_FILE_DIR@
156
121
GDK_PIXBUF_CSOURCE = @GDK_PIXBUF_CSOURCE@
159
124
GIO_LIBS = @GIO_LIBS@
160
125
GIT_CFLAGS = @GIT_CFLAGS@
161
126
GIT_LIBS = @GIT_LIBS@
162
 
GKB_SUN_FALSE = @GKB_SUN_FALSE@
163
 
GKB_SUN_TRUE = @GKB_SUN_TRUE@
164
127
GLADEDIR = @GLADEDIR@
165
128
GLIB_GENMARSHAL = @GLIB_GENMARSHAL@
166
129
GMOFILES = @GMOFILES@
189
152
GUCHARMAP_LIBS = @GUCHARMAP_LIBS@
190
153
HAL_CFLAGS = @HAL_CFLAGS@
191
154
HAL_LIBS = @HAL_LIBS@
192
 
HAVE_GNOME_DOC_UTILS_FALSE = @HAVE_GNOME_DOC_UTILS_FALSE@
193
 
HAVE_GNOME_DOC_UTILS_TRUE = @HAVE_GNOME_DOC_UTILS_TRUE@
194
 
HAVE_GST10_FALSE = @HAVE_GST10_FALSE@
195
 
HAVE_GST10_TRUE = @HAVE_GST10_TRUE@
196
155
HAVE_JW = @HAVE_JW@
197
 
HAVE_JW_FALSE = @HAVE_JW_FALSE@
198
 
HAVE_JW_TRUE = @HAVE_JW_TRUE@
199
156
HAVE_LIBAPM = @HAVE_LIBAPM@
200
 
HAVE_LIBAPM_FALSE = @HAVE_LIBAPM_FALSE@
201
 
HAVE_LIBAPM_TRUE = @HAVE_LIBAPM_TRUE@
202
 
HAVE_LIBCPUFREQ_FALSE = @HAVE_LIBCPUFREQ_FALSE@
203
 
HAVE_LIBCPUFREQ_TRUE = @HAVE_LIBCPUFREQ_TRUE@
204
157
HAVE_XKB = @HAVE_XKB@
205
158
HELP_DIR = @HELP_DIR@
 
159
INSTALL = @INSTALL@
206
160
INSTALL_DATA = @INSTALL_DATA@
207
161
INSTALL_PROGRAM = @INSTALL_PROGRAM@
208
162
INSTALL_SCRIPT = @INSTALL_SCRIPT@
253
207
LN_S = @LN_S@
254
208
LTLIBOBJS = @LTLIBOBJS@
255
209
MAINT = @MAINT@
256
 
MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
257
 
MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
258
210
MAKEINFO = @MAKEINFO@
259
211
MIXER_CFLAGS = @MIXER_CFLAGS@
260
212
MIXER_LIBS = @MIXER_LIBS@
 
213
MKDIR_P = @MKDIR_P@
261
214
MKINSTALLDIRS = @MKINSTALLDIRS@
262
215
MODEMLIGHTS_LIBS = @MODEMLIGHTS_LIBS@
263
216
MSGFMT = @MSGFMT@
264
217
MSGFMT_OPTS = @MSGFMT_OPTS@
265
218
NEED_LIBAPM = @NEED_LIBAPM@
266
 
NEED_LIBAPM_FALSE = @NEED_LIBAPM_FALSE@
267
 
NEED_LIBAPM_TRUE = @NEED_LIBAPM_TRUE@
268
219
OBJEXT = @OBJEXT@
269
220
OMF_DIR = @OMF_DIR@
270
221
PACKAGE = @PACKAGE@
292
243
RANLIB = @RANLIB@
293
244
SCROLLKEEPER_CONFIG = @SCROLLKEEPER_CONFIG@
294
245
SCROLLKEEPER_REQUIRED = @SCROLLKEEPER_REQUIRED@
295
 
SED = @SED@
296
246
SET_MAKE = @SET_MAKE@
297
247
SHELL = @SHELL@
298
248
STB_SCRIPTS_DIR = @STB_SCRIPTS_DIR@
311
261
X_EXTRA_LIBS = @X_EXTRA_LIBS@
312
262
X_LIBS = @X_LIBS@
313
263
X_PRE_LIBS = @X_PRE_LIBS@
 
264
abs_builddir = @abs_builddir@
 
265
abs_srcdir = @abs_srcdir@
 
266
abs_top_builddir = @abs_top_builddir@
 
267
abs_top_srcdir = @abs_top_srcdir@
314
268
ac_ct_CC = @ac_ct_CC@
315
269
ac_ct_CXX = @ac_ct_CXX@
316
270
ac_ct_F77 = @ac_ct_F77@
317
 
am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
318
 
am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
319
 
am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
320
 
am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
321
271
am__include = @am__include@
322
272
am__leading_dot = @am__leading_dot@
323
273
am__quote = @am__quote@
329
279
build_cpu = @build_cpu@
330
280
build_os = @build_os@
331
281
build_vendor = @build_vendor@
 
282
builddir = @builddir@
332
283
datadir = @datadir@
333
284
datarootdir = @datarootdir@
334
285
docdir = @docdir@
364
315
pythondir = @pythondir@
365
316
sbindir = @sbindir@
366
317
sharedstatedir = @sharedstatedir@
 
318
srcdir = @srcdir@
367
319
sysconfdir = @sysconfdir@
368
320
target_alias = @target_alias@
 
321
top_builddir = @top_builddir@
 
322
top_srcdir = @top_srcdir@
369
323
SUBDIRS = src docs
370
324
serverdir = $(libdir)/bonobo/servers
371
325
server_in_files = GNOME_Panel_TrashApplet.server.in
419
373
 
420
374
clean-libtool:
421
375
        -rm -rf .libs _libs
422
 
 
423
 
distclean-libtool:
424
 
        -rm -f libtool
425
 
uninstall-info-am:
426
376
install-gladeDATA: $(glade_DATA)
427
377
        @$(NORMAL_INSTALL)
428
 
        test -z "$(gladedir)" || $(mkdir_p) "$(DESTDIR)$(gladedir)"
 
378
        test -z "$(gladedir)" || $(MKDIR_P) "$(DESTDIR)$(gladedir)"
429
379
        @list='$(glade_DATA)'; for p in $$list; do \
430
380
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
431
381
          f=$(am__strip_dir) \
442
392
        done
443
393
install-serverDATA: $(server_DATA)
444
394
        @$(NORMAL_INSTALL)
445
 
        test -z "$(serverdir)" || $(mkdir_p) "$(DESTDIR)$(serverdir)"
 
395
        test -z "$(serverdir)" || $(MKDIR_P) "$(DESTDIR)$(serverdir)"
446
396
        @list='$(server_DATA)'; for p in $$list; do \
447
397
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
448
398
          f=$(am__strip_dir) \
459
409
        done
460
410
install-uiDATA: $(ui_DATA)
461
411
        @$(NORMAL_INSTALL)
462
 
        test -z "$(uidir)" || $(mkdir_p) "$(DESTDIR)$(uidir)"
 
412
        test -z "$(uidir)" || $(MKDIR_P) "$(DESTDIR)$(uidir)"
463
413
        @list='$(ui_DATA)'; for p in $$list; do \
464
414
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
465
415
          f=$(am__strip_dir) \
506
456
          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
507
457
        fi; test -z "$$fail"
508
458
 
509
 
mostlyclean-recursive clean-recursive distclean-recursive \
510
 
maintainer-clean-recursive:
 
459
$(RECURSIVE_CLEAN_TARGETS):
511
460
        @failcom='exit 1'; \
512
461
        for f in x $$MAKEFLAGS; do \
513
462
          case $$f in \
608
557
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
609
558
 
610
559
distdir: $(DISTFILES)
611
 
        @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
612
 
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
613
 
        list='$(DISTFILES)'; for file in $$list; do \
614
 
          case $$file in \
615
 
            $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
616
 
            $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
617
 
          esac; \
 
560
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
561
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
562
        list='$(DISTFILES)'; \
 
563
          dist_files=`for file in $$list; do echo $$file; done | \
 
564
          sed -e "s|^$$srcdirstrip/||;t" \
 
565
              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
 
566
        case $$dist_files in \
 
567
          */*) $(MKDIR_P) `echo "$$dist_files" | \
 
568
                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
 
569
                           sort -u` ;; \
 
570
        esac; \
 
571
        for file in $$dist_files; do \
618
572
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
619
 
          dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
620
 
          if test "$$dir" != "$$file" && test "$$dir" != "."; then \
621
 
            dir="/$$dir"; \
622
 
            $(mkdir_p) "$(distdir)$$dir"; \
623
 
          else \
624
 
            dir=''; \
625
 
          fi; \
626
573
          if test -d $$d/$$file; then \
 
574
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
627
575
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
628
576
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
629
577
            fi; \
637
585
        list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
638
586
          if test "$$subdir" = .; then :; else \
639
587
            test -d "$(distdir)/$$subdir" \
640
 
            || $(mkdir_p) "$(distdir)/$$subdir" \
 
588
            || $(MKDIR_P) "$(distdir)/$$subdir" \
641
589
            || exit 1; \
642
590
            distdir=`$(am__cd) $(distdir) && pwd`; \
643
591
            top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
645
593
              $(MAKE) $(AM_MAKEFLAGS) \
646
594
                top_distdir="$$top_distdir" \
647
595
                distdir="$$distdir/$$subdir" \
 
596
                am__remove_distdir=: \
 
597
                am__skip_length_check=: \
648
598
                distdir) \
649
599
              || exit 1; \
650
600
          fi; \
655
605
installdirs: installdirs-recursive
656
606
installdirs-am:
657
607
        for dir in "$(DESTDIR)$(gladedir)" "$(DESTDIR)$(serverdir)" "$(DESTDIR)$(uidir)"; do \
658
 
          test -z "$$dir" || $(mkdir_p) "$$dir"; \
 
608
          test -z "$$dir" || $(MKDIR_P) "$$dir"; \
659
609
        done
660
610
install: install-recursive
661
611
install-exec: install-exec-recursive
688
638
 
689
639
distclean: distclean-recursive
690
640
        -rm -f Makefile
691
 
distclean-am: clean-am distclean-generic distclean-libtool \
692
 
        distclean-tags
 
641
distclean-am: clean-am distclean-generic distclean-tags
693
642
 
694
643
dvi: dvi-recursive
695
644
 
703
652
 
704
653
install-data-am: install-gladeDATA install-serverDATA install-uiDATA
705
654
 
 
655
install-dvi: install-dvi-recursive
 
656
 
706
657
install-exec-am:
707
658
 
 
659
install-html: install-html-recursive
 
660
 
708
661
install-info: install-info-recursive
709
662
 
710
663
install-man:
711
664
 
 
665
install-pdf: install-pdf-recursive
 
666
 
 
667
install-ps: install-ps-recursive
 
668
 
712
669
installcheck-am:
713
670
 
714
671
maintainer-clean: maintainer-clean-recursive
727
684
 
728
685
ps-am:
729
686
 
730
 
uninstall-am: uninstall-gladeDATA uninstall-info-am \
731
 
        uninstall-serverDATA uninstall-uiDATA
732
 
 
733
 
uninstall-info: uninstall-info-recursive
734
 
 
735
 
.PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am check check-am \
736
 
        clean clean-generic clean-libtool clean-recursive ctags \
737
 
        ctags-recursive distclean distclean-generic distclean-libtool \
738
 
        distclean-recursive distclean-tags distdir dvi dvi-am html \
 
687
uninstall-am: uninstall-gladeDATA uninstall-serverDATA \
 
688
        uninstall-uiDATA
 
689
 
 
690
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) install-am \
 
691
        install-strip
 
692
 
 
693
.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
 
694
        all all-am check check-am clean clean-generic clean-libtool \
 
695
        ctags ctags-recursive distclean distclean-generic \
 
696
        distclean-libtool distclean-tags distdir dvi dvi-am html \
739
697
        html-am info info-am install install-am install-data \
740
 
        install-data-am install-exec install-exec-am install-gladeDATA \
741
 
        install-info install-info-am install-man install-serverDATA \
 
698
        install-data-am install-dvi install-dvi-am install-exec \
 
699
        install-exec-am install-gladeDATA install-html install-html-am \
 
700
        install-info install-info-am install-man install-pdf \
 
701
        install-pdf-am install-ps install-ps-am install-serverDATA \
742
702
        install-strip install-uiDATA installcheck installcheck-am \
743
703
        installdirs installdirs-am maintainer-clean \
744
 
        maintainer-clean-generic maintainer-clean-recursive \
745
 
        mostlyclean mostlyclean-generic mostlyclean-libtool \
746
 
        mostlyclean-recursive pdf pdf-am ps ps-am tags tags-recursive \
747
 
        uninstall uninstall-am uninstall-gladeDATA uninstall-info-am \
 
704
        maintainer-clean-generic mostlyclean mostlyclean-generic \
 
705
        mostlyclean-libtool pdf pdf-am ps ps-am tags tags-recursive \
 
706
        uninstall uninstall-am uninstall-gladeDATA \
748
707
        uninstall-serverDATA uninstall-uiDATA
749
708
 
750
709