636 lines
32 KiB
Makefile
636 lines
32 KiB
Makefile
# Makefile.in generated automatically by automake 1.4a from Makefile.am
|
|
|
|
# Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc.
|
|
# This Makefile.in is free software; the Free Software Foundation
|
|
# gives unlimited permission to copy and/or distribute it,
|
|
# with or without modifications, as long as this notice is preserved.
|
|
|
|
# This program is distributed in the hope that it will be useful,
|
|
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
|
|
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
|
|
# PARTICULAR PURPOSE.
|
|
|
|
SHELL = @SHELL@
|
|
|
|
srcdir = @srcdir@
|
|
top_srcdir = @top_srcdir@
|
|
VPATH = @srcdir@
|
|
prefix = @prefix@
|
|
exec_prefix = @exec_prefix@
|
|
|
|
bindir = @bindir@
|
|
sbindir = @sbindir@
|
|
libexecdir = @libexecdir@
|
|
datadir = @datadir@
|
|
sysconfdir = @sysconfdir@
|
|
sharedstatedir = @sharedstatedir@
|
|
localstatedir = @localstatedir@
|
|
libdir = @libdir@
|
|
infodir = @infodir@
|
|
mandir = @mandir@
|
|
includedir = @includedir@
|
|
oldincludedir = /usr/include
|
|
|
|
DESTDIR =
|
|
|
|
pkgdatadir = $(datadir)/@PACKAGE@
|
|
pkglibdir = $(libdir)/@PACKAGE@
|
|
pkgincludedir = $(includedir)/@PACKAGE@
|
|
|
|
top_builddir = ..
|
|
|
|
ACLOCAL = @ACLOCAL@
|
|
AUTOCONF = @AUTOCONF@
|
|
AUTOMAKE = @AUTOMAKE@
|
|
AUTOHEADER = @AUTOHEADER@
|
|
|
|
INSTALL = @INSTALL@
|
|
INSTALL_PROGRAM = @INSTALL_PROGRAM@
|
|
INSTALL_DATA = @INSTALL_DATA@
|
|
INSTALL_SCRIPT = @INSTALL_SCRIPT@
|
|
INSTALL_STRIP_FLAG =
|
|
transform = @program_transform_name@
|
|
|
|
NORMAL_INSTALL = :
|
|
PRE_INSTALL = :
|
|
POST_INSTALL = :
|
|
NORMAL_UNINSTALL = :
|
|
PRE_UNINSTALL = :
|
|
POST_UNINSTALL = :
|
|
build_alias = @build_alias@
|
|
build_triplet = @build@
|
|
host_alias = @host_alias@
|
|
host_triplet = @host@
|
|
target_alias = @target_alias@
|
|
target_triplet = @target@
|
|
AMDEP = @AMDEP@
|
|
AMTAR = @AMTAR@
|
|
AWK = @AWK@
|
|
CC = @CC@
|
|
CFLAGS = @CFLAGS@
|
|
CHUTEST = @CHUTEST@
|
|
CLKTEST = @CLKTEST@
|
|
CPP = @CPP@
|
|
CXX = @CXX@
|
|
CXXCPP = @CXXCPP@
|
|
DCFD = @DCFD@
|
|
DEPDIR = @DEPDIR@
|
|
LDFLAGS = @LDFLAGS@
|
|
LIBPARSE = @LIBPARSE@
|
|
LIBRSAREF = @LIBRSAREF@
|
|
LN_S = @LN_S@
|
|
MAKEINFO = @MAKEINFO@
|
|
MAKE_ADJTIMED = @MAKE_ADJTIMED@
|
|
MAKE_CHECK_Y2K = @MAKE_CHECK_Y2K@
|
|
MAKE_LIBPARSE = @MAKE_LIBPARSE@
|
|
MAKE_LIBPARSE_KERNEL = @MAKE_LIBPARSE_KERNEL@
|
|
MAKE_LIBRSAREF = @MAKE_LIBRSAREF@
|
|
MAKE_NTPTIME = @MAKE_NTPTIME@
|
|
MAKE_NTP_GENKEYS = @MAKE_NTP_GENKEYS@
|
|
MAKE_PARSEKMODULE = @MAKE_PARSEKMODULE@
|
|
MAKE_TICKADJ = @MAKE_TICKADJ@
|
|
PACKAGE = @PACKAGE@
|
|
PATH_PERL = @PATH_PERL@
|
|
PATH_SH = @PATH_SH@
|
|
PROPDELAY = @PROPDELAY@
|
|
RANLIB = @RANLIB@
|
|
RSAREF = @RSAREF@
|
|
TESTDCF = @TESTDCF@
|
|
U = @U@
|
|
VERSION = @VERSION@
|
|
install_sh = @install_sh@
|
|
|
|
#AUTOMAKE_OPTIONS = ../util/ansi2knr no-dependencies
|
|
|
|
|
|
AUTOMAKE_OPTIONS = ../util/ansi2knr
|
|
bin_PROGRAMS = ntpd
|
|
INCLUDES = -I$(top_srcdir)/include -I$(top_srcdir)/librsaref
|
|
# LDADD might need RESLIB and ADJLIB
|
|
LDADD = version.o @LIBPARSE@ ../libntp/libntp.a @LIBRSAREF@
|
|
ntpd_LDADD = $(LDADD) -lm
|
|
DISTCLEANFILES = .version version.c
|
|
#EXTRA_DIST = ntpd.mak
|
|
ETAGS_ARGS = Makefile.am
|
|
### Y2Kfixes
|
|
check_PROGRAMS = @MAKE_CHECK_Y2K@
|
|
EXTRA_PROGRAMS = check_y2k
|
|
|
|
ntpd_SOURCES = jupiter.h map_vme.c ntp_config.c ntp_control.c ntp_crypto.c \
|
|
ntp_filegen.c \
|
|
ntp_intres.c ntp_io.c ntp_loopfilter.c ntp_monitor.c ntp_peer.c \
|
|
ntp_proto.c ntp_refclock.c ntp_request.c ntp_resolver.c \
|
|
ntp_restrict.c ntp_timer.c \
|
|
ntp_util.c ntpd.c refclock_acts.c refclock_arbiter.c refclock_arc.c \
|
|
refclock_as2201.c refclock_atom.c refclock_bancomm.c \
|
|
refclock_chronolog.c refclock_chu.c refclock_conf.c refclock_datum.c \
|
|
refclock_dumbclock.c refclock_fg.c refclock_gpsvme.c refclock_heath.c \
|
|
refclock_hpgps.c refclock_irig.c refclock_jupiter.c refclock_leitch.c \
|
|
refclock_local.c refclock_msfees.c refclock_mx4200.c refclock_nmea.c \
|
|
refclock_oncore.c refclock_palisade.c refclock_palisade.h \
|
|
refclock_parse.c refclock_pcf.c refclock_pst.c refclock_ptbacts.c \
|
|
refclock_shm.c refclock_tpro.c refclock_trak.c refclock_true.c \
|
|
refclock_ulink.c refclock_usno.c refclock_wwv.c refclock_wwvb.c
|
|
|
|
subdir = ntpd
|
|
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
|
|
CONFIG_HEADER = ../config.h
|
|
CONFIG_CLEAN_FILES =
|
|
PROGRAMS = $(bin_PROGRAMS)
|
|
|
|
|
|
DEFS = @DEFS@ -I. -I$(srcdir) -I..
|
|
CPPFLAGS = @CPPFLAGS@
|
|
LIBS = @LIBS@
|
|
ANSI2KNR = ../util/ansi2knr
|
|
check_y2k_SOURCES = check_y2k.c
|
|
check_y2k_OBJECTS = check_y2k$U.o
|
|
check_y2k_LDADD = $(LDADD)
|
|
check_y2k_DEPENDENCIES = version.o ../libntp/libntp.a
|
|
check_y2k_LDFLAGS =
|
|
am_ntpd_OBJECTS = map_vme$U.o ntp_config$U.o ntp_control$U.o \
|
|
ntp_crypto$U.o ntp_filegen$U.o ntp_intres$U.o ntp_io$U.o \
|
|
ntp_loopfilter$U.o ntp_monitor$U.o ntp_peer$U.o ntp_proto$U.o \
|
|
ntp_refclock$U.o ntp_request$U.o ntp_resolver$U.o ntp_restrict$U.o \
|
|
ntp_timer$U.o ntp_util$U.o ntpd$U.o refclock_acts$U.o \
|
|
refclock_arbiter$U.o refclock_arc$U.o refclock_as2201$U.o \
|
|
refclock_atom$U.o refclock_bancomm$U.o refclock_chronolog$U.o \
|
|
refclock_chu$U.o refclock_conf$U.o refclock_datum$U.o \
|
|
refclock_dumbclock$U.o refclock_fg$U.o refclock_gpsvme$U.o \
|
|
refclock_heath$U.o refclock_hpgps$U.o refclock_irig$U.o \
|
|
refclock_jupiter$U.o refclock_leitch$U.o refclock_local$U.o \
|
|
refclock_msfees$U.o refclock_mx4200$U.o refclock_nmea$U.o \
|
|
refclock_oncore$U.o refclock_palisade$U.o refclock_parse$U.o \
|
|
refclock_pcf$U.o refclock_pst$U.o refclock_ptbacts$U.o refclock_shm$U.o \
|
|
refclock_tpro$U.o refclock_trak$U.o refclock_true$U.o \
|
|
refclock_ulink$U.o refclock_usno$U.o refclock_wwv$U.o refclock_wwvb$U.o
|
|
ntpd_OBJECTS = $(am_ntpd_OBJECTS)
|
|
ntpd_DEPENDENCIES = version.o ../libntp/libntp.a
|
|
ntpd_LDFLAGS =
|
|
COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
|
|
CCLD = $(CC)
|
|
LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
|
|
DIST_SOURCES = check_y2k.c $(ntpd_SOURCES)
|
|
DIST_COMMON = Makefile.am Makefile.in
|
|
|
|
|
|
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
|
|
|
|
GZIP_ENV = --best
|
|
depcomp = $(SHELL) $(top_srcdir)/depcomp
|
|
DEP_FILES = @AMDEP@ $(DEPDIR)/check_y2k$U.Po $(DEPDIR)/map_vme$U.Po \
|
|
$(DEPDIR)/ntp_config$U.Po $(DEPDIR)/ntp_control$U.Po \
|
|
$(DEPDIR)/ntp_crypto$U.Po $(DEPDIR)/ntp_filegen$U.Po \
|
|
$(DEPDIR)/ntp_intres$U.Po $(DEPDIR)/ntp_io$U.Po \
|
|
$(DEPDIR)/ntp_loopfilter$U.Po $(DEPDIR)/ntp_monitor$U.Po \
|
|
$(DEPDIR)/ntp_peer$U.Po $(DEPDIR)/ntp_proto$U.Po \
|
|
$(DEPDIR)/ntp_refclock$U.Po $(DEPDIR)/ntp_request$U.Po \
|
|
$(DEPDIR)/ntp_resolver$U.Po $(DEPDIR)/ntp_restrict$U.Po \
|
|
$(DEPDIR)/ntp_timer$U.Po $(DEPDIR)/ntp_util$U.Po $(DEPDIR)/ntpd$U.Po \
|
|
$(DEPDIR)/refclock_acts$U.Po $(DEPDIR)/refclock_arbiter$U.Po \
|
|
$(DEPDIR)/refclock_arc$U.Po $(DEPDIR)/refclock_as2201$U.Po \
|
|
$(DEPDIR)/refclock_atom$U.Po $(DEPDIR)/refclock_bancomm$U.Po \
|
|
$(DEPDIR)/refclock_chronolog$U.Po $(DEPDIR)/refclock_chu$U.Po \
|
|
$(DEPDIR)/refclock_conf$U.Po $(DEPDIR)/refclock_datum$U.Po \
|
|
$(DEPDIR)/refclock_dumbclock$U.Po $(DEPDIR)/refclock_fg$U.Po \
|
|
$(DEPDIR)/refclock_gpsvme$U.Po $(DEPDIR)/refclock_heath$U.Po \
|
|
$(DEPDIR)/refclock_hpgps$U.Po $(DEPDIR)/refclock_irig$U.Po \
|
|
$(DEPDIR)/refclock_jupiter$U.Po $(DEPDIR)/refclock_leitch$U.Po \
|
|
$(DEPDIR)/refclock_local$U.Po $(DEPDIR)/refclock_msfees$U.Po \
|
|
$(DEPDIR)/refclock_mx4200$U.Po $(DEPDIR)/refclock_nmea$U.Po \
|
|
$(DEPDIR)/refclock_oncore$U.Po $(DEPDIR)/refclock_palisade$U.Po \
|
|
$(DEPDIR)/refclock_parse$U.Po $(DEPDIR)/refclock_pcf$U.Po \
|
|
$(DEPDIR)/refclock_pst$U.Po $(DEPDIR)/refclock_ptbacts$U.Po \
|
|
$(DEPDIR)/refclock_shm$U.Po $(DEPDIR)/refclock_tpro$U.Po \
|
|
$(DEPDIR)/refclock_trak$U.Po $(DEPDIR)/refclock_true$U.Po \
|
|
$(DEPDIR)/refclock_ulink$U.Po $(DEPDIR)/refclock_usno$U.Po \
|
|
$(DEPDIR)/refclock_wwv$U.Po $(DEPDIR)/refclock_wwvb$U.Po
|
|
SOURCES = check_y2k.c $(ntpd_SOURCES)
|
|
OBJECTS = check_y2k$U.o $(am_ntpd_OBJECTS)
|
|
|
|
all: all-redirect
|
|
.SUFFIXES:
|
|
.SUFFIXES: .c .h .o
|
|
$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
|
|
cd $(top_srcdir) && $(AUTOMAKE) --gnu ntpd/Makefile
|
|
|
|
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES)
|
|
cd $(top_builddir) \
|
|
&& CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
|
|
|
|
|
|
mostlyclean-binPROGRAMS:
|
|
|
|
clean-binPROGRAMS:
|
|
-test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS)
|
|
|
|
distclean-binPROGRAMS:
|
|
|
|
maintainer-clean-binPROGRAMS:
|
|
|
|
install-binPROGRAMS: $(bin_PROGRAMS)
|
|
@$(NORMAL_INSTALL)
|
|
$(mkinstalldirs) $(DESTDIR)$(bindir)
|
|
@list='$(bin_PROGRAMS)'; for p in $$list; do \
|
|
if test -f $$p; then \
|
|
f="`echo $$p|sed -e 's/$(EXEEXT)$$//' -e '$(transform)' -e 's/$$/$(EXEEXT)/'`"; \
|
|
echo " $(INSTALL_PROGRAM) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(bindir)/$$f"; \
|
|
$(INSTALL_PROGRAM) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(bindir)/$$f; \
|
|
else :; fi; \
|
|
done
|
|
|
|
uninstall-binPROGRAMS:
|
|
@$(NORMAL_UNINSTALL)
|
|
@list='$(bin_PROGRAMS)'; for p in $$list; do \
|
|
f="`echo $$p|sed -e 's/$(EXEEXT)$$//' -e '$(transform)' -e 's/$$/$(EXEEXT)/'`"; \
|
|
echo " rm -f $(DESTDIR)$(bindir)/$$f"; \
|
|
rm -f $(DESTDIR)$(bindir)/$$f; \
|
|
done
|
|
|
|
mostlyclean-checkPROGRAMS:
|
|
|
|
clean-checkPROGRAMS:
|
|
-test -z "$(check_PROGRAMS)" || rm -f $(check_PROGRAMS)
|
|
|
|
distclean-checkPROGRAMS:
|
|
|
|
maintainer-clean-checkPROGRAMS:
|
|
|
|
mostlyclean-compile:
|
|
-rm -f *.o core *.core
|
|
|
|
clean-compile:
|
|
|
|
distclean-compile:
|
|
-rm -f *.tab.c
|
|
|
|
maintainer-clean-compile:
|
|
../util/ansi2knr: ../util/ansi2knr.o
|
|
cd ../util && $(MAKE) $(AM_MAKEFLAGS) ansi2knr
|
|
|
|
../util/ansi2knr.o:
|
|
cd ../util && $(MAKE) $(AM_MAKEFLAGS) ansi2knr.o
|
|
|
|
|
|
mostlyclean-kr:
|
|
-rm -f *_.c
|
|
|
|
clean-kr:
|
|
|
|
distclean-kr:
|
|
|
|
maintainer-clean-kr:
|
|
|
|
check_y2k: $(check_y2k_OBJECTS) $(check_y2k_DEPENDENCIES)
|
|
@rm -f check_y2k
|
|
$(LINK) $(check_y2k_LDFLAGS) $(check_y2k_OBJECTS) $(check_y2k_LDADD) $(LIBS)
|
|
|
|
ntpd: $(ntpd_OBJECTS) $(ntpd_DEPENDENCIES)
|
|
@rm -f ntpd
|
|
$(LINK) $(ntpd_LDFLAGS) $(ntpd_OBJECTS) $(ntpd_LDADD) $(LIBS)
|
|
check_y2k_.c: check_y2k.c $(ANSI2KNR)
|
|
$(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/check_y2k.c; then echo $(srcdir)/check_y2k.c; else echo check_y2k.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > check_y2k_.c
|
|
map_vme_.c: map_vme.c $(ANSI2KNR)
|
|
$(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/map_vme.c; then echo $(srcdir)/map_vme.c; else echo map_vme.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > map_vme_.c
|
|
ntp_config_.c: ntp_config.c $(ANSI2KNR)
|
|
$(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/ntp_config.c; then echo $(srcdir)/ntp_config.c; else echo ntp_config.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > ntp_config_.c
|
|
ntp_control_.c: ntp_control.c $(ANSI2KNR)
|
|
$(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/ntp_control.c; then echo $(srcdir)/ntp_control.c; else echo ntp_control.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > ntp_control_.c
|
|
ntp_crypto_.c: ntp_crypto.c $(ANSI2KNR)
|
|
$(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/ntp_crypto.c; then echo $(srcdir)/ntp_crypto.c; else echo ntp_crypto.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > ntp_crypto_.c
|
|
ntp_filegen_.c: ntp_filegen.c $(ANSI2KNR)
|
|
$(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/ntp_filegen.c; then echo $(srcdir)/ntp_filegen.c; else echo ntp_filegen.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > ntp_filegen_.c
|
|
ntp_intres_.c: ntp_intres.c $(ANSI2KNR)
|
|
$(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/ntp_intres.c; then echo $(srcdir)/ntp_intres.c; else echo ntp_intres.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > ntp_intres_.c
|
|
ntp_io_.c: ntp_io.c $(ANSI2KNR)
|
|
$(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/ntp_io.c; then echo $(srcdir)/ntp_io.c; else echo ntp_io.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > ntp_io_.c
|
|
ntp_loopfilter_.c: ntp_loopfilter.c $(ANSI2KNR)
|
|
$(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/ntp_loopfilter.c; then echo $(srcdir)/ntp_loopfilter.c; else echo ntp_loopfilter.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > ntp_loopfilter_.c
|
|
ntp_monitor_.c: ntp_monitor.c $(ANSI2KNR)
|
|
$(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/ntp_monitor.c; then echo $(srcdir)/ntp_monitor.c; else echo ntp_monitor.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > ntp_monitor_.c
|
|
ntp_peer_.c: ntp_peer.c $(ANSI2KNR)
|
|
$(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/ntp_peer.c; then echo $(srcdir)/ntp_peer.c; else echo ntp_peer.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > ntp_peer_.c
|
|
ntp_proto_.c: ntp_proto.c $(ANSI2KNR)
|
|
$(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/ntp_proto.c; then echo $(srcdir)/ntp_proto.c; else echo ntp_proto.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > ntp_proto_.c
|
|
ntp_refclock_.c: ntp_refclock.c $(ANSI2KNR)
|
|
$(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/ntp_refclock.c; then echo $(srcdir)/ntp_refclock.c; else echo ntp_refclock.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > ntp_refclock_.c
|
|
ntp_request_.c: ntp_request.c $(ANSI2KNR)
|
|
$(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/ntp_request.c; then echo $(srcdir)/ntp_request.c; else echo ntp_request.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > ntp_request_.c
|
|
ntp_resolver_.c: ntp_resolver.c $(ANSI2KNR)
|
|
$(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/ntp_resolver.c; then echo $(srcdir)/ntp_resolver.c; else echo ntp_resolver.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > ntp_resolver_.c
|
|
ntp_restrict_.c: ntp_restrict.c $(ANSI2KNR)
|
|
$(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/ntp_restrict.c; then echo $(srcdir)/ntp_restrict.c; else echo ntp_restrict.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > ntp_restrict_.c
|
|
ntp_timer_.c: ntp_timer.c $(ANSI2KNR)
|
|
$(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/ntp_timer.c; then echo $(srcdir)/ntp_timer.c; else echo ntp_timer.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > ntp_timer_.c
|
|
ntp_util_.c: ntp_util.c $(ANSI2KNR)
|
|
$(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/ntp_util.c; then echo $(srcdir)/ntp_util.c; else echo ntp_util.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > ntp_util_.c
|
|
ntpd_.c: ntpd.c $(ANSI2KNR)
|
|
$(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/ntpd.c; then echo $(srcdir)/ntpd.c; else echo ntpd.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > ntpd_.c
|
|
refclock_acts_.c: refclock_acts.c $(ANSI2KNR)
|
|
$(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/refclock_acts.c; then echo $(srcdir)/refclock_acts.c; else echo refclock_acts.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > refclock_acts_.c
|
|
refclock_arbiter_.c: refclock_arbiter.c $(ANSI2KNR)
|
|
$(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/refclock_arbiter.c; then echo $(srcdir)/refclock_arbiter.c; else echo refclock_arbiter.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > refclock_arbiter_.c
|
|
refclock_arc_.c: refclock_arc.c $(ANSI2KNR)
|
|
$(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/refclock_arc.c; then echo $(srcdir)/refclock_arc.c; else echo refclock_arc.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > refclock_arc_.c
|
|
refclock_as2201_.c: refclock_as2201.c $(ANSI2KNR)
|
|
$(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/refclock_as2201.c; then echo $(srcdir)/refclock_as2201.c; else echo refclock_as2201.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > refclock_as2201_.c
|
|
refclock_atom_.c: refclock_atom.c $(ANSI2KNR)
|
|
$(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/refclock_atom.c; then echo $(srcdir)/refclock_atom.c; else echo refclock_atom.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > refclock_atom_.c
|
|
refclock_bancomm_.c: refclock_bancomm.c $(ANSI2KNR)
|
|
$(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/refclock_bancomm.c; then echo $(srcdir)/refclock_bancomm.c; else echo refclock_bancomm.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > refclock_bancomm_.c
|
|
refclock_chronolog_.c: refclock_chronolog.c $(ANSI2KNR)
|
|
$(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/refclock_chronolog.c; then echo $(srcdir)/refclock_chronolog.c; else echo refclock_chronolog.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > refclock_chronolog_.c
|
|
refclock_chu_.c: refclock_chu.c $(ANSI2KNR)
|
|
$(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/refclock_chu.c; then echo $(srcdir)/refclock_chu.c; else echo refclock_chu.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > refclock_chu_.c
|
|
refclock_conf_.c: refclock_conf.c $(ANSI2KNR)
|
|
$(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/refclock_conf.c; then echo $(srcdir)/refclock_conf.c; else echo refclock_conf.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > refclock_conf_.c
|
|
refclock_datum_.c: refclock_datum.c $(ANSI2KNR)
|
|
$(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/refclock_datum.c; then echo $(srcdir)/refclock_datum.c; else echo refclock_datum.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > refclock_datum_.c
|
|
refclock_dumbclock_.c: refclock_dumbclock.c $(ANSI2KNR)
|
|
$(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/refclock_dumbclock.c; then echo $(srcdir)/refclock_dumbclock.c; else echo refclock_dumbclock.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > refclock_dumbclock_.c
|
|
refclock_fg_.c: refclock_fg.c $(ANSI2KNR)
|
|
$(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/refclock_fg.c; then echo $(srcdir)/refclock_fg.c; else echo refclock_fg.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > refclock_fg_.c
|
|
refclock_gpsvme_.c: refclock_gpsvme.c $(ANSI2KNR)
|
|
$(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/refclock_gpsvme.c; then echo $(srcdir)/refclock_gpsvme.c; else echo refclock_gpsvme.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > refclock_gpsvme_.c
|
|
refclock_heath_.c: refclock_heath.c $(ANSI2KNR)
|
|
$(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/refclock_heath.c; then echo $(srcdir)/refclock_heath.c; else echo refclock_heath.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > refclock_heath_.c
|
|
refclock_hpgps_.c: refclock_hpgps.c $(ANSI2KNR)
|
|
$(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/refclock_hpgps.c; then echo $(srcdir)/refclock_hpgps.c; else echo refclock_hpgps.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > refclock_hpgps_.c
|
|
refclock_irig_.c: refclock_irig.c $(ANSI2KNR)
|
|
$(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/refclock_irig.c; then echo $(srcdir)/refclock_irig.c; else echo refclock_irig.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > refclock_irig_.c
|
|
refclock_jupiter_.c: refclock_jupiter.c $(ANSI2KNR)
|
|
$(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/refclock_jupiter.c; then echo $(srcdir)/refclock_jupiter.c; else echo refclock_jupiter.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > refclock_jupiter_.c
|
|
refclock_leitch_.c: refclock_leitch.c $(ANSI2KNR)
|
|
$(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/refclock_leitch.c; then echo $(srcdir)/refclock_leitch.c; else echo refclock_leitch.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > refclock_leitch_.c
|
|
refclock_local_.c: refclock_local.c $(ANSI2KNR)
|
|
$(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/refclock_local.c; then echo $(srcdir)/refclock_local.c; else echo refclock_local.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > refclock_local_.c
|
|
refclock_msfees_.c: refclock_msfees.c $(ANSI2KNR)
|
|
$(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/refclock_msfees.c; then echo $(srcdir)/refclock_msfees.c; else echo refclock_msfees.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > refclock_msfees_.c
|
|
refclock_mx4200_.c: refclock_mx4200.c $(ANSI2KNR)
|
|
$(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/refclock_mx4200.c; then echo $(srcdir)/refclock_mx4200.c; else echo refclock_mx4200.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > refclock_mx4200_.c
|
|
refclock_nmea_.c: refclock_nmea.c $(ANSI2KNR)
|
|
$(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/refclock_nmea.c; then echo $(srcdir)/refclock_nmea.c; else echo refclock_nmea.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > refclock_nmea_.c
|
|
refclock_oncore_.c: refclock_oncore.c $(ANSI2KNR)
|
|
$(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/refclock_oncore.c; then echo $(srcdir)/refclock_oncore.c; else echo refclock_oncore.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > refclock_oncore_.c
|
|
refclock_palisade_.c: refclock_palisade.c $(ANSI2KNR)
|
|
$(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/refclock_palisade.c; then echo $(srcdir)/refclock_palisade.c; else echo refclock_palisade.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > refclock_palisade_.c
|
|
refclock_parse_.c: refclock_parse.c $(ANSI2KNR)
|
|
$(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/refclock_parse.c; then echo $(srcdir)/refclock_parse.c; else echo refclock_parse.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > refclock_parse_.c
|
|
refclock_pcf_.c: refclock_pcf.c $(ANSI2KNR)
|
|
$(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/refclock_pcf.c; then echo $(srcdir)/refclock_pcf.c; else echo refclock_pcf.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > refclock_pcf_.c
|
|
refclock_pst_.c: refclock_pst.c $(ANSI2KNR)
|
|
$(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/refclock_pst.c; then echo $(srcdir)/refclock_pst.c; else echo refclock_pst.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > refclock_pst_.c
|
|
refclock_ptbacts_.c: refclock_ptbacts.c $(ANSI2KNR)
|
|
$(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/refclock_ptbacts.c; then echo $(srcdir)/refclock_ptbacts.c; else echo refclock_ptbacts.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > refclock_ptbacts_.c
|
|
refclock_shm_.c: refclock_shm.c $(ANSI2KNR)
|
|
$(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/refclock_shm.c; then echo $(srcdir)/refclock_shm.c; else echo refclock_shm.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > refclock_shm_.c
|
|
refclock_tpro_.c: refclock_tpro.c $(ANSI2KNR)
|
|
$(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/refclock_tpro.c; then echo $(srcdir)/refclock_tpro.c; else echo refclock_tpro.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > refclock_tpro_.c
|
|
refclock_trak_.c: refclock_trak.c $(ANSI2KNR)
|
|
$(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/refclock_trak.c; then echo $(srcdir)/refclock_trak.c; else echo refclock_trak.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > refclock_trak_.c
|
|
refclock_true_.c: refclock_true.c $(ANSI2KNR)
|
|
$(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/refclock_true.c; then echo $(srcdir)/refclock_true.c; else echo refclock_true.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > refclock_true_.c
|
|
refclock_ulink_.c: refclock_ulink.c $(ANSI2KNR)
|
|
$(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/refclock_ulink.c; then echo $(srcdir)/refclock_ulink.c; else echo refclock_ulink.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > refclock_ulink_.c
|
|
refclock_usno_.c: refclock_usno.c $(ANSI2KNR)
|
|
$(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/refclock_usno.c; then echo $(srcdir)/refclock_usno.c; else echo refclock_usno.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > refclock_usno_.c
|
|
refclock_wwv_.c: refclock_wwv.c $(ANSI2KNR)
|
|
$(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/refclock_wwv.c; then echo $(srcdir)/refclock_wwv.c; else echo refclock_wwv.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > refclock_wwv_.c
|
|
refclock_wwvb_.c: refclock_wwvb.c $(ANSI2KNR)
|
|
$(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/refclock_wwvb.c; then echo $(srcdir)/refclock_wwvb.c; else echo refclock_wwvb.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > refclock_wwvb_.c
|
|
check_y2k_.o map_vme_.o ntp_config_.o ntp_control_.o ntp_crypto_.o \
|
|
ntp_filegen_.o ntp_intres_.o ntp_io_.o ntp_loopfilter_.o ntp_monitor_.o \
|
|
ntp_peer_.o ntp_proto_.o ntp_refclock_.o ntp_request_.o ntp_resolver_.o \
|
|
ntp_restrict_.o ntp_timer_.o ntp_util_.o ntpd_.o refclock_acts_.o \
|
|
refclock_arbiter_.o refclock_arc_.o refclock_as2201_.o refclock_atom_.o \
|
|
refclock_bancomm_.o refclock_chronolog_.o refclock_chu_.o \
|
|
refclock_conf_.o refclock_datum_.o refclock_dumbclock_.o refclock_fg_.o \
|
|
refclock_gpsvme_.o refclock_heath_.o refclock_hpgps_.o refclock_irig_.o \
|
|
refclock_jupiter_.o refclock_leitch_.o refclock_local_.o \
|
|
refclock_msfees_.o refclock_mx4200_.o refclock_nmea_.o \
|
|
refclock_oncore_.o refclock_palisade_.o refclock_parse_.o \
|
|
refclock_pcf_.o refclock_pst_.o refclock_ptbacts_.o refclock_shm_.o \
|
|
refclock_tpro_.o refclock_trak_.o refclock_true_.o refclock_ulink_.o \
|
|
refclock_usno_.o refclock_wwv_.o refclock_wwvb_.o : $(ANSI2KNR)
|
|
|
|
tags: TAGS
|
|
|
|
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
|
|
list='$(SOURCES) $(HEADERS) $(TAGS_FILES)'; \
|
|
unique=`for i in $$list; do \
|
|
if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
|
|
done | \
|
|
$(AWK) ' { files[$$0] = 1; } \
|
|
END { for (i in files) print i; }'`; \
|
|
mkid -f$$here/ID $$unique $(LISP)
|
|
|
|
TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
|
|
$(TAGS_FILES) $(LISP)
|
|
tags=; \
|
|
here=`pwd`; \
|
|
list='$(SOURCES) $(HEADERS) $(TAGS_FILES)'; \
|
|
unique=`for i in $$list; do \
|
|
if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
|
|
done | \
|
|
$(AWK) ' { files[$$0] = 1; } \
|
|
END { for (i in files) print i; }'`; \
|
|
test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
|
|
|| etags $(ETAGS_ARGS) $$tags $$unique $(LISP)
|
|
|
|
mostlyclean-tags:
|
|
|
|
clean-tags:
|
|
|
|
distclean-tags:
|
|
-rm -f TAGS ID
|
|
|
|
maintainer-clean-tags:
|
|
|
|
distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
|
|
|
|
distdir: $(DISTFILES)
|
|
@for file in $(DISTFILES); do \
|
|
d=$(srcdir); \
|
|
if test -d $$d/$$file; then \
|
|
cp -pR $$d/$$file $(distdir); \
|
|
else \
|
|
test -f $(distdir)/$$file \
|
|
|| ln $$d/$$file $(distdir)/$$file 2> /dev/null \
|
|
|| cp -p $$d/$$file $(distdir)/$$file || :; \
|
|
fi; \
|
|
done
|
|
|
|
@AMDEP@include $(DEPDIR)/check_y2k$U.Po
|
|
@AMDEP@include $(DEPDIR)/map_vme$U.Po
|
|
@AMDEP@include $(DEPDIR)/ntp_config$U.Po
|
|
@AMDEP@include $(DEPDIR)/ntp_control$U.Po
|
|
@AMDEP@include $(DEPDIR)/ntp_crypto$U.Po
|
|
@AMDEP@include $(DEPDIR)/ntp_filegen$U.Po
|
|
@AMDEP@include $(DEPDIR)/ntp_intres$U.Po
|
|
@AMDEP@include $(DEPDIR)/ntp_io$U.Po
|
|
@AMDEP@include $(DEPDIR)/ntp_loopfilter$U.Po
|
|
@AMDEP@include $(DEPDIR)/ntp_monitor$U.Po
|
|
@AMDEP@include $(DEPDIR)/ntp_peer$U.Po
|
|
@AMDEP@include $(DEPDIR)/ntp_proto$U.Po
|
|
@AMDEP@include $(DEPDIR)/ntp_refclock$U.Po
|
|
@AMDEP@include $(DEPDIR)/ntp_request$U.Po
|
|
@AMDEP@include $(DEPDIR)/ntp_resolver$U.Po
|
|
@AMDEP@include $(DEPDIR)/ntp_restrict$U.Po
|
|
@AMDEP@include $(DEPDIR)/ntp_timer$U.Po
|
|
@AMDEP@include $(DEPDIR)/ntp_util$U.Po
|
|
@AMDEP@include $(DEPDIR)/ntpd$U.Po
|
|
@AMDEP@include $(DEPDIR)/refclock_acts$U.Po
|
|
@AMDEP@include $(DEPDIR)/refclock_arbiter$U.Po
|
|
@AMDEP@include $(DEPDIR)/refclock_arc$U.Po
|
|
@AMDEP@include $(DEPDIR)/refclock_as2201$U.Po
|
|
@AMDEP@include $(DEPDIR)/refclock_atom$U.Po
|
|
@AMDEP@include $(DEPDIR)/refclock_bancomm$U.Po
|
|
@AMDEP@include $(DEPDIR)/refclock_chronolog$U.Po
|
|
@AMDEP@include $(DEPDIR)/refclock_chu$U.Po
|
|
@AMDEP@include $(DEPDIR)/refclock_conf$U.Po
|
|
@AMDEP@include $(DEPDIR)/refclock_datum$U.Po
|
|
@AMDEP@include $(DEPDIR)/refclock_dumbclock$U.Po
|
|
@AMDEP@include $(DEPDIR)/refclock_fg$U.Po
|
|
@AMDEP@include $(DEPDIR)/refclock_gpsvme$U.Po
|
|
@AMDEP@include $(DEPDIR)/refclock_heath$U.Po
|
|
@AMDEP@include $(DEPDIR)/refclock_hpgps$U.Po
|
|
@AMDEP@include $(DEPDIR)/refclock_irig$U.Po
|
|
@AMDEP@include $(DEPDIR)/refclock_jupiter$U.Po
|
|
@AMDEP@include $(DEPDIR)/refclock_leitch$U.Po
|
|
@AMDEP@include $(DEPDIR)/refclock_local$U.Po
|
|
@AMDEP@include $(DEPDIR)/refclock_msfees$U.Po
|
|
@AMDEP@include $(DEPDIR)/refclock_mx4200$U.Po
|
|
@AMDEP@include $(DEPDIR)/refclock_nmea$U.Po
|
|
@AMDEP@include $(DEPDIR)/refclock_oncore$U.Po
|
|
@AMDEP@include $(DEPDIR)/refclock_palisade$U.Po
|
|
@AMDEP@include $(DEPDIR)/refclock_parse$U.Po
|
|
@AMDEP@include $(DEPDIR)/refclock_pcf$U.Po
|
|
@AMDEP@include $(DEPDIR)/refclock_pst$U.Po
|
|
@AMDEP@include $(DEPDIR)/refclock_ptbacts$U.Po
|
|
@AMDEP@include $(DEPDIR)/refclock_shm$U.Po
|
|
@AMDEP@include $(DEPDIR)/refclock_tpro$U.Po
|
|
@AMDEP@include $(DEPDIR)/refclock_trak$U.Po
|
|
@AMDEP@include $(DEPDIR)/refclock_true$U.Po
|
|
@AMDEP@include $(DEPDIR)/refclock_ulink$U.Po
|
|
@AMDEP@include $(DEPDIR)/refclock_usno$U.Po
|
|
@AMDEP@include $(DEPDIR)/refclock_wwv$U.Po
|
|
@AMDEP@include $(DEPDIR)/refclock_wwvb$U.Po
|
|
|
|
mostlyclean-depend:
|
|
|
|
clean-depend:
|
|
|
|
distclean-depend:
|
|
-rm -rf $(DEPDIR)
|
|
|
|
maintainer-clean-depend:
|
|
|
|
@AMDEP@CCDEPMODE = @CCDEPMODE@
|
|
|
|
.c.o:
|
|
@AMDEP@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
|
|
@AMDEP@ depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
|
|
@AMDEP@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
|
$(COMPILE) -c -o $@ $<
|
|
|
|
info-am:
|
|
info: info-am
|
|
dvi-am:
|
|
dvi: dvi-am
|
|
check-am: all-am
|
|
$(MAKE) $(AM_MAKEFLAGS) $(check_PROGRAMS)
|
|
$(MAKE) $(AM_MAKEFLAGS) check-local
|
|
check: check-am
|
|
installcheck-am:
|
|
installcheck: installcheck-am
|
|
install-exec-am: install-binPROGRAMS
|
|
install-exec: install-exec-am
|
|
|
|
install-data-am:
|
|
install-data: install-data-am
|
|
|
|
install-am: all-am
|
|
@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
|
|
install: install-am
|
|
uninstall-am: uninstall-binPROGRAMS
|
|
uninstall: uninstall-am
|
|
all-am: Makefile $(PROGRAMS)
|
|
all-redirect: all-am
|
|
install-strip:
|
|
$(MAKE) $(AM_MAKEFLAGS) INSTALL_STRIP_FLAG=-s install
|
|
installdirs:
|
|
$(mkinstalldirs) $(DESTDIR)$(bindir)
|
|
|
|
|
|
mostlyclean-generic:
|
|
|
|
clean-generic:
|
|
|
|
distclean-generic:
|
|
-rm -f Makefile $(CONFIG_CLEAN_FILES)
|
|
-rm -f config.cache config.log stamp-h stamp-h[0-9]*
|
|
-test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)
|
|
|
|
maintainer-clean-generic:
|
|
-rm -f Makefile.in
|
|
mostlyclean-am: mostlyclean-binPROGRAMS mostlyclean-checkPROGRAMS \
|
|
mostlyclean-compile mostlyclean-kr mostlyclean-tags \
|
|
mostlyclean-depend mostlyclean-generic
|
|
|
|
mostlyclean: mostlyclean-am
|
|
|
|
clean-am: clean-binPROGRAMS clean-checkPROGRAMS clean-compile clean-kr \
|
|
clean-tags clean-depend clean-generic mostlyclean-am
|
|
|
|
clean: clean-am
|
|
|
|
distclean-am: distclean-binPROGRAMS distclean-checkPROGRAMS \
|
|
distclean-compile distclean-kr distclean-tags \
|
|
distclean-depend distclean-generic clean-am
|
|
|
|
distclean: distclean-am
|
|
|
|
maintainer-clean-am: maintainer-clean-binPROGRAMS \
|
|
maintainer-clean-checkPROGRAMS maintainer-clean-compile \
|
|
maintainer-clean-kr maintainer-clean-tags \
|
|
maintainer-clean-depend maintainer-clean-generic \
|
|
distclean-am
|
|
@echo "This command is intended for maintainers to use;"
|
|
@echo "it deletes files that may require special tools to rebuild."
|
|
|
|
maintainer-clean: maintainer-clean-am
|
|
|
|
.PHONY: mostlyclean-binPROGRAMS distclean-binPROGRAMS clean-binPROGRAMS \
|
|
maintainer-clean-binPROGRAMS uninstall-binPROGRAMS install-binPROGRAMS \
|
|
mostlyclean-checkPROGRAMS distclean-checkPROGRAMS clean-checkPROGRAMS \
|
|
maintainer-clean-checkPROGRAMS mostlyclean-compile distclean-compile \
|
|
clean-compile maintainer-clean-compile mostlyclean-kr distclean-kr \
|
|
clean-kr maintainer-clean-kr tags mostlyclean-tags distclean-tags \
|
|
clean-tags maintainer-clean-tags distdir mostlyclean-depend \
|
|
distclean-depend clean-depend maintainer-clean-depend info-am info \
|
|
dvi-am dvi check-local check check-am installcheck-am installcheck \
|
|
install-exec-am install-exec install-data-am install-data install-am \
|
|
install uninstall-am uninstall all-redirect all-am all install-strip \
|
|
installdirs mostlyclean-generic distclean-generic clean-generic \
|
|
maintainer-clean-generic clean mostlyclean distclean maintainer-clean
|
|
|
|
|
|
check-local: @MAKE_CHECK_Y2K@
|
|
[ -z "@MAKE_CHECK_Y2K@" ] || ./@MAKE_CHECK_Y2K@
|
|
|
|
$(PROGRAMS): $(LDADD)
|
|
|
|
../libntp/libntp.a:
|
|
cd ../libntp && $(MAKE)
|
|
|
|
../libparse/libparse.a:
|
|
cd ../libparse && $(MAKE)
|
|
|
|
version.o: $(ntpd_OBJECTS) ../libntp/libntp.a @LIBPARSE@ @LIBRSAREF@ Makefile
|
|
$(top_builddir)/scripts/mkver ntpd
|
|
$(COMPILE) -c version.c
|
|
|
|
# Tell versions [3.59,3.63) of GNU make to not export all variables.
|
|
# Otherwise a system limit (for SysV at least) may be exceeded.
|
|
.NOEXPORT:
|