From 09ded2f8cd9473a8df69977984cd8ef8b04ca31b Mon Sep 17 00:00:00 2001 From: DongHun Kwak Date: Wed, 22 Jun 2016 16:37:11 +0900 Subject: Imported Upstream version 8.35 Change-Id: Idbf69438bf7f3980ed6bd47b478151f4d6f79cf8 Signed-off-by: DongHun Kwak --- Makefile.am | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 9a0cd0c..5f640b0 100644 --- a/Makefile.am +++ b/Makefile.am @@ -350,15 +350,19 @@ EXTRA_DIST += \ sljit/sljitExecAllocator.c \ sljit/sljitLir.c \ sljit/sljitLir.h \ - sljit/sljitNativeARM_Thumb2.c \ - sljit/sljitNativeARM_v5.c \ + sljit/sljitNativeARM_32.c \ + sljit/sljitNativeARM_64.c \ + sljit/sljitNativeARM_T2_32.c \ sljit/sljitNativeMIPS_32.c \ + sljit/sljitNativeMIPS_64.c \ sljit/sljitNativeMIPS_common.c \ sljit/sljitNativePPC_32.c \ sljit/sljitNativePPC_64.c \ sljit/sljitNativePPC_common.c \ sljit/sljitNativeSPARC_32.c \ sljit/sljitNativeSPARC_common.c \ + sljit/sljitNativeTILEGX_64.c \ + sljit/sljitNativeTILEGX-encoder.c \ sljit/sljitNativeX86_32.c \ sljit/sljitNativeX86_64.c \ sljit/sljitNativeX86_common.c \ @@ -578,6 +582,8 @@ EXTRA_DIST += \ testdata/testoutput1 \ testdata/testoutput2 \ testdata/testoutput3 \ + testdata/testoutput3A \ + testdata/testoutput3B \ testdata/testoutput4 \ testdata/testoutput5 \ testdata/testoutput6 \ @@ -616,8 +622,10 @@ CLEANFILES += \ teststderr \ testtemp* \ testtry \ - testNinput - + testNinput \ + testtrygrep \ + teststderrgrep \ + testNinputgrep # PCRE demonstration program. No longer built automatcally. The point is that # the users should build it themselves. So just distribute the source. -- cgit v1.2.3