Initial import from FreeBSD RELENG_4:
[dragonfly.git] / contrib / ntp / librsaref / Makefile.in
1 # Makefile.in generated automatically by automake 1.4e from Makefile.am.
2
3 # Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001
4 # Free Software Foundation, Inc.
5 # This Makefile.in is free software; the Free Software Foundation
6 # gives unlimited permission to copy and/or distribute it,
7 # with or without modifications, as long as this notice is preserved.
8
9 # This program is distributed in the hope that it will be useful,
10 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
11 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
12 # PARTICULAR PURPOSE.
13
14 SHELL = @SHELL@
15
16 srcdir = @srcdir@
17 top_srcdir = @top_srcdir@
18 VPATH = @srcdir@
19 prefix = @prefix@
20 exec_prefix = @exec_prefix@
21
22 bindir = @bindir@
23 sbindir = @sbindir@
24 libexecdir = @libexecdir@
25 datadir = @datadir@
26 sysconfdir = @sysconfdir@
27 sharedstatedir = @sharedstatedir@
28 localstatedir = @localstatedir@
29 libdir = @libdir@
30 infodir = @infodir@
31 mandir = @mandir@
32 includedir = @includedir@
33 oldincludedir = /usr/include
34
35 pkgdatadir = $(datadir)/@PACKAGE@
36 pkglibdir = $(libdir)/@PACKAGE@
37 pkgincludedir = $(includedir)/@PACKAGE@
38
39 top_builddir = ..
40
41 ACLOCAL = @ACLOCAL@
42 AUTOCONF = @AUTOCONF@
43 AUTOMAKE = @AUTOMAKE@
44 AUTOHEADER = @AUTOHEADER@
45
46 INSTALL = @INSTALL@
47 INSTALL_PROGRAM = @INSTALL_PROGRAM@
48 INSTALL_DATA = @INSTALL_DATA@
49 INSTALL_SCRIPT = @INSTALL_SCRIPT@
50 INSTALL_HEADER = $(INSTALL_DATA)
51 transform = @program_transform_name@
52
53 NORMAL_INSTALL = :
54 PRE_INSTALL = :
55 POST_INSTALL = :
56 NORMAL_UNINSTALL = :
57 PRE_UNINSTALL = :
58 POST_UNINSTALL = :
59
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
67 @SET_MAKE@
68 AMDEP = @AMDEP@
69 AMTAR = @AMTAR@
70 AUTOKEY = @AUTOKEY@
71 AWK = @AWK@
72 CC = @CC@
73 CFLAGS = @CFLAGS@
74 CHUTEST = @CHUTEST@
75 CLKTEST = @CLKTEST@
76 CPP = @CPP@
77 DCFD = @DCFD@
78 DEPDIR = @DEPDIR@
79 EF_LIBS = @EF_LIBS@
80 EF_PROGS = @EF_PROGS@
81 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
82 INSTALL_STRIP_PROGRAM_ENV = @INSTALL_STRIP_PROGRAM_ENV@
83 LDFLAGS = @LDFLAGS@
84 LIBPARSE = @LIBPARSE@
85 LIBRSAREF = @LIBRSAREF@
86 LN_S = @LN_S@
87 MAKEINFO = @MAKEINFO@
88 MAKE_ADJTIMED = @MAKE_ADJTIMED@
89 MAKE_CHECK_Y2K = @MAKE_CHECK_Y2K@
90 MAKE_LIBPARSE = @MAKE_LIBPARSE@
91 MAKE_LIBPARSE_KERNEL = @MAKE_LIBPARSE_KERNEL@
92 MAKE_LIBRSAREF = @MAKE_LIBRSAREF@
93 MAKE_NTPTIME = @MAKE_NTPTIME@
94 MAKE_NTP_GENKEYS = @MAKE_NTP_GENKEYS@
95 MAKE_PARSEKMODULE = @MAKE_PARSEKMODULE@
96 MAKE_TICKADJ = @MAKE_TICKADJ@
97 MAKE_TIMETRIM = @MAKE_TIMETRIM@
98 OPENSSL = @OPENSSL@
99 OPENSSL_INC = @OPENSSL_INC@
100 OPENSSL_LIB = @OPENSSL_LIB@
101 PACKAGE = @PACKAGE@
102 PATH_PERL = @PATH_PERL@
103 PATH_SH = @PATH_SH@
104 PROPDELAY = @PROPDELAY@
105 RANLIB = @RANLIB@
106 RSADIR = @RSADIR@
107 RSAOBJS = @RSAOBJS@
108 RSAREF = @RSAREF@
109 RSASRCS = @RSASRCS@
110 STRIP = @STRIP@
111 TESTDCF = @TESTDCF@
112 U = @U@
113 VERSION = @VERSION@
114 _am_include = @_am_include@
115 install_sh = @install_sh@
116
117 #AUTOMAKE_OPTIONS = ../util/ansi2knr no-dependencies
118 #AUTOMAKE_OPTIONS = ../util/ansi2knr
119
120
121 noinst_LIBRARIES = @MAKE_LIBRSAREF@
122 EXTRA_LIBRARIES = librsaref.a
123 CLEANFILES = $(EXTRA_LIBRARIES)
124
125 # NOTES:
126 # don't use RSAREF's global.h - we use ours.
127
128 nodist_librsaref_a_SOURCES = \
129         desc.c \
130         md2c.c \
131         md5c.c \
132         nn.c \
133         prime.c \
134         r_dh.c \
135         r_encode.c \
136         r_enhanc.c \
137         r_keygen.c \
138         r_random.c \
139         r_stdlib.c \
140         rsa.c \
141         des.h \
142         md2.h \
143         md5.h \
144         nn.h \
145         prime.h \
146         r_random.h \
147         rsa.h \
148         rsaref.h @RSASRCS@
149
150
151 librsaref_a_LIBADD = @RSAOBJS@
152 librsaref_a_DEPENDENCIES = $(librsaref_a_LIBADD)
153
154 BUILT_SOURCES = $(nodist_librsaref_a_SOURCES)
155 INCLUDES = -I$(top_srcdir)/include
156 ETAGS_ARGS = Makefile.am
157
158 DISTCLEANFILES = $(nodist_librsaref_a_SOURCES) stamp-rsaref
159 EXEEXT =
160 OBJEXT = o
161 subdir = librsaref
162 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
163 CONFIG_HEADER = $(top_builddir)/config.h
164 CONFIG_CLEAN_FILES =
165 LIBRARIES = $(noinst_LIBRARIES)
166
167
168 DEFS = @DEFS@ -I. -I$(srcdir) -I$(top_builddir)
169 CPPFLAGS = @CPPFLAGS@
170 LIBS = @LIBS@
171 librsaref_a_AR = $(AR) cru
172 nodist_librsaref_a_OBJECTS = desc.$(OBJEXT) md2c.$(OBJEXT) \
173 md5c.$(OBJEXT) nn.$(OBJEXT) prime.$(OBJEXT) r_dh.$(OBJEXT) \
174 r_encode.$(OBJEXT) r_enhanc.$(OBJEXT) r_keygen.$(OBJEXT) \
175 r_random.$(OBJEXT) r_stdlib.$(OBJEXT) rsa.$(OBJEXT)
176 librsaref_a_OBJECTS = $(nodist_librsaref_a_OBJECTS)
177 AR = ar
178 COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
179 CCLD = $(CC)
180 LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
181 DIST_SOURCES =
182 depcomp = $(SHELL) $(top_srcdir)/depcomp
183 @AMDEP@DEP_FILES = $(DEPDIR)/desc.Po $(DEPDIR)/md2c.Po $(DEPDIR)/md5c.Po \
184 @AMDEP@ $(DEPDIR)/nn.Po $(DEPDIR)/prime.Po $(DEPDIR)/r_dh.Po \
185 @AMDEP@ $(DEPDIR)/r_encode.Po $(DEPDIR)/r_enhanc.Po \
186 @AMDEP@ $(DEPDIR)/r_keygen.Po $(DEPDIR)/r_random.Po \
187 @AMDEP@ $(DEPDIR)/r_stdlib.Po $(DEPDIR)/rsa.Po
188 DIST_COMMON = Makefile.am Makefile.in
189
190 SOURCES = $(nodist_librsaref_a_SOURCES)
191 OBJECTS = $(nodist_librsaref_a_OBJECTS)
192
193 all: $(BUILT_SOURCES)
194         $(MAKE) $(AM_MAKEFLAGS) all-am
195
196 .SUFFIXES:
197 .SUFFIXES: .c .h .o .obj
198
199 $(srcdir)/Makefile.in: Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
200         cd $(top_srcdir) && \
201           $(AUTOMAKE) --gnu  librsaref/Makefile
202
203 Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status
204         cd $(top_builddir) && \
205           CONFIG_HEADERS= CONFIG_LINKS= \
206           CONFIG_FILES=$(subdir)/$@ $(SHELL) ./config.status
207
208 clean-noinstLIBRARIES:
209         -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
210
211 mostlyclean-compile:
212         -rm -f *.$(OBJEXT) core *.core
213
214 distclean-compile:
215         -rm -f *.tab.c
216
217 librsaref.a: $(librsaref_a_OBJECTS) $(librsaref_a_DEPENDENCIES)
218         -rm -f librsaref.a
219         $(librsaref_a_AR) librsaref.a $(librsaref_a_OBJECTS) $(librsaref_a_LIBADD)
220         $(RANLIB) librsaref.a
221
222 tags: TAGS
223
224 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
225         list='$(SOURCES) $(HEADERS) $(TAGS_FILES)'; \
226         unique=`for i in $$list; do \
227             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
228           done | \
229           $(AWK) '    { files[$$0] = 1; } \
230                END { for (i in files) print i; }'`; \
231         mkid -fID $$unique $(LISP)
232
233 TAGS: $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
234                 $(TAGS_FILES) $(LISP)
235         tags=; \
236         here=`pwd`; \
237         list='$(SOURCES) $(HEADERS) $(TAGS_FILES)'; \
238         unique=`for i in $$list; do \
239             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
240           done | \
241           $(AWK) '    { files[$$0] = 1; } \
242                END { for (i in files) print i; }'`; \
243         test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
244           || etags $(ETAGS_ARGS) $$tags  $$unique $(LISP)
245
246 GTAGS:
247         here=`CDPATH=: && cd $(top_builddir) && pwd` \
248           && cd $(top_srcdir) \
249           && gtags -i $$here
250
251 distclean-tags:
252         -rm -f TAGS ID
253
254 @AMDEP@@_am_include@ $(DEPDIR)/desc.Po
255 @AMDEP@@_am_include@ $(DEPDIR)/md2c.Po
256 @AMDEP@@_am_include@ $(DEPDIR)/md5c.Po
257 @AMDEP@@_am_include@ $(DEPDIR)/nn.Po
258 @AMDEP@@_am_include@ $(DEPDIR)/prime.Po
259 @AMDEP@@_am_include@ $(DEPDIR)/r_dh.Po
260 @AMDEP@@_am_include@ $(DEPDIR)/r_encode.Po
261 @AMDEP@@_am_include@ $(DEPDIR)/r_enhanc.Po
262 @AMDEP@@_am_include@ $(DEPDIR)/r_keygen.Po
263 @AMDEP@@_am_include@ $(DEPDIR)/r_random.Po
264 @AMDEP@@_am_include@ $(DEPDIR)/r_stdlib.Po
265 @AMDEP@@_am_include@ $(DEPDIR)/rsa.Po
266
267 distclean-depend:
268         -rm -rf $(DEPDIR)
269
270 @AMDEP@CCDEPMODE = @CCDEPMODE@
271
272 .c.o:
273 @AMDEP@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
274 @AMDEP@ depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
275 @AMDEP@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
276         $(COMPILE) -c -o $@ `test -f $< || echo '$(srcdir)/'`$<
277
278 .c.obj:
279 @AMDEP@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
280 @AMDEP@ depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
281 @AMDEP@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
282         $(COMPILE) -c -o $@ `cygpath -w $<`
283
284
285 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
286
287 top_distdir = ..
288 distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
289
290 distdir: $(DISTFILES)
291         @for file in $(DISTFILES); do \
292           d=$(srcdir); \
293           if test -d $$d/$$file; then \
294             cp -pR $$d/$$file $(distdir) \
295             || exit 1; \
296           else \
297             test -f $(distdir)/$$file \
298             || cp -p $$d/$$file $(distdir)/$$file \
299             || exit 1; \
300           fi; \
301         done
302 check-am: all-am
303 check: check-am
304 all-am: Makefile $(LIBRARIES)
305
306 installdirs:
307
308 install: install-am
309 install-exec: install-exec-am
310 install-data: install-data-am
311 uninstall: uninstall-am
312
313 install-am: all-am
314         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
315
316 installcheck: installcheck-am
317
318 install-strip:
319         $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
320           INSTALL_PROGRAM_ENV='$(INSTALL_STRIP_PROGRAM_ENV)' install
321
322 mostlyclean-generic:
323
324 clean-generic:
325         -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
326
327 distclean-generic:
328         -rm -f Makefile $(CONFIG_CLEAN_FILES)
329         -rm -f config.cache config.log stamp-h stamp-h[0-9]*
330         -test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)
331
332 maintainer-clean-generic:
333         @echo "This command is intended for maintainers to use"
334         @echo "it deletes files that may require special tools to rebuild."
335         -rm -f Makefile.in
336         -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
337 clean: clean-am
338
339 clean-am: clean-generic clean-noinstLIBRARIES mostlyclean-am
340
341 distclean: distclean-am
342
343 distclean-am: clean-am distclean-compile distclean-depend \
344         distclean-generic distclean-tags
345
346 dvi:
347
348 dvi-am:
349
350 info:
351
352 info-am:
353
354 install-data-am:
355
356 install-exec-am:
357
358 install-info:
359
360 install-man:
361
362 installcheck-am:
363
364 maintainer-clean: maintainer-clean-am
365
366 maintainer-clean-am: distclean-am maintainer-clean-generic
367
368 mostlyclean: mostlyclean-am
369
370 mostlyclean-am: mostlyclean-compile mostlyclean-generic
371
372 .PHONY: all all-am check check-am clean clean-generic \
373         clean-noinstLIBRARIES distclean distclean-compile \
374         distclean-depend distclean-generic distclean-tags distdir dvi \
375         dvi-am info info-am install install-am install-data \
376         install-data-am install-exec install-exec-am install-info \
377         install-man install-strip installcheck installcheck-am \
378         installdirs maintainer-clean maintainer-clean-generic \
379         mostlyclean mostlyclean-compile mostlyclean-generic tags \
380         uninstall uninstall-am
381
382
383 #EXTRA_DIST = 
384
385 $(nodist_librsaref_a_SOURCES): stamp-rsaref
386
387 stamp-rsaref:
388         @rm -f stamp-rsaref stamp-rsarefT
389         @echo timestamp > stamp-rsarefT 2> /dev/null
390         for i in $(nodist_librsaref_a_SOURCES); do \
391             case "@MAKE_LIBRSAREF@" in \
392              '') touch $$i ;; \
393              *) case "$$i" in \
394                  *.h) r_dst=$(srcdir)/$$i ;; \
395                  *)   r_dst=$$i ;; \
396                 esac ; \
397                 cmp -s $${r_dst} $(srcdir)/../@RSADIR@/source/$$i 2>/dev/null \
398                         || cp $(srcdir)/../@RSADIR@/source/$$i $${r_dst} ;; \
399             esac ; \
400         done
401         @echo timestamp > stamp-rsarefT 2> /dev/null
402         @mv stamp-rsarefT stamp-rsaref
403
404 # Tell versions [3.59,3.63) of GNU make to not export all variables.
405 # Otherwise a system limit (for SysV at least) may be exceeded.
406 .NOEXPORT: