Add needed files to dist
authorstefan <none@none>
Sat, 4 Oct 2003 18:35:15 +0000 (18:35 +0000)
committerstefan <none@none>
Sat, 4 Oct 2003 18:35:15 +0000 (18:35 +0000)
Makefile.am
jit/Makefile.am
src/vm/jit/Makefile.am

index 049144227fd56dcf4f32c954e693927f29861381..646008784767624ac349110c6c7752e9a99e53a5 100644 (file)
@@ -1,16 +1,16 @@
 ## Process this file with automake to produce Makefile.in
 
-# $Id: Makefile.am 323 2003-05-24 09:02:02Z stefan $
+# $Id: Makefile.am 470 2003-10-04 18:35:15Z stefan $
 
 @SET_MAKE@
 
 MAINTAINERCLEANFILES = Makefile.in configure
 ALLSUBDIRS = toolbox mm jit comp nat threads tst doc narray jvmtst
 SUBDIRS = $(ALLSUBDIRS) @SYSDEP_DIR@
-DIST_SUBDIRS = $(ALLSUBDIRS) alpha mips i386 powerpc
+DIST_SUBDIRS = $(ALLSUBDIRS) alpha mips i386 powerpc x86_64
 
 EXTRA_DIST = html/cacaoinstall.html html/cacaoman.html html/index.html \
-                               jni.c
+                               jni.c natcalls.h nativecalls.h
 
 CLEANFILES = @SYSDEP_DIR@/asmpart.o \
              @SYSDEP_DIR@/offsets.h \
index 53e028f7c562e78177f1968f291320d6c1405dc7..10ea38b4a8e0388df29ea4f3401ed1137dc4c27c 100644 (file)
@@ -1 +1,2 @@
-EXTRA_DIST = mcode.c parse.c reg.c stack.c jitdef.h inline.c sets.h sets.c parseRT.h parseXTA.h parseRTstats.h sets.h sets.c 
+EXTRA_DIST = mcode.c parse.c reg.c stack.c jitdef.h inline.c parseRT.h parseXTA.h \
+               parseRTprint.h parseEXTRAopcodes.h sets.h sets.c
index 53e028f7c562e78177f1968f291320d6c1405dc7..10ea38b4a8e0388df29ea4f3401ed1137dc4c27c 100644 (file)
@@ -1 +1,2 @@
-EXTRA_DIST = mcode.c parse.c reg.c stack.c jitdef.h inline.c sets.h sets.c parseRT.h parseXTA.h parseRTstats.h sets.h sets.c 
+EXTRA_DIST = mcode.c parse.c reg.c stack.c jitdef.h inline.c parseRT.h parseXTA.h \
+               parseRTprint.h parseEXTRAopcodes.h sets.h sets.c