]> git.evergreen-ils.org Git - OpenSRF.git/blob - src/srfsh/Makefile
58fb93e07798fa45a0fc01a4467710e04804d22f
[OpenSRF.git] / 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: srfsh
6
7 install: 
8         cp srfsh $(BINDIR)
9
10 srfsh:  srfsh.c srfsh.h
11         $(CC) $(CC_OPTS) $(LD_OPTS) srfsh.c -o $@
12
13 clean:
14         /bin/rm -f *.o srfsh