adding sample makefile and install.conf file for opensrf installation
authorerickson <erickson@9efc2488-bf62-4759-914b-345cdb29e865>
Mon, 11 Jun 2007 20:13:58 +0000 (20:13 +0000)
committererickson <erickson@9efc2488-bf62-4759-914b-345cdb29e865>
Mon, 11 Jun 2007 20:13:58 +0000 (20:13 +0000)
git-svn-id: svn://svn.open-ils.org/OpenSRF/trunk@934 9efc2488-bf62-4759-914b-345cdb29e865

Makefile [new file with mode: 0644]
install.conf [new file with mode: 0644]

diff --git a/Makefile b/Makefile
new file mode 100644 (file)
index 0000000..a23c57c
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,14 @@
+all:
+       @source install.conf && make -s -C src all
+
+jserver:
+       @source install.conf && make -s -C src jserver
+
+install:
+       @source install.conf && make -s -C src install
+
+jserver-install:
+       @source install.conf && make -s -C src jserver-install
+
+clean:
+       @make -s -C src clean
diff --git a/install.conf b/install.conf
new file mode 100644 (file)
index 0000000..35911d6
--- /dev/null
@@ -0,0 +1,14 @@
+export PREFIX=/openils/
+export BINDIR=/openils//bin/
+export LIBDIR=/openils//lib/
+export PERLDIR=/openils//lib//perl5/
+export INCLUDEDIR=/openils//include/
+export ETCDIR=/openils//conf
+export SOCK=/openils//var/sock
+export PID=/openils//var/pid
+export LOG=/openils//var/log
+export TMP=/tmp/ilstemp
+export APXS2=/usr/bin/apxs2
+export APACHE2_HEADERS=/usr/include/apache2
+export APR_HEADERS=/usr/include/apr-1.0/
+export LIBXML2_HEADERS=/usr/include/libxml2/