]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - contrib/ntp/librsaref/Makefile.in
unfinished sblive driver, playback/mixer only for now - not enabled in
[FreeBSD/FreeBSD.git] / contrib / ntp / librsaref / 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 #AUTOMAKE_OPTIONS = ../util/ansi2knr
103
104
105 noinst_LIBRARIES = @MAKE_LIBRSAREF@
106 EXTRA_LIBRARIES = librsaref.a
107 CLEANFILES = $(EXTRA_LIBRARIES)
108
109 # NOTES:
110 # don't use RSAREF's global.h - we use ours.
111 # We already have a copy of des.h
112
113 librsaref_a_SOURCES = \
114         desc.c \
115         digit.c \
116         digit.h \
117         md2.h \
118         md2c.c \
119         md5.h \
120         md5c.c \
121         nn.c \
122         nn.h \
123         prime.c \
124         prime.h \
125         r_dh.c \
126         r_encode.c \
127         r_enhanc.c \
128         r_keygen.c \
129         r_random.c \
130         r_random.h \
131         r_stdlib.c \
132         rsa.c \
133         rsa.h \
134         rsaref.h
135
136
137 BUILT_SOURCES = $(librsaref_a_SOURCES)
138 INCLUDES = -I$(top_srcdir)/include
139 ETAGS_ARGS = Makefile.am
140 subdir = librsaref
141 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
142 CONFIG_HEADER = ../config.h
143 CONFIG_CLEAN_FILES = 
144 LIBRARIES =  $(noinst_LIBRARIES)
145
146
147 DEFS = @DEFS@ -I. -I$(srcdir) -I..
148 CPPFLAGS = @CPPFLAGS@
149 LIBS = @LIBS@
150 librsaref_a_AR = $(AR) cru
151 librsaref_a_LIBADD = 
152 am_librsaref_a_OBJECTS =  desc.o digit.o md2c.o md5c.o nn.o prime.o \
153 r_dh.o r_encode.o r_enhanc.o r_keygen.o r_random.o r_stdlib.o rsa.o
154 librsaref_a_OBJECTS =  $(am_librsaref_a_OBJECTS)
155 AR = ar
156 COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
157 CCLD = $(CC)
158 LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
159 DIST_SOURCES =  $(librsaref_a_SOURCES)
160 DIST_COMMON =  Makefile.am Makefile.in
161
162
163 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
164
165 GZIP_ENV = --best
166 depcomp = $(SHELL) $(top_srcdir)/depcomp
167 DEP_FILES =  @AMDEP@ $(DEPDIR)/desc.Po $(DEPDIR)/digit.Po \
168 $(DEPDIR)/md2c.Po $(DEPDIR)/md5c.Po $(DEPDIR)/nn.Po $(DEPDIR)/prime.Po \
169 $(DEPDIR)/r_dh.Po $(DEPDIR)/r_encode.Po $(DEPDIR)/r_enhanc.Po \
170 $(DEPDIR)/r_keygen.Po $(DEPDIR)/r_random.Po $(DEPDIR)/r_stdlib.Po \
171 $(DEPDIR)/rsa.Po
172 SOURCES = $(librsaref_a_SOURCES)
173 OBJECTS = $(am_librsaref_a_OBJECTS)
174
175 all: all-redirect
176 .SUFFIXES:
177 .SUFFIXES: .c .h .o
178 $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) 
179         cd $(top_srcdir) && $(AUTOMAKE) --gnu librsaref/Makefile
180
181 Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status $(BUILT_SOURCES)
182         cd $(top_builddir) \
183           && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
184
185
186 mostlyclean-noinstLIBRARIES:
187
188 clean-noinstLIBRARIES:
189         -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
190
191 distclean-noinstLIBRARIES:
192
193 maintainer-clean-noinstLIBRARIES:
194
195 mostlyclean-compile:
196         -rm -f *.o core *.core
197
198 clean-compile:
199
200 distclean-compile:
201         -rm -f *.tab.c
202
203 maintainer-clean-compile:
204
205 librsaref.a: $(librsaref_a_OBJECTS) $(librsaref_a_DEPENDENCIES)
206         -rm -f librsaref.a
207         $(librsaref_a_AR) librsaref.a $(librsaref_a_OBJECTS) $(librsaref_a_LIBADD)
208         $(RANLIB) librsaref.a
209
210 tags: TAGS
211
212 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
213         list='$(SOURCES) $(HEADERS) $(TAGS_FILES)'; \
214         unique=`for i in $$list; do \
215             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
216           done | \
217           $(AWK) '    { files[$$0] = 1; } \
218                END { for (i in files) print i; }'`; \
219         mkid -f$$here/ID $$unique $(LISP)
220
221 TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
222                 $(TAGS_FILES) $(LISP)
223         tags=; \
224         here=`pwd`; \
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         test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
232           || etags $(ETAGS_ARGS) $$tags  $$unique $(LISP)
233
234 mostlyclean-tags:
235
236 clean-tags:
237
238 distclean-tags:
239         -rm -f TAGS ID
240
241 maintainer-clean-tags:
242
243 distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
244
245 distdir: $(DISTFILES)
246         @for file in $(DISTFILES); do \
247           d=$(srcdir); \
248           if test -d $$d/$$file; then \
249             cp -pR $$d/$$file $(distdir); \
250           else \
251             test -f $(distdir)/$$file \
252             || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
253             || cp -p $$d/$$file $(distdir)/$$file || :; \
254           fi; \
255         done
256
257 @AMDEP@include $(DEPDIR)/desc.Po
258 @AMDEP@include $(DEPDIR)/digit.Po
259 @AMDEP@include $(DEPDIR)/md2c.Po
260 @AMDEP@include $(DEPDIR)/md5c.Po
261 @AMDEP@include $(DEPDIR)/nn.Po
262 @AMDEP@include $(DEPDIR)/prime.Po
263 @AMDEP@include $(DEPDIR)/r_dh.Po
264 @AMDEP@include $(DEPDIR)/r_encode.Po
265 @AMDEP@include $(DEPDIR)/r_enhanc.Po
266 @AMDEP@include $(DEPDIR)/r_keygen.Po
267 @AMDEP@include $(DEPDIR)/r_random.Po
268 @AMDEP@include $(DEPDIR)/r_stdlib.Po
269 @AMDEP@include $(DEPDIR)/rsa.Po
270
271 mostlyclean-depend:
272
273 clean-depend:
274
275 distclean-depend:
276         -rm -rf $(DEPDIR)
277
278 maintainer-clean-depend:
279
280 @AMDEP@CCDEPMODE = @CCDEPMODE@
281
282 .c.o:
283 @AMDEP@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
284 @AMDEP@ depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
285 @AMDEP@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
286         $(COMPILE) -c -o $@ $<
287
288 info-am:
289 info: info-am
290 dvi-am:
291 dvi: dvi-am
292 check-am: all-am
293 check: check-am
294 installcheck-am:
295 installcheck: installcheck-am
296 install-exec-am:
297 install-exec: install-exec-am
298
299 install-data-am:
300 install-data: install-data-am
301
302 install-am: all-am
303         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
304 install: install-am
305 uninstall-am:
306 uninstall: uninstall-am
307 all-am: Makefile $(LIBRARIES)
308 all-redirect: all-am
309 install-strip:
310         $(MAKE) $(AM_MAKEFLAGS) INSTALL_STRIP_FLAG=-s install
311 installdirs:
312
313
314 mostlyclean-generic:
315
316 clean-generic:
317         -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
318
319 distclean-generic:
320         -rm -f Makefile $(CONFIG_CLEAN_FILES)
321         -rm -f config.cache config.log stamp-h stamp-h[0-9]*
322
323 maintainer-clean-generic:
324         -rm -f Makefile.in
325         -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
326 mostlyclean-am:  mostlyclean-noinstLIBRARIES mostlyclean-compile \
327                 mostlyclean-tags mostlyclean-depend mostlyclean-generic
328
329 mostlyclean: mostlyclean-am
330
331 clean-am:  clean-noinstLIBRARIES clean-compile clean-tags clean-depend \
332                 clean-generic mostlyclean-am
333
334 clean: clean-am
335
336 distclean-am:  distclean-noinstLIBRARIES distclean-compile \
337                 distclean-tags distclean-depend distclean-generic \
338                 clean-am
339
340 distclean: distclean-am
341
342 maintainer-clean-am:  maintainer-clean-noinstLIBRARIES \
343                 maintainer-clean-compile maintainer-clean-tags \
344                 maintainer-clean-depend maintainer-clean-generic \
345                 distclean-am
346         @echo "This command is intended for maintainers to use;"
347         @echo "it deletes files that may require special tools to rebuild."
348
349 maintainer-clean: maintainer-clean-am
350
351 .PHONY: mostlyclean-noinstLIBRARIES distclean-noinstLIBRARIES \
352 clean-noinstLIBRARIES maintainer-clean-noinstLIBRARIES \
353 mostlyclean-compile distclean-compile clean-compile \
354 maintainer-clean-compile tags mostlyclean-tags distclean-tags \
355 clean-tags maintainer-clean-tags distdir mostlyclean-depend \
356 distclean-depend clean-depend maintainer-clean-depend info-am info \
357 dvi-am dvi check check-am installcheck-am installcheck install-exec-am \
358 install-exec install-data-am install-data install-am install \
359 uninstall-am uninstall all-redirect all-am all install-strip \
360 installdirs mostlyclean-generic distclean-generic clean-generic \
361 maintainer-clean-generic clean mostlyclean distclean maintainer-clean
362
363
364 #EXTRA_DIST = 
365
366 $(librsaref_a_SOURCES): stamp-rsaref
367         for i in $(librsaref_a_SOURCES); do \
368             case "@MAKE_LIBRSAREF@" in \
369              '') touch $$i ;; \
370              *) cmp -s $(srcdir)/$$i $(srcdir)/../rsaref2/source/$$i 2>/dev/null \
371                 || cp $(srcdir)/../rsaref2/source/$$i $(srcdir)/$$i ;; \
372             esac ; \
373         done
374
375 stamp-rsaref:
376         touch stamp-rsaref
377
378 # Tell versions [3.59,3.63) of GNU make to not export all variables.
379 # Otherwise a system limit (for SysV at least) may be exceeded.
380 .NOEXPORT: