From b2ad9ed8b54881917b974aa3643da13b25cbf2de Mon Sep 17 00:00:00 2001 From: Klaus Treichel Date: Mon, 28 Aug 2006 17:19:06 +0000 Subject: [PATCH] 2006-08-28 Klaus Treichel * dpas/Makefile.am, jit/Makefile.am, tests/Makefile.am: Add missing sources to fix creation of tarballs (make dist). --- ChangeLog | 6 ++++++ dpas/Makefile.am | 1 + jit/Makefile.am | 16 +++++++++++++++- tests/Makefile.am | 1 + 4 files changed, 23 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 83dcb10..1ed6549 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ + +2006-08-28 Klaus Treichel + + * dpas/Makefile.am, jit/Makefile.am, tests/Makefile.am: Add missing + sources to fix creation of tarballs (make dist). + 2006-08-25 Yan Burman * jitdynamic/jit-cpp-mangle.c (mangle_type_gcc3): fix typo in diff --git a/dpas/Makefile.am b/dpas/Makefile.am index d8b3b1a..a9c08c6 100644 --- a/dpas/Makefile.am +++ b/dpas/Makefile.am @@ -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 \ diff --git a/jit/Makefile.am b/jit/Makefile.am index 5bb4fc6..8a59c9c 100644 --- a/jit/Makefile.am +++ b/jit/Makefile.am @@ -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 diff --git a/tests/Makefile.am b/tests/Makefile.am index aa0d767..45bfb19 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -3,4 +3,5 @@ TESTS = coerce.pas \ loop.pas \ math.pas \ param.pas +EXTRA_DIST = $(TESTS) TESTS_ENVIRONMENT = $(top_builddir)/dpas/dpas --dont-fold -- 2.47.3