33 OBJECTS= clnt_tcp.o clnt_udp.o getrpcport.o rtime.o svc_tcp.o svc_udp.o get_myaddress.o
34
35 # include library definitions
36 include $(SRC)/lib/Makefile.lib
37
38 objs/%.o pics/%.o: ../%.c
39 $(COMPILE.c) -o $@ $<
40 $(POST_PROCESS_O)
41
42 LIBS = $(DYNLIB)
43
44 LDLIBS += -lnsl -lsocket -lc
45 CPPFLAGS += -DPORTMAP
46 DYNFLAGS += $(ZINTERPOSE)
47
48 ROOTLIBDIR= $(ROOT)/usr/ucblib
49 ROOTLIBDIR64= $(ROOT)/usr/ucblib/$(MACH64)
50
51 CPPFLAGS = -I$(SRC)/ucbhead -I../../../lib/libc/inc $(CPPFLAGS.master)
52
53 CERRWARN += -_gcc=-Wno-uninitialized
54
55 # not linted
56 SMATCH=off
57
58 .KEEP_STATE:
59
60 lint: lintcheck
61
62 # include library targets
63 include $(SRC)/lib/Makefile.targ
64 include ../../Makefile.ucbtarg
65
|
33 OBJECTS= clnt_tcp.o clnt_udp.o getrpcport.o rtime.o svc_tcp.o svc_udp.o get_myaddress.o
34
35 # include library definitions
36 include $(SRC)/lib/Makefile.lib
37
38 objs/%.o pics/%.o: ../%.c
39 $(COMPILE.c) -o $@ $<
40 $(POST_PROCESS_O)
41
42 LIBS = $(DYNLIB)
43
44 LDLIBS += -lnsl -lsocket -lc
45 CPPFLAGS += -DPORTMAP
46 DYNFLAGS += $(ZINTERPOSE)
47
48 ROOTLIBDIR= $(ROOT)/usr/ucblib
49 ROOTLIBDIR64= $(ROOT)/usr/ucblib/$(MACH64)
50
51 CPPFLAGS = -I$(SRC)/ucbhead -I../../../lib/libc/inc $(CPPFLAGS.master)
52
53 CERRWARN += $(CNOWARN_UNINIT)
54
55 # not linted
56 SMATCH=off
57
58 .KEEP_STATE:
59
60 lint: lintcheck
61
62 # include library targets
63 include $(SRC)/lib/Makefile.targ
64 include ../../Makefile.ucbtarg
65
|