From 5122107e0a60c7e9e3b3da141b960138f9cc94ea Mon Sep 17 00:00:00 2001 From: Ivan Maidanski Date: Thu, 8 Jun 2017 01:16:58 +0300 Subject: Do not compile pcr_interface.c and real_malloc.c except by PCR-Makefile These .c files are empty compilation units for targets other than PCR. * Makefile.am (libgc_la_SOURCES): Remove pcr_interface.c, real_malloc.c. * Makefile.direct (CSRCS): Likewise. * Makefile.am (EXTRA_DIST): Add pcr_interface.c, real_malloc.c. * SMakefile.amiga (OBJS): Remove real_malloc.o. * SMakefile.amiga (real_malloc.o): Remove. --- Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 5b63258e..3c87ce9b 100644 --- a/Makefile.am +++ b/Makefile.am @@ -63,8 +63,7 @@ libgc_la_SOURCES = \ allchblk.c alloc.c blacklst.c checksums.c dbg_mlc.c \ dyn_load.c finalize.c gc_dlopen.c gcj_mlc.c headers.c \ mach_dep.c malloc.c mallocx.c mark.c mark_rts.c misc.c new_hblk.c \ - obj_map.c os_dep.c pcr_interface.c ptr_chck.c real_malloc.c reclaim.c \ - specific.c stubborn.c typd_mlc.c + obj_map.c os_dep.c ptr_chck.c reclaim.c specific.c stubborn.c typd_mlc.c # C Library: Architecture Dependent # --------------------------------- @@ -194,6 +193,7 @@ EXTRA_DIST += tools/if_mach.c tools/if_not_there.c tools/setjmp_t.c \ tools/threadlibs.c gc.mak extra/MacOS.c extra/AmigaOS.c \ extra/symbian/global_end.cpp extra/symbian/global_start.cpp \ extra/symbian/init_global_static_roots.cpp extra/symbian.cpp \ + pcr_interface.c real_malloc.c \ build/s60v3/bld.inf build/s60v3/libgc.mmp \ extra/Mac_files/datastart.c extra/Mac_files/dataend.c \ extra/Mac_files/MacOS_config.h \ -- cgit v1.2.1