29 libdlwlan.o libdlvnic.o libdlmgmt.o libdlvlan.o libdlib.o\
30 flowattr.o flowprop.o propfuncs.o libdlflow.o libdlstat.o \
31 usage.o libdlether.o libdlsim.o libdlbridge.o libdliptun.o
32
33 include ../../Makefile.lib
34
35 # install this library in the root filesystem
36 include ../../Makefile.rootfs
37
38 LIBS = $(DYNLIB) $(LINTLIB)
39 LDLIBS += -ldevinfo -lc -linetutil -lsocket -lscf -lrcm -lnvpair \
40 -lexacct -lkstat -lpool
41
42 SRCDIR = ../common
43 $(LINTLIB) := SRCS = $(SRCDIR)/$(LINTSRC)
44
45 CFLAGS += $(CCVERBOSE)
46 CERRWARN += -_gcc=-Wno-parentheses
47 CERRWARN += -_gcc=-Wno-switch
48 CERRWARN += -_gcc=-Wno-unused-label
49 CERRWARN += -_gcc=-Wno-uninitialized
50 CPPFLAGS += -I$(SRCDIR) -D_REENTRANT
51
52 # not linted
53 SMATCH=off
54
55 .KEEP_STATE:
56
57 all: $(LIBS)
58
59 lint: lintcheck
60
61 include $(SRC)/lib/Makefile.targ
|
29 libdlwlan.o libdlvnic.o libdlmgmt.o libdlvlan.o libdlib.o\
30 flowattr.o flowprop.o propfuncs.o libdlflow.o libdlstat.o \
31 usage.o libdlether.o libdlsim.o libdlbridge.o libdliptun.o
32
33 include ../../Makefile.lib
34
35 # install this library in the root filesystem
36 include ../../Makefile.rootfs
37
38 LIBS = $(DYNLIB) $(LINTLIB)
39 LDLIBS += -ldevinfo -lc -linetutil -lsocket -lscf -lrcm -lnvpair \
40 -lexacct -lkstat -lpool
41
42 SRCDIR = ../common
43 $(LINTLIB) := SRCS = $(SRCDIR)/$(LINTSRC)
44
45 CFLAGS += $(CCVERBOSE)
46 CERRWARN += -_gcc=-Wno-parentheses
47 CERRWARN += -_gcc=-Wno-switch
48 CERRWARN += -_gcc=-Wno-unused-label
49 CERRWARN += $(CNOWARN_UNINIT)
50 CPPFLAGS += -I$(SRCDIR) -D_REENTRANT
51
52 # not linted
53 SMATCH=off
54
55 .KEEP_STATE:
56
57 all: $(LIBS)
58
59 lint: lintcheck
60
61 include $(SRC)/lib/Makefile.targ
|