~ubuntu-branches/ubuntu/quantal/lxc/quantal-201206191543

« back to all changes in this revision

Viewing changes to templates/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Guido Trotter
  • Date: 2010-06-28 10:15:48 UTC
  • mfrom: (1.2.4 upstream)
  • mto: (3.1.15 sid)
  • mto: This revision was merged to the branch mainline in revision 7.
  • Revision ID: james.westby@ubuntu.com-20100628101548-lmqvw55ypaxtbhhh
Tags: upstream-0.7.1
ImportĀ upstreamĀ versionĀ 0.7.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
37
37
subdir = templates
38
38
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
39
39
        $(srcdir)/lxc-busybox.in $(srcdir)/lxc-debian.in \
40
 
        $(srcdir)/lxc-fedora.in $(srcdir)/lxc-lenny.in \
41
 
        $(srcdir)/lxc-opensuse.in $(srcdir)/lxc-sshd.in \
 
40
        $(srcdir)/lxc-fedora.in $(srcdir)/lxc-sshd.in \
42
41
        $(srcdir)/lxc-ubuntu.in
43
42
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
44
43
am__aclocal_m4_deps = $(top_srcdir)/config/acinclude.m4 \
45
 
        $(top_srcdir)/config/linux.m4 $(top_srcdir)/configure.ac
 
44
        $(top_srcdir)/configure.ac
46
45
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
47
46
        $(ACLOCAL_M4)
48
47
mkinstalldirs = $(install_sh) -d
49
48
CONFIG_HEADER = $(top_builddir)/src/config.h
50
 
CONFIG_CLEAN_FILES = lxc-lenny lxc-debian lxc-ubuntu lxc-opensuse \
51
 
        lxc-busybox lxc-fedora lxc-sshd
 
49
CONFIG_CLEAN_FILES = lxc-debian lxc-ubuntu lxc-busybox lxc-fedora \
 
50
        lxc-sshd
52
51
CONFIG_CLEAN_VPATH_FILES =
53
52
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
54
53
am__vpath_adj = case $$p in \
110
109
LIBDIR = @LIBDIR@
111
110
LIBOBJS = @LIBOBJS@
112
111
LIBS = @LIBS@
113
 
LINUX_DIR = @LINUX_DIR@
114
 
LINUX_SRCARCH = @LINUX_SRCARCH@
115
112
LOCALSTATEDIR = @LOCALSTATEDIR@
116
113
LTLIBOBJS = @LTLIBOBJS@
117
114
LXCINITDIR = @LXCINITDIR@
191
188
templatesdir = @LXCTEMPLATEDIR@
192
189
templates_SCRIPTS = \
193
190
        lxc-debian \
194
 
        lxc-lenny \
195
191
        lxc-ubuntu \
196
 
        lxc-opensuse \
197
192
        lxc-fedora \
198
193
        lxc-busybox \
199
194
        lxc-sshd
231
226
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
232
227
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
233
228
$(am__aclocal_m4_deps):
234
 
lxc-lenny: $(top_builddir)/config.status $(srcdir)/lxc-lenny.in
235
 
        cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
236
229
lxc-debian: $(top_builddir)/config.status $(srcdir)/lxc-debian.in
237
230
        cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
238
231
lxc-ubuntu: $(top_builddir)/config.status $(srcdir)/lxc-ubuntu.in
239
232
        cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
240
 
lxc-opensuse: $(top_builddir)/config.status $(srcdir)/lxc-opensuse.in
241
 
        cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
242
233
lxc-busybox: $(top_builddir)/config.status $(srcdir)/lxc-busybox.in
243
234
        cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
244
235
lxc-fedora: $(top_builddir)/config.status $(srcdir)/lxc-fedora.in