1 ##===- utils/Burg/Doc/Makefile ------------------------------*- Makefile -*-===##
3 # The LLVM Compiler Infrastructure
5 # This file was developed by the LLVM research group and is distributed under
6 # the University of Illinois Open Source License. See LICENSE.TXT for details.
8 ##===----------------------------------------------------------------------===##
15 #CFLAGS = -g -DNOLEX -DDEBUG
68 burg
: $(BU_OBJS
) $(FE_OBJS
)
69 $(CC
) -o burg
$(CFLAGS
) $(BU_OBJS
) $(FE_OBJS
)
71 y.tab.c y.tab.h
: gram.y
75 rm -f
*.o y.tab.h y.tab.c core burg
*.aux
*.log
*.
dvi sample sample.c tmp
87 .
/burg
-I
<sample.gr
>sample.c
&& cc $(CFLAGS
) -o sample sample.c
&& .
/sample
88 .
/burg
-I sample.gr
>tmp
&& cmp tmp sample.c
89 .
/burg
-I
<sample.gr
-o tmp
&& cmp tmp sample.c
90 .
/burg
-I sample.gr
-o tmp
&& cmp tmp sample.c
91 .
/burg
-I
-O0
<sample.gr
>tmp
&& cmp tmp sample.c
92 .
/burg
-I
-= <sample.gr
>tmp
&& cmp tmp sample.c