~ubuntu-branches/ubuntu/trusty/schroot/trusty

« back to all changes in this revision

Viewing changes to etc/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Roger Leigh
  • Date: 2010-07-06 23:34:30 UTC
  • mfrom: (1.1.24 upstream) (2.2.9 sid)
  • Revision ID: james.westby@ubuntu.com-20100706233430-0xhzqj6105yuyvb1
* New upstream stable release.
* Use standards version 3.9.0.
* Correctly distribute profile conffiles (Closes: #588247).  Thanks
  to Mario Holbe.
* Update it and zh_CN translations.  Thanks to Vincenzo Campanella
  and Ji ZhengYu.

Show diffs side-by-side

added added

removed removed

Lines of Context:
18
18
# schroot Makefile template
19
19
#
20
20
#
21
 
# Copyright © 2004-2009  Roger Leigh <rleigh@debian.org>
 
21
# Copyright © 2004-2010  Roger Leigh <rleigh@debian.org>
22
22
#
23
23
# schroot is free software: you can redistribute it and/or modify it
24
24
# under the terms of the GNU General Public License as published by
177
177
AWK = @AWK@
178
178
BOOST_FILESYSTEM_LIBS = @BOOST_FILESYSTEM_LIBS@
179
179
BOOST_LIBS = @BOOST_LIBS@
 
180
BTRFS = @BTRFS@
 
181
BTRFSCTL = @BTRFSCTL@
180
182
CC = @CC@
181
183
CCDEPMODE = @CCDEPMODE@
182
184
CFLAGS = @CFLAGS@
230
232
LTLIBOBJS = @LTLIBOBJS@
231
233
LVCREATE = @LVCREATE@
232
234
LVREMOVE = @LVREMOVE@
233
 
MAINT = @MAINT@
234
235
MAKEINFO = @MAKEINFO@
235
236
MKDIR_P = @MKDIR_P@
236
237
MSGFMT = @MSGFMT@
246
247
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
247
248
PACKAGE_NAME = @PACKAGE_NAME@
248
249
PACKAGE_STRING = @PACKAGE_STRING@
249
 
PACKAGE_SYSCONF_DIR = @PACKAGE_SYSCONF_DIR@
250
250
PACKAGE_TARNAME = @PACKAGE_TARNAME@
251
251
PACKAGE_URL = @PACKAGE_URL@
252
252
PACKAGE_VERSION = @PACKAGE_VERSION@
270
270
SCHROOT_CONF = @SCHROOT_CONF@
271
271
SCHROOT_CONF_CHROOT_D = @SCHROOT_CONF_CHROOT_D@
272
272
SCHROOT_CONF_SETUP_D = @SCHROOT_CONF_SETUP_D@
 
273
SCHROOT_DATA_DIR = @SCHROOT_DATA_DIR@
273
274
SCHROOT_FILE_UNPACK_DIR = @SCHROOT_FILE_UNPACK_DIR@
274
275
SCHROOT_LIBEXEC_DIR = @SCHROOT_LIBEXEC_DIR@
275
276
SCHROOT_MOUNT_DIR = @SCHROOT_MOUNT_DIR@
276
277
SCHROOT_OVERLAY_DIR = @SCHROOT_OVERLAY_DIR@
277
278
SCHROOT_SESSION_DIR = @SCHROOT_SESSION_DIR@
 
279
SCHROOT_SETUP_DATA_DIR = @SCHROOT_SETUP_DATA_DIR@
 
280
SCHROOT_SYSCONF_DIR = @SCHROOT_SYSCONF_DIR@
278
281
SCHROOT_UNDERLAY_DIR = @SCHROOT_UNDERLAY_DIR@
279
282
SED = @SED@
280
283
SET_MAKE = @SET_MAKE@
346
349
# Global options for use in all Makefiles.
347
350
AM_CXXFLAGS = -I$(top_srcdir) $(LOCAL_CXXFLAGS) $(PTHREAD_CFLAGS) -pedantic -Wall -Wcast-align -Wwrite-strings -Wswitch-default -Wcast-qual -Wunused-variable -Wredundant-decls -Wctor-dtor-privacy -Wnon-virtual-dtor -Wreorder -Wold-style-cast -Woverloaded-virtual -fstrict-aliasing
348
351
AM_LDFLAGS = $(LOCAL_LDFLAGS) $(PTHREAD_LIBS)
349
 
SUBDIRS = pam default setup.d bash_completion
350
 
pkgsysconfdir = $(PACKAGE_SYSCONF_DIR)
 
352
SUBDIRS = pam setup.d bash_completion
 
353
pkgsysconfdir = $(SCHROOT_SYSCONF_DIR)
351
354
pkgsysconf_DATA = \
352
355
        schroot.conf
353
356
 
 
357
PROFILES = \
 
358
        default         \
 
359
        desktop         \
 
360
        minimal         \
 
361
        sbuild
 
362
 
354
363
EXTRA_DIST = \
355
 
        $(pkgsysconf_DATA)
 
364
        $(pkgsysconf_DATA)      \
 
365
        genprofile              \
 
366
        profile-templates
356
367
 
357
368
all: all-recursive
358
369
 
359
370
.SUFFIXES:
360
 
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(top_srcdir)/scripts/global.mk $(am__configure_deps)
 
371
$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am $(top_srcdir)/scripts/global.mk $(am__configure_deps)
361
372
        @for dep in $?; do \
362
373
          case '$(am__configure_deps)' in \
363
374
            *$$dep*) \
