Mercurial > hg > CbC > CbC_llvm
view unittests/Makefile @ 40:e34ccae0bb26
create if(setjmp) statement automatically.
author | Kaito Tokumori <e105711@ie.u-ryukyu.ac.jp> |
---|---|
date | Thu, 26 Dec 2013 19:56:35 +0900 |
parents | 95c75e76d11b |
children | 54457678186b |
line wrap: on
line source
##===- unittests/Makefile ----------------------------------*- Makefile -*-===## # # The LLVM Compiler Infrastructure # # This file is distributed under the University of Illinois Open Source # License. See LICENSE.TXT for details. # ##===----------------------------------------------------------------------===## LEVEL = .. PARALLEL_DIRS = ADT Analysis Bitcode CodeGen DebugInfo ExecutionEngine IR \ MC Object Option Support Transforms include $(LEVEL)/Makefile.common clean:: $(Verb) $(RM) -f *Tests