33 SWDE_SRCS = swde_main.c swde_case.c
34
35 #
36 # Sources for subsidiary diagnosis "modules" that we host. These should
37 # be listed in ../Makefile.com
38 #
39 SUBDE_SRCS = $(SMF_DE_SRCS) $(PANIC_DE_SRCS)
40
41 #
42 # All sources for softtware-diagnosis
43 #
44 SRCS = $(SWDE_SRCS) $(CMN_SRCS:%=../%) $(SUBDE_SRCS:%=../%)
45
46 include ../../../Makefile.plugin
47
48 CFLAGS += $(INCS)
49 LINTFLAGS += $(INCS)
50 LDLIBS += -L$(ROOTLIB)/fm -ltopo -luutil -luuid -lkstat
51 LDFLAGS += -R/usr/lib/fm
52 CERRWARN += -_gcc=-Wno-parentheses
53 CERRWARN += -_gcc=-Wno-uninitialized
|
33 SWDE_SRCS = swde_main.c swde_case.c
34
35 #
36 # Sources for subsidiary diagnosis "modules" that we host. These should
37 # be listed in ../Makefile.com
38 #
39 SUBDE_SRCS = $(SMF_DE_SRCS) $(PANIC_DE_SRCS)
40
41 #
42 # All sources for softtware-diagnosis
43 #
44 SRCS = $(SWDE_SRCS) $(CMN_SRCS:%=../%) $(SUBDE_SRCS:%=../%)
45
46 include ../../../Makefile.plugin
47
48 CFLAGS += $(INCS)
49 LINTFLAGS += $(INCS)
50 LDLIBS += -L$(ROOTLIB)/fm -ltopo -luutil -luuid -lkstat
51 LDFLAGS += -R/usr/lib/fm
52 CERRWARN += -_gcc=-Wno-parentheses
53 CERRWARN += $(CNOWARN_UNINIT)
|