Makefile.in revision 56746
1# Makefile.in generated automatically by automake 1.4a from Makefile.am
2
3# Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc.
4# This Makefile.in is free software; the Free Software Foundation
5# gives unlimited permission to copy and/or distribute it,
6# with or without modifications, as long as this notice is preserved.
7
8# This program is distributed in the hope that it will be useful,
9# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
10# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
11# PARTICULAR PURPOSE.
12
13SHELL = @SHELL@
14
15srcdir = @srcdir@
16top_srcdir = @top_srcdir@
17VPATH = @srcdir@
18prefix = @prefix@
19exec_prefix = @exec_prefix@
20
21bindir = @bindir@
22sbindir = @sbindir@
23libexecdir = @libexecdir@
24datadir = @datadir@
25sysconfdir = @sysconfdir@
26sharedstatedir = @sharedstatedir@
27localstatedir = @localstatedir@
28libdir = @libdir@
29infodir = @infodir@
30mandir = @mandir@
31includedir = @includedir@
32oldincludedir = /usr/include
33
34DESTDIR =
35
36pkgdatadir = $(datadir)/@PACKAGE@
37pkglibdir = $(libdir)/@PACKAGE@
38pkgincludedir = $(includedir)/@PACKAGE@
39
40top_builddir = ..
41
42ACLOCAL = @ACLOCAL@
43AUTOCONF = @AUTOCONF@
44AUTOMAKE = @AUTOMAKE@
45AUTOHEADER = @AUTOHEADER@
46
47INSTALL = @INSTALL@
48INSTALL_PROGRAM = @INSTALL_PROGRAM@
49INSTALL_DATA = @INSTALL_DATA@
50INSTALL_SCRIPT = @INSTALL_SCRIPT@
51INSTALL_STRIP_FLAG =
52transform = @program_transform_name@
53
54NORMAL_INSTALL = :
55PRE_INSTALL = :
56POST_INSTALL = :
57NORMAL_UNINSTALL = :
58PRE_UNINSTALL = :
59POST_UNINSTALL = :
60build_alias = @build_alias@
61build_triplet = @build@
62host_alias = @host_alias@
63host_triplet = @host@
64target_alias = @target_alias@
65target_triplet = @target@
66AMDEP = @AMDEP@
67AMTAR = @AMTAR@
68AWK = @AWK@
69CC = @CC@
70CFLAGS = @CFLAGS@
71CHUTEST = @CHUTEST@
72CLKTEST = @CLKTEST@
73CPP = @CPP@
74CXX = @CXX@
75CXXCPP = @CXXCPP@
76DCFD = @DCFD@
77DEPDIR = @DEPDIR@
78LDFLAGS = @LDFLAGS@
79LIBPARSE = @LIBPARSE@
80LIBRSAREF = @LIBRSAREF@
81LN_S = @LN_S@
82MAKEINFO = @MAKEINFO@
83MAKE_ADJTIMED = @MAKE_ADJTIMED@
84MAKE_CHECK_Y2K = @MAKE_CHECK_Y2K@
85MAKE_LIBPARSE = @MAKE_LIBPARSE@
86MAKE_LIBPARSE_KERNEL = @MAKE_LIBPARSE_KERNEL@
87MAKE_LIBRSAREF = @MAKE_LIBRSAREF@
88MAKE_NTPTIME = @MAKE_NTPTIME@
89MAKE_PARSEKMODULE = @MAKE_PARSEKMODULE@
90MAKE_TICKADJ = @MAKE_TICKADJ@
91PACKAGE = @PACKAGE@
92PATH_SH = @PATH_SH@
93PROPDELAY = @PROPDELAY@
94RANLIB = @RANLIB@
95RSAREF = @RSAREF@
96TESTDCF = @TESTDCF@
97U = @U@
98VERSION = @VERSION@
99install_sh = @install_sh@
100
101#AUTOMAKE_OPTIONS = ../util/ansi2knr no-dependencies
102
103
104AUTOMAKE_OPTIONS = ../util/ansi2knr
105bin_PROGRAMS = ntpdc
106INCLUDES = -I$(top_srcdir)/include
107# LDADD might need RESLIB and ADJLIB
108LDADD = version.o ../libntp/libntp.a @LIBRSAREF@ 
109DISTCLEANFILES = .version version.c
110noinst_HEADERS = ntpdc.h
111#EXTRA_DIST = ntpdc.mak
112ETAGS_ARGS = Makefile.am
113
114ntpdc_SOURCES = ntpdc.c ntpdc_ops.c
115subdir = ntpdc
116mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
117CONFIG_HEADER = ../config.h
118CONFIG_CLEAN_FILES = 
119PROGRAMS =  $(bin_PROGRAMS)
120
121
122DEFS = @DEFS@ -I. -I$(srcdir) -I..
123CPPFLAGS = @CPPFLAGS@
124LIBS = @LIBS@
125ANSI2KNR = ../util/ansi2knr
126am_ntpdc_OBJECTS =  ntpdc$U.o ntpdc_ops$U.o
127ntpdc_OBJECTS =  $(am_ntpdc_OBJECTS)
128ntpdc_LDADD = $(LDADD)
129ntpdc_DEPENDENCIES =  version.o ../libntp/libntp.a
130ntpdc_LDFLAGS = 
131COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
132CCLD = $(CC)
133LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
134DIST_SOURCES =  $(ntpdc_SOURCES)
135HEADERS =  $(noinst_HEADERS)
136
137DIST_COMMON =  README $(noinst_HEADERS) Makefile.am Makefile.in
138
139
140DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
141
142GZIP_ENV = --best
143depcomp = $(SHELL) $(top_srcdir)/depcomp
144DEP_FILES =  @AMDEP@ $(DEPDIR)/ntpdc$U.Po $(DEPDIR)/ntpdc_ops$U.Po
145SOURCES = $(ntpdc_SOURCES)
146OBJECTS = $(am_ntpdc_OBJECTS)
147
148all: all-redirect
149.SUFFIXES:
150.SUFFIXES: .c .o
151$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) 
152	cd $(top_srcdir) && $(AUTOMAKE) --gnu ntpdc/Makefile
153
154Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status $(BUILT_SOURCES)
155	cd $(top_builddir) \
156	  && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
157
158
159mostlyclean-binPROGRAMS:
160
161clean-binPROGRAMS:
162	-test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS)
163
164distclean-binPROGRAMS:
165
166maintainer-clean-binPROGRAMS:
167
168install-binPROGRAMS: $(bin_PROGRAMS)
169	@$(NORMAL_INSTALL)
170	$(mkinstalldirs) $(DESTDIR)$(bindir)
171	@list='$(bin_PROGRAMS)'; for p in $$list; do \
172	  if test -f $$p; then \
173	    f="`echo $$p|sed -e 's/$(EXEEXT)$$//' -e '$(transform)' -e 's/$$/$(EXEEXT)/'`"; \
174	    echo "  $(INSTALL_PROGRAM) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(bindir)/$$f"; \
175	     $(INSTALL_PROGRAM) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(bindir)/$$f; \
176	  else :; fi; \
177	done
178
179uninstall-binPROGRAMS:
180	@$(NORMAL_UNINSTALL)
181	@list='$(bin_PROGRAMS)'; for p in $$list; do \
182	  f="`echo $$p|sed -e 's/$(EXEEXT)$$//' -e '$(transform)' -e 's/$$/$(EXEEXT)/'`"; \
183	  echo " rm -f $(DESTDIR)$(bindir)/$$f"; \
184	  rm -f $(DESTDIR)$(bindir)/$$f; \
185	done
186
187mostlyclean-compile:
188	-rm -f *.o core *.core
189
190clean-compile:
191
192distclean-compile:
193	-rm -f *.tab.c
194
195maintainer-clean-compile:
196../util/ansi2knr: ../util/ansi2knr.o
197	cd ../util && $(MAKE) $(AM_MAKEFLAGS) ansi2knr
198
199../util/ansi2knr.o:
200	cd ../util && $(MAKE) $(AM_MAKEFLAGS) ansi2knr.o
201
202
203mostlyclean-kr:
204	-rm -f *_.c
205
206clean-kr:
207
208distclean-kr:
209
210maintainer-clean-kr:
211
212ntpdc: $(ntpdc_OBJECTS) $(ntpdc_DEPENDENCIES)
213	@rm -f ntpdc
214	$(LINK) $(ntpdc_LDFLAGS) $(ntpdc_OBJECTS) $(ntpdc_LDADD) $(LIBS)
215ntpdc_.c: ntpdc.c $(ANSI2KNR)
216	$(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/ntpdc.c; then echo $(srcdir)/ntpdc.c; else echo ntpdc.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > ntpdc_.c
217ntpdc_ops_.c: ntpdc_ops.c $(ANSI2KNR)
218	$(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/ntpdc_ops.c; then echo $(srcdir)/ntpdc_ops.c; else echo ntpdc_ops.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > ntpdc_ops_.c
219ntpdc_.o ntpdc_ops_.o : $(ANSI2KNR)
220
221tags: TAGS
222
223ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
224	list='$(SOURCES) $(HEADERS) $(TAGS_FILES)'; \
225	unique=`for i in $$list; do \
226	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
227	  done | \
228	  $(AWK) '    { files[$$0] = 1; } \
229	       END { for (i in files) print i; }'`; \
230	mkid -f$$here/ID $$unique $(LISP)
231
232TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
233		$(TAGS_FILES) $(LISP)
234	tags=; \
235	here=`pwd`; \
236	list='$(SOURCES) $(HEADERS) $(TAGS_FILES)'; \
237	unique=`for i in $$list; do \
238	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
239	  done | \
240	  $(AWK) '    { files[$$0] = 1; } \
241	       END { for (i in files) print i; }'`; \
242	test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
243	  || etags $(ETAGS_ARGS) $$tags  $$unique $(LISP)
244
245mostlyclean-tags:
246
247clean-tags:
248
249distclean-tags:
250	-rm -f TAGS ID
251
252maintainer-clean-tags:
253
254distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
255
256distdir: $(DISTFILES)
257	@for file in $(DISTFILES); do \
258	  d=$(srcdir); \
259	  if test -d $$d/$$file; then \
260	    cp -pR $$d/$$file $(distdir); \
261	  else \
262	    test -f $(distdir)/$$file \
263	    || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
264	    || cp -p $$d/$$file $(distdir)/$$file || :; \
265	  fi; \
266	done
267
268@AMDEP@include $(DEPDIR)/ntpdc$U.Po
269@AMDEP@include $(DEPDIR)/ntpdc_ops$U.Po
270
271mostlyclean-depend:
272
273clean-depend:
274
275distclean-depend:
276	-rm -rf $(DEPDIR)
277
278maintainer-clean-depend:
279
280@AMDEP@CCDEPMODE = @CCDEPMODE@
281
282.c.o:
283@AMDEP@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
284@AMDEP@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
285@AMDEP@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
286	$(COMPILE) -c -o $@ $<
287
288info-am:
289info: info-am
290dvi-am:
291dvi: dvi-am
292check-am: all-am
293check: check-am
294installcheck-am:
295installcheck: installcheck-am
296install-exec-am: install-binPROGRAMS
297install-exec: install-exec-am
298
299install-data-am:
300install-data: install-data-am
301
302install-am: all-am
303	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
304install: install-am
305uninstall-am: uninstall-binPROGRAMS
306uninstall: uninstall-am
307all-am: Makefile $(PROGRAMS) $(HEADERS)
308all-redirect: all-am
309install-strip:
310	$(MAKE) $(AM_MAKEFLAGS) INSTALL_STRIP_FLAG=-s install
311installdirs:
312	$(mkinstalldirs)  $(DESTDIR)$(bindir)
313
314
315mostlyclean-generic:
316
317clean-generic:
318
319distclean-generic:
320	-rm -f Makefile $(CONFIG_CLEAN_FILES)
321	-rm -f config.cache config.log stamp-h stamp-h[0-9]*
322	-test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)
323
324maintainer-clean-generic:
325	-rm -f Makefile.in
326mostlyclean-am:  mostlyclean-binPROGRAMS mostlyclean-compile \
327		mostlyclean-kr mostlyclean-tags mostlyclean-depend \
328		mostlyclean-generic
329
330mostlyclean: mostlyclean-am
331
332clean-am:  clean-binPROGRAMS clean-compile clean-kr clean-tags \
333		clean-depend clean-generic mostlyclean-am
334
335clean: clean-am
336
337distclean-am:  distclean-binPROGRAMS distclean-compile distclean-kr \
338		distclean-tags distclean-depend distclean-generic \
339		clean-am
340
341distclean: distclean-am
342
343maintainer-clean-am:  maintainer-clean-binPROGRAMS \
344		maintainer-clean-compile maintainer-clean-kr \
345		maintainer-clean-tags maintainer-clean-depend \
346		maintainer-clean-generic distclean-am
347	@echo "This command is intended for maintainers to use;"
348	@echo "it deletes files that may require special tools to rebuild."
349
350maintainer-clean: maintainer-clean-am
351
352.PHONY: mostlyclean-binPROGRAMS distclean-binPROGRAMS clean-binPROGRAMS \
353maintainer-clean-binPROGRAMS uninstall-binPROGRAMS install-binPROGRAMS \
354mostlyclean-compile distclean-compile clean-compile \
355maintainer-clean-compile mostlyclean-kr distclean-kr clean-kr \
356maintainer-clean-kr tags mostlyclean-tags distclean-tags clean-tags \
357maintainer-clean-tags distdir mostlyclean-depend distclean-depend \
358clean-depend maintainer-clean-depend info-am info dvi-am dvi check \
359check-am installcheck-am installcheck install-exec-am install-exec \
360install-data-am install-data install-am install uninstall-am uninstall \
361all-redirect all-am all install-strip installdirs mostlyclean-generic \
362distclean-generic clean-generic maintainer-clean-generic clean \
363mostlyclean distclean maintainer-clean
364
365
366$(PROGRAMS): $(LDADD)
367
368../libntp/libntp.a:
369	cd ../libntp && $(MAKE)
370
371version.o: $(ntpdc_OBJECTS) ../libntp/libntp.a @LIBRSAREF@ Makefile
372	$(top_builddir)/scripts/mkver ntpdc
373	$(COMPILE) -c version.c
374
375# Tell versions [3.59,3.63) of GNU make to not export all variables.
376# Otherwise a system limit (for SysV at least) may be exceeded.
377.NOEXPORT:
378