head     1.3;
access   ;
symbols  ;
locks    ; strict;
comment  @# @;


1.3
date     86.03.12.16.04.06;  author root;  state Exp;
branches ;
next     1.2;

1.2
date     86.03.12.15.58.57;  author root;  state Exp;
branches ;
next     1.1;

1.1
date     86.03.12.15.42.17;  author root;  state Exp;
branches ;
next     ;


desc
@initial checkin for release 3.04
@


1.3
log
@turned on optimizer
@
text
@#
# $Header: Makefile,v 1.2 86/03/12 15:58:57 root Exp $
#
# $Log:	Makefile,v $
# Revision 1.2  86/03/12  15:58:57  root
# changed dependencies for beauty.y, but they are still terrible.
# 
# Revision 1.1  86/03/12  15:42:17  root
# Initial revision
# 
#
#	Makefile	4.3	83/08/13
#
DESTDIR=
CFLAGS=-O
YFLAGS=-d
0FILES.c = 0.alloc.c 0.args.c 0.def.c 0.extr.c 0.graph.c 0.list.c 0.parts.c 0.string.c
0FILES.o = 0.alloc.o 0.args.o 0.def.o 0.extr.o 0.graph.o 0.list.o 0.parts.o 0.string.o

1FILES.c = 1.finish.c 1.form.c 1.fort.c 1.hash.c 1.init.c 1.line.c 1.main.c 1.node.c 1.recog.c 1.tables.c
1FILES.o = 1.finish.o 1.form.o 1.fort.o 1.hash.o 1.init.o 1.line.o 1.main.o 1.node.o 1.recog.o 1.tables.o

2FILES.c = 2.dfs.c 2.dom.c 2.head.c 2.inarc.c 2.main.c 2.tree.c
2FILES.o = 2.dfs.o 2.dom.o 2.head.o 2.inarc.o 2.main.o 2.tree.o

3FILES.c = 3.branch.c 3.flow.c 3.loop.c 3.main.c 3.reach.c 3.then.c
3FILES.o = 3.branch.o 3.flow.o 3.loop.o 3.main.o 3.reach.o 3.then.o

4FILES.c = 4.brace.c 4.form.c 4.main.c 4.out.c
4FILES.o = 4.brace.o 4.form.o 4.main.o 4.out.o

HDRS = 1.defs.h 1.incl.h 2.def.h 3.def.h 4.def.h b.h def.h
MSRCS = bdef.c main.c tree.c Makefile beauty.y lextab.l struct

SRCS = $(0FILES.c) $(1FILES.c) $(2FILES.c) \
	$(3FILES.c) $(4FILES.c) $(HDRS) $(MSRCS)

all:	structure beautify

install: structure beautify struct
	install -s structure $(DESTDIR)/usr/lib/struct
	install -s beautify $(DESTDIR)/usr/lib/struct
	install -c struct $(DESTDIR)/usr/bin
clean:
	rm -f *.o y.tab.h beauty.c structure beautify a.out rslts core

structure: main.o $(0FILES.o) $(1FILES.o) $(2FILES.o) $(3FILES.o) $(4FILES.o)
	cc -o structure main.o 0.*.o 1.*.o 2.*.o 3.*.o 4.*.o 

beautify:	beauty.o tree.o lextab.o bdef.o
	cc -O beauty.o tree.o lextab.o bdef.o -o beautify -lln

lint:
	lint $(0FILES.c) $(1FILES.c) $(2FILES.c) $(3FILES.c) $(4FILES.c) main.c

main.o $(0FILES.o) $(1FILES.o) $(2FILES.o) $(3FILES.o) $(4FILES.o): def.h 1.defs.h

$(1FILES.o): 1.defs.h 1.incl.h
$(2FILES.o): 2.def.h
$(3FILES.o): 3.def.h
$(4FILES.o): 4.def.h

lextab.o tree.o: y.tab.h

y.tab.h: beauty.y

lextab.o tree.o beauty.y: b.h

y.tab.h:	beauty.c
beauty.o:	beauty.y b.h
@


1.2
log
@changed dependencies for beauty.y, but they are still terrible.
@
text
@d2 1
a2 1
# $Header: Makefile,v 1.1 86/03/12 15:42:17 root Exp $
d5 3
d15 1
a15 2
#CFLAGS=-O
CFLAGS=
@


1.1
log
@Initial revision
@
text
@d2 1
a2 1
# $Header$
d4 4
a7 1
# $Log$
d12 2
a13 1
CFLAGS=-O
d54 1
a54 1
main.o $(0FILES.o) $(1FILES.o) $(2FILES.o) $(3FILES.o) $(4FILES.o): def.h
d68 1
@
