Another stdlib dependency improvement
This commit is contained in:
2
Makefile
2
Makefile
@@ -94,7 +94,7 @@ objs/lex.o: objs/lex.cpp $(HEADERS) objs/parse.cc
|
|||||||
@echo Compiling $<
|
@echo Compiling $<
|
||||||
@$(CXX) $(CXXFLAGS) -o $@ -c $<
|
@$(CXX) $(CXXFLAGS) -o $@ -c $<
|
||||||
|
|
||||||
objs/stdlib-%.cpp: stdlib-%.ll stdlib.m4
|
objs/stdlib-%.cpp: stdlib-%.ll stdlib.m4 stdlib-sse.ll
|
||||||
@echo Creating C++ source from stdlib file $<
|
@echo Creating C++ source from stdlib file $<
|
||||||
@m4 stdlib.m4 $< | ./bitcode2cpp.py $< > $@
|
@m4 stdlib.m4 $< | ./bitcode2cpp.py $< > $@
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user