blob: 160df6ce440f2996e174a3ec5a2bf3f5110cd3d5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
|
## DO NOT EDIT! GENERATED AUTOMATICALLY!
## Process this file with automake to produce Makefile.in.
# Copyright (C) 2002-2008 Free Software Foundation, Inc.
#
# This file is free software, distributed under the terms of the GNU
# General Public License. As a special exception to the GNU General
# Public License, this file may be distributed as part of a program
# that contains a configuration script generated by Autoconf, under
# the same distribution terms as the rest of that program.
#
# Generated by gnulib-tool.
# Reproduce by: gnulib-tool --import --dir=. --lib=libxgnu --source-base=gl --m4-base=gl/m4 --doc-base=doc --tests-base=tests --aux-dir=build-aux --avoid=dummy --avoid=stdint --libtool --macro-prefix=xgl --no-vc-files crypto/hmac-md5 crypto/md5 havelib
AUTOMAKE_OPTIONS = 1.5 gnits
SUBDIRS =
noinst_HEADERS =
noinst_LIBRARIES =
noinst_LTLIBRARIES =
EXTRA_DIST =
BUILT_SOURCES =
SUFFIXES =
MOSTLYCLEANFILES = core *.stackdump
MOSTLYCLEANDIRS =
CLEANFILES =
DISTCLEANFILES =
MAINTAINERCLEANFILES =
EXTRA_DIST += m4/gnulib-cache.m4
AM_CPPFLAGS =
noinst_LTLIBRARIES += libxgnu.la
libxgnu_la_SOURCES =
libxgnu_la_LIBADD = $(xgl_LTLIBOBJS)
libxgnu_la_DEPENDENCIES = $(xgl_LTLIBOBJS)
EXTRA_libxgnu_la_SOURCES =
libxgnu_la_LDFLAGS = $(AM_LDFLAGS)
## begin gnulib module crypto/hmac-md5
EXTRA_DIST += hmac-md5.c hmac.h
EXTRA_libxgnu_la_SOURCES += hmac-md5.c
## end gnulib module crypto/hmac-md5
## begin gnulib module crypto/md5
EXTRA_DIST += md5.c md5.h
EXTRA_libxgnu_la_SOURCES += md5.c
## end gnulib module crypto/md5
## begin gnulib module havelib
EXTRA_DIST += $(top_srcdir)/build-aux/config.rpath
## end gnulib module havelib
## begin gnulib module memxor
EXTRA_DIST += memxor.c memxor.h
EXTRA_libxgnu_la_SOURCES += memxor.c
## end gnulib module memxor
mostlyclean-local: mostlyclean-generic
@for dir in '' $(MOSTLYCLEANDIRS); do \
if test -n "$$dir" && test -d $$dir; then \
echo "rmdir $$dir"; rmdir $$dir; \
fi; \
done; \
:
|