~ubuntu-branches/ubuntu/quantal/lxc/quantal-201208301614

« back to all changes in this revision

Viewing changes to config/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.2.2 upstream)
  • mto: This revision was merged to the branch mainline in revision 5.
  • Revision ID: james.westby@ubuntu.com-20100110104021-25cm8w09ccmw5w2z
[ 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 = config
35
35
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in compile \
36
 
        config.guess config.sub depcomp install-sh ltmain.sh missing
 
36
        config.guess config.sub depcomp install-sh missing
37
37
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
38
38
am__aclocal_m4_deps = $(top_srcdir)/config/acinclude.m4 \
39
39
        $(top_srcdir)/configure.ac
47
47
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
48
48
ACLOCAL = @ACLOCAL@
49
49
AMTAR = @AMTAR@
50
 
AR = @AR@
51
50
AUTOCONF = @AUTOCONF@
52
51
AUTOHEADER = @AUTOHEADER@
53
52
AUTOMAKE = @AUTOMAKE@
58
57
CFLAGS = @CFLAGS@
59
58
CPP = @CPP@
60
59
CPPFLAGS = @CPPFLAGS@
61
 
CXX = @CXX@
62
 
CXXCPP = @CXXCPP@
63
 
CXXDEPMODE = @CXXDEPMODE@
64
 
CXXFLAGS = @CXXFLAGS@
65
60
CYGPATH_W = @CYGPATH_W@
66
61
DATADIR = @DATADIR@
67
62
DEFS = @DEFS@
68
63
DEPDIR = @DEPDIR@
69
 
DOCBOOK = @DOCBOOK@
70
 
DSYMUTIL = @DSYMUTIL@
71
 
ECHO = @ECHO@
 
64
DOCDIR = @DOCDIR@
72
65
ECHO_C = @ECHO_C@
73
66
ECHO_N = @ECHO_N@
74
67
ECHO_T = @ECHO_T@
75
68
EGREP = @EGREP@
76
69
EXEEXT = @EXEEXT@
77
 
F77 = @F77@
78
 
FFLAGS = @FFLAGS@
79
70
GREP = @GREP@
80
71
INCLUDEDIR = @INCLUDEDIR@
81
72
INSTALL = @INSTALL@
88
79
LIBEXECDIR = @LIBEXECDIR@
89
80
LIBOBJS = @LIBOBJS@
90
81
LIBS = @LIBS@
91
 
LIBTOOL = @LIBTOOL@
92
 
LN_S = @LN_S@
93
82
LOCALSTATEDIR = @LOCALSTATEDIR@
94
83
LTLIBOBJS = @LTLIBOBJS@
95
84
LXCPATH = @LXCPATH@
96
85
LXC_GENERATE_DATE = @LXC_GENERATE_DATE@
97
 
LXC_MAJOR_VERSION = @LXC_MAJOR_VERSION@
98
 
LXC_MICRO_VERSION = @LXC_MICRO_VERSION@
99
 
LXC_MINOR_VERSION = @LXC_MINOR_VERSION@
100
86
MAKEINFO = @MAKEINFO@
101
87
MKDIR_P = @MKDIR_P@
102
 
NMEDIT = @NMEDIT@
103
88
OBJEXT = @OBJEXT@
104
89
PACKAGE = @PACKAGE@
105
90
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
109
94
PACKAGE_VERSION = @PACKAGE_VERSION@
110
95
PATH_SEPARATOR = @PATH_SEPARATOR@
111
96
PREFIX = @PREFIX@
112
 
RANLIB = @RANLIB@
113
 
SED = @SED@
114
97
SETCAP = @SETCAP@
115
98
SET_MAKE = @SET_MAKE@
116
99
SHELL = @SHELL@
122
105
abs_top_builddir = @abs_top_builddir@
123
106
abs_top_srcdir = @abs_top_srcdir@
124
107
ac_ct_CC = @ac_ct_CC@
125
 
ac_ct_CXX = @ac_ct_CXX@
126
 
ac_ct_F77 = @ac_ct_F77@
127
108
am__include = @am__include@
128
109
am__leading_dot = @am__leading_dot@
129
110
am__quote = @am__quote@
141
122
docdir = @docdir@
142
123
dvidir = @dvidir@
143
124
exec_prefix = @exec_prefix@
 
125
have_docbook = @have_docbook@
144
126
host = @host@
145
127
host_alias = @host_alias@
146
128
host_cpu = @host_cpu@
200
182
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
201
183
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
202
184
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
203
 
 
204
 
mostlyclean-libtool:
205
 
        -rm -f *.lo
206
 
 
207
 
clean-libtool:
208
 
        -rm -rf .libs _libs
209
185
tags: TAGS
210
186
TAGS:
211
187
 
269
245
        @echo "it deletes files that may require special tools to rebuild."
270
246
clean: clean-am
271
247
 
272
 
clean-am: clean-generic clean-libtool mostlyclean-am
 
248
clean-am: clean-generic mostlyclean-am
273
249
 
274
250
distclean-am: clean-am distclean-generic
275
251
 
307
283
 
308
284
mostlyclean: mostlyclean-am
309
285
 
310
 
mostlyclean-am: mostlyclean-generic mostlyclean-libtool
 
286
mostlyclean-am: mostlyclean-generic
311
287
 
312
288
pdf: pdf-am
313
289
 
321
297
 
322
298
.MAKE: install-am install-strip
323
299
 
324
 
.PHONY: all all-am check check-am clean clean-generic clean-libtool \
325
 
        distclean distclean-generic distclean-libtool distdir dvi \
326
 
        dvi-am html html-am info info-am install install-am \
327
 
        install-data install-data-am install-dvi install-dvi-am \
328
 
        install-exec install-exec-am install-html install-html-am \
329
 
        install-info install-info-am install-man install-pdf \
330
 
        install-pdf-am install-ps install-ps-am install-strip \
331
 
        installcheck installcheck-am installdirs maintainer-clean \
332
 
        maintainer-clean-generic mostlyclean mostlyclean-generic \
333
 
        mostlyclean-libtool pdf pdf-am ps ps-am uninstall uninstall-am
 
300
.PHONY: all all-am check check-am clean clean-generic distclean \
 
301
        distclean-generic distdir dvi dvi-am html html-am info info-am \
 
302
        install install-am install-data install-data-am install-dvi \
 
303
        install-dvi-am install-exec install-exec-am install-html \
 
304
        install-html-am install-info install-info-am install-man \
 
305
        install-pdf install-pdf-am install-ps install-ps-am \
 
306
        install-strip installcheck installcheck-am installdirs \
 
307
        maintainer-clean maintainer-clean-generic mostlyclean \
 
308
        mostlyclean-generic pdf pdf-am ps ps-am uninstall uninstall-am
334
309
 
335
310
distclean:
336
311
        @$(RM) -f compile config.guess config.sub depcomp install-sh ltmain.sh missing Makefile.in Makefile