summaryrefslogtreecommitdiffstats
path: root/contrib/ntp/arlib/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/ntp/arlib/Makefile.am')
-rw-r--r--contrib/ntp/arlib/Makefile.am15
1 files changed, 15 insertions, 0 deletions
diff --git a/contrib/ntp/arlib/Makefile.am b/contrib/ntp/arlib/Makefile.am
new file mode 100644
index 0000000..c0b4094
--- /dev/null
+++ b/contrib/ntp/arlib/Makefile.am
@@ -0,0 +1,15 @@
+AUTOMAKE_OPTIONS = foreign # ansi2knr
+
+#lib_LIBRARIES = libares.a
+noinst_LIBRARIES = libares.a
+libares_a_SOURCES = arlib.c arplib.h
+#include_HEADERS = arlib.h
+noinst_HEADERS = arlib.h
+
+noinst_PROGRAMS = example
+example_SOURCES = sample.c
+example_LDADD = libares.a
+#man_MANS = arlib.3
+#EXTRA_DIST = $(man_MANS) UNSHAR.HDR
+noinst_MANS = arlib.3
+EXTRA_DIST = $(noinst_MANS) UNSHAR.HDR
OpenPOWER on IntegriCloud