summaryrefslogtreecommitdiff
path: root/Makefile.dj
diff options
context:
space:
mode:
authorIvan Maidanski <ivmai@mail.ru>2011-08-25 12:11:42 +0400
committerIvan Maidanski <ivmai@mail.ru>2011-08-25 12:11:42 +0400
commit30db5005d67bdcd8bfacd07201b21f20ef6f8b2d (patch)
treed42db85806be5c8e1dee5e1e26fa705ea625159c /Makefile.dj
parentf73c7687a129ac0cb3918b4bd0186d9cb48aa0f3 (diff)
downloadbdwgc-30db5005d67bdcd8bfacd07201b21f20ef6f8b2d.tar.gz
Move asm machine-dependent files to "src" folder.
* .gitignore: Add entries from "src" folder; add auto-generated files by CMake; allow a suffix for "libatomic_ops" folder. * Makefile.direct (SRCS, mach_dep.o): Move sparc_mach_dep.S, sparc_sunos4_mach_dep.s, sparc_netbsd_mach_dep.s, ia64_save_regs_in_stack.s to "src" directory. * Makefile.dj (SRCS): Ditto. * configure.ac (machdep): Move sparc_mach_dep.lo, sparc_netbsd_mach_dep.lo, ia64_save_regs_in_stack.lo to "src" folder. * PCR-Makefile (mach_dep.o): Remove "if_mach" statement for MIPS. * PCR-Makefile (if_mach, if_not_there): Remove rules. * gc.mak (CPP_PROJ): Prefix libatomic_ops folder with "./".
Diffstat (limited to 'Makefile.dj')
-rw-r--r--Makefile.dj4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.dj b/Makefile.dj
index 6c2ddad9..16af4691 100644
--- a/Makefile.dj
+++ b/Makefile.dj
@@ -48,13 +48,13 @@ CORD_SRCS= cord/cordbscs.c cord/cordxtra.c cord/cordprnt.c cord/de.c \
CORD_OBJS= cord/cordbscs.o cord/cordxtra.o cord/cordprnt.o
SRCS= $(CSRCS) \
- sparc_mach_dep.S include/gc.h include/gc_version.h include/gc_typed.h \
+ src/sparc_mach_dep.S include/gc.h include/gc_version.h include/gc_typed.h \
include/private/gc_hdrs.h include/private/gc_priv.h \
include/private/gcconfig.h include/private/gc_mark.h \
include/gc_inline.h gc.man tools/threadlibs.c \
tools/if_mach.c tools/if_not_there.c gc_cpp.cc include/gc_cpp.h \
include/weakpointer.h include/private/gc_locks.h \
- include/new_gc_alloc.h include/javaxfc.h sparc_sunos4_mach_dep.s \
+ include/new_gc_alloc.h include/javaxfc.h src/sparc_sunos4_mach_dep.s \
include/private/solaris_threads.h include/gc_backptr.h \
include/gc_gcj.h include/private/dbg_mlc.h \
include/private/specific.h \