~ubuntu-branches/ubuntu/quantal/libxss/quantal

« back to all changes in this revision

Viewing changes to Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Cyril Brulebois, Julien Cristau, Cyril Brulebois
  • Date: 2010-11-08 00:52:53 UTC
  • mfrom: (1.1.7 upstream) (2.2.2 sid)
  • Revision ID: james.westby@ubuntu.com-20101108005253-8p934xns9gzjs8mi
Tags: 1:1.2.1-1
[ Julien Cristau ]
* Rename the build directory to not include DEB_BUILD_GNU_TYPE for no
  good reason.  Thanks, Colin Watson!
* Remove myself from Uploaders

[ Cyril Brulebois ]
* New upstream release.
* Bump xutils-dev build-dep for new macros.
* Switch from --list-missing to --fail-missing for additional safety.
* Add myself to Uploaders.

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,
58
58
subdir = .
59
59
DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \
60
60
        $(srcdir)/Makefile.in $(srcdir)/config.h.in \
61
 
        $(srcdir)/xscrnsaver.pc.in $(top_srcdir)/configure AUTHORS \
62
 
        COPYING ChangeLog INSTALL NEWS config.guess config.sub depcomp \
63
 
        install-sh ltmain.sh missing
 
61
        $(srcdir)/xscrnsaver.pc.in $(top_srcdir)/configure COPYING \
 
62
        ChangeLog INSTALL config.guess config.sub depcomp install-sh \
 
63
        ltmain.sh missing
64
64
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
65
65
am__aclocal_m4_deps = $(top_srcdir)/configure.ac
66
66
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
152
152
DIST_ARCHIVES = $(distdir).tar.gz $(distdir).tar.bz2
153
153
GZIP_ENV = --best
154
154
distuninstallcheck_listfiles = find . -type f -print
 
155
distcleancheck_listfiles = find . -type f -print
155
156
ACLOCAL = @ACLOCAL@
156
157
ADMIN_MAN_DIR = @ADMIN_MAN_DIR@
157
158
ADMIN_MAN_SUFFIX = @ADMIN_MAN_SUFFIX@
188
189
FILE_MAN_SUFFIX = @FILE_MAN_SUFFIX@
189
190
GREP = @GREP@
190
191
INSTALL = @INSTALL@
 
192
INSTALL_CMD = @INSTALL_CMD@
191
193
INSTALL_DATA = @INSTALL_DATA@
192
194
INSTALL_PROGRAM = @INSTALL_PROGRAM@
193
195
INSTALL_SCRIPT = @INSTALL_SCRIPT@
208
210
MAINT = @MAINT@
209
211
MAKEINFO = @MAKEINFO@
210
212
MALLOC_ZERO_CFLAGS = @MALLOC_ZERO_CFLAGS@
 
213
MAN_SUBSTS = @MAN_SUBSTS@
211
214
MISC_MAN_DIR = @MISC_MAN_DIR@
212
215
MISC_MAN_SUFFIX = @MISC_MAN_SUFFIX@
213
216
MKDIR_P = @MKDIR_P@
222
225
PACKAGE_NAME = @PACKAGE_NAME@
223
226
PACKAGE_STRING = @PACKAGE_STRING@
224
227
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
228
PACKAGE_URL = @PACKAGE_URL@
225
229
PACKAGE_VERSION = @PACKAGE_VERSION@
226
230
PATH_SEPARATOR = @PATH_SEPARATOR@
227
231
PKG_CONFIG = @PKG_CONFIG@
232
236
STRIP = @STRIP@
233
237
VERSION = @VERSION@
234
238
XMALLOC_ZERO_CFLAGS = @XMALLOC_ZERO_CFLAGS@
 
239
XORG_MAN_PAGE = @XORG_MAN_PAGE@
235
240
XSCRNSAVER_CFLAGS = @XSCRNSAVER_CFLAGS@
236
241
XSCRNSAVER_LIBS = @XSCRNSAVER_LIBS@
237
242
XTMALLOC_ZERO_CFLAGS = @XTMALLOC_ZERO_CFLAGS@
255
260
builddir = @builddir@
256
261
datadir = @datadir@
257
262
datarootdir = @datarootdir@
258
 
distcleancheck_listfiles = @distcleancheck_listfiles@
259
263
docdir = @docdir@
260
264
dvidir = @dvidir@
261
265
exec_prefix = @exec_prefix@
272
276
libexecdir = @libexecdir@
273
277
localedir = @localedir@
274
278
localstatedir = @localstatedir@
275
 
