]> git.proxmox.com Git - mirror_lxc.git/blame - Makefile.am
string_utils: coding rules
[mirror_lxc.git] / Makefile.am
CommitLineData
5e97c3fc 1# Makefile.am
2
ccf13198
DL
3ACLOCAL_AMFLAGS = -I config
4
26419a7a 5LIBTOOL_DEPS = @LIBTOOL_DEPS@
906f8c4d
SG
6SUBDIRS = config src templates doc hooks
7DIST_SUBDIRS = config src templates doc hooks
c13c0e08
SG
8EXTRA_DIST = \
9 autogen.sh \
10 lxc.spec \
11 CONTRIBUTING \
bfb1bb94 12 MAINTAINERS
c13c0e08 13
f080ffd7
DE
14RPMARGS =
15
b97b78ab 16pcdatadir = $(libdir)/pkgconfig
b6345ba1
DL
17pcdata_DATA = lxc.pc
18
26419a7a
SG
19libtool: $(LIBTOOL_DEPS)
20 $(SHELL) ./config.status libtool
21
4245ba50
DE
22install-data-local:
23 $(MKDIR_P) $(DESTDIR)$(LXCPATH)
f1a3a3ab 24 $(MKDIR_P) $(DESTDIR)$(localstatedir)/cache/lxc
4245ba50 25
65c46aef 26ChangeLog::
f04d36bf 27 @touch ChangeLog
28
5e97c3fc 29rpm: dist
ce951132 30 rpmbuild --clean -ta ${distdir}.tar.gz $(RPMARGS)