diff options
| author | Andrew Haley <aph@redhat.com> | 2004-10-15 17:01:19 +0000 |
|---|---|---|
| committer | Andrew Haley <aph@gcc.gnu.org> | 2004-10-15 17:01:19 +0000 |
| commit | b08fd659aedf77f3a031985affc88b4cf7be7a95 (patch) | |
| tree | f09f9a0a55dae2ce9478531d5ef727fa0f3937f5 /libjava/Makefile.am | |
| parent | 10a351590fe8030f2e0a3968d27134baa1ab85af (diff) | |
| download | gcc-b08fd659aedf77f3a031985affc88b4cf7be7a95.tar.gz gcc-b08fd659aedf77f3a031985affc88b4cf7be7a95.tar.bz2 gcc-b08fd659aedf77f3a031985affc88b4cf7be7a95.zip | |
Makefile.am (nat_files, [...]): New.
2004-10-15 Andrew Haley <aph@redhat.com>
* Makefile.am (nat_files, xlib_nat_files): New.
* Makefile.in: Regenerate.
From-SVN: r89104
Diffstat (limited to 'libjava/Makefile.am')
| -rw-r--r-- | libjava/Makefile.am | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/libjava/Makefile.am b/libjava/Makefile.am index 1e0e9c07870..13a31180ca0 100644 --- a/libjava/Makefile.am +++ b/libjava/Makefile.am @@ -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. |
