]> git.proxmox.com Git - mirror_lxc.git/blob - Makefile.am
tree-wide: remove lua bindings
[mirror_lxc.git] / Makefile.am
1 # Makefile.am
2
3 ACLOCAL_AMFLAGS = -I config
4
5 LIBTOOL_DEPS = @LIBTOOL_DEPS@
6 SUBDIRS = config src templates doc hooks
7 DIST_SUBDIRS = config src templates doc hooks
8 EXTRA_DIST = \
9 autogen.sh \
10 lxc.spec \
11 CONTRIBUTING \
12 MAINTAINERS
13
14 RPMARGS =
15
16 if ENABLE_PYTHON
17 RPMARGS += --with python
18 endif
19
20 pcdatadir = $(libdir)/pkgconfig
21 pcdata_DATA = lxc.pc
22
23 libtool: $(LIBTOOL_DEPS)
24 $(SHELL) ./config.status libtool
25
26 install-data-local:
27 $(MKDIR_P) $(DESTDIR)$(LXCPATH)
28 $(MKDIR_P) $(DESTDIR)$(localstatedir)/cache/lxc
29
30 ChangeLog::
31 @touch ChangeLog
32
33 rpm: dist
34 rpmbuild --clean -ta ${distdir}.tar.gz $(RPMARGS)