~ubuntu-branches/ubuntu/precise/xprintmon/precise

« back to all changes in this revision

Viewing changes to Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Bernhard R. Link
  • Date: 2008-06-26 11:35:38 UTC
  • mfrom: (1.1.1 upstream) (2.1.1 intrepid)
  • Revision ID: james.westby@ubuntu.com-20080626113538-16q2fusepq086mpf
Tags: 0.0.3-1
* new minor version
- enable 3D look of buttons
* bump Standards-Version to 3.8.0
- update debian/rules to new DEB_BUILD_OPTIONS

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.10 from Makefile.am.
 
1
# Makefile.in generated by automake 1.10.1 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  Free Software Foundation, Inc.
 
5
# 2003, 2004, 2005, 2006, 2007, 2008  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.
179
179
top_builddir = @top_builddir@
180
180
top_srcdir = @top_srcdir@
181
181
SUBDIRS = defaults
182
 
MAINTAINERCLEANFILES = Makefile.in configure install-sh stamp-h.in aclocal.m4 mkinstalldirs missing autom4te.cache config.guess config.sub config.h.in
 
182
MAINTAINERCLEANFILES = $(srcdir)/Makefile.in $(srcdir)/configure $(srcdir)/install-sh $(srcdir)/stamp-h.in $(srcdir)/aclocal.m4 $(srcdir)/mkinstalldirs $(srcdir)/missing $(srcdir)/autom4te.cache $(srcdir)/config.guess $(srcdir)/config.sub $(srcdir)/config.h.in $(srcdir)/depcomp
183
183
man_MANS = docs/xprintmon.1
184
184
EXTRA_DIST = docs/xprintmon.1
185
185
AM_CPPFLAGS = -DSYSCONFDIR="\"$(sysconfdir)\""
435
435
        unique=`for i in $$list; do \
436
436
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
437
437
          done | \
438
 
          $(AWK) '    { files[$$0] = 1; } \
439
 
               END { for (i in files) print i; }'`; \
 
438
          $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \
 
439
              END { if (nonempty) { for (i in files) print i; }; }'`; \
440
440
        mkid -fID $$unique
441
441
tags: TAGS
442
442
 
461
461
        unique=`for i in $$list; do \
462
462
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
463
463
          done | \
464
 
          $(AWK) '    { files[$$0] = 1; } \
465
 
               END { for (i in files) print i; }'`; \
 
464
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
465
              END { if (nonempty) { for (i in files) print i; }; }'`; \
466
466
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
467
467
          test -n "$$unique" || unique=$$empty_fix; \
468
468
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
472
472
CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
473
473
                $(TAGS_FILES) $(LISP)
474
474
        tags=; \
475
 
        here=`pwd`; \
476
475
        list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
477
476
        unique=`for i in $$list; do \
478
477
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
479
478
          done | \
480
 
          $(AWK) '    { files[$$0] = 1; } \
481
 
               END { for (i in files) print i; }'`; \
 
479
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
480
              END { if (nonempty) { for (i in files) print i; }; }'`; \
482
481
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
483
482
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
484
483
             $$tags $$unique
549
548
        tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
550
549
        $(am__remove_distdir)
551
550
 
 
551
dist-lzma: distdir
 
552
        tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma
 
553
        $(am__remove_distdir)
 
554
 
552
555
dist-tarZ: distdir
553
556
        tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
554
557
        $(am__remove_distdir)
575
578
          GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(am__untar) ;;\
576
579
        *.tar.bz2*) \
577
580
          bunzip2 -c $(distdir).tar.bz2 | $(am__untar) ;;\
 
581
        *.tar.lzma*) \
 
582
          unlzma -c $(distdir).tar.lzma | $(am__untar) ;;\
578
583
        *.tar.Z*) \
579
584
          uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
580
585
        *.shar.gz*) \
734
739
.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
735
740
        all all-am am--refresh check check-am clean clean-binPROGRAMS \
736
741
        clean-generic ctags ctags-recursive dist dist-all dist-bzip2 \
737
 
        dist-gzip dist-shar dist-tarZ dist-zip distcheck distclean \
738
 
        distclean-compile distclean-generic distclean-hdr \
 
742
        dist-gzip dist-lzma dist-shar dist-tarZ dist-zip distcheck \
 
743
        distclean distclean-compile distclean-generic distclean-hdr \
739
744
        distclean-local distclean-tags distcleancheck distdir \
740
745
        distuninstallcheck dvi dvi-am html html-am info info-am \
741
746
        install install-am install-binPROGRAMS install-data \