summaryrefslogtreecommitdiffstats
path: root/contrib/ntp/ntpdc/Makefile.am
diff options
context:
space:
mode:
authorroberto <roberto@FreeBSD.org>2008-08-17 17:37:33 +0000
committerroberto <roberto@FreeBSD.org>2008-08-17 17:37:33 +0000
commit4ded1c1fa0bc21c61f91a2dbe864835986745121 (patch)
tree16d100fbc9dae63888d48b464e471ba0e5065193 /contrib/ntp/ntpdc/Makefile.am
parent8b5a86d4fda08a9c68231415812edcb26be52f79 (diff)
downloadFreeBSD-src-4ded1c1fa0bc21c61f91a2dbe864835986745121.zip
FreeBSD-src-4ded1c1fa0bc21c61f91a2dbe864835986745121.tar.gz
Flatten the dist and various 4.n.n trees in preparation of future ntp imports.
Diffstat (limited to 'contrib/ntp/ntpdc/Makefile.am')
-rw-r--r--contrib/ntp/ntpdc/Makefile.am45
1 files changed, 0 insertions, 45 deletions
diff --git a/contrib/ntp/ntpdc/Makefile.am b/contrib/ntp/ntpdc/Makefile.am
deleted file mode 100644
index f7a4d2a..0000000
--- a/contrib/ntp/ntpdc/Makefile.am
+++ /dev/null
@@ -1,45 +0,0 @@
-#AUTOMAKE_OPTIONS = ../util/ansi2knr no-dependencies
-AUTOMAKE_OPTIONS = ../util/ansi2knr
-bin_PROGRAMS= ntpdc
-EXTRA_PROGRAMS= ntpdc-layout
-EXTRA_DATA= check-layout
-BUILT_SOURCES= maybe-layout
-INCLUDES= -I$(top_srcdir)/include
-# LDADD might need RESLIB and ADJLIB
-ntpdc_LDADD= version.o ../libntp/libntp.a @READLINE_LIBS@
-# ntpdc-layout doesn't need any additional libraries at all
-ntpdc_layout_LDADD=
-DISTCLEANFILES= .version version.c
-CLEANFILES= check-layout layout.here nl.c ntpdc-layout
-noinst_HEADERS= ntpdc.h
-EXTRA_DIST= nl_in.c nl.pl layout.std
-ETAGS_ARGS= Makefile.am
-
-ntpdc_SOURCES = ntpdc.c ntpdc_ops.c
-
-maybe-layout:
- @case "${PATH_PERL}" in \
- /*) ${MAKE} check-layout ;; \
- esac
-
-ntpdc-layout.o: nl.c
-
-layout.here: ntpdc-layout
- ./ntpdc-layout > $@
-
-check-layout: ntpdc-layout layout.std layout.here
- cmp $(srcdir)/layout.std layout.here && echo stamp > $@
-
-$(PROGRAMS): $(LDADD)
-
-../libntp/libntp.a:
- cd ../libntp && $(MAKE)
-
-version.o: $(ntpdc_OBJECTS) ../libntp/libntp.a Makefile $(top_srcdir)/version
- env CSET=`cat $(top_srcdir)/version` $(top_builddir)/scripts/mkver ntpdc
- $(COMPILE) -c version.c
-
-# I ran nl_in.c (attached, to be installed into ntpdc) through
-# $(CC) -E nl_in.c | nl.pl > nl.c
-nl.c: nl_in.c nl.pl
- $(CC) -E $(DEFAULT_INCLUDES) $(INCLUDES) $(CPPFLAGS) $(srcdir)/nl_in.c | ./nl.pl > nl.c
OpenPOWER on IntegriCloud