Problem: Parallel make still doesn't work. (Lewis Muir)
Solution: Define OBJ_MAIN.
$(WSDEBUG_OBJ)
# The files included by tests are not in OBJ_COMMON.
-OBJ = $(OBJ_COMMON) \
+OBJ_MAIN = \
objects/json.o \
objects/main.o \
objects/memfile.o \
objects/message.o
+OBJ = $(OBJ_COMMON) $(OBJ_MAIN)
+
OBJ_JSON_TEST = \
objects/memfile.o \
objects/message.o \
MESSAGE_TEST_OBJ = $(OBJ_COMMON) $(OBJ_MESSAGE_TEST)
-ALL_OBJ = $(OBJ_COMMON) $(OBJ_JSON_TEST) $(OBJ_MEMFILE_TEST) $(OBJ_MESSAGE_TEST)
+ALL_OBJ = $(OBJ_COMMON) \
+ $(OBJ_MAIN) \
+ $(OBJ_JSON_TEST) \
+ $(OBJ_MEMFILE_TEST) \
+ $(OBJ_MESSAGE_TEST)
PRO_AUTO = \
# commands understand putting object files in another directory, it must be
# specified for each file separately.
-objects objects/.dirstamp:
+objects: objects/.dirstamp
+
+objects/.dirstamp:
mkdir -p objects
touch objects/.dirstamp
static int included_patches[] =
{ /* Add new patch number below this line */
+/**/
+ 129,
/**/
128,
/**/