]> git.decadent.org.uk Git - nfs-utils.git/blob - support/rpc/Makefile
remove some files.
[nfs-utils.git] / support / rpc / Makefile
1 #
2 # librpc.a
3 # rpc library with rpcsec_gss
4 #
5 TOP     = ../../
6 LIBNAME = librpc.a
7 SRCS    = auth_gss.c authgss_prot.c svc.c svc_run.c svc_auth.c \
8           svc_auth_none.c svc_auth_unix.c svc_auth_gss.c \
9           svc_raw.c svc_simple.c svc_tcp.c svc_udp.c \
10           rpc_commondata.c
11 OBJS    = $(SRCS:.c=.o)
12
13 include $(TOP)rules.mk
14
15 CFLAGS += -I$(TOP)support/rpc/include -DDEBUG
16
17 install::
18         @: