a0ec0c6ec5a113f454b8605d643772a85de75194
[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)
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         mono-dl.c       \
20         mono-dl.h       \
21         mono-internal-hash.c    \
22         mono-internal-hash.h    \
23         mono-io-portability.c   \
24         mono-io-portability.h   \
25         monobitset.c    \
26         mono-math.c  \
27         mono-mmap.c  \
28         mono-mmap.h  \
29         mono-time.c  \
30         mono-time.h  \
31         strtod.h        \
32         strtod.c        \
33         strenc.h        \
34         strenc.c        \
35         mono-uri.c      \
36         mono-poll.c     \
37         mono-path.c     \
38         mono-stdlib.c
39
40 libmonoutilsincludedir = $(includedir)/mono-$(API_VER)/mono/utils
41
42 libmonoutilsinclude_HEADERS = \
43         monobitset.h    \
44         mono-codeman.h  \
45         mono-counters.h \
46         mono-digest.h   \
47         mono-logger.h   \
48         mono-hash.h     \
49         mono-math.h     \
50         mono-membar.h   \
51         mono-path.h     \
52         mono-poll.h     \
53         mono-uri.h      \
54         mono-stdlib.h
55
56 EXTRA_DIST = ChangeLog mono-hash.c mono-hash.h mono-ehash.c