From: Roman Leshchinskiy Date: Fri, 30 May 2008 05:03:40 +0000 (+0000) Subject: Add dph packages to build system X-Git-Tag: 2008-06-01~3 X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=commitdiff_plain;h=1b5161f0e4a95725544880a282963a8859cd22ee Add dph packages to build system --- diff --git a/libraries/Makefile b/libraries/Makefile index 9b5c7de..888beec 100644 --- a/libraries/Makefile +++ b/libraries/Makefile @@ -75,6 +75,10 @@ SUBDIRS += $(wildcard ObjectIO) endif SUBDIRS += $(wildcard parallel) SUBDIRS_BUILD += $(wildcard ndp) +SUBDIRS_BUILD += $(wildcard dph/dph-base) +SUBDIRS_BUILD += $(wildcard dph/dph-prim-seq) +SUBDIRS_BUILD += $(wildcard dph/dph-prim-par) +SUBDIRS_BUILD += $(wildcard dph/dph) endif SUBDIRS += $(SUBDIRS_BUILD)