]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Makefile.am (nat_files, [...]): New.
authorAndrew Haley <aph@redhat.com>
Fri, 15 Oct 2004 17:01:19 +0000 (17:01 +0000)
committerAndrew Haley <aph@gcc.gnu.org>
Fri, 15 Oct 2004 17:01:19 +0000 (17:01 +0000)
2004-10-15  Andrew Haley  <aph@redhat.com>

        * Makefile.am (nat_files, xlib_nat_files): New.
        * Makefile.in: Regenerate.

From-SVN: r89104

libjava/ChangeLog
libjava/Makefile.am
libjava/Makefile.in

index 2a0fa475725c2a85d2f1ba0f632bd880307f13db..5600321cb234b7876c8e80011c84501f8f63555f 100644 (file)
@@ -1,3 +1,8 @@
+2004-10-15  Andrew Haley  <aph@redhat.com>
+
+        * Makefile.am (nat_files, xlib_nat_files): New.
+        * Makefile.in: Regenerate.
+
 2004-10-14  Ulrich Weigand  <uweigand@de.ibm.com>
 
        * jni.cc (_Jv_JNIMethod::call): Use ffi_java_raw_call instead of
index 1e0e9c078702ff6f1886b2f65d73b50d558a1bbb..13a31180ca0762871c0b534b4f23aca6fd3c2429 100644 (file)
@@ -211,6 +211,10 @@ libgcj_la_DEPENDENCIES = libgcj-@gcc_version@.jar \
        java/lang/fdlibm.h java/lang/ieeefp.h java/lang/mprec.h \
        $(LIBLTDL) $(LIBFFI) $(ZLIBS) $(GCLIBS) $(propertyo_files)
 
+## Objects from C++ sources in subdirs.
+nat_files = $(nat_source_files:.cc=.lo)
+xlib_nat_files = $(xlib_nat_source_files:.cc=.lo)
+
 # Include THREADLIBS here to ensure that the correct version of
 # certain linuxthread functions get linked:
 ## The mysterious backslash in the grep pattern is consumed by make.
index 678acdcb493998fc2f9ad32a7d041c1063a36518..0d00ec0186ca7a4800d61e497c91a5645d77308b 100644 (file)
@@ -4432,6 +4432,8 @@ libgcj_la_DEPENDENCIES = libgcj-@gcc_version@.jar \
        java/lang/fdlibm.h java/lang/ieeefp.h java/lang/mprec.h \
        $(LIBLTDL) $(LIBFFI) $(ZLIBS) $(GCLIBS) $(propertyo_files)
 
+nat_files = $(nat_source_files:.cc=.lo)
+xlib_nat_files = $(xlib_nat_source_files:.cc=.lo)
 
 # Include THREADLIBS here to ensure that the correct version of
 # certain linuxthread functions get linked: