projects
/
OpenSRF.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
adding sample makefile and install.conf file for opensrf installation
[OpenSRF.git]
/
Makefile
1
all:
2
@source install.conf && make -s -C src all
3
4
jserver:
5
@source install.conf && make -s -C src jserver
6
7
install:
8
@source install.conf && make -s -C src install
9
10
jserver-install:
11
@source install.conf && make -s -C src jserver-install
12
13
clean:
14
@make -s -C src clean