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