GHC new build system megapatch
[ghc-hetmet.git] / driver / ghc / ghc.mk
diff --git a/driver/ghc/ghc.mk b/driver/ghc/ghc.mk
new file mode 100644 (file)
index 0000000..68d35cb
--- /dev/null
@@ -0,0 +1,10 @@
+ifeq "$(Windows)" "YES"
+
+driver/ghc_dist_C_SRCS  = ghc.c
+driver/ghc_dist_PROG    = ghc-$(ProjectVersion)
+driver/ghc_dist_INSTALL = YES
+
+$(eval $(call build-prog,driver/ghc,dist,0))
+
+endif
+