summaryrefslogtreecommitdiff
path: root/libextra/gl/gnulib.mk
blob: 7649765e4afdcbb741d20612cb95dcb7de503c22 (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
## DO NOT EDIT! GENERATED AUTOMATICALLY!
## Process this file with automake to produce Makefile.in.
# Copyright (C) 2002-2009 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=libextra/gl --m4-base=libextra/gl/m4 --doc-base=doc --tests-base=libextra/gl/tests --aux-dir=build-aux --avoid=dummy --avoid=stdint --makefile-name=gnulib.mk --libtool --macro-prefix=xgl --no-vc-files crypto/hmac-md5 crypto/md5 extensions havelib


MOSTLYCLEANFILES += core *.stackdump

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; \
	: