New test.
[mono.git] / mono / utils / Makefile.am
1 noinst_LTLIBRARIES = libmonoutils.la
2
3 INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/mono $(LIBGC_CFLAGS) $(GLIB_CFLAGS) $(GMODULE_CFLAGS)
4
5 if EGLIB_BUILD 
6 hash_sources = mono-ehash.c
7 else
8 hash_sources = mono-hash.c
9 endif
10
11 libmonoutils_la_SOURCES = \
12         $(hash_sources) \
13         mono-md5.c      \
14         mono-sha1.c     \
15         mono-logger.c   \
16         mono-codeman.c  \
17         mono-counters.c \
18         mono-compiler.h \
19         monobitset.c    \
20         mono-math.c  \
21         strtod.h        \
22         strtod.c        \
23         strenc.h        \
24         strenc.c        \
25         mono-uri.c      \
26         mono-poll.c     \
27         mono-path.c     \
28         mono-stdlib.c
29
30 libmonoutilsincludedir = $(includedir)/mono/utils
31
32 libmonoutilsinclude_HEADERS = \
33         monobitset.h    \
34         mono-codeman.h  \
35         mono-counters.h \
36         mono-digest.h   \
37         mono-logger.h   \
38         mono-hash.h     \
39         mono-math.h     \
40         mono-path.h     \
41         mono-poll.h     \
42         mono-uri.h      \
43         mono-stdlib.h
44
45 EXTRA_DIST = ChangeLog mono-hash.c mono-hash.h mono-ehash.c