]> git.evergreen-ils.org Git - working/Evergreen.git/blob - OpenSRF/src/srfsh/Makefile
fe90f616eb1d27886b228fdeb7933c838770d48e
[working/Evergreen.git] / OpenSRF / src / srfsh / Makefile
1 # if EXEC_DEFAULT is defined, then srfsh will send all unknown commands to the shell for execution
2
3 LD_OPTS += -lobjson -lreadline -lxml2 -lopensrf_transport -lopensrf_stack -lncurses -lc_utils -DEXEC_DEFAULT
4
5 all: msg srfsh
6
7 msg: 
8         echo "-> $$(pwd)"       
9
10 install: 
11         echo installing srfsh
12         cp srfsh $(BINDIR)
13
14 srfsh:  srfsh.c srfsh.h
15         echo $@
16         $(CC) $(CC_OPTS) $(LD_OPTS) srfsh.c -o $@
17
18 clean:
19         /bin/rm -f *.o srfsh