Implemented a resizable heap abstraction over mmap(). Allows us to
[panda.git] / Makefile.am
blob2b9647be72fc131cfdcd2fec3dae09587b3e90f3
2 ACLOCAL_AMFLAGS = -I .
4 lib_LTLIBRARIES =
5 noinst_LTLIBRARIES =
6 bin_PROGRAMS = 
7 noinst_PROGRAMS =
8 DISTCLEANFILES =
9 CLEANFILES = 
10 BUILT_SOURCES = 
12 EXTRA_DIST = \
13         COPYING    \
14         st-mode.el \
15         autogen.sh \
16         docs/bytecodes.txt \
17         docs/object-memory.txt
19 include Makefile-libtommath.am
20 include Makefile-libpanda.am
21 include Makefile-libgdtoa.am
22 include Makefile-libmpa.am
23 include Makefile-optparse.am
24 include Makefile-tests.am
26 dist-hook:
27         @echo Generating ChangeLog
28         which bzr && bzr log --short > $(distdir)/ChangeLog