3 KERNEL_INCLUDE
:= ..
/..
/..
/include
4 CFLAGS
+= -Wall
-Wstrict-prototypes
-Wdeclaration-after-statement
-Os
-s
-D_LINUX
-DDEFINE_ALTERNATE_TYPES
-I
$(KERNEL_INCLUDE
)
8 $(CC
) $(CFLAGS
) $(SRCS
) -o
$(PROG
)
13 rm -f
$(CLEANFILES
) $(patsubst %.c
,%.o
, $(SRCS
)) *~
16 install acpidump
/usr
/sbin
/acpidump
17 install acpidump
.8 /usr
/share
/man
/man8