Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Alex D
GHC
Commits
1b5161f0
Commit
1b5161f0
authored
May 30, 2008
by
rl@cse.unsw.edu.au
Browse files
Add dph packages to build system
parent
63c2dd1d
Changes
1
Hide whitespace changes
Inline
Side-by-side
libraries/Makefile
View file @
1b5161f0
...
...
@@ -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)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment