summaryrefslogtreecommitdiffstats
path: root/contrib/ntp/ntptrace/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/ntp/ntptrace/Makefile.am')
-rw-r--r--contrib/ntp/ntptrace/Makefile.am19
1 files changed, 0 insertions, 19 deletions
diff --git a/contrib/ntp/ntptrace/Makefile.am b/contrib/ntp/ntptrace/Makefile.am
deleted file mode 100644
index fed8321..0000000
--- a/contrib/ntp/ntptrace/Makefile.am
+++ /dev/null
@@ -1,19 +0,0 @@
-#AUTOMAKE_OPTIONS = ../util/ansi2knr no-dependencies
-AUTOMAKE_OPTIONS = ../util/ansi2knr
-bin_PROGRAMS = ntptrace
-INCLUDES = -I$(top_srcdir)/include
-# LDADD might need RESLIB and ADJLIB
-LDADD = version.o ../libntp/libntp.a
-DISTCLEANFILES = .version version.c
-noinst_HEADERS = ntptrace.h
-#EXTRA_DIST = ntptrace.mak README TAGS save
-ETAGS_ARGS = Makefile.am
-
-$(PROGRAMS): $(LDADD)
-
-../libntp/libntp.a:
- cd ../libntp && $(MAKE)
-
-version.o: $(ntptrace_OBJECTS) ../libntp/libntp.a Makefile
- env CSET=`cat $(top_srcdir)/version` $(top_builddir)/scripts/mkver ntptrace
- $(COMPILE) -c version.c
OpenPOWER on IntegriCloud