Add a versions haddock binary for Windows
[ghc-hetmet.git] / driver / haddock / ghc.mk
diff --git a/driver/haddock/ghc.mk b/driver/haddock/ghc.mk
new file mode 100644 (file)
index 0000000..f95559c
--- /dev/null
@@ -0,0 +1,24 @@
+# -----------------------------------------------------------------------------
+#
+# (c) 2009 The University of Glasgow
+#
+# This file is part of the GHC build system.
+#
+# To understand how the build system works and how to modify it, see
+#      http://hackage.haskell.org/trac/ghc/wiki/Building/Architecture
+#      http://hackage.haskell.org/trac/ghc/wiki/Building/Modifying
+#
+# -----------------------------------------------------------------------------
+
+ifeq "$(Windows)" "YES"
+
+driver/haddock_dist_C_SRCS   = haddock.c ../utils/cwrapper.c ../utils/getLocation.c
+driver/haddock_dist_CC_OPTS += -I driver/utils
+driver/haddock_dist_PROG     = haddock-$(ProjectVersion)
+driver/haddock_dist_INSTALL  = YES
+driver/haddock_dist_INSTALL_INPLACE = NO
+
+$(eval $(call build-prog,driver/haddock,dist,0))
+
+endif
+