mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-06 04:09:04 +00:00
Checkin of autoconf-style object root.
Updated Makefile for new autoconf-style object root. llvm-svn: 8385
This commit is contained in:
parent
e21fe62d3c
commit
0fedf61a71
@ -1,13 +1,15 @@
|
||||
LEVEL = ../..
|
||||
TOOLNAME = burg
|
||||
ExtraSource = gram.tab.c
|
||||
ExtraSource = $(SourceDir)/gram.tab.c
|
||||
|
||||
include $(LEVEL)/Makefile.common
|
||||
|
||||
gram.tab.c gram.tab.h:: gram.yc
|
||||
$(VERB) $(BISON) -o gram.tab.c -d $<
|
||||
VPATH=$(SourceDir)
|
||||
|
||||
lex.c: gram.tab.h
|
||||
$(SourceDir)/gram.tab.c $(SourceDir)/gram.tab.h:: gram.yc
|
||||
$(VERB) $(BISON) -o $(SourceDir)/gram.tab.c -d $<
|
||||
|
||||
$(SourceDir)/lex.c: $(SourceDir)/gram.tab.h
|
||||
|
||||
clean::
|
||||
rm -ff gram.tab.h gram.tab.c core* *.aux *.log *.dvi sample sample.c tmp
|
||||
|
Loading…
x
Reference in New Issue
Block a user