blob: c257407a663bd4cf22729af94290d769cd475204 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
ACLOCAL_AMFLAGS = -I m4
SUBDIRS = src man
EXTRA_DIST = config/patches bootstrap \
README.md doc/README.libtool doc/autogen-examples \
acsite.m4 \
libmpuio.m4
pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = mpuio.pc
bin_SCRIPTS = mpuio-config
aclocaldir = $(datadir)/aclocal
aclocal_DATA = libmpuio.m4
include_HEADERS = include/libmpuio.h
LIBTOOL_DEPS = @LIBTOOL_DEPS@
libtool: $(LIBTOOL_DEPS)
$(SHELL) $(top_builddir)/config.status $(top_builddir)/libtool
|