382
393
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
383
394
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
384
395
 
385
 
$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
 
396
$(top_srcdir)/configure:  $(am__configure_deps)
386
397
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
387
 
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
 
398
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
388
399
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
389
400
$(am__aclocal_m4_deps):
390
401
 
609
620
        done
610
621
check-am: all-am
611
622
check: check-recursive
612
 
all-am: Makefile $(DATA)
 
623
all-am: Makefile $(DATA) all-local
613
624
installdirs: installdirs-recursive
614
625
installdirs-am:
615
626
        for dir in "$(DESTDIR)$(pkgsysconfdir)"; do \
642
653
        @echo "it deletes files that may require special tools to rebuild."
643
654
clean: clean-recursive
644
655
 
645
 
clean-am: clean-generic clean-libtool mostlyclean-am
 
656
clean-am: clean-generic clean-libtool clean-local mostlyclean-am
646
657
 
647
658
distclean: distclean-recursive
648
659
        -rm -f Makefile
661
672
info-am:
662
673
 
663
674
install-data-am: install-pkgsysconfDATA
664
 
 
 
675
        @$(NORMAL_INSTALL)
 
676
        $(MAKE) $(AM_MAKEFLAGS) install-data-hook
665
677
install-dvi: install-dvi-recursive
666
678
 
667
679
install-dvi-am:
707
719
uninstall-am: uninstall-pkgsysconfDATA
708
720
 
709
721
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) ctags-recursive \
710
 
        install-am install-strip tags-recursive
 
722
        install-am install-data-am install-strip tags-recursive
711
723
 
712
724
.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
713
 
        all all-am check check-am clean clean-generic clean-libtool \
714
 
        ctags ctags-recursive distclean distclean-generic \
715
 
        distclean-libtool distclean-tags distdir dvi dvi-am html \
716
 
        html-am info info-am install install-am install-data \
717
 
        install-data-am install-dvi install-dvi-am install-exec \
718
 
        install-exec-am install-html install-html-am install-info \
719
 
        install-info-am install-man install-pdf install-pdf-am \
720
 
        install-pkgsysconfDATA install-ps install-ps-am install-strip \
721
 
        installcheck installcheck-am installdirs installdirs-am \
722
 
        maintainer-clean maintainer-clean-generic mostlyclean \
723
 
        mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
724
 
        tags tags-recursive uninstall uninstall-am \
725
 
        uninstall-pkgsysconfDATA
726
 
 
 
725
        all all-am all-local check check-am clean clean-generic \
 
726
        clean-libtool clean-local ctags ctags-recursive distclean \
 
727
        distclean-generic distclean-libtool distclean-tags distdir dvi \
 
728
        dvi-am html html-am info info-am install install-am \
 
729
        install-data install-data-am install-data-hook install-dvi \
 
730
        install-dvi-am install-exec install-exec-am install-html \
 
731
        install-html-am install-info install-info-am install-man \
 
732
        install-pdf install-pdf-am install-pkgsysconfDATA install-ps \
 
733
        install-ps-am install-strip installcheck installcheck-am \
 
734
        installdirs installdirs-am maintainer-clean \
 
735
        maintainer-clean-generic mostlyclean mostlyclean-generic \
 
736
        mostlyclean-libtool pdf pdf-am ps ps-am tags tags-recursive \
 
737
        uninstall uninstall-am uninstall-pkgsysconfDATA
 
738
 
 
739
 
 
740
profiles: profiles-stamp
 
741
profiles-stamp: genprofile
 
742
        $(MKDIR_P) profiles
 
743
        for profile in $(PROFILES); do                                  \
 
744
          $(srcdir)/genprofile "$$profile" "$(PLATFORM)" "$(srcdir)/profile-templates" "profiles/$$profile";    \
 
745
        done
 
746
        touch $@
 
747
 
 
748
all-local: profiles
 
749
 
 
750
install-data-hook:
 
751
        for profile in $(PROFILES); do                                          \
 
752
          $(MKDIR_P) "$(DESTDIR)$(SCHROOT_SYSCONF_DIR)/$$profile";                      \
 
753
          for file in "profiles/$$profile"/*; do                                                \
 
754
            $(INSTALL_DATA) "$$file" "$(DESTDIR)$(SCHROOT_SYSCONF_DIR)/$$profile";      \
 
755
          done;                                                                 \
 
756
        done
 
757
 
 
758
clean-local:
 
759
        $(RM) -rf profiles
 
760
        $(RM) -f profiles-stamp
 
761
 
 
762
.PHONY: profiles
727
763
 
728
764
# Tell versions [3.59,3.63) of GNU make to not export all variables.
729
765
# Otherwise a system limit (for SysV at least) may be exceeded.