]> git.proxmox.com Git - mirror_lxc.git/blob - Makefile.am
github: Update for main branch
[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 pcdatadir = $(libdir)/pkgconfig
17 pcdata_DATA = lxc.pc
18
19 libtool: $(LIBTOOL_DEPS)
20 $(SHELL) ./config.status libtool
21
22 install-data-local:
23 $(MKDIR_P) $(DESTDIR)$(LXCPATH)
24 $(MKDIR_P) $(DESTDIR)$(localstatedir)/cache/lxc
25
26 ChangeLog::
27 @touch ChangeLog
28
29 rpm: dist
30 rpmbuild --clean -ta ${distdir}.tar.gz $(RPMARGS)