Lines Matching +full:- +full:- +full:gcov +full:- +full:options
25 CFLAGS = -g
27 CFLAGS = -O2
29 # compiler options
30 #CC = gcc -Wall -g -Wwrite-strings
31 #CC = gcc -O4 -Wall -pedantic -fno-strict-aliasing
32 #CC = gcc -fprofile-arcs -ftest-coverage # then gcov f1.c; cat f1.c.gcov
33 CC = gcc -g -Wall -pedantic
35 # yacc options. pick one; this varies a lot by system.
36 #YFLAGS = -d -S
37 YACC = bison -d -y
38 #YACC = yacc -d
39 # -S uses sprintf in yacc parser instead of sprint
53 $(CC) $(CFLAGS) ytab.o $(OFILES) $(ALLOC) -lm
57 #Clear dependency for parallel build: (make -j)
73 $(CC) $(CFLAGS) maketab.c -o maketab
86 ls -l awk.tar.gz
88 ls -l awk.zip
99 git push -u origin master
105 rm -f a.out *.o *.obj maketab maketab.exe *.bb *.bbg *.da *.gcov *.gcno *.gcda # proctab.c
108 rm -f a.out *.o *.obj maketab maketab.exe *.bb *.bbg *.da *.gcov *.gcno *.gcda proctab.c ytab*