]> git.proxmox.com Git - mirror_lxc.git/blob - Makefile.am
af_unix: allow caller and callee to negotiate expectations and reality
[mirror_lxc.git] / Makefile.am
1 # Makefile.am
2
3 ACLOCAL_AMFLAGS = -I config
4 AM_CFLAGS += $(PTHREAD_CFLAGS)
5 AM_LDFLAGS += $(PTHREAD_LIBS)
6
7 LIBTOOL_DEPS = @LIBTOOL_DEPS@
8 SUBDIRS = config coccinelle src templates doc hooks
9 DIST_SUBDIRS = config coccinelle src templates doc hooks
10 EXTRA_DIST = autogen.sh \
11 lxc.spec \
12 CONTRIBUTING \
13 CODING_STYLE.md \
14 LICENSE.GPL2 \
15 LICENSE.LGPL2.1 \
16 MAINTAINERS \
17 README.md
18
19 RPMARGS =
20
21 pcdatadir = $(libdir)/pkgconfig
22 pcdata_DATA = lxc.pc
23
24 libtool: $(LIBTOOL_DEPS)
25 $(SHELL) ./config.status libtool
26
27 install-data-local:
28 $(MKDIR_P) $(DESTDIR)$(LXCPATH)
29 $(MKDIR_P) $(DESTDIR)$(localstatedir)/cache/lxc
30
31 ChangeLog::
32 @touch ChangeLog
33
34 rpm: dist
35 rpmbuild --clean -ta ${distdir}.tar.gz $(RPMARGS)