~serge-hallyn/ubuntu/natty/lxc/lxc-fix-3bugs

« back to all changes in this revision

Viewing changes to src/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Guido Trotter, Stéphane Graber, Guido Trotter
  • Date: 2010-01-10 10:40:21 UTC
  • mfrom: (1.1.2 upstream) (3.1.2 sid)
  • Revision ID: james.westby@ubuntu.com-20100110104021-z8rj5zw5mlvra08l
Tags: 0.6.4-1
[ Stéphane Graber ]
* Upgrade standards-version to 3.8.3
* Drop the copy of etc/* from rules as "etc" is no longer in the tarball

[ Guido Trotter ]
* New Upstream Version
* Update libcap2-dev dependency to libcap-dev
* Install upstream-built man pages via debian/lxc.manpages
* Drop unneeded docbook-utils build dependency

Show diffs side-by-side

added added

removed removed

Lines of Context:
33
33
host_triplet = @host@
34
34
subdir = src
35
35
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
36
 
        $(srcdir)/config.h.in
 
36
        $(srcdir)/config.h.in compile config.guess config.sub depcomp \
 
37
        install-sh missing
37
38
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
38
39
am__aclocal_m4_deps = $(top_srcdir)/config/acinclude.m4 \
39
40
        $(top_srcdir)/configure.ac
59
60
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
60
61
ACLOCAL = @ACLOCAL@
61
62
AMTAR = @AMTAR@
62
 
AR = @AR@
63
63
AUTOCONF = @AUTOCONF@
64
64
AUTOHEADER = @AUTOHEADER@
65
65
AUTOMAKE = @AUTOMAKE@
70
70
CFLAGS = @CFLAGS@
71
71
CPP = @CPP@
72
72
CPPFLAGS = @CPPFLAGS@
73
 
CXX = @CXX@
74
 
CXXCPP = @CXXCPP@
75
 
CXXDEPMODE = @CXXDEPMODE@
76
 
CXXFLAGS = @CXXFLAGS@
77
73
CYGPATH_W = @CYGPATH_W@
78
74
DATADIR = @DATADIR@
79
75
DEFS = @DEFS@
80
76
DEPDIR = @DEPDIR@
81
 
DOCBOOK = @DOCBOOK@
82
 
DSYMUTIL = @DSYMUTIL@
83
 
ECHO = @ECHO@
 
77
DOCDIR = @DOCDIR@
84
78
ECHO_C = @ECHO_C@
85
79
ECHO_N = @ECHO_N@
86
80
ECHO_T = @ECHO_T@
87
81
EGREP = @EGREP@
88
82
EXEEXT = @EXEEXT@
89
 
F77 = @F77@
90
 
FFLAGS = @FFLAGS@
91
83
GREP = @GREP@
92
84
INCLUDEDIR = @INCLUDEDIR@
93
85
INSTALL = @INSTALL@
100
92
LIBEXECDIR = @LIBEXECDIR@
101
93
LIBOBJS = @LIBOBJS@
102
94
LIBS = @LIBS@
103
 
LIBTOOL = @LIBTOOL@
104
 
LN_S = @LN_S@
105
95
LOCALSTATEDIR = @LOCALSTATEDIR@
106
96
LTLIBOBJS = @LTLIBOBJS@
107
97
LXCPATH = @LXCPATH@
108
98
LXC_GENERATE_DATE = @LXC_GENERATE_DATE@
109
 
LXC_MAJOR_VERSION = @LXC_MAJOR_VERSION@
110
 
LXC_MICRO_VERSION = @LXC_MICRO_VERSION@
111
 
LXC_MINOR_VERSION = @LXC_MINOR_VERSION@
112
99
MAKEINFO = @MAKEINFO@
113
100
MKDIR_P = @MKDIR_P@
114
 
NMEDIT = @NMEDIT@
115
101
OBJEXT = @OBJEXT@
116
102
PACKAGE = @PACKAGE@
117
103
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
121
107
PACKAGE_VERSION = @PACKAGE_VERSION@
122
108
PATH_SEPARATOR = @PATH_SEPARATOR@
123
109
PREFIX = @PREFIX@
124
 
RANLIB = @RANLIB@
125
 
SED = @SED@
126
110
SETCAP = @SETCAP@
127
111
SET_MAKE = @SET_MAKE@
128
112
SHELL = @SHELL@
134
118
abs_top_builddir = @abs_top_builddir@
135
119
abs_top_srcdir = @abs_top_srcdir@
136
120
ac_ct_CC = @ac_ct_CC@
137
 
ac_ct_CXX = @ac_ct_CXX@
138
 
ac_ct_F77 = @ac_ct_F77@
139
121
am__include = @am__include@
140
122
am__leading_dot = @am__leading_dot@
141
123
am__quote = @am__quote@
153
135
docdir = @docdir@
154
136
dvidir = @dvidir@
155
137
exec_prefix = @exec_prefix@
 
138
have_docbook = @have_docbook@
156
139
host = @host@
157
140
host_alias = @host_alias@
158
141
host_cpu = @host_cpu@
232
215
distclean-hdr:
233
216
        -rm -f config.h stamp-h1
234
217
 
235
 
mostlyclean-libtool:
236
 
        -rm -f *.lo
237
 
 
238
 
clean-libtool:
239
 
        -rm -rf .libs _libs
240
 
 
241
218
# This directory's subdirectories are mostly independent; you can cd
242
219
# into them and run `make' without going through this Makefile.
243
220
# To change the values of `make' variables: instead of editing Makefiles,
442
419
        @echo "it deletes files that may require special tools to rebuild."
443
420
clean: clean-recursive
444
421
 
445
 
clean-am: clean-generic clean-libtool mostlyclean-am
 
422
clean-am: clean-generic mostlyclean-am
446
423
 
447
424
distclean: distclean-recursive
448
425
        -rm -f Makefile
482
459
 
483
460
mostlyclean: mostlyclean-recursive
484
461
 
485
 
mostlyclean-am: mostlyclean-generic mostlyclean-libtool
 
462
mostlyclean-am: mostlyclean-generic
486
463
 
487
464
pdf: pdf-recursive
488
465
 
498
475
        install-strip
499
476
 
500
477
.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
501
 
        all all-am check check-am clean clean-generic clean-libtool \
502
 
        ctags ctags-recursive distclean distclean-generic \
503
 
        distclean-hdr distclean-libtool distclean-tags distdir dvi \
504
 
        dvi-am html html-am info info-am install install-am \
505
 
        install-data install-data-am install-dvi install-dvi-am \
506
 
        install-exec install-exec-am install-html install-html-am \
507
 
        install-info install-info-am install-man install-pdf \
508
 
        install-pdf-am install-ps install-ps-am install-strip \
509
 
        installcheck installcheck-am installdirs installdirs-am \
510
 
        maintainer-clean maintainer-clean-generic mostlyclean \
511
 
        mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
512
 
        tags tags-recursive uninstall uninstall-am
 
478
        all all-am check check-am clean clean-generic ctags \
 
479
        ctags-recursive distclean distclean-generic distclean-hdr \
 
480
        distclean-tags distdir dvi dvi-am html html-am info info-am \
 
481
        install install-am install-data install-data-am install-dvi \
 
482
        install-dvi-am install-exec install-exec-am install-html \
 
483
        install-html-am install-info install-info-am install-man \
 
484
        install-pdf install-pdf-am install-ps install-ps-am \
 
485
        install-strip installcheck installcheck-am installdirs \
 
486
        installdirs-am maintainer-clean maintainer-clean-generic \
 
487
        mostlyclean mostlyclean-generic pdf pdf-am ps ps-am tags \
 
488
        tags-recursive uninstall uninstall-am
513
489
 
514
490
# Tell versions [3.59,3.63) of GNU make to not export all variables.
515
491
# Otherwise a system limit (for SysV at least) may be exceeded.