1 *** Makefile~ 2011-09-22 19:59:34.000000000 +0400
2 --- Makefile 2011-10-08 20:12:06.000000000 +0400
7 -Wdeclaration-after-statement \
10 -Wmissing-declarations \
11 -Wmissing-prototypes \
15 # by the utilities above and they are not necessarily ANSI C, etc.
17 aslcompilerlex.o : aslcompilerlex.c
18 ! $(CC) -c $(CFLAGS) -Wall -Werror -Wstrict-aliasing=0 -o$@ $?
20 aslcompilerparse.o : aslcompilerparse.c
21 ! $(CC) -c $(CFLAGS) -Wall -Werror -Wstrict-aliasing=0 -o$@ $?
23 dtparserlex.o : dtparserlex.c
24 ! $(CC) -c $(CFLAGS) -Wall -Werror -Wstrict-aliasing=0 -o$@ $?
26 dtparserparse.o : dtparserparse.c
27 ! $(CC) -c $(CFLAGS) -Wall -Werror -Wstrict-aliasing=0 -o$@ $?
30 %.o : %.c $(HEADERS) $(ACPICA_HEADERS)
32 # by the utilities above and they are not necessarily ANSI C, etc.
34 aslcompilerlex.o : aslcompilerlex.c
35 ! $(CC) -c $(CFLAGS) -Wall -Wstrict-aliasing=0 -o$@ $?
37 aslcompilerparse.o : aslcompilerparse.c
38 ! $(CC) -c $(CFLAGS) -Wall -Wstrict-aliasing=0 -o$@ $?
40 dtparserlex.o : dtparserlex.c
41 ! $(CC) -c $(CFLAGS) -Wall -Wstrict-aliasing=0 -o$@ $?
43 dtparserparse.o : dtparserparse.c
44 ! $(CC) -c $(CFLAGS) -Wall -Wstrict-aliasing=0 -o$@ $?
47 %.o : %.c $(HEADERS) $(ACPICA_HEADERS)