Adding Tix to compat library, so that hpc in utils can use it
authorandy@galois.com <unknown>
Wed, 27 Jun 2007 06:04:30 +0000 (06:04 +0000)
committerandy@galois.com <unknown>
Wed, 27 Jun 2007 06:04:30 +0000 (06:04 +0000)
compat/Makefile
compat/Trace/Hpc/Tix.hs [new file with mode: 0644]
compat/compat.mk

index b09e1c2..4dc05f8 100644 (file)
@@ -82,6 +82,7 @@ Distribution/Version.$(way_)o :  $(FPTOOLS_TOP)/libraries/Cabal/Distribution/Ver
 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
+Trace/Hpc/Tix.$(way_)o :  $(FPTOOLS_TOP)/libraries/hpc/Trace/Hpc/Tix.hs
 
 cbits/unicode.o : $(FPTOOLS_TOP)/libraries/base/cbits/WCsubst.c $(FPTOOLS_TOP)/libraries/base/include/WCsubst.h
 
diff --git a/compat/Trace/Hpc/Tix.hs b/compat/Trace/Hpc/Tix.hs
new file mode 100644 (file)
index 0000000..9bba7d0
--- /dev/null
@@ -0,0 +1,3 @@
+{-# OPTIONS -cpp #-}
+#include "hpc/Trace/Hpc/Tix.hs"
+-- dummy comment
index c9232f7..a9eadb8 100644 (file)
@@ -50,7 +50,8 @@ SRC_MKDEPENDHS_OPTS += \
        -optdep--exclude-module=System.FilePath.Windows \
        -optdep--exclude-module=System.Directory.Internals \
        -optdep--exclude-module=Trace.Hpc.Mix \
-       -optdep--exclude-module=Trace.Hpc.Util
+       -optdep--exclude-module=Trace.Hpc.Util \
+       -optdep--exclude-module=Trace.Hpc.Tix 
 
 
 PACKAGE_CABAL =