mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-13 04:30:23 +00:00
And add rule to create a .cpp source file from burg input file!
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@345 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
811aad97c1
commit
bedbcf65e2
@ -186,6 +186,10 @@ Debug/%.o: %.cpp Debug/.dir Depend/.dir
|
||||
Debug/%.o: %.c Debug/.dir Depend/.dir
|
||||
$(CompileG) $< -o $@
|
||||
|
||||
# Create a .cpp source file from a burg input file
|
||||
%.burm.cpp: %.burg
|
||||
$(RunBurg) $< -o $@
|
||||
|
||||
# Create a .cpp source file from a flex input file... this uses sed to cut down
|
||||
# on the warnings emited by GCC...
|
||||
%.cpp: %.l
|
||||
|
@ -186,6 +186,10 @@ Debug/%.o: %.cpp Debug/.dir Depend/.dir
|
||||
Debug/%.o: %.c Debug/.dir Depend/.dir
|
||||
$(CompileG) $< -o $@
|
||||
|
||||
# Create a .cpp source file from a burg input file
|
||||
%.burm.cpp: %.burg
|
||||
$(RunBurg) $< -o $@
|
||||
|
||||
# Create a .cpp source file from a flex input file... this uses sed to cut down
|
||||
# on the warnings emited by GCC...
|
||||
%.cpp: %.l
|
||||
|
Loading…
Reference in New Issue
Block a user