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
Glasgow Haskell Compiler
GHC
Commits
a8ef5634
Commit
a8ef5634
authored
Jun 26, 2007
by
andy@galois.com
Browse files
Adding hpc lib as part of the compat 'package'
parent
5598dbc2
Changes
3
Hide whitespace changes
Inline
Side-by-side
compat/Makefile
View file @
a8ef5634
...
...
@@ -10,6 +10,7 @@ ALL_DIRS = \
System
\
System/FilePath
\
System/Directory
\
Trace/Hpc
\
cbits
SplitObjs
=
NO
...
...
@@ -79,6 +80,9 @@ Distribution/ParseUtils.$(way_)o : $(FPTOOLS_TOP)/libraries/Cabal/Distribution/
Distribution/Compiler.$(way_)o
:
$(FPTOOLS_TOP)/libraries/Cabal/Distribution/Compiler.hs
Distribution/Version.$(way_)o
:
$(FPTOOLS_TOP)/libraries/Cabal/Distribution/Version.hs
Language/Haskell/Extension.$(way_)o
:
$(FPTOOLS_TOP)/libraries/Cabal/Language/Haskell/Extension.hs
Trace/Hpc/Mix.$(way_)o
:
$(FPTOOLS_TOP)/libraries/hpc/Trace/Hpc/Mix.hs
Trace/Hpc/Util.$(way_)o
:
$(FPTOOLS_TOP)/libraries/hpc/Trace/Hpc/Util.hs
cbits/unicode.o
:
$(FPTOOLS_TOP)/libraries/base/cbits/WCsubst.c $(FPTOOLS_TOP)/libraries/base/include/WCsubst.h
SRC_CC_OPTS
+=
-I
$(FPTOOLS_TOP)
/libraries/base/cbits
-I
$(FPTOOLS_TOP)
/libraries/base/include
...
...
compat/Trace/Hpc/Mix.hs
0 → 100644
View file @
a8ef5634
{-# OPTIONS -cpp #-}
#
include
"hpc/Trace/Hpc/Mix.hs"
-- dummy comment
compat/Trace/Hpc/Util.hs
0 → 100644
View file @
a8ef5634
{-# OPTIONS -cpp #-}
#
include
"hpc/Trace/Hpc/Util.hs"
-- dummy comment
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