]> git.evergreen-ils.org Git - OpenSRF.git/blob - src/srfsh/Makefile
Patch from Scott McKellar; use camelCase instead of under_score function names
[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 LDLIBS  += -lreadline -lxml2 -lopensrf -lncurses 
4 LDFLAGS += -DEXEC_DEFAULT
5
6 all: srfsh
7
8 srfsh:  srfsh.o
9 srfsh.o:        srfsh.c 
10
11 install: 
12         cp srfsh $(BINDIR)
13
14 clean:
15         /bin/rm -f *.o srfsh