lt_ECHO = @lt_ECHO@
276
279
mandir = @mandir@
277
280
mkdir_p = @mkdir_p@
278
281
oldincludedir = @oldincludedir@
291
294
SUBDIRS = src man
292
295
pkgconfigdir = $(libdir)/pkgconfig
293
296
pkgconfig_DATA = xscrnsaver.pc
294
 
EXTRA_DIST = xscrnsaver.pc.in ChangeLog
295
 
MAINTAINERCLEANFILES = ChangeLog
 
297
MAINTAINERCLEANFILES = ChangeLog INSTALL
296
298
all: config.h
297
299
        $(MAKE) $(AM_MAKEFLAGS) all-recursive
298
300
 
303
305
        @for dep in $?; do \
304
306
          case '$(am__configure_deps)' in \
305
307
            *$$dep*) \
306
 
              echo ' cd $(srcdir) && $(AUTOMAKE) --gnu'; \
307
 
              $(am__cd) $(srcdir) && $(AUTOMAKE) --gnu \
 
308
              echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
 
309
              $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
308
310
                && exit 0; \
309
311
              exit 1;; \
310
312
          esac; \
311
313
        done; \
312
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu Makefile'; \
 
314
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
313
315
        $(am__cd) $(top_srcdir) && \
314
 
          $(AUTOMAKE) --gnu Makefile
 
316
          $(AUTOMAKE) --foreign Makefile
315
317
.PRECIOUS: Makefile
316
318
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
317
319
        @case '$?' in \
387
389
#     (which will cause the Makefiles to be regenerated when you run `make');
388
390
# (2) otherwise, pass the desired values on the `make' command line.
389
391
$(RECURSIVE_TARGETS):
390
 
        @failcom='exit 1'; \
 
392
        @fail= failcom='exit 1'; \
391
393
        for f in x $$MAKEFLAGS; do \
392
394
          case $$f in \
393
395
            *=* | --[!k]*);; \
412
414
        fi; test -z "$$fail"
413
415
 
414
416
$(RECURSIVE_CLEAN_TARGETS):
415
 
        @failcom='exit 1'; \
 
417
        @fail= failcom='exit 1'; \
416
418
        for f in x $$MAKEFLAGS; do \
417
419
          case $$f in \
418
420
            *=* | --[!k]*);; \
579
581
          top_distdir="$(top_distdir)" distdir="$(distdir)" \
580
582
          dist-hook
581
583
        -test -n "$(am__skip_mode_fix)" \
582
 
        || find "$(distdir)" -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
 
584
        || find "$(distdir)" -type d ! -perm -755 \
 
585
                -exec chmod u+rwx,go+rx {} \; -o \
583
586
          ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
584
587
          ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
585
588
          ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
623
626
distcheck: dist
624
627
        case '$(DIST_ARCHIVES)' in \
625
628
        *.tar.gz*) \
626
 
          GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(am__untar) ;;\
 
629
          GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
627
630
        *.tar.bz2*) \
628
 
          bunzip2 -c $(distdir).tar.bz2 | $(am__untar) ;;\
 
631
          bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
629
632
        *.tar.lzma*) \
630
 
          unlzma -c $(distdir).tar.lzma | $(am__untar) ;;\
 
633
          lzma -dc $(distdir).tar.lzma | $(am__untar) ;;\
631
634
        *.tar.xz*) \
632
635
          xz -dc $(distdir).tar.xz | $(am__untar) ;;\
633
636
        *.tar.Z*) \
634
637
          uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
635
638
        *.shar.gz*) \
636
 
          GZIP=$(GZIP_ENV) gunzip -c $(distdir).shar.gz | unshar ;;\
 
639
          GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
637
640
        *.zip*) \
638
641
          unzip $(distdir).zip ;;\
639
642
        esac
817
820
        uninstall uninstall-am uninstall-pkgconfigDATA
818
821
 
819
822
 
820
 
.PHONY: ChangeLog
 
823
.PHONY: ChangeLog INSTALL
 
824
 
 
825
INSTALL:
 
826
        $(INSTALL_CMD)
821
827
 
822
828
ChangeLog:
823
829
        $(CHANGELOG_CMD)
824
830
 
825
 
dist-hook: ChangeLog
 
831
dist-hook: ChangeLog INSTALL
826
832
 
827
833
# Check source code with tools like lint & sparse
828
834
@LINT_TRUE@lint: