summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorIvan Maidanski <ivmai@mail.ru>2017-06-08 01:16:58 +0300
committerIvan Maidanski <ivmai@mail.ru>2017-06-08 01:16:58 +0300
commit5122107e0a60c7e9e3b3da141b960138f9cc94ea (patch)
tree96c87d66d00e4acbfe477b80e7e649397b93fe76 /Makefile.am
parent96c443123561c81ba2f97708c06dc17974395edd (diff)
downloadbdwgc-5122107e0a60c7e9e3b3da141b960138f9cc94ea.tar.gz
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.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am4
1 files changed, 2 insertions, 2 deletions
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 \