aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar Ian Lynagh <igloo@earth.li>2007-05-24 14:26:37 +0000
committerGravatar Ian Lynagh <igloo@earth.li>2007-05-24 14:26:37 +0000
commitb86fe56726525e482e3bd0fb21a3a76fd80c7336 (patch)
tree29d66ace5194a7a167b8fe181a9feb3f2af4d3ae
parent0f543eba2f89e2403a8f6d70a0d6b1b129e70733 (diff)
Remove Makefile and package.conf.in (used in the old build system)
-rw-r--r--Makefile19
-rw-r--r--package.conf.in54
2 files changed, 0 insertions, 73 deletions
diff --git a/Makefile b/Makefile
deleted file mode 100644
index 663ff82..0000000
--- a/Makefile
+++ /dev/null
@@ -1,19 +0,0 @@
-TOP=..
-include $(TOP)/mk/boilerplate.mk
-
-SUBDIRS = cbits include
-
-ALL_DIRS = System System/Posix System/Posix/DynamicLinker System/Posix/Signals
-PACKAGE = unix
-VERSION = 1.0
-PACKAGE_DEPS = base
-
-SRC_HADDOCK_OPTS += -t "Haskell Hierarchical Libraries ($(PACKAGE) package)"
-SRC_HSC2HS_OPTS += -Iinclude -I../../mk/ $(unix_SRC_HSC2HS_OPTS)
-SRC_HC_OPTS += -Iinclude $(unix_SRC_HSC2HS_OPTS)
-
-EXCLUDED_SRCS += Setup.hs
-
-DIST_CLEAN_FILES += unix.buildinfo config.cache config.status
-
-include $(TOP)/mk/target.mk
diff --git a/package.conf.in b/package.conf.in
deleted file mode 100644
index f044855..0000000
--- a/package.conf.in
+++ /dev/null
@@ -1,54 +0,0 @@
-#include "ghcconfig.h"
-
-name: PACKAGE
-version: VERSION
-license: BSD3
-maintainer: libraries@haskell.org
-exposed: True
-
-exposed-modules:
- System.Posix,
- System.Posix.DynamicLinker.Module,
- System.Posix.DynamicLinker.Prim,
- System.Posix.Directory,
- System.Posix.DynamicLinker,
- System.Posix.Env,
- System.Posix.Error,
- System.Posix.Files,
- System.Posix.IO,
- System.Posix.Process,
- System.Posix.Resource,
- System.Posix.Temp,
- System.Posix.Terminal,
- System.Posix.Time,
- System.Posix.Unistd,
- System.Posix.User,
- System.Posix.Signals.Exts
-
-hidden-modules:
-
-import-dirs: IMPORT_DIR
-
-library-dirs: LIB_DIR
-#ifndef INSTALLING
- , LIB_DIR"/cbits"
-#endif
-
-hs-libraries: "HSunix"
-
-#if !(defined HAVE_FRAMEWORK_HASKELLSUPPORT) && defined(HAVE_LIBDL)
-extra-libraries: "HSunix_cbits", "dl"
-#else
-extra-libraries: "HSunix_cbits"
-#endif
-
-include-dirs: INCLUDE_DIR
-includes: HsUnix.h
-depends: base
-hugs-options:
-cc-options:
-ld-options:
-framework-dirs:
-frameworks:
-haddock-interfaces: HADDOCK_IFACE
-haddock-html: HTML_DIR