28 LIBRARY= librpcsvc.a
29 VERS = .1
30
31 OBJECTS= rstat_simple.o rstat_xdr.o rusers_simple.o rusersxdr.o rusers_xdr.o \
32 rwallxdr.o spray_xdr.o nlm_prot.o sm_inter_xdr.o nsm_addr_xdr.o \
33 bootparam_prot_xdr.o mount_xdr.o mountlist_xdr.o rpc_sztypes.o \
34 bindresvport.o
35
36 # include library definitions
37 include ../../Makefile.lib
38
39 # install this library in the root filesystem
40 include ../../Makefile.rootfs
41
42 SRCDIR = ../common
43
44 pics/%.o: ../common/%.c
45 $(COMPILE.c) -o $@ $<
46 $(POST_PROCESS_O)
47
48 LIBS = $(DYNLIB)
49
50 CPPFLAGS += -DYP
51 LDLIBS += -lnsl -lc
52
53 .KEEP_STATE:
54
55 lint: lintcheck
56
57 # include library targets
58 include ../../Makefile.targ
|
28 LIBRARY= librpcsvc.a
29 VERS = .1
30
31 OBJECTS= rstat_simple.o rstat_xdr.o rusers_simple.o rusersxdr.o rusers_xdr.o \
32 rwallxdr.o spray_xdr.o nlm_prot.o sm_inter_xdr.o nsm_addr_xdr.o \
33 bootparam_prot_xdr.o mount_xdr.o mountlist_xdr.o rpc_sztypes.o \
34 bindresvport.o
35
36 # include library definitions
37 include ../../Makefile.lib
38
39 # install this library in the root filesystem
40 include ../../Makefile.rootfs
41
42 SRCDIR = ../common
43
44 pics/%.o: ../common/%.c
45 $(COMPILE.c) -o $@ $<
46 $(POST_PROCESS_O)
47
48 LIBS = $(DYNLIB) $(LINTLIB)
49
50 CPPFLAGS += -DYP
51
52 $(LINTLIB):= SRCS = $(SRCDIR)/$(LINTSRC)
53
54 LDLIBS += -lnsl -lc
55
56 .KEEP_STATE:
57
58 lint: lintcheck
59
60 # include library targets
61 include ../../Makefile.targ
|