source: trunk/third/xntp/Makefile.in @ 10919

Revision 10919, 10.7 KB checked in by brlewis, 27 years ago (diff)
don't run autoconf or automake during build
Line 
1# Makefile.in generated automatically by automake 1.2 from Makefile.am
2
3# Copyright (C) 1994, 1995, 1996, 1997 Free Software Foundation, Inc.
4# This Makefile.in is free software; the Free Software Foundation
5# gives unlimited permission to copy, distribute and modify it.
6
7#AUTOMAKE_OPTIONS = foreign dist-tarZ #distdir=$(PACKAGE)$(VERSION)
8#AUTOMAKE_OPTIONS = foreign dist-tarZ no-dependencies
9
10
11SHELL = /bin/sh
12
13srcdir = @srcdir@
14top_srcdir = @top_srcdir@
15VPATH = @srcdir@
16prefix = @prefix@
17exec_prefix = @exec_prefix@
18
19bindir = @bindir@
20sbindir = @sbindir@
21libexecdir = @libexecdir@
22datadir = @datadir@
23sysconfdir = @sysconfdir@
24sharedstatedir = @sharedstatedir@
25localstatedir = @localstatedir@
26libdir = @libdir@
27infodir = @infodir@
28mandir = @mandir@
29includedir = @includedir@
30oldincludedir = /usr/include
31
32pkgdatadir = $(datadir)/@PACKAGE@
33pkglibdir = $(libdir)/@PACKAGE@
34pkgincludedir = $(includedir)/@PACKAGE@
35
36top_builddir = .
37
38ACLOCAL = @ACLOCAL@
39AUTOCONF = @AUTOCONF@
40AUTOMAKE = @AUTOMAKE@
41AUTOHEADER = @AUTOHEADER@
42
43INSTALL = @INSTALL@
44INSTALL_PROGRAM = @INSTALL_PROGRAM@
45INSTALL_DATA = @INSTALL_DATA@
46INSTALL_SCRIPT = @INSTALL_SCRIPT@
47transform = @program_transform_name@
48
49NORMAL_INSTALL = true
50PRE_INSTALL = true
51POST_INSTALL = true
52NORMAL_UNINSTALL = true
53PRE_UNINSTALL = true
54POST_UNINSTALL = true
55build_alias = @build_alias@
56build_triplet = @build@
57host_alias = @host_alias@
58host_triplet = @host@
59target_alias = @target_alias@
60target_triplet = @target@
61AUTHCERT = @AUTHCERT@
62AUTHSPEED = @AUTHSPEED@
63AWK = @AWK@
64CC = @CC@
65CFLAGS = @CFLAGS@
66CHUTEST = @CHUTEST@
67CLKTEST = @CLKTEST@
68CPP = @CPP@
69DCFD = @DCFD@
70KEYPARITY = @KEYPARITY@
71LDFLAGS = @LDFLAGS@
72LIBPARSE = @LIBPARSE@
73LN_S = @LN_S@
74MAKEINFO = @MAKEINFO@
75MAKEIPFP = @MAKEIPFP@
76MAKEPC1 = @MAKEPC1@
77MAKEPC2 = @MAKEPC2@
78MAKESP = @MAKESP@
79MAKE_ADJTIMED = @MAKE_ADJTIMED@
80MAKE_LIBPARSE = @MAKE_LIBPARSE@
81MAKE_LIBPARSE_KERNEL = @MAKE_LIBPARSE_KERNEL@
82MAKE_NTPTIME = @MAKE_NTPTIME@
83MAKE_PARSEKMODULE = @MAKE_PARSEKMODULE@
84MAKE_TICKADJ = @MAKE_TICKADJ@
85MD5DRIVER = @MD5DRIVER@
86MKRANDKEYS = @MKRANDKEYS@
87OMAKEIPFP = @OMAKEIPFP@
88PACKAGE = @PACKAGE@
89PROPDELAY = @PROPDELAY@
90RANLIB = @RANLIB@
91TESTDCF = @TESTDCF@
92UNIXCERT = @UNIXCERT@
93VERSION = @VERSION@
94
95AUTOMAKE_OPTIONS = foreign dist-tarZ
96
97SUBDIRS = \
98        include \
99        libntp  \
100        libparse        \
101        authstuff       \
102        ntpdate \
103        ntpq    \
104        ntptrace        \
105        parseutil       \
106        xntpd   \
107        xntpdc  \
108        adjtimed        \
109        clockstuff      \
110        kernel  \
111        util
112
113EXTRA_DIST = ChangeLog COPYRIGHT NEWS TODO WHERE-TO-START WINNT-README.html acconfig.h autoconf-2.12.patches automake-1.2.patches config.guess config.h.in config.sub excludes install-sh blddbg.bat bldrel.bat mkdist.bat mksrc.bat
114#ETAGS_ARGS = $(srcdir)/Makefile.am $(srcdir)/configure.in
115ETAGS_ARGS = Makefile.am configure.in
116
117# DIST_CPDIRS = conf html scripts
118# DIST_MKDIRS = adjtime clockstuff kernel libparse ppsclock
119DIST_HOOK_DIRS = conf html patches scripts
120ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
121mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
122CONFIG_HEADER = config.h
123CONFIG_CLEAN_FILES =
124DIST_COMMON =  README ChangeLog INSTALL Makefile.am Makefile.in NEWS \
125TODO acconfig.h aclocal.m4 config.guess config.h.in config.sub \
126configure configure.in install-sh missing mkinstalldirs stamp-h.in
127
128
129DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
130
131TAR = gtar
132GZIP = --best
133default: all
134
135.SUFFIXES:
136
137Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
138        cd $(top_builddir) \
139          && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
140
141$(ACLOCAL_M4):  configure.in
142        cd $(srcdir) && $(ACLOCAL)
143
144config.h: stamp-h
145stamp-h: $(srcdir)/config.h.in $(top_builddir)/config.status
146        cd $(top_builddir) \
147          && CONFIG_FILES= CONFIG_HEADERS=config.h \
148             $(SHELL) ./config.status
149        @echo timestamp > stamp-h
150$(srcdir)/config.h.in: $(srcdir)/stamp-h.in
151
152mostlyclean-hdr:
153
154clean-hdr:
155
156distclean-hdr:
157        rm -f config.h
158
159maintainer-clean-hdr:
160
161# This directory's subdirectories are mostly independent; you can cd
162# into them and run `make' without going through this Makefile.
163# To change the values of `make' variables: instead of editing Makefiles,
164# (1) if the variable is set in `config.status', edit `config.status'
165#     (which will cause the Makefiles to be regenerated when you run `make');
166# (2) otherwise, pass the desired values on the `make' command line.
167
168@SET_MAKE@
169
170all-recursive install-data-recursive install-exec-recursive \
171installdirs-recursive install-recursive uninstall-recursive  \
172check-recursive installcheck-recursive info-recursive dvi-recursive:
173        @set fnord $(MAKEFLAGS); amf=$$2; \
174        for subdir in $(SUBDIRS); do \
175          target=`echo $@ | sed s/-recursive//`; \
176          echo "Making $$target in $$subdir"; \
177          (cd $$subdir && $(MAKE) $$target) \
178           || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
179        done && test -z "$$fail"
180
181mostlyclean-recursive clean-recursive distclean-recursive \
182maintainer-clean-recursive:
183        @set fnord $(MAKEFLAGS); amf=$$2; \
184        rev=''; for subdir in $(SUBDIRS); do rev="$$rev $$subdir"; done; \
185        for subdir in $$rev; do \
186          target=`echo $@ | sed s/-recursive//`; \
187          echo "Making $$target in $$subdir"; \
188          (cd $$subdir && $(MAKE) $$target) \
189           || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
190        done && test -z "$$fail"
191tags-recursive:
192        list='$(SUBDIRS)'; for subdir in $$list; do \
193          (cd $$subdir && $(MAKE) tags); \
194        done
195
196tags: TAGS
197
198ID: $(HEADERS) $(SOURCES)
199        here=`pwd` && cd $(srcdir) && mkid -f$$here/ID $(SOURCES) $(HEADERS)
200
201TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES)
202        tags=; \
203        here=`pwd`; \
204        list='$(SUBDIRS)'; for subdir in $$list; do \
205          test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
206        done; \
207        test -z "$(ETAGS_ARGS)config.h.in$(SOURCES)$(HEADERS)$$tags" \
208          || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags config.h.in $(SOURCES) $(HEADERS) -o $$here/TAGS)
209
210mostlyclean-tags:
211
212clean-tags:
213
214distclean-tags:
215        rm -f TAGS ID
216
217maintainer-clean-tags:
218
219distdir = $(PACKAGE)-$(VERSION)
220top_distdir = $(distdir)
221
222# This target untars the dist file and tries a VPATH configuration.  Then
223# it guarantees that the distribution is self-contained by making another
224# tarfile.
225distcheck: dist
226        rm -rf $(distdir)
227        GZIP=$(GZIP) $(TAR) zxf $(distdir).tar.gz
228        mkdir $(distdir)/=build
229        mkdir $(distdir)/=inst
230        dc_install_base=`cd $(distdir)/=inst && pwd`; \
231        cd $(distdir)/=build \
232          && ../configure --srcdir=.. --prefix=$$dc_install_base \
233          && $(MAKE) \
234          && $(MAKE) dvi \
235          && $(MAKE) check \
236          && $(MAKE) install \
237          && $(MAKE) installcheck \
238          && $(MAKE) dist
239        rm -rf $(distdir)
240        @echo "========================"; \
241        echo "$(distdir).tar.gz is ready for distribution"; \
242        echo "========================"
243dist: distdir
244        -chmod -R a+r $(distdir)
245        GZIP=$(GZIP) $(TAR) chozf $(distdir).tar.gz $(distdir)
246        rm -rf $(distdir)
247dist-tarZ: distdir
248        -chmod -R a+r $(distdir)
249        rm -rf $(distdir)
250dist-all: distdir
251        -chmod -R a+r $(distdir)
252        GZIP=$(GZIP) $(TAR) chozf $(distdir).tar.gz $(distdir)
253        rm -rf $(distdir)
254distdir: $(DISTFILES)
255        rm -rf $(distdir)
256        mkdir $(distdir)
257        -chmod 777 $(distdir)
258        @for file in $(DISTFILES); do \
259          d=$(srcdir); \
260          test -f $(distdir)/$$file \
261          || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
262          || cp -p $$d/$$file $(distdir)/$$file; \
263        done
264        for subdir in $(SUBDIRS); do            \
265          test -d $(distdir)/$$subdir           \
266          || mkdir $(distdir)/$$subdir          \
267          || exit 1;                            \
268          chmod 777 $(distdir)/$$subdir;        \
269          (cd $$subdir && $(MAKE) top_distdir=../$(top_distdir) distdir=../$(distdir)/$$subdir distdir) \
270            || exit 1; \
271        done
272        $(MAKE) top_distdir="$(top_distdir)" distdir="$(distdir)" dist-hook
273info: info-recursive
274dvi: dvi-recursive
275check: all-am
276        $(MAKE) check-recursive
277installcheck: installcheck-recursive
278all-recursive-am: config.h
279        $(MAKE) all-recursive
280
281all-am: Makefile config.h
282
283install-exec: install-exec-recursive
284        @$(NORMAL_INSTALL)
285
286install-data: install-data-recursive
287        @$(NORMAL_INSTALL)
288
289install: install-recursive
290        @:
291
292uninstall: uninstall-recursive
293
294all: all-recursive-am all-am
295
296install-strip:
297        $(MAKE) INSTALL_PROGRAM='$(INSTALL_PROGRAM) -s' INSTALL_SCRIPT='$(INSTALL_PROGRAM)' install
298installdirs: installdirs-recursive
299
300
301mostlyclean-generic:
302        test -z "$(MOSTLYCLEANFILES)" || rm -f $(MOSTLYCLEANFILES)
303
304clean-generic:
305        test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
306
307distclean-generic:
308        rm -f Makefile $(DISTCLEANFILES)
309        rm -f config.cache config.log stamp-h stamp-h[0-9]*
310        test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
311
312maintainer-clean-generic:
313        test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
314        test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
315mostlyclean-am:  mostlyclean-hdr mostlyclean-tags mostlyclean-generic
316
317clean-am:  clean-hdr clean-tags clean-generic mostlyclean-am
318
319distclean-am:  distclean-hdr distclean-tags distclean-generic clean-am
320
321maintainer-clean-am:  maintainer-clean-hdr maintainer-clean-tags \
322                maintainer-clean-generic distclean-am
323
324mostlyclean:  mostlyclean-recursive mostlyclean-am
325
326clean:  clean-recursive clean-am
327
328distclean:  distclean-recursive distclean-am
329        rm -f config.status
330
331maintainer-clean:  maintainer-clean-recursive maintainer-clean-am
332        @echo "This command is intended for maintainers to use;"
333        @echo "it deletes files that may require special tools to rebuild."
334        rm -f config.status
335
336.PHONY: default mostlyclean-hdr distclean-hdr clean-hdr \
337maintainer-clean-hdr install-data-recursive uninstall-data-recursive \
338install-exec-recursive uninstall-exec-recursive installdirs-recursive \
339uninstalldirs-recursive all-recursive check-recursive \
340installcheck-recursive info-recursive dvi-recursive \
341mostlyclean-recursive distclean-recursive clean-recursive \
342maintainer-clean-recursive tags tags-recursive mostlyclean-tags \
343distclean-tags clean-tags maintainer-clean-tags distdir info dvi \
344installcheck all-recursive-am all-am install-exec install-data install \
345uninstall all installdirs mostlyclean-generic distclean-generic \
346clean-generic maintainer-clean-generic clean mostlyclean distclean \
347maintainer-clean
348
349
350# local-dist: dist-tarZ
351
352dist-hook:
353        for i in $(DIST_HOOK_DIRS); do \
354          mkdir $(distdir)/$$i ; \
355          cp -rp $(srcdir)/$$i $(distdir) ; \
356        done ; \
357        cp -rp $(srcdir)/include/winnt $(distdir)/include
358
359dist-export: distdir
360        rm $(distdir)/libntp/authdes.c
361        cp $(distdir)/libntp/authdes.c.export $(distdir)/libntp/authdes.c
362        chmod -R a+r $(distdir)
363        mv $(distdir) $(distdir)-export
364        $(TAR) chozf $(distdir)-export.tar.gz $(distdir)-export
365        rm -rf $(distdir)-export
366
367#Makefile: .warning
368
369.warning:
370        @echo "Compiling with GCC now generates lots of new warnings."
371        @echo " "
372        @echo "Don't be concerned. They're just warnings."
373        @echo " "
374        @echo "Don't send bug reports about the warnings, either."
375        @echo " "
376        @echo "Feel free to send patches that fix these warnings, though."
377        @echo " "
378        @sleep 1
379        @touch .warning
380
381# Tell versions [3.59,3.63) of GNU make to not export all variables.
382# Otherwise a system limit (for SysV at least) may be exceeded.
383.NOEXPORT:
Note: See TracBrowser for help on using the repository browser.