summaryrefslogtreecommitdiffstats
path: root/support/rpc/Makefile
blob: 41a4e66c81695b8c36be890576f13b15394ea262 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#
# librpc.a
# rpc library with rpcsec_gss
#
TOP	= ../../
LIBNAME	= librpc.a
SRCS	= auth_gss.c authgss_prot.c svc.c svc_run.c svc_auth.c \
	  svc_auth_none.c svc_auth_unix.c svc_auth_gss.c \
	  svc_raw.c svc_simple.c svc_tcp.c svc_udp.c \
	  rpc_commondata.c
OBJS	= $(SRCS:.c=.o)

include $(TOP)rules.mk

CFLAGS += -I$(TOP)support/rpc/include -DDEBUG

install::
	@: