blob: c5e80ecca0b1b6e99cae7799e70a7593b7c54b6e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
|
ACLOCAL_AMFLAGS = -I m4
SUBDIRS = po mpu man
EXTRA_DIST = config.rpath m4/ChangeLog \
config/patches bootstrap \
po/Makevars.template po/meson.build \
README.md doc/README.libtool doc/autogen-examples \
l10n nls.h gettext.h version-tool \
mpu/binexp \
mpu/decexp \
mpu/etens \
mpu/epsilon \
mpu/m_const \
mpu/math \
mpu/r_const \
acsite.m4 \
libmpu.m4
pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = mpu.pc
bin_SCRIPTS = mpu-config
aclocaldir = $(datadir)/aclocal
aclocal_DATA = libmpu.m4
nodist_include_HEADERS = include/libmpu.h
BUILT_SOURCES = include/libmpu.h
LIBTOOL_DEPS = @LIBTOOL_DEPS@
libtool: $(LIBTOOL_DEPS)
$(SHELL) $(top_builddir)/config.status $(top_builddir)/libtool
|