X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=Makefile;h=739ad7644ad9631b6f4eea1901eabd4ab6d9fa49;hb=3fd4171f4de7ebe1761839a6e9a4818cf67f7def;hp=640c9e781a64dc89859d176b6320fe7ea7de3368;hpb=8caea048f82502e4494fc1c05cf56b19eaab2edd;p=ghc-base.git diff --git a/Makefile b/Makefile index 640c9e7..739ad76 100644 --- a/Makefile +++ b/Makefile @@ -26,6 +26,7 @@ ALL_DIRS = \ System/Mem \ System/IO \ System/Posix \ + System/Process \ Text \ Text/Html \ Text/PrettyPrint \ @@ -35,6 +36,7 @@ ALL_DIRS = \ Text/Read PACKAGE = base +VERSION = 1.0 SRC_HC_OPTS += -fglasgow-exts -cpp -Iinclude -"\#include" HsBase.h SRC_HSC2HS_OPTS += -Iinclude -I$(FPTOOLS_TOP)/ghc/includes @@ -74,12 +76,13 @@ EXTRA_SRCS += GHC/PrimopWrappers.hs CLEAN_FILES += GHC/PrimopWrappers.hs # ----------------------------------------------------------------------------- - +ifneq "$(BootingFromHc)" "YES" STUBOBJS += \ Control/Concurrent_stub.$(way_)o CLEAN_FILES += $(STUBOBJS) \ Control/Concurrent_stub.[ch] +endif #----------------------------------------------------------------------------- # Building the library for GHCi @@ -121,6 +124,16 @@ SRC_HADDOCK_OPTS += -t "Haskell Hierarchical Libraries ($(PACKAGE) package)" \ # ----------------------------------------------------------------------------- +GHC/ForeignPtr.o Data/Array/IO/Internals.o Data/Array/Base.o \ + Data/Generics/Instances.o Data/Complex.o Data/Array.o Data/STRef.o \ + Data/Dynamic.o Data/Typeable.o Data/PackedString.o System/Mem/Weak.o \ + System/Mem/StableName.o System/Posix/Types.o Control/Monad/ST.o \ + Control/Exception.o Foreign/C/Types.o Foreign/ForeignPtr.o: include/Typeable.h + +System/Posix/Types.o Foreign/C/Types.o: include/CTypes.h + +# ----------------------------------------------------------------------------- + include $(TOP)/mk/target.mk ifeq "$(OBJECT_FILEFORMAT)" "PEi"