~matttbe/ubuntu/quantal/lxpanel/lp1013171

« back to all changes in this revision

Viewing changes to src/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Julien Lavergne
  • Date: 2010-02-16 01:15:24 UTC
  • mfrom: (1.1.6 upstream)
  • Revision ID: james.westby@ubuntu.com-20100216011524-kj762djh7cyfvff6
Tags: 0.5.5-0ubuntu1
* New upstream release.
* debian/control : Build-depends on libmenu-cache-dev (>= 0.3.1)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.11 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,
45
45
        $(top_srcdir)/configure.ac
46
46
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
47
47
        $(ACLOCAL_M4)
48
 
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
 
48
mkinstalldirs = $(install_sh) -d
49
49
CONFIG_HEADER = $(top_builddir)/config.h
50
50
CONFIG_CLEAN_FILES =
51
51
CONFIG_CLEAN_VPATH_FILES =
70
70
        $(LDFLAGS) -o $@
71
71
am_lxpanelctl_OBJECTS = lxpanelctl.$(OBJEXT)
72
72
lxpanelctl_OBJECTS = $(am_lxpanelctl_OBJECTS)
73
 
lxpanelctl_DEPENDENCIES = $(am__DEPENDENCIES_1)
 
73
lxpanelctl_DEPENDENCIES = $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1)
74
74
am_xml_purge_OBJECTS = xml_purge-xml-purge.$(OBJEXT)
75
75
xml_purge_OBJECTS = $(am_xml_purge_OBJECTS)
76
76
xml_purge_DEPENDENCIES =
249
249
STRIP = @STRIP@
250
250
USE_NLS = @USE_NLS@
251
251
VERSION = @VERSION@
 
252
X11_CFLAGS = @X11_CFLAGS@
 
253
X11_LIBS = @X11_LIBS@
252
254
XGETTEXT = @XGETTEXT@
253
255
XMKMF = @XMKMF@
254
256
XMLCATALOG = @XMLCATALOG@
343
345
                $(INTLLIBS)
344
346
 
345
347
lxpanelctl_SOURCES = lxpanelctl.c lxpanelctl.h
346
 
lxpanelctl_LDADD = -lX11 $(INTLLIBS)
 
348
lxpanelctl_LDADD = $(X11_LIBS) $(INTLLIBS)
347
349
xml_purge_SOURCES = xml-purge.c
348
350
xml_purge_CFLAGS = @PACKAGE_CFLAGS@
349
351
xml_purge_LDADD = @PACKAGE_LIBS@
534
536
#     (which will cause the Makefiles to be regenerated when you run `make');
535
537
# (2) otherwise, pass the desired values on the `make' command line.
536
538
$(RECURSIVE_TARGETS):
537
 
        @failcom='exit 1'; \
 
539
        @fail= failcom='exit 1'; \
538
540
        for f in x $$MAKEFLAGS; do \
539
541
          case $$f in \
540
542
            *=* | --[!k]*);; \
559
561
        fi; test -z "$$fail"
560
562
 
561
563
$(RECURSIVE_CLEAN_TARGETS):
562
 
        @failcom='exit 1'; \
 
564
        @fail= failcom='exit 1'; \
563
565
        for f in x $$MAKEFLAGS; do \
564
566
          case $$f in \
565
567
            *=* | --[!k]*);; \