]> gitweb @ CieloNegro.org - autobuild.git/blobdiff - Build.rc
renamed: Build.rc -> Build.rc.example
[autobuild.git] / Build.rc
diff --git a/Build.rc b/Build.rc
deleted file mode 100644 (file)
index 09795f9..0000000
--- a/Build.rc
+++ /dev/null
@@ -1,40 +0,0 @@
-# -*- sh -*-
-# -----------------------------------------------------------------------------
-# Configuration file for ./Build
-
-# -----------------------------------------------------------------------------
-# The installation prefix, defaulting to "/usr/local". You can later
-# refer to the prefix by a variable named "prefix".
-#
-setPrefix "/usr/local"
-
-# -----------------------------------------------------------------------------
-# The PATH environment variable to be set during the build. (Default:
-# "/usr/bin:/bin")
-#
-setPath PATH \
-    "/usr/pkg/bin" \
-    "/usr/bin" \
-    "/bin"
-
-# -----------------------------------------------------------------------------
-# The extra arguments to be passed to "./configure".
-#
-setConfigArgs \
-    --enable-maintainer-mode
-
-# -----------------------------------------------------------------------------
-# The name of "make" target called by "./Build" or "./Build
-# build". (Default: "all")
-#
-setBuildTarget "all"
-
-# -----------------------------------------------------------------------------
-# The name of subdirectory in which the source tree of documentation
-# resides, and the name of "make" target to build it. (Default: target
-# "all" in the current directory)
-#
-setDocDirectory "."
-setDocTarget "all"
-
-# -----------------------------------------------------------------------------