Skip to content
Snippets Groups Projects
Commit abdd7f14 authored by Andrew Johnson's avatar Andrew Johnson
Browse files

Added dependencies for parallel make from Ron Sluiter.

parent 4d7796c9
No related branches found
No related tags found
No related merge requests found
...@@ -4,4 +4,7 @@ include $(TOP)/configure/CONFIG ...@@ -4,4 +4,7 @@ include $(TOP)/configure/CONFIG
DIRS += configure DIRS += configure
DIRS += src DIRS += src
DIRS += test DIRS += test
src_DEPEND_DIRS = configure
test_DEPEND_DIRS = src
include $(TOP)/configure/RULES_TOP include $(TOP)/configure/RULES_TOP
...@@ -4,4 +4,8 @@ DIRS += pv ...@@ -4,4 +4,8 @@ DIRS += pv
DIRS += seq DIRS += seq
DIRS += dev DIRS += dev
DIRS += snc DIRS += snc
seq_DEPEND_DIRS = pv
dev_DEPEND_DIRS = seq
snc_DEPEND_DIRS = seq
include $(TOP)/configure/RULES_DIRS include $(TOP)/configure/RULES_DIRS
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment