xref: /freebsd/contrib/ntp/adjtimed/Makefile.in (revision 5129159789cc9d7bc514e4546b88e3427695002d)
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@
66AMTAR = @AMTAR@
67AMTARFLAGS = @AMTARFLAGS@
68AWK = @AWK@
69CC = @CC@
70CFLAGS = @CFLAGS@
71CHUTEST = @CHUTEST@
72CLKTEST = @CLKTEST@
73CPP = @CPP@
74DCFD = @DCFD@
75LDFLAGS = @LDFLAGS@
76LIBPARSE = @LIBPARSE@
77LIBRSAREF = @LIBRSAREF@
78LN_S = @LN_S@
79MAKEINFO = @MAKEINFO@
80MAKE_ADJTIMED = @MAKE_ADJTIMED@
81MAKE_CHECK_Y2K = @MAKE_CHECK_Y2K@
82MAKE_LIBPARSE = @MAKE_LIBPARSE@
83MAKE_LIBPARSE_KERNEL = @MAKE_LIBPARSE_KERNEL@
84MAKE_LIBRSAREF = @MAKE_LIBRSAREF@
85MAKE_NTPTIME = @MAKE_NTPTIME@
86MAKE_PARSEKMODULE = @MAKE_PARSEKMODULE@
87MAKE_TICKADJ = @MAKE_TICKADJ@
88PACKAGE = @PACKAGE@
89PATH_SH = @PATH_SH@
90PROPDELAY = @PROPDELAY@
91RANLIB = @RANLIB@
92RSAREF = @RSAREF@
93TESTDCF = @TESTDCF@
94U = @U@
95VERSION = @VERSION@
96
97#AUTOMAKE_OPTIONS = ../ansi2knr #no-dependencies
98
99
100AUTOMAKE_OPTIONS = ../util/ansi2knr
101bin_PROGRAMS = @MAKE_ADJTIMED@
102EXTRA_PROGRAMS = adjtimed
103INCLUDES = -I$(top_srcdir)/include
104LDADD = ../libntp/libntp.a
105#EXTRA_DIST = TAGS
106ETAGS_ARGS = Makefile.am
107subdir = adjtimed
108mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
109CONFIG_HEADER = ../config.h
110CONFIG_CLEAN_FILES =
111PROGRAMS =  $(bin_PROGRAMS)
112
113
114DEFS = @DEFS@ -I. -I$(srcdir) -I..
115CPPFLAGS = @CPPFLAGS@
116LIBS = @LIBS@
117ANSI2KNR = ../util/ansi2knr
118adjtimed_SOURCES = adjtimed.c
119adjtimed_OBJECTS =  adjtimed$U.o
120adjtimed_LDADD = $(LDADD)
121adjtimed_DEPENDENCIES =  ../libntp/libntp.a
122adjtimed_LDFLAGS =
123COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
124CCLD = $(CC)
125LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
126DIST_SOURCES =  adjtimed.c
127DIST_COMMON =  README Makefile.am Makefile.in
128
129
130DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
131
132GZIP_ENV = --best
133SOURCES = adjtimed.c
134OBJECTS = adjtimed$U.o
135
136all: all-redirect
137.SUFFIXES:
138.SUFFIXES: .c .o
139$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
140	cd $(top_srcdir) && $(AUTOMAKE) --gnu --include-deps adjtimed/Makefile
141
142Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status
143	cd $(top_builddir) \
144	  && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
145
146
147mostlyclean-binPROGRAMS:
148
149clean-binPROGRAMS:
150	-test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS)
151
152distclean-binPROGRAMS:
153
154maintainer-clean-binPROGRAMS:
155
156install-binPROGRAMS: $(bin_PROGRAMS)
157	@$(NORMAL_INSTALL)
158	$(mkinstalldirs) $(DESTDIR)$(bindir)
159	@list='$(bin_PROGRAMS)'; for p in $$list; do \
160	  if test -f $$p; then \
161	    f="`echo $$p|sed -e 's/$(EXEEXT)$$//' -e '$(transform)' -e 's/$$/$(EXEEXT)/'`"; \
162	    echo "  $(INSTALL_PROGRAM) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(bindir)/$$f"; \
163	     $(INSTALL_PROGRAM) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(bindir)/$$f; \
164	  else :; fi; \
165	done
166
167uninstall-binPROGRAMS:
168	@$(NORMAL_UNINSTALL)
169	@list='$(bin_PROGRAMS)'; for p in $$list; do \
170	  f="`echo $$p|sed -e 's/$(EXEEXT)$$//' -e '$(transform)' -e 's/$$/$(EXEEXT)/'`"; \
171	  echo " rm -f $(DESTDIR)$(bindir)/$$f"; \
172	  rm -f $(DESTDIR)$(bindir)/$$f; \
173	done
174
175.c.o:
176	$(COMPILE) -c $<
177
178mostlyclean-compile:
179	-rm -f *.o core *.core
180
181clean-compile:
182
183distclean-compile:
184	-rm -f *.tab.c
185
186maintainer-clean-compile:
187../util/ansi2knr: ../util/ansi2knr.o
188	cd ../util && $(MAKE) $(AM_MAKEFLAGS) ansi2knr
189
190../util/ansi2knr.o:
191	cd ../util && $(MAKE) $(AM_MAKEFLAGS) ansi2knr.o
192
193
194mostlyclean-kr:
195	-rm -f *_.c
196
197clean-kr:
198
199distclean-kr:
200
201maintainer-clean-kr:
202adjtimed$U.o:
203
204adjtimed: $(adjtimed_OBJECTS) $(adjtimed_DEPENDENCIES)
205	@rm -f adjtimed
206	$(LINK) $(adjtimed_LDFLAGS) $(adjtimed_OBJECTS) $(adjtimed_LDADD) $(LIBS)
207adjtimed_.c: adjtimed.c $(ANSI2KNR)
208	$(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/adjtimed.c; then echo $(srcdir)/adjtimed.c; else echo adjtimed.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > adjtimed_.c
209adjtimed_.o : $(ANSI2KNR)
210
211tags: TAGS
212
213ID: $(HEADERS) $(SOURCES) $(LISP)
214	list='$(SOURCES) $(HEADERS)'; \
215	unique=`for i in $$list; do echo $$i; done | \
216	  ${AWK:-awk} '    { files[$$0] = 1; } \
217	       END { for (i in files) print i; }'`; \
218	here=`pwd` && cd $(srcdir) \
219	  && mkid -f$$here/ID $$unique $(LISP)
220
221TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) $(LISP)
222	tags=; \
223	here=`pwd`; \
224	list='$(SOURCES) $(HEADERS)'; \
225	unique=`for i in $$list; do echo $$i; done | \
226	  ${AWK:-awk} '    { files[$$0] = 1; } \
227	       END { for (i in files) print i; }'`; \
228	test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
229	  || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags  $$unique $(LISP) -o $$here/TAGS)
230
231mostlyclean-tags:
232
233clean-tags:
234
235distclean-tags:
236	-rm -f TAGS ID
237
238maintainer-clean-tags:
239
240distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
241
242distdir: $(DISTFILES)
243	@for file in $(DISTFILES); do \
244	  d=$(srcdir); \
245	  if test -d $$d/$$file; then \
246	    cp -pr $$d/$$file $(distdir)/$$file; \
247	  else \
248	    test -f $(distdir)/$$file \
249	    || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
250	    || cp -p $$d/$$file $(distdir)/$$file || :; \
251	  fi; \
252	done
253adjtimed.o adjtimed.lo: adjtimed.c ../include/ntp_syslog.h \
254	../include/ntp_stdlib.h ../include/ntp_types.h \
255	../include/ntp_machine.h ../config.h ../include/ntp_proto.h \
256	../include/ntp_string.h ../include/l_stdlib.h \
257	../include/adjtime.h
258
259info-am:
260info: info-am
261dvi-am:
262dvi: dvi-am
263check-am: all-am
264check: check-am
265installcheck-am:
266installcheck: installcheck-am
267install-exec-am: install-binPROGRAMS
268install-exec: install-exec-am
269
270install-data-am:
271install-data: install-data-am
272
273install-am: all-am
274	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
275install: install-am
276uninstall-am: uninstall-binPROGRAMS
277uninstall: uninstall-am
278all-am: Makefile $(PROGRAMS)
279all-redirect: all-am
280install-strip:
281	$(MAKE) $(AM_MAKEFLAGS) INSTALL_STRIP_FLAG=-s install
282installdirs:
283	$(mkinstalldirs)  $(DESTDIR)$(bindir)
284
285
286mostlyclean-generic:
287
288clean-generic:
289
290distclean-generic:
291	-rm -f Makefile $(CONFIG_CLEAN_FILES)
292	-rm -f config.cache config.log stamp-h stamp-h[0-9]*
293
294maintainer-clean-generic:
295mostlyclean-am:  mostlyclean-binPROGRAMS mostlyclean-compile \
296		mostlyclean-kr mostlyclean-tags mostlyclean-generic
297
298mostlyclean: mostlyclean-am
299
300clean-am:  clean-binPROGRAMS clean-compile clean-kr clean-tags \
301		clean-generic mostlyclean-am
302
303clean: clean-am
304
305distclean-am:  distclean-binPROGRAMS distclean-compile distclean-kr \
306		distclean-tags distclean-generic clean-am
307
308distclean: distclean-am
309
310maintainer-clean-am:  maintainer-clean-binPROGRAMS \
311		maintainer-clean-compile maintainer-clean-kr \
312		maintainer-clean-tags maintainer-clean-generic \
313		distclean-am
314	@echo "This command is intended for maintainers to use;"
315	@echo "it deletes files that may require special tools to rebuild."
316
317maintainer-clean: maintainer-clean-am
318
319.PHONY: mostlyclean-binPROGRAMS distclean-binPROGRAMS clean-binPROGRAMS \
320maintainer-clean-binPROGRAMS uninstall-binPROGRAMS install-binPROGRAMS \
321mostlyclean-compile distclean-compile clean-compile \
322maintainer-clean-compile mostlyclean-kr distclean-kr clean-kr \
323maintainer-clean-kr tags mostlyclean-tags distclean-tags clean-tags \
324maintainer-clean-tags distdir info-am info dvi-am dvi check check-am \
325installcheck-am installcheck install-exec-am install-exec \
326install-data-am install-data install-am install uninstall-am uninstall \
327all-redirect all-am all install-strip installdirs mostlyclean-generic \
328distclean-generic clean-generic maintainer-clean-generic clean \
329mostlyclean distclean maintainer-clean
330
331
332# Tell versions [3.59,3.63) of GNU make to not export all variables.
333# Otherwise a system limit (for SysV at least) may be exceeded.
334.NOEXPORT:
335