source: trunk/Make.inc @ 23

Last change on this file since 23 was 23, checked in by willem, 10 years ago

willem

  • Property svn:executable set to *
File size: 1.5 KB
RevLine 
[7]1# to be included in the Makefile
2# Version of the software
[23]3STOPOS_VERSION=0.93
[7]4
5# installation directory of the server on local system:
6CGI_INSTALL_DIR=$(HOME)/myroot/usr/local/www/cgi-bin
7
8# installation directory of the server on the remote system
[20]9#REMOTE_CGI_INSTALL_DIR=stopos.osd.surfsara.nl:/usr/local/stopos/cgi-bin
10REMOTE_CGI_INSTALL_DIR=localhost:/home/willem/www/cgi-bin
[7]11
12# location of the client programs:
13CLIENT_INSTALL_DIR=$(HOME)/myroot/sara/sw/stopos-$(STOPOS_VERSION)
14
15# remote installation directory of the client programs:
[20]16#REMOTE_CLIENT_INSTALL_DIR=stopos.osd.surfsara.nl:/usr/local/stopos/bin
17REMOTE_CLIENT_INSTALL_DIR=localhost:/usr/local/stopos/bin
[7]18
19# location of the modulefile
20MODULE_INSTALL_DIR=$(HOME)/mymodulefiles/64
21
22# name of the c++ compiler, and it's flags
23CXX=g++
24CXXFLAGS=-Wall -O2
25
26# Choose to generate one ore more of the following:
27#MAKE_FLAT=yes
28MAKE_GDBM=yes
29#MAKE_MYSQL=yes
30#MAKE_FILES=yes
31
32# Choose here the default the client will choose:
33#  this can be overwritten in run time by the environment
34#   variable STOPOS_PROT
35DB_DEFAULT=DEFAULT_GDBM
36#DB_DEFAULT=DEFAULT_FILES
37#DB_DEFAULT=DEFAULT_MYSQL
38#DB_DEFAULT=DEFAULT_FLAT
39
40# Define the default url of the server,
41# can be overwritten in runtime by environment variable
42# STOPOS_SERVER_URL
43#SERVER_URL=http://localhost:5050/cgi-bin/stoposserver/
44SERVER_URL=http://stopos.osd.surfsara.nl/cgi-bin/stoposserver
45
46# Define directory to store the non-mysql databases
47# default is /tmp
[20]48# DB_DIR=/data/stopos
[7]49
Note: See TracBrowser for help on using the repository browser.