]> git.unchartedbackwaters.co.uk Git - francis/libjit.git/commitdiff
2006-08-28 Klaus Treichel <ktreichel@web.de>
authorKlaus Treichel <ktreichel@web.de>
Mon, 28 Aug 2006 17:19:06 +0000 (17:19 +0000)
committerKlaus Treichel <ktreichel@web.de>
Mon, 28 Aug 2006 17:19:06 +0000 (17:19 +0000)
* dpas/Makefile.am, jit/Makefile.am, tests/Makefile.am: Add missing
sources to fix creation of tarballs (make dist).

ChangeLog
dpas/Makefile.am
jit/Makefile.am
tests/Makefile.am

index 83dcb101af30632eb71260863d84e97a5cd07f2c..1ed6549ee33bb6d8e2325cadda467ef14592c92c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+
+2006-08-28  Klaus Treichel  <ktreichel@web.de>
+
+       * dpas/Makefile.am, jit/Makefile.am, tests/Makefile.am: Add missing
+       sources to fix creation of tarballs (make dist).
+
 2006-08-25  Yan Burman  <yan_952@hotmail.com>
 
        * jitdynamic/jit-cpp-mangle.c (mangle_type_gcc3): fix typo in
index d8b3b1a99e981a7ef4211e993114c1e4e3a32d28..a9c08c6d363f244bd3157d6cb76150b4c1444c79 100644 (file)
@@ -8,6 +8,7 @@ dpas_SOURCES = \
        dpas-function.c \
        dpas-parser.y \
        dpas-scanner.l \
+       dpas-semantics.h \
        dpas-scope.c \
        dpas-scope.h \
        dpas-types.c \
index 5bb4fc6fc5a8640f131b1dbc25584cd083174e6f..8a59c9c2aa581ad38a021dc0eee8d767e84b7535 100644 (file)
@@ -11,9 +11,13 @@ libjit_la_SOURCES = \
                jit-apply-arm.c \
                jit-apply-x86.h \
                jit-apply-x86.c \
+               jit-apply-x86-64.h \
+               jit-bitset.h \
                jit-bitset.c \
                jit-block.c \
+               jit-cache.h \
                jit-cache.c \
+               jit-cfg.h \
                jit-cfg.c \
                jit-context.c \
                jit-cpuid-x86.h \
@@ -32,6 +36,7 @@ libjit_la_SOURCES = \
                jit-insn.c \
                jit-init.c \
                jit-internal.h \
+               jit-interp.h \
                jit-interp.c \
                jit-intrinsic.c \
                jit-live.c \
@@ -52,17 +57,26 @@ libjit_la_SOURCES = \
                jit-rules-arm.c \
                jit-rules-x86.h \
                jit-rules-x86.c \
+               jit-setjmp.h \
                jit-signal.c \
                jit-string.c \
                jit-symbol.c \
                jit-thread.c \
+               jit-thread.h \
                jit-type.c \
                jit-value.c \
                jit-walk.c
 
+EXTRA_DIST = \
+               mklabel.sh \
+               jit-rules-alpha.ins \
+               jit-rules-arm.sel \
+               jit-rules-x86.ins \
+               jit-rules-x86.sel
+
 AM_CFLAGS = -I$(top_srcdir)/include -I$(top_builddir)/include -I. -I$(srcdir)
 
-libjit_la_LDFLAGS = -version-info $(LIBJIT_VERSION)
+libjit_la_LDFLAGS = -version-info $(LIBJIT_VERSION) -no-undefined
 
 jit-interp.lo: jit-interp-labels.h
 
index aa0d767da8d5bc3f427293c970dd52d235faacbe..45bfb19088053e2acb7cdfc24f91cd9d20cb9f36 100644 (file)
@@ -3,4 +3,5 @@ TESTS = coerce.pas \
                loop.pas \
                math.pas \
                param.pas
+EXTRA_DIST = $(TESTS)
 TESTS_ENVIRONMENT = $(top_builddir)/dpas/dpas --dont-fold