Sync usage with man page.
[netbsd-mini2440.git] / sys / external / intel-public / acpica / dist / tools / acpisrc / Makefile
blob96816ce129c7068c4bde5330b3f22898efacc891
3 PROG= acpisrc
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)
13 CLEANFILES= $(PROG)
15 clean :
16 rm -f $(CLEANFILES) $(patsubst %.c,%.o, $(SRCS))