]> git.evergreen-ils.org Git - OpenSRF.git/blob - src/srfsh/Makefile
removed all of the old libjson dependencies
[OpenSRF.git] / src / srfsh / Makefile
1 LD_OPTS += -lobjson -lreadline -lxml2 -lopensrf_transport -lopensrf_stack -lncurses -lc_utils
2
3 all: srfsh
4
5 install: 
6         cp srfsh $(BINDIR)
7
8 srfsh:  srfsh.c srfsh.h
9         $(CC) $(CC_OPTS) $(LD_OPTS) srfsh.c -o $@
10
11 clean:
12         /bin/rm -f *.o srfsh