[project @ 2001-03-26 16:56:27 by simonmar]
authorsimonmar <unknown>
Mon, 26 Mar 2001 16:56:27 +0000 (16:56 +0000)
committersimonmar <unknown>
Mon, 26 Mar 2001 16:56:27 +0000 (16:56 +0000)
remove unnecessary junk

ghc/lib/std/cbits/Makefile

index d3c75a4..7f36209 100644 (file)
@@ -1,31 +1,20 @@
-# $Id: Makefile,v 1.25 2001/03/01 12:25:33 rrt Exp $
+# $Id: Makefile,v 1.26 2001/03/26 16:56:27 simonmar Exp $
 
 TOP = ../../..
 include $(TOP)/mk/boilerplate.mk
 
-override WAYS=
-
 HSLIB = std
 IS_CBITS_LIB = YES
 
-C_SRCS= $(wildcard *.c)
+SRC_CC_OPTS += -Wall -DCOMPILING_STDLIB
 
-C_OBJS  = $(C_SRCS:.c=.$(way_)o)
-LIBOBJS = $(C_OBJS)
-SRC_CC_OPTS += -O $(GhcLibCcOpts) -Wall -optc-DCOMPILING_STDLIB
 ifeq "$(DLLized)" "YES"
 SRC_CC_OPTS += -dynamic
 endif
 
-#
-# Compile the files using the Haskell compiler (ghc really).
-# 
-CC=$(GHC_INPLACE)
-
 # -----------------------------------------------------------------------------
 # Installation
 
-override datadir:=$(libdir)/includes
-INSTALL_DATAS += HsStd.h stgio.h stgerror.h fileObject.h
+INSTALL_DATAS += stgio.h stgerror.h fileObject.h
 
 include $(TOP)/mk/target.mk