1 # Makefile.in generated automatically by automake 1.4a from Makefile.am
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.
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
17 top_srcdir
= @top_srcdir@
20 exec_prefix = @
exec_prefix@
24 libexecdir
= @libexecdir@
26 sysconfdir
= @sysconfdir@
27 sharedstatedir
= @sharedstatedir@
28 localstatedir
= @localstatedir@
32 includedir = @
includedir@
33 oldincludedir = /usr
/include
37 pkgdatadir
= $(datadir)/@PACKAGE@
38 pkglibdir
= $(libdir)/@PACKAGE@
39 pkgincludedir
= $(includedir)/@PACKAGE@
46 AUTOHEADER
= @AUTOHEADER@
49 INSTALL_PROGRAM
= @INSTALL_PROGRAM@
50 INSTALL_DATA
= @INSTALL_DATA@
51 INSTALL_SCRIPT
= @INSTALL_SCRIPT@
53 transform
= @program_transform_name@
69 AUTOMAKE_OPTIONS
= foreign no-dependencies
71 noinst_HEADERS
= t_client.h t_pwd.h t_server.h t_sha.h bn.h bn_lcl.h bn_prime.h t_defines.h t_read.h
74 include_HEADERS
= tinysrp.h
76 lib_LIBRARIES
= libtinysrp.a
80 libtinysrp_a_SOURCES
= tinysrp.c t_client.c t_getconf.c t_conv.c t_getpass.c t_sha.c t_math.c t_misc.c t_pw.c t_read.c t_server.c t_truerand.c bn_add.c bn_ctx.c bn_div.c bn_exp.c bn_mul.c bn_word.c bn_asm.c bn_lib.c bn_shift.c bn_sqr.c
83 noinst_PROGRAMS
= srvtest clitest
84 srvtest_SOURCES
= srvtest.c
85 clitest_SOURCES
= clitest.c
87 bin_PROGRAMS
= tconf tphrase
88 tconf_SOURCES
= tconf.c t_conf.c
89 tphrase_SOURCES
= tphrase.c
93 EXTRA_DIST
= tpasswd Notes
94 ACLOCAL_M4
= $(top_srcdir
)/aclocal.m4
95 mkinstalldirs
= $(SHELL
) $(top_srcdir
)/mkinstalldirs
96 CONFIG_HEADER
= config.h
98 LIBRARIES
= $(lib_LIBRARIES
)
101 DEFS
= @DEFS@
-I.
-I
$(srcdir) -I.
102 CPPFLAGS
= @CPPFLAGS@
105 libtinysrp_a_LIBADD
=
106 libtinysrp_a_OBJECTS
= tinysrp.o t_client.o t_getconf.o t_conv.o \
107 t_getpass.o t_sha.o t_math.o t_misc.o t_pw.o t_read.o t_server.o \
108 t_truerand.o bn_add.o bn_ctx.o bn_div.o bn_exp.o bn_mul.o bn_word.o \
109 bn_asm.o bn_lib.o bn_shift.o bn_sqr.o
111 PROGRAMS
= $(bin_PROGRAMS
) $(noinst_PROGRAMS
)
113 tconf_OBJECTS
= tconf.o t_conf.o
114 tconf_LDADD
= $(LDADD
)
115 tconf_DEPENDENCIES
= libtinysrp.a
117 tphrase_OBJECTS
= tphrase.o
118 tphrase_LDADD
= $(LDADD
)
119 tphrase_DEPENDENCIES
= libtinysrp.a
121 srvtest_OBJECTS
= srvtest.o
122 srvtest_LDADD
= $(LDADD
)
123 srvtest_DEPENDENCIES
= libtinysrp.a
125 clitest_OBJECTS
= clitest.o
126 clitest_LDADD
= $(LDADD
)
127 clitest_DEPENDENCIES
= libtinysrp.a
129 COMPILE
= $(CC
) $(DEFS
) $(INCLUDES
) $(AM_CPPFLAGS
) $(CPPFLAGS
) $(AM_CFLAGS
) $(CFLAGS
)
131 LINK
= $(CCLD
) $(AM_CFLAGS
) $(CFLAGS
) $(LDFLAGS
) -o
$@
132 HEADERS
= $(include_HEADERS
) $(noinst_HEADERS
)
134 DIST_COMMON
= .
/stamp-h.in Makefile.am Makefile.in acconfig.h \
135 acinclude.m4 aclocal.m4 config.h.in configure configure.in install-sh \
136 missing mkinstalldirs
139 DISTFILES
= $(DIST_COMMON
) $(SOURCES
) $(HEADERS
) $(TEXINFOS
) $(EXTRA_DIST
)
143 SOURCES
= $(libtinysrp_a_SOURCES
) $(tconf_SOURCES
) $(tphrase_SOURCES
) $(srvtest_SOURCES
) $(clitest_SOURCES
)
144 OBJECTS
= $(libtinysrp_a_OBJECTS
) $(tconf_OBJECTS
) $(tphrase_OBJECTS
) $(srvtest_OBJECTS
) $(clitest_OBJECTS
)
148 .SUFFIXES
: .S .c .o .s
150 Makefile
: $(srcdir)/Makefile.in
$(top_builddir
)/config.status
152 && CONFIG_FILES
=$@ CONFIG_HEADERS
= $(SHELL
) .
/config.status
154 $(ACLOCAL_M4
): configure.in acinclude.m4
155 cd
$(srcdir) && $(ACLOCAL
)
157 $(srcdir)/configure
: $(srcdir)/configure.in
$(ACLOCAL_M4
) $(CONFIGURE_DEPENDENCIES
)
158 cd
$(srcdir) && $(AUTOCONF
)
161 @if
test ! -f
$@
; then \
165 stamp-h
: $(srcdir)/config.h.in
$(top_builddir
)/config.status
167 && CONFIG_FILES
= CONFIG_HEADERS
=config.h \
168 $(SHELL
) .
/config.status
169 @echo timestamp
> stamp-h
2> /dev
/null
170 $(srcdir)/config.h.in
: $(srcdir)/stamp-h.in
171 @if
test ! -f
$@
; then \
172 rm -f
$(srcdir)/stamp-h.in
; \
173 $(MAKE
) $(srcdir)/stamp-h.in
; \
175 $(srcdir)/stamp-h.in
: $(top_srcdir
)/configure.in
$(ACLOCAL_M4
) acconfig.h
176 cd
$(top_srcdir
) && $(AUTOHEADER
)
177 @echo timestamp
> $(srcdir)/stamp-h.in
2> /dev
/null
186 maintainer-clean-hdr
:
188 mostlyclean-libLIBRARIES
:
191 -test -z
"$(lib_LIBRARIES)" ||
rm -f
$(lib_LIBRARIES
)
193 distclean-libLIBRARIES
:
195 maintainer-clean-libLIBRARIES
:
197 install-libLIBRARIES
: $(lib_LIBRARIES
)
199 $(mkinstalldirs
) $(DESTDIR
)$(libdir)
200 @list
='$(lib_LIBRARIES)'; for p in
$$list; do \
201 if
test -f
$$p; then \
202 echo
" $(INSTALL_DATA) $$p $(DESTDIR)$(libdir)/$$p"; \
203 $(INSTALL_DATA
) $$p $(DESTDIR
)$(libdir)/$$p; \
207 @list
='$(lib_LIBRARIES)'; for p in
$$list; do \
208 if
test -f
$$p; then \
209 echo
" $(RANLIB) $(DESTDIR)$(libdir)/$$p"; \
210 $(RANLIB
) $(DESTDIR
)$(libdir)/$$p; \
214 uninstall-libLIBRARIES
:
216 list
='$(lib_LIBRARIES)'; for p in
$$list; do \
217 rm -f
$(DESTDIR
)$(libdir)/$$p; \
230 -rm -f
*.o core
*.core
237 maintainer-clean-compile
:
239 libtinysrp.a
: $(libtinysrp_a_OBJECTS
) $(libtinysrp_a_DEPENDENCIES
)
241 $(AR
) cru libtinysrp.a
$(libtinysrp_a_OBJECTS
) $(libtinysrp_a_LIBADD
)
242 $(RANLIB
) libtinysrp.a
244 mostlyclean-binPROGRAMS
:
247 -test -z
"$(bin_PROGRAMS)" ||
rm -f
$(bin_PROGRAMS
)
249 distclean-binPROGRAMS
:
251 maintainer-clean-binPROGRAMS
:
253 install-binPROGRAMS
: $(bin_PROGRAMS
)
255 $(mkinstalldirs
) $(DESTDIR
)$(bindir)
256 @list
='$(bin_PROGRAMS)'; for p in
$$list; do \
257 if
test -f
$$p; then \
258 echo
" $(INSTALL_PROGRAM) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`"; \
259 $(INSTALL_PROGRAM
) $(INSTALL_STRIP_FLAG
) $$p $(DESTDIR
)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`; \
263 uninstall-binPROGRAMS
:
265 list
='$(bin_PROGRAMS)'; for p in
$$list; do \
266 rm -f
$(DESTDIR
)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`; \
269 mostlyclean-noinstPROGRAMS
:
271 clean-noinstPROGRAMS
:
272 -test -z
"$(noinst_PROGRAMS)" ||
rm -f
$(noinst_PROGRAMS
)
274 distclean-noinstPROGRAMS
:
276 maintainer-clean-noinstPROGRAMS
:
278 tconf
: $(tconf_OBJECTS
) $(tconf_DEPENDENCIES
)
280 $(LINK
) $(tconf_LDFLAGS
) $(tconf_OBJECTS
) $(tconf_LDADD
) $(LIBS
)
282 tphrase
: $(tphrase_OBJECTS
) $(tphrase_DEPENDENCIES
)
284 $(LINK
) $(tphrase_LDFLAGS
) $(tphrase_OBJECTS
) $(tphrase_LDADD
) $(LIBS
)
286 srvtest
: $(srvtest_OBJECTS
) $(srvtest_DEPENDENCIES
)
288 $(LINK
) $(srvtest_LDFLAGS
) $(srvtest_OBJECTS
) $(srvtest_LDADD
) $(LIBS
)
290 clitest
: $(clitest_OBJECTS
) $(clitest_DEPENDENCIES
)
292 $(LINK
) $(clitest_LDFLAGS
) $(clitest_OBJECTS
) $(clitest_LDADD
) $(LIBS
)
294 install-includeHEADERS
: $(include_HEADERS
)
296 $(mkinstalldirs
) $(DESTDIR
)$(includedir)
297 @list
='$(include_HEADERS)'; for p in
$$list; do \
298 if
test -f
"$$p"; then d
= ; else d
="$(srcdir)/"; fi
; \
299 echo
" $(INSTALL_DATA) $$d$$p $(DESTDIR)$(includedir)/$$p"; \
300 $(INSTALL_DATA
) $$d$$p $(DESTDIR
)$(includedir)/$$p; \
303 uninstall-includeHEADERS
:
305 list
='$(include_HEADERS)'; for p in
$$list; do \
306 rm -f
$(DESTDIR
)$(includedir)/$$p; \
311 ID
: $(HEADERS
) $(SOURCES
) $(LISP
)
312 list
='$(SOURCES) $(HEADERS)'; \
313 unique
=`for i in $$list; do echo $$i; done | \
314 awk ' { files[$$0] = 1; } \
315 END { for (i in files) print i; }'`; \
316 here
=`pwd` && cd
$(srcdir) \
317 && mkid
-f
$$here/ID
$$unique $(LISP
)
319 TAGS
: $(HEADERS
) $(SOURCES
) config.h.in
$(TAGS_DEPENDENCIES
) $(LISP
)
322 list
='$(SOURCES) $(HEADERS)'; \
323 unique
=`for i in $$list; do echo $$i; done | \
324 awk ' { files[$$0] = 1; } \
325 END { for (i in files) print i; }'`; \
326 test -z
"$(ETAGS_ARGS)config.h.in$$unique$(LISP)$$tags" \
327 ||
(cd
$(srcdir) && etags
$(ETAGS_ARGS
) $$tags config.h.in
$$unique $(LISP
) -o
$$here/TAGS
)
336 maintainer-clean-tags
:
338 distdir
= $(PACKAGE
)-$(VERSION
)
339 top_distdir
= $(distdir
)
341 # This target untars the dist file and tries a VPATH configuration. Then
342 # it guarantees that the distribution is self-contained by making another
346 GZIP
=$(GZIP_ENV
) $(TAR
) zxf
$(distdir
).
tar.gz
347 mkdir
$(distdir
)/=build
348 mkdir
$(distdir
)/=inst
349 dc_install_base
=`cd $(distdir)/=inst && pwd`; \
350 cd
$(distdir
)/=build \
351 && ..
/configure
--srcdir=..
--prefix=$$dc_install_base \
352 && $(MAKE
) $(AM_MAKEFLAGS
) \
353 && $(MAKE
) $(AM_MAKEFLAGS
) dvi \
354 && $(MAKE
) $(AM_MAKEFLAGS
) check \
355 && $(MAKE
) $(AM_MAKEFLAGS
) install \
356 && $(MAKE
) $(AM_MAKEFLAGS
) installcheck \
357 && $(MAKE
) $(AM_MAKEFLAGS
) dist
359 @banner
="$(distdir).tar.gz is ready for distribution"; \
360 dashes
=`echo "$$banner" | sed s/./=/g`; \
365 -chmod
-R a
+r
$(distdir
)
366 GZIP
=$(GZIP_ENV
) $(TAR
) chozf
$(distdir
).
tar.gz
$(distdir
)
369 -chmod
-R a
+r
$(distdir
)
370 GZIP
=$(GZIP_ENV
) $(TAR
) chozf
$(distdir
).
tar.gz
$(distdir
)
372 distdir
: $(DISTFILES
)
375 -chmod
777 $(distdir
)
376 @for file in
$(DISTFILES
); do \
378 if
test -d
$$d/$$file; then \
379 cp
-pr
$$d/$$file $(distdir
)/$$file; \
381 test -f
$(distdir
)/$$file \
382 || ln
$$d/$$file $(distdir
)/$$file 2> /dev
/null \
383 || cp
-p
$$d/$$file $(distdir
)/$$file ||
:; \
393 installcheck: installcheck-am
394 all-recursive-am
: config.h
395 $(MAKE
) $(AM_MAKEFLAGS
) all-recursive
397 install-exec-am
: install-libLIBRARIES install-binPROGRAMS
398 install-exec
: install-exec-am
400 install-data-am
: install-includeHEADERS
401 install-data
: install-data-am
404 @
$(MAKE
) $(AM_MAKEFLAGS
) install-exec-am install-data-am
406 uninstall-am
: uninstall-libLIBRARIES uninstall-binPROGRAMS \
407 uninstall-includeHEADERS
408 uninstall: uninstall-am
409 all-am
: Makefile
$(LIBRARIES
) $(PROGRAMS
) $(HEADERS
) config.h
412 $(MAKE
) $(AM_MAKEFLAGS
) INSTALL_STRIP_FLAG
=-s
install
414 $(mkinstalldirs
) $(DESTDIR
)$(libdir) $(DESTDIR
)$(bindir) \
415 $(DESTDIR
)$(includedir)
423 -rm -f Makefile
$(CONFIG_CLEAN_FILES
)
424 -rm -f config.cache config.log stamp-h stamp-h
[0-9]*
426 maintainer-clean-generic
:
427 mostlyclean-am
: mostlyclean-hdr mostlyclean-libLIBRARIES \
428 mostlyclean-compile mostlyclean-binPROGRAMS \
429 mostlyclean-noinstPROGRAMS mostlyclean-tags \
432 mostlyclean: mostlyclean-am
434 clean-am
: clean-hdr clean-libLIBRARIES clean-compile clean-binPROGRAMS \
435 clean-noinstPROGRAMS clean-tags clean-generic \
440 distclean-am
: distclean-hdr distclean-libLIBRARIES distclean-compile \
441 distclean-binPROGRAMS distclean-noinstPROGRAMS \
442 distclean-tags distclean-generic clean-am
444 distclean: distclean-am
447 maintainer-clean-am
: maintainer-clean-hdr maintainer-clean-libLIBRARIES \
448 maintainer-clean-compile maintainer-clean-binPROGRAMS \
449 maintainer-clean-noinstPROGRAMS maintainer-clean-tags \
450 maintainer-clean-generic distclean-am
451 @echo
"This command is intended for maintainers to use;"
452 @echo
"it deletes files that may require special tools to rebuild."
454 maintainer-clean
: maintainer-clean-am
457 .PHONY
: mostlyclean-hdr distclean-hdr clean-hdr maintainer-clean-hdr \
458 mostlyclean-libLIBRARIES distclean-libLIBRARIES clean-libLIBRARIES \
459 maintainer-clean-libLIBRARIES uninstall-libLIBRARIES \
460 install-libLIBRARIES mostlyclean-compile distclean-compile \
461 clean-compile maintainer-clean-compile mostlyclean-binPROGRAMS \
462 distclean-binPROGRAMS clean-binPROGRAMS maintainer-clean-binPROGRAMS \
463 uninstall-binPROGRAMS install-binPROGRAMS mostlyclean-noinstPROGRAMS \
464 distclean-noinstPROGRAMS clean-noinstPROGRAMS \
465 maintainer-clean-noinstPROGRAMS uninstall-includeHEADERS \
466 install-includeHEADERS
tags mostlyclean-tags distclean-tags clean-tags \
467 maintainer-clean-tags distdir info-am
info dvi-am
dvi check check-am \
468 installcheck-am
installcheck all-recursive-am install-exec-am \
469 install-exec install-data-am install-data install-am
install \
470 uninstall-am
uninstall all-redirect all-am
all installdirs \
471 mostlyclean-generic distclean-generic clean-generic \
472 maintainer-clean-generic
clean mostlyclean distclean maintainer-clean
475 # Tell versions [3.59,3.63) of GNU make to not export all variables.
476 # Otherwise a system limit (for SysV at least) may be exceeded.