mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-24 19:52:54 +01:00
44769fbb57
llvm-svn: 854
14 lines
394 B
Makefile
14 lines
394 B
Makefile
LEVEL = ../../..
|
|
LIBRARYNAME = sparc
|
|
|
|
Source = Sparc.burm.cpp
|
|
|
|
include $(LEVEL)/Makefile.common
|
|
|
|
Debug/Sparc.burg.in1 : Sparc.burg.in
|
|
g++ -E -I$(LEVEL)/include -D_DEBUG -x c++ $< | sed '/^# /d' | sed 's/Ydefine/#define/' > $@
|
|
|
|
Debug/Sparc.burg : Debug/Sparc.burg.in1
|
|
g++ -E -I$(LEVEL)/include -D_DEBUG -x c++ $< | sed '/^# /d' | sed 's/Xinclude/#include/g' | sed 's/Xdefine/#define/g' > $@
|
|
|