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