[project @ 2001-07-13 13:40:26 by rrt]
[ghc-hetmet.git] / ghc / lib / std / cbits / Makefile
index 6c97dbd..d1f55fb 100644 (file)
@@ -1,15 +1,23 @@
-# $Id: Makefile,v 1.28 2001/05/18 22:13:28 qrczak Exp $
+# $Id: Makefile,v 1.31 2001/07/13 13:40:26 rrt Exp $
 
 TOP = ../../..
 include $(TOP)/mk/boilerplate.mk
 
-HSLIB = std
+PACKAGE = std
 IS_CBITS_LIB = YES
 
 SRC_CC_OPTS += -Wall -DCOMPILING_STDLIB
 
-ifeq "$(DLLized)" "YES"
-SRC_CC_OPTS += -dynamic
+ifeq "$(ILXized)" "YES"
+DLLized = YES
+C_SRCS += $(FPTOOLS_TOP)/ghc/rts/StgPrimFloat.c
+else
+C_SRCS := $(filter-out ilxstubs.c,$(C_SRCS))
 endif
 
+# -----------------------------------------------------------------------------
+# Installation
+
+INSTALL_DATAS += lockFile.h
+
 include $(TOP)/mk/target.mk