4 SRCS
= ascase.c asconvrt.c asfile.c asmain.c asremove.c astable.c \
5 asutils.c osunixdir.c ..
/..
/common
/getopt.c
7 CFLAGS
+= -Wall
-O2
-D_LINUX
-DACPI_APPLICATION
-Wstrict-prototypes
-I..
/..
/include
10 aslmain
: $(patsubst %.c
,%.o
, $(SRCS
))
11 $(CC
) $(LDFLAGS
) $(patsubst %.c
,%.o
, $(SRCS
)) -o
$(PROG
)
16 rm -f
$(CLEANFILES
) $(patsubst %.c
,%.o
, $(SRCS
))