author: kx <kx@radix-linux.su> 2024-12-20 16:11:07 +0300
committer: kx <kx@radix-linux.su> 2024-12-20 16:11:07 +0300
commit: 868b2b66b564b5c00e3a74d10be45db7151627ac
parent: cce2ae8d3312493b7653358bb4af201d3271377b
Commit Summary:
Diffstat:
1 file changed, 26 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
new file mode 100644
index 0000000..dab8856
--- /dev/null
+++ b/Makefile.am
@@ -0,0 +1,33 @@
+
+ACLOCAL_AMFLAGS = -I m4
+
+SUBDIRS = po mpu
+
+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