Patch #508 » 0001-Makefiles-allow-parallel-builds.patch
Makefile | ||
---|---|---|
|
||
include $(configdir)/Makefile.def
|
||
|
||
.NOTPARALLEL:
|
||
|
||
all: config-all ofstd-all oflog-all dcmdata-all dcmtls-all dcmnet-all dcmqrdb-all dcmwlm-all dcmimgle-all dcmsr-all dcmsign-all dcmpstat-all dcmimage-all dcmjpeg-all dcmjpls-all
|
||
|
||
libsrc-all: ofstd-libsrc-all oflog-libsrc-all dcmdata-libsrc-all dcmtls-libsrc-all dcmnet-libsrc-all dcmqrdb-libsrc-all dcmwlm-libsrc-all dcmimgle-libsrc-all dcmsr-libsrc-all dcmsign-libsrc-all dcmpstat-libsrc-all dcmimage-libsrc-all dcmjpeg-libsrc-all dcmjpls-libsrc-all
|
dcmimgle/Makefile.in | ||
---|---|---|
apps-all: libsrc-all
|
||
(cd apps && $(MAKE) ARCH="$(ARCH)" all)
|
||
|
||
tests-all:
|
||
tests-all: libsrc-all
|
||
(cd docs && $(MAKE) all)
|
||
|
||
|
dcmjpeg/Makefile.in | ||
---|---|---|
apps-all: libsrc-all
|
||
(cd apps && $(MAKE) ARCH="$(ARCH)" all)
|
||
|
||
tests-all:
|
||
tests-all: libsrc-all
|
||
(cd tests && $(MAKE) all)
|
||
|
||
|
dcmjpls/Makefile.in | ||
---|---|---|
apps-all: libsrc-all
|
||
(cd apps && $(MAKE) ARCH="$(ARCH)" all)
|
||
|
||
tests-all:
|
||
tests-all: libsrc-all
|
||
(cd tests && $(MAKE) ARCH="$(ARCH)" all)
|
||
|
||
|
dcmnet/Makefile.in | ||
---|---|---|
apps-all: libsrc-all
|
||
(cd apps && $(MAKE) ARCH="$(ARCH)" all)
|
||
|
||
tests-all:
|
||
tests-all: libsrc-all
|
||
(cd tests && $(MAKE) ARCH="$(ARCH)" all)
|
||
|
||
|
dcmpstat/Makefile.in | ||
---|---|---|
apps-all: libsrc-all
|
||
(cd apps && $(MAKE) ARCH="$(ARCH)" all)
|
||
|
||
tests-all:
|
||
tests-all: libsrc-all
|
||
(cd tests && $(MAKE) all)
|
||
|
||
|
dcmsign/Makefile.in | ||
---|---|---|
apps-all: libsrc-all
|
||
(cd apps && $(MAKE) ARCH="$(ARCH)" all)
|
||
|
||
tests-all:
|
||
tests-all: libsrc-all
|
||
(cd tests && $(MAKE) all)
|
||
|
||
|
||
-
|