[kaffe] CVS kaffe (robilad): Cleaned up Makfile.am in unix-pthreads
Kaffe CVS
cvs-commits at kaffe.org
Sat Apr 2 16:55:53 PST 2005
PatchSet 5649
Date: 2005/04/03 00:51:21
Author: robilad
Branch: HEAD
Tag: (none)
Log:
Cleaned up Makfile.am in unix-pthreads
2005-04-03 Dalibor Topic <robilad at kaffe.org>
* kaffe/kaffevm/systems/unix-pthreads/Makefile.am
(libkthread_la_SOURCES): Added header files from
EXTRA_DIST.
Members:
ChangeLog:1.3819->1.3820
kaffe/kaffevm/systems/unix-pthreads/Makefile.am:1.13->1.14
kaffe/kaffevm/systems/unix-pthreads/Makefile.in:1.110->1.111
Index: kaffe/ChangeLog
diff -u kaffe/ChangeLog:1.3819 kaffe/ChangeLog:1.3820
--- kaffe/ChangeLog:1.3819 Sat Apr 2 21:45:56 2005
+++ kaffe/ChangeLog Sun Apr 3 00:51:21 2005
@@ -1,3 +1,9 @@
+2005-04-03 Dalibor Topic <robilad at kaffe.org>
+
+ * kaffe/kaffevm/systems/unix-pthreads/Makefile.am
+ (libkthread_la_SOURCES): Added header files from
+ EXTRA_DIST.
+
2005-04-02 Dalibor Topic <robilad at kaffe.org>
* config/powerpc/darwin/config.frag:
Index: kaffe/kaffe/kaffevm/systems/unix-pthreads/Makefile.am
diff -u kaffe/kaffe/kaffevm/systems/unix-pthreads/Makefile.am:1.13 kaffe/kaffe/kaffevm/systems/unix-pthreads/Makefile.am:1.14
--- kaffe/kaffe/kaffevm/systems/unix-pthreads/Makefile.am:1.13 Tue Feb 8 19:34:06 2005
+++ kaffe/kaffe/kaffevm/systems/unix-pthreads/Makefile.am Sun Apr 3 00:51:23 2005
@@ -23,9 +23,19 @@
libkthread_la_CFLAGS = \
$(PTHREAD_CFLAGS)
-libkthread_la_SOURCES = lock-impl.c signal.c syscalls.c thread-impl.c
-EXTRA_DIST = Makefile.frag lock-impl.h thread-impl.h thread-internal.h \
- jsignal.h jthread.h
+libkthread_la_SOURCES = \
+ lock-impl.c \
+ signal.c \
+ syscalls.c \
+ thread-impl.c \
+ lock-impl.h \
+ thread-impl.h \
+ thread-internal.h \
+ jsignal.h \
+ jthread.h
+
+EXTRA_DIST = \
+ Makefile.frag
@engine_frag@
@gc_frag@
Index: kaffe/kaffe/kaffevm/systems/unix-pthreads/Makefile.in
diff -u kaffe/kaffe/kaffevm/systems/unix-pthreads/Makefile.in:1.110 kaffe/kaffe/kaffevm/systems/unix-pthreads/Makefile.in:1.111
--- kaffe/kaffe/kaffevm/systems/unix-pthreads/Makefile.in:1.110 Thu Mar 31 11:55:28 2005
+++ kaffe/kaffe/kaffevm/systems/unix-pthreads/Makefile.in Sun Apr 3 00:51:23 2005
@@ -389,9 +389,19 @@
libkthread_la_CFLAGS = \
$(PTHREAD_CFLAGS)
-libkthread_la_SOURCES = lock-impl.c signal.c syscalls.c thread-impl.c
-EXTRA_DIST = Makefile.frag lock-impl.h thread-impl.h thread-internal.h \
- jsignal.h jthread.h
+libkthread_la_SOURCES = \
+ lock-impl.c \
+ signal.c \
+ syscalls.c \
+ thread-impl.c \
+ lock-impl.h \
+ thread-impl.h \
+ thread-internal.h \
+ jsignal.h \
+ jthread.h
+
+EXTRA_DIST = \
+ Makefile.frag
AM_CPPFLAGS = \
-I. \
More information about the kaffe
mailing list