~ubuntu-branches/debian/sid/vzctl/sid

« back to all changes in this revision

Viewing changes to Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Ola Lundqvist
  • Date: 2011-10-17 06:51:28 UTC
  • mfrom: (1.1.8 upstream)
  • Revision ID: james.westby@ubuntu.com-20111017065128-vgdwvq5lei9g4mc7
Tags: 3.0.29.3-1
New upstream release.
Closes: #638072.

Show diffs side-by-side

added added

removed removed

Lines of Context:
55
55
subdir = .
56
56
DIST_COMMON = $(am__configure_deps) $(noinst_HEADERS) \
57
57
        $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
58
 
        $(top_srcdir)/configure COPYING ChangeLog INSTALL config.guess \
59
 
        config.sub depcomp install-sh ltmain.sh missing
 
58
        $(top_srcdir)/configure $(top_srcdir)/include/version.h.in \
 
59
        COPYING ChangeLog INSTALL config.guess config.sub depcomp \
 
60
        install-sh ltmain.sh missing
60
61
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
61
62
am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
62
63
        $(top_srcdir)/configure.ac
65
66
am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
66
67
 configure.lineno config.status.lineno
67
68
mkinstalldirs = $(install_sh) -d
68
 
CONFIG_CLEAN_FILES =
 
69
CONFIG_CLEAN_FILES = include/version.h
69
70
CONFIG_CLEAN_VPATH_FILES =
70
71
AM_V_GEN = $(am__v_GEN_$(V))
71
72
am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
128
129
distuninstallcheck_listfiles = find . -type f -print
129
130
distcleancheck_listfiles = find . -type f -print
130
131
ACLOCAL = @ACLOCAL@
 
132
ALLOCA = @ALLOCA@
131
133
AMTAR = @AMTAR@
132
134
AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
133
135
AR = @AR@
253
255
noinst_HEADERS = $(wildcard include/*.h) \
254
256
                 $(wildcard include/linux/*.h)
255
257
 
256
 
EXTRA_DIST = vzctl.spec
 
258
EXTRA_DIST = vzctl.spec include/version.h.in
257
259
vzdir = /vz
258
260
vzcachedir = $(vzdir)/template/cache
259
261
vzlockdir = $(vzdir)/lock
309
311
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
310
312
        $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
311
313
$(am__aclocal_m4_deps):
 
314
include/version.h: $(top_builddir)/config.status $(top_srcdir)/include/version.h.in
 
315
        cd $(top_builddir) && $(SHELL) ./config.status $@
312
316
 
313
317
mostlyclean-libtool:
314
318
        -rm -f *.lo