~xubuntu-dev/ubiquity/lp1437180_feh

« back to all changes in this revision

Viewing changes to src/panel/Makefile.in

  • Committer: Colin Watson
  • Date: 2012-04-30 23:38:41 UTC
  • mfrom: (5402 trunk)
  • mto: This revision was merged to the branch mainline in revision 5403.
  • Revision ID: cjwatson@canonical.com-20120430233841-xb0qsk46lnhski7m
merge trunk

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.11.3 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, 2006, 2007, 2008, 2009  Free Software Foundation,
6
 
# Inc.
 
5
# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software
 
6
# Foundation, Inc.
7
7
# This Makefile.in is free software; the Free Software Foundation
8
8
# gives unlimited permission to copy and/or distribute it,
9
9
# with or without modifications, as long as this notice is preserved.
34
34
POST_UNINSTALL = :
35
35
build_triplet = @build@
36
36
host_triplet = @host@
37
 
pkglib_PROGRAMS = panel$(EXEEXT)
 
37
pkglibexec_PROGRAMS = panel$(EXEEXT)
38
38
subdir = src/panel
39
39
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
40
40
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
41
 
am__aclocal_m4_deps = $(top_srcdir)/m4/am-check-python-headers.m4 \
42
 
        $(top_srcdir)/m4/gettext.m4 $(top_srcdir)/m4/iconv.m4 \
43
 
        $(top_srcdir)/m4/intlmacosx.m4 $(top_srcdir)/m4/intltool.m4 \
44
 
        $(top_srcdir)/m4/lib-ld.m4 $(top_srcdir)/m4/lib-link.m4 \
45
 
        $(top_srcdir)/m4/lib-prefix.m4 $(top_srcdir)/m4/libtool.m4 \
46
 
        $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
47
 
        $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
48
 
        $(top_srcdir)/m4/nls.m4 $(top_srcdir)/m4/po.m4 \
49
 
        $(top_srcdir)/m4/progtest.m4 \
50
 
        $(top_srcdir)/m4/ubiquity-python.m4 $(top_srcdir)/configure.ac
 
41
am__aclocal_m4_deps = $(top_srcdir)/m4/gettext.m4 \
 
42
        $(top_srcdir)/m4/iconv.m4 $(top_srcdir)/m4/intlmacosx.m4 \
 
43
        $(top_srcdir)/m4/intltool.m4 $(top_srcdir)/m4/lib-ld.m4 \
 
44
        $(top_srcdir)/m4/lib-link.m4 $(top_srcdir)/m4/lib-prefix.m4 \
 
45
        $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
 
46
        $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
 
47
        $(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/m4/nls.m4 \
 
48
        $(top_srcdir)/m4/po.m4 $(top_srcdir)/m4/progtest.m4 \
 
49
        $(top_srcdir)/configure.ac
51
50
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
52
51
        $(ACLOCAL_M4)
53
52
mkinstalldirs = $(SHELL) $(top_srcdir)/build/mkinstalldirs
54
53
CONFIG_HEADER = $(top_builddir)/config.h
55
54
CONFIG_CLEAN_FILES =
56
55
CONFIG_CLEAN_VPATH_FILES =
57
 
am__installdirs = "$(DESTDIR)$(pkglibdir)"
58
 
PROGRAMS = $(pkglib_PROGRAMS)
 
56
am__installdirs = "$(DESTDIR)$(pkglibexecdir)"
 
57
PROGRAMS = $(pkglibexec_PROGRAMS)
59
58
am_panel_OBJECTS = panel.$(OBJEXT)
60
59
panel_OBJECTS = $(am_panel_OBJECTS)
61
60
panel_LDADD = $(LDADD)
80
79
ACLOCAL = @ACLOCAL@
81
80
ALL_LINGUAS = @ALL_LINGUAS@
82
81
AMTAR = @AMTAR@
 
82
AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
83
83
AR = @AR@
84
84
AUTOCONF = @AUTOCONF@
85
85
AUTOHEADER = @AUTOHEADER@
118
118
INTLTOOL_MERGE = @INTLTOOL_MERGE@
119
119
INTLTOOL_PERL = @INTLTOOL_PERL@
120
120
INTLTOOL_UPDATE = @INTLTOOL_UPDATE@
 
121
INTLTOOL_V_MERGE = @INTLTOOL_V_MERGE@
 
122
INTLTOOL_V_MERGE_OPTIONS = @INTLTOOL_V_MERGE_OPTIONS@
 
123
INTLTOOL__v_MERGE_ = @INTLTOOL__v_MERGE_@
 
124
INTLTOOL__v_MERGE_0 = @INTLTOOL__v_MERGE_0@
121
125
INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@
122
126
INTROSPECTION_CFLAGS = @INTROSPECTION_CFLAGS@
123
127
INTROSPECTION_COMPILER = @INTROSPECTION_COMPILER@
143
147
MAKEINFO = @MAKEINFO@
144
148
MANIFEST_TOOL = @MANIFEST_TOOL@
145
149
MKDIR_P = @MKDIR_P@
 
150
MOCK_RESOLVER_CFLAGS = @MOCK_RESOLVER_CFLAGS@
 
151
MOCK_RESOLVER_LIBS = @MOCK_RESOLVER_LIBS@
146
152
MSGFMT = @MSGFMT@
147
153
MSGFMT_015 = @MSGFMT_015@
148
154
MSGMERGE = @MSGMERGE@
166
172
PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
167
173
PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
168
174
POSUB = @POSUB@
169
 
PYGOBJECT_CODEGEN = @PYGOBJECT_CODEGEN@
170
 
PYGOBJECT_DEFSDIR = @PYGOBJECT_DEFSDIR@
171
 
PYGOBJECT_H2DEF = @PYGOBJECT_H2DEF@
172
 
PYTHON = @PYTHON@
173
 
PYTHON_EXEC_PREFIX = @PYTHON_EXEC_PREFIX@
174
 
PYTHON_INCLUDES = @PYTHON_INCLUDES@
175
 
PYTHON_PLATFORM = @PYTHON_PLATFORM@
176
 
PYTHON_PREFIX = @PYTHON_PREFIX@
177
 
PYTHON_VERSION = @PYTHON_VERSION@
178
175
RANLIB = @RANLIB@
179
176
SED = @SED@
180
177
SET_MAKE = @SET_MAKE@
222
219
includedir = @includedir@
223
220
infodir = @infodir@
224
221
install_sh = @install_sh@
 
222
intltool__v_merge_options_ = @intltool__v_merge_options_@
 
223
intltool__v_merge_options_0 = @intltool__v_merge_options_0@
225
224
libdir = @libdir@
226
225
libexecdir = @libexecdir@
227
226
localedir = @localedir@
231
230
oldincludedir = @oldincludedir@
232
231
pdfdir = @pdfdir@
233
232
pixmapsdir = @pixmapsdir@
234
 
pkgpyexecdir = @pkgpyexecdir@
235
 
pkgpythondir = @pkgpythondir@
236
233
prefix = @prefix@
237
234
program_transform_name = @program_transform_name@
238
235
psdir = @psdir@
239
 
pyexecdir = @pyexecdir@
240
 
pythondir = @pythondir@
241
236
sbindir = @sbindir@
242
237
sharedstatedir = @sharedstatedir@
243
238
srcdir = @srcdir@
283
278
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
284
279
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
285
280
$(am__aclocal_m4_deps):
286
 
install-pkglibPROGRAMS: $(pkglib_PROGRAMS)
 
281
install-pkglibexecPROGRAMS: $(pkglibexec_PROGRAMS)
287
282
        @$(NORMAL_INSTALL)
288
 
        test -z "$(pkglibdir)" || $(MKDIR_P) "$(DESTDIR)$(pkglibdir)"
289
 
        @list='$(pkglib_PROGRAMS)'; test -n "$(pkglibdir)" || list=; \
 
283
        test -z "$(pkglibexecdir)" || $(MKDIR_P) "$(DESTDIR)$(pkglibexecdir)"
 
284
        @list='$(pkglibexec_PROGRAMS)'; test -n "$(pkglibexecdir)" || list=; \
290
285
        for p in $$list; do echo "$$p $$p"; done | \
291
286
        sed 's/$(EXEEXT)$$//' | \
292
287
        while read p p1; do if test -f $$p || test -f $$p1; \
303
298
        while read type dir files; do \
304
299
            if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
305
300
            test -z "$$files" || { \
306
 
            echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(pkglibdir)$$dir'"; \
307
 
            $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(pkglibdir)$$dir" || exit $$?; \
 
301
            echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(pkglibexecdir)$$dir'"; \
 
302
            $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(pkglibexecdir)$$dir" || exit $$?; \
308
303
            } \
309
304
        ; done
310
305
 
311
 
uninstall-pkglibPROGRAMS:
 
306
uninstall-pkglibexecPROGRAMS:
312
307
        @$(NORMAL_UNINSTALL)
313
 
        @list='$(pkglib_PROGRAMS)'; test -n "$(pkglibdir)" || list=; \
 
308
        @list='$(pkglibexec_PROGRAMS)'; test -n "$(pkglibexecdir)" || list=; \
314
309
        files=`for p in $$list; do echo "$$p"; done | \
315
310
          sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
316
311
              -e 's/$$/$(EXEEXT)/' `; \
317
312
        test -n "$$list" || exit 0; \
318
 
        echo " ( cd '$(DESTDIR)$(pkglibdir)' && rm -f" $$files ")"; \
319
 
        cd "$(DESTDIR)$(pkglibdir)" && rm -f $$files
 
313
        echo " ( cd '$(DESTDIR)$(pkglibexecdir)' && rm -f" $$files ")"; \
 
314
        cd "$(DESTDIR)$(pkglibexecdir)" && rm -f $$files
320
315
 
321
 
clean-pkglibPROGRAMS:
322
 
        @list='$(pkglib_PROGRAMS)'; test -n "$$list" || exit 0; \
 
316
clean-pkglibexecPROGRAMS:
 
317
        @list='$(pkglibexec_PROGRAMS)'; test -n "$$list" || exit 0; \
323
318
        echo " rm -f" $$list; \
324
319
        rm -f $$list || exit $$?; \
325
320
        test -n "$(EXEEXT)" || exit 0; \
326
321
        list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
327
322
        echo " rm -f" $$list; \
328
323
        rm -f $$list
329
 
panel$(EXEEXT): $(panel_OBJECTS) $(panel_DEPENDENCIES) 
 
324
panel$(EXEEXT): $(panel_OBJECTS) $(panel_DEPENDENCIES) $(EXTRA_panel_DEPENDENCIES) 
330
325
        @rm -f panel$(EXEEXT)
331
326
        $(LINK) $(panel_OBJECTS) $(panel_LDADD) $(LIBS)
332
327
 
451
446
check: check-am
452
447
all-am: Makefile $(PROGRAMS)
453
448
installdirs:
454
 
        for dir in "$(DESTDIR)$(pkglibdir)"; do \
 
449
        for dir in "$(DESTDIR)$(pkglibexecdir)"; do \
455
450
          test -z "$$dir" || $(MKDIR_P) "$$dir"; \
456
451
        done
457
452
install: install-am
464
459
 
465
460
installcheck: installcheck-am
466
461
install-strip:
467
 
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
468
 
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
469
 
          `test -z '$(STRIP)' || \
470
 
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
 
462
        if test -z '$(STRIP)'; then \
 
463
          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
464
            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
465
              install; \
 
466
        else \
 
467
          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
468
            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
469
            "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
 
470
        fi
471
471
mostlyclean-generic:
472
472
 
473
473
clean-generic:
481
481
        @echo "it deletes files that may require special tools to rebuild."
482
482
clean: clean-am
483
483
 
484
 
clean-am: clean-generic clean-libtool clean-pkglibPROGRAMS \
 
484
clean-am: clean-generic clean-libtool clean-pkglibexecPROGRAMS \
485
485
        mostlyclean-am
486
486
 
487
487
distclean: distclean-am
508
508
 
509
509
install-dvi-am:
510
510
 
511
 
install-exec-am: install-pkglibPROGRAMS
 
511
install-exec-am: install-pkglibexecPROGRAMS
512
512
 
513
513
install-html: install-html-am
514
514
 
548
548
 
549
549
ps-am:
550
550
 
551
 
uninstall-am: uninstall-pkglibPROGRAMS
 
551
uninstall-am: uninstall-pkglibexecPROGRAMS
552
552
 
553
553
.MAKE: install-am install-strip
554
554
 
555
555
.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
556
 
        clean-libtool clean-pkglibPROGRAMS ctags distclean \
 
556
        clean-libtool clean-pkglibexecPROGRAMS ctags distclean \
557
557
        distclean-compile distclean-generic distclean-libtool \
558
558
        distclean-tags distdir dvi dvi-am html html-am info info-am \
559
559
        install install-am install-data install-data-am install-dvi \
560
560
        install-dvi-am install-exec install-exec-am install-html \
561
561
        install-html-am install-info install-info-am install-man \
562
 
        install-pdf install-pdf-am install-pkglibPROGRAMS install-ps \
563
 
        install-ps-am install-strip installcheck installcheck-am \
564
 
        installdirs maintainer-clean maintainer-clean-generic \
565
 
        mostlyclean mostlyclean-compile mostlyclean-generic \
566
 
        mostlyclean-libtool pdf pdf-am ps ps-am tags uninstall \
567
 
        uninstall-am uninstall-pkglibPROGRAMS
 
562
        install-pdf install-pdf-am install-pkglibexecPROGRAMS \
 
563
        install-ps install-ps-am install-strip installcheck \
 
564
        installcheck-am installdirs maintainer-clean \
 
565
        maintainer-clean-generic mostlyclean mostlyclean-compile \
 
566
        mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
 
567
        tags uninstall uninstall-am uninstall-pkglibexecPROGRAMS
568
568
 
569
569
 
570
570
# Tell versions [3.59,3.63) of GNU make to not export all variables.