Deleted Added
full compact
makefile (221381) makefile (224731)
1# /****************************************************************
2# Copyright (C) Lucent Technologies 1997
3# All Rights Reserved
4#
5# Permission to use, copy, modify, and distribute this software and
6# its documentation for any purpose and without fee is hereby
7# granted, provided that the above copyright notice appear in all
8# copies and that both that the copyright notice and this

--- 16 unchanged lines hidden (view full) ---

25CFLAGS = -g
26CFLAGS = -O2
27CFLAGS =
28
29CC = gcc -Wall -g
30CC = cc
31CC = gcc -Wall -g -Wwrite-strings
32CC = gcc -fprofile-arcs -ftest-coverage # then gcov f1.c; cat f1.c.gcov
1# /****************************************************************
2# Copyright (C) Lucent Technologies 1997
3# All Rights Reserved
4#
5# Permission to use, copy, modify, and distribute this software and
6# its documentation for any purpose and without fee is hereby
7# granted, provided that the above copyright notice appear in all
8# copies and that both that the copyright notice and this

--- 16 unchanged lines hidden (view full) ---

25CFLAGS = -g
26CFLAGS = -O2
27CFLAGS =
28
29CC = gcc -Wall -g
30CC = cc
31CC = gcc -Wall -g -Wwrite-strings
32CC = gcc -fprofile-arcs -ftest-coverage # then gcov f1.c; cat f1.c.gcov
33CC = gcc -O4
33CC = gcc -O4 -Wall -pedantic -fno-strict-aliasing
34
35YACC = bison -y
36YACC = yacc
37YFLAGS = -d
38
39OFILES = b.o main.o parse.o proctab.o tran.o lib.o run.o lex.o
40
41SOURCE = awk.h ytab.c ytab.h proto.h awkgram.y lex.c b.c main.c \

--- 45 unchanged lines hidden ---
34
35YACC = bison -y
36YACC = yacc
37YFLAGS = -d
38
39OFILES = b.o main.o parse.o proctab.o tran.o lib.o run.o lex.o
40
41SOURCE = awk.h ytab.c ytab.h proto.h awkgram.y lex.c b.c main.c \

--- 45 unchanged lines hidden ---