Deleted Added
full compact
makefile (112336) makefile (146299)
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

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

22# THIS SOFTWARE.
23# ****************************************************************/
24
25CFLAGS = -g
26CFLAGS = -O2
27CFLAGS =
28
29CC = gcc -Wall -g -Wwrite-strings
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

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

22# THIS SOFTWARE.
23# ****************************************************************/
24
25CFLAGS = -g
26CFLAGS = -O2
27CFLAGS =
28
29CC = gcc -Wall -g -Wwrite-strings
30CC = gcc -fprofile-arcs -ftest-coverage
31 # followed by gcov onefile.c; cat onefile.c.gcov
30CC = gcc -Wall -g
32CC = gcc -Wall -g
31CC = /opt/SUNWspro/bin/cc
32CC = /opt/pure/purify/purify cc
33CC = cc
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

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

78 ls -l awk.tar.gz
79 @zip awk.zip $(SHIP)
80 ls -l awk.zip
81
82names:
83 @echo $(LISTING)
84
85clean:
33CC = cc
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

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

78 ls -l awk.tar.gz
79 @zip awk.zip $(SHIP)
80 ls -l awk.zip
81
82names:
83 @echo $(LISTING)
84
85clean:
86 rm -f a.out *.o *.obj maketab maketab.exe # proctab.c
86 rm -f a.out *.o *.obj maketab maketab.exe *.bb *.bbg *.da *.gcov # proctab.c