source: trunk/third/xntp/adjtimed/Makefile.in @ 10920

Revision 10920, 6.9 KB checked in by brlewis, 27 years ago (diff)
add DESTDIR support
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 = no-dependencies
8
9
10SHELL = /bin/sh
11
12srcdir = @srcdir@
13top_srcdir = @top_srcdir@
14VPATH = @srcdir@
15prefix = @prefix@
16exec_prefix = @exec_prefix@
17
18bindir = @bindir@
19sbindir = @sbindir@
20libexecdir = @libexecdir@
21datadir = @datadir@
22sysconfdir = @sysconfdir@
23sharedstatedir = @sharedstatedir@
24localstatedir = @localstatedir@
25libdir = @libdir@
26infodir = @infodir@
27mandir = @mandir@
28includedir = @includedir@
29oldincludedir = /usr/include
30
31pkgdatadir = $(datadir)/@PACKAGE@
32pkglibdir = $(libdir)/@PACKAGE@
33pkgincludedir = $(includedir)/@PACKAGE@
34
35top_builddir = ..
36
37ACLOCAL = @ACLOCAL@
38AUTOCONF = @AUTOCONF@
39AUTOMAKE = @AUTOMAKE@
40AUTOHEADER = @AUTOHEADER@
41
42INSTALL = @INSTALL@
43INSTALL_PROGRAM = @INSTALL_PROGRAM@
44INSTALL_DATA = @INSTALL_DATA@
45INSTALL_SCRIPT = @INSTALL_SCRIPT@
46transform = @program_transform_name@
47
48NORMAL_INSTALL = true
49PRE_INSTALL = true
50POST_INSTALL = true
51NORMAL_UNINSTALL = true
52PRE_UNINSTALL = true
53POST_UNINSTALL = true
54build_alias = @build_alias@
55build_triplet = @build@
56host_alias = @host_alias@
57host_triplet = @host@
58target_alias = @target_alias@
59target_triplet = @target@
60AUTHCERT = @AUTHCERT@
61AUTHSPEED = @AUTHSPEED@
62AWK = @AWK@
63CC = @CC@
64CFLAGS = @CFLAGS@
65CHUTEST = @CHUTEST@
66CLKTEST = @CLKTEST@
67CPP = @CPP@
68DCFD = @DCFD@
69KEYPARITY = @KEYPARITY@
70LDFLAGS = @LDFLAGS@
71LIBPARSE = @LIBPARSE@
72LN_S = @LN_S@
73MAKEINFO = @MAKEINFO@
74MAKEIPFP = @MAKEIPFP@
75MAKEPC1 = @MAKEPC1@
76MAKEPC2 = @MAKEPC2@
77MAKESP = @MAKESP@
78MAKE_ADJTIMED = @MAKE_ADJTIMED@
79MAKE_LIBPARSE = @MAKE_LIBPARSE@
80MAKE_LIBPARSE_KERNEL = @MAKE_LIBPARSE_KERNEL@
81MAKE_NTPTIME = @MAKE_NTPTIME@
82MAKE_PARSEKMODULE = @MAKE_PARSEKMODULE@
83MAKE_TICKADJ = @MAKE_TICKADJ@
84MD5DRIVER = @MD5DRIVER@
85MKRANDKEYS = @MKRANDKEYS@
86OMAKEIPFP = @OMAKEIPFP@
87PACKAGE = @PACKAGE@
88PROPDELAY = @PROPDELAY@
89RANLIB = @RANLIB@
90TESTDCF = @TESTDCF@
91UNIXCERT = @UNIXCERT@
92VERSION = @VERSION@
93
94bin_PROGRAMS = @MAKE_ADJTIMED@
95EXTRA_PROGRAMS = adjtimed
96INCLUDES = -I$(top_srcdir)/include
97LDADD = ../libntp/libntp.a
98#EXTRA_DIST = TAGS
99ETAGS_ARGS = Makefile.am
100mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
101CONFIG_HEADER = ../config.h
102CONFIG_CLEAN_FILES =
103PROGRAMS =  $(bin_PROGRAMS)
104
105
106DEFS = @DEFS@ -I. -I$(srcdir) -I..
107CPPFLAGS = @CPPFLAGS@
108LIBS = @LIBS@
109adjtimed_SOURCES = adjtimed.c
110adjtimed_OBJECTS =  adjtimed.o
111adjtimed_LDADD = $(LDADD)
112adjtimed_DEPENDENCIES =  ../libntp/libntp.a
113adjtimed_LDFLAGS =
114COMPILE = $(CC) $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CFLAGS)
115LINK = $(CC) $(CFLAGS) $(LDFLAGS) -o $@
116DIST_COMMON =  README Makefile.am Makefile.in
117
118
119DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
120
121TAR = gtar
122GZIP = --best
123SOURCES = adjtimed.c
124OBJECTS = adjtimed.o
125
126default: all
127
128.SUFFIXES:
129.SUFFIXES: .c .o
130
131Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
132        cd $(top_builddir) \
133          && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
134
135
136mostlyclean-binPROGRAMS:
137
138clean-binPROGRAMS:
139        test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS)
140
141distclean-binPROGRAMS:
142
143maintainer-clean-binPROGRAMS:
144
145install-binPROGRAMS: $(bin_PROGRAMS)
146        @$(NORMAL_INSTALL)
147        $(mkinstalldirs) $(DESTDIR)$(bindir)
148        @list='$(bin_PROGRAMS)'; for p in $$list; do \
149          if test -f $$p; then \
150            echo "  $(INSTALL_PROGRAM) $$p $(DESTDIR)$(bindir)/`echo $$p|sed '$(transform)'`"; \
151             $(INSTALL_PROGRAM) $$p $(DESTDIR)$(bindir)/`echo $$p|sed '$(transform)'`; \
152          else :; fi; \
153        done
154
155uninstall-binPROGRAMS:
156        $(NORMAL_UNINSTALL)
157        list='$(bin_PROGRAMS)'; for p in $$list; do \
158          rm -f $(DESTDIR)$(bindir)/`echo $$p|sed '$(transform)'`; \
159        done
160
161.c.o:
162        $(COMPILE) -c $<
163
164mostlyclean-compile:
165        rm -f *.o core
166
167clean-compile:
168
169distclean-compile:
170        rm -f *.tab.c
171
172maintainer-clean-compile:
173
174adjtimed: $(adjtimed_OBJECTS) $(adjtimed_DEPENDENCIES)
175        @rm -f adjtimed
176        $(LINK) $(adjtimed_LDFLAGS) $(adjtimed_OBJECTS) $(adjtimed_LDADD) $(LIBS)
177
178tags: TAGS
179
180ID: $(HEADERS) $(SOURCES)
181        here=`pwd` && cd $(srcdir) && mkid -f$$here/ID $(SOURCES) $(HEADERS)
182
183TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES)
184        tags=; \
185        here=`pwd`; \
186        test -z "$(ETAGS_ARGS)$(SOURCES)$(HEADERS)$$tags" \
187          || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags  $(SOURCES) $(HEADERS) -o $$here/TAGS)
188
189mostlyclean-tags:
190
191clean-tags:
192
193distclean-tags:
194        rm -f TAGS ID
195
196maintainer-clean-tags:
197
198distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
199
200subdir = adjtimed
201
202distdir: $(DISTFILES)
203        @for file in $(DISTFILES); do \
204          d=$(srcdir); \
205          test -f $(distdir)/$$file \
206          || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
207          || cp -p $$d/$$file $(distdir)/$$file; \
208        done
209adjtimed.o adjtimed.lo: adjtimed.c ../include/ntp_syslog.h \
210        ../include/adjtime.h ../include/ntp_types.h \
211        ../include/ntp_machine.h ../config.h ../include/ntp_proto.h
212
213info:
214dvi:
215check: all
216        $(MAKE)
217installcheck:
218install-exec: install-binPROGRAMS
219        @$(NORMAL_INSTALL)
220
221install-data:
222        @$(NORMAL_INSTALL)
223
224install: install-exec install-data all
225        @:
226
227uninstall: uninstall-binPROGRAMS
228
229all: Makefile $(PROGRAMS)
230
231install-strip:
232        $(MAKE) INSTALL_PROGRAM='$(INSTALL_PROGRAM) -s' INSTALL_SCRIPT='$(INSTALL_PROGRAM)' install
233installdirs:
234        $(mkinstalldirs)  $(DESTDIR)$(bindir)
235
236
237mostlyclean-generic:
238        test -z "$(MOSTLYCLEANFILES)" || rm -f $(MOSTLYCLEANFILES)
239
240clean-generic:
241        test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
242
243distclean-generic:
244        rm -f Makefile $(DISTCLEANFILES)
245        rm -f config.cache config.log stamp-h stamp-h[0-9]*
246        test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
247
248maintainer-clean-generic:
249        test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
250        test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
251mostlyclean:  mostlyclean-binPROGRAMS mostlyclean-compile \
252                mostlyclean-tags mostlyclean-generic
253
254clean:  clean-binPROGRAMS clean-compile clean-tags clean-generic \
255                mostlyclean
256
257distclean:  distclean-binPROGRAMS distclean-compile distclean-tags \
258                distclean-generic clean
259        rm -f config.status
260
261maintainer-clean:  maintainer-clean-binPROGRAMS maintainer-clean-compile \
262                maintainer-clean-tags maintainer-clean-generic \
263                distclean
264        @echo "This command is intended for maintainers to use;"
265        @echo "it deletes files that may require special tools to rebuild."
266
267.PHONY: default mostlyclean-binPROGRAMS distclean-binPROGRAMS \
268clean-binPROGRAMS maintainer-clean-binPROGRAMS uninstall-binPROGRAMS \
269install-binPROGRAMS mostlyclean-compile distclean-compile clean-compile \
270maintainer-clean-compile tags mostlyclean-tags distclean-tags \
271clean-tags maintainer-clean-tags distdir info dvi installcheck \
272install-exec install-data install uninstall all installdirs \
273mostlyclean-generic distclean-generic clean-generic \
274maintainer-clean-generic clean mostlyclean distclean maintainer-clean
275
276
277# Tell versions [3.59,3.63) of GNU make to not export all variables.
278# Otherwise a system limit (for SysV at least) may be exceeded.
279.NOEXPORT:
Note: See TracBrowser for help on using the repository browser.