summaryrefslogtreecommitdiff
path: root/Makefile.dj
diff options
context:
space:
mode:
authorIvan Maidanski <ivmai@mail.ru>2012-01-16 09:24:57 +0400
committerIvan Maidanski <ivmai@mail.ru>2012-01-16 16:32:34 +0400
commita1467f2140f9db3408f6214137c7dc31f10d0bd9 (patch)
treeff635b0f04950f9012c88729301cc69b0691ffec /Makefile.dj
parent8bf2d64efaa923920907393ea1107eb1bc9ed14b (diff)
downloadbdwgc-a1467f2140f9db3408f6214137c7dc31f10d0bd9.tar.gz
Move cord_pos.h to public headers folder (since included from cord.h)
* include/private/cord_pos.h: Rename to include/cord_pos.h. * BCC_MAKEFILE (de_win.obj): Rename "private/cord_pos.h" entry to "cord_pos.h". * Makefile.direct (CORD_SRCS, CORD_INCLUDE_FILES): Likewise. * Makefile.dj (CORD_SRCS, CORD_INCLUDE_FILES): Likewise. * NT_MAKEFILE (de_win.obj): Likewise. * NT_STATIC_THREADS_MAKEFILE (de_win.obj): Likewise. * NT_X64_STATIC_THREADS_MAKEFILE (de_win.obj): Likewise. * NT_X64_THREADS_MAKEFILE (de_win.obj): Likewise. * OS2_MAKEFILE (cordbscs.obj, cordxtra.obj, cordprnt.obj, cordtest.exe): Likewise. * gc.mak (DEP_CPP_DE_WI, DEP_CPP_DE_C2e, DEP_CPP_CORDX, DEP_CPP_CORDB): Likewise. * include/include.am (dist_noinst_HEADERS): Likewise. * include/cord.h: Include "private/cord_pos.h" instead of "cord_pos.h". * include/cord_pos.h (CORD_H): Test (skip the file if undefined). * include/cord_pos.h (CORD_POSITION_H): Define.
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 430e80f2..b7658cca 100644
--- a/Makefile.dj
+++ b/Makefile.dj
@@ -43,7 +43,7 @@ CSRCS= reclaim.c allchblk.c misc.c alloc.c mach_dep.c os_dep.c mark_rts.c header
CORD_SRCS= cord/cordbscs.c cord/cordxtra.c cord/cordprnt.c cord/tests/de.c \
cord/tests/cordtest.c include/cord.h include/ec.h \
- include/private/cord_pos.h cord/tests/de_win.c cord/tests/de_win.h \
+ include/cord_pos.h cord/tests/de_win.c cord/tests/de_win.h \
cord/tests/de_cmds.h cord/tests/de_win.rc
CORD_OBJS= cord/cordbscs.o cord/cordxtra.o cord/cordprnt.o
@@ -74,7 +74,7 @@ OTHER_FILES= PCR-Makefile OS2_MAKEFILE NT_MAKEFILE BCC_MAKEFILE \
Makefile.dj doc/README.alpha doc/README.linux WCC_MAKEFILE
CORD_INCLUDE_FILES= $(srcdir)/include/gc.h $(srcdir)/include/cord.h \
- $(srcdir)/include/ec.h $(srcdir)/include/private/cord_pos.h
+ $(srcdir)/include/ec.h $(srcdir)/include/cord_pos.h
UTILS= if_mach$(EXE_SUFFIX) if_not_there$(EXE_SUFFIX)