Implement PR614:
[oota-llvm.git] / utils / TableGen / Makefile
1 ##===- utils/TableGen/Makefile -----------------------------*- Makefile -*-===##
2
3 #                     The LLVM Compiler Infrastructure
4 #
5 # This file was developed by the LLVM research group and is distributed under
6 # the University of Illinois Open Source License. See LICENSE.TXT for details.
7
8 ##===----------------------------------------------------------------------===##
9 LEVEL = ../..
10 TOOLNAME = tblgen
11 USEDLIBS = LLVMSupport.a LLVMSystem.a
12
13 include $(LEVEL)/Makefile.common
14
15 #
16 # Make the source file depend on the header file.  In this way, dependencies
17 # (which depend on the source file) won't get generated until bison is done
18 # generating the C source and header files for the parser.
19 #
20 $(ObjDir)/FileLexer.o : $(PROJ_SRC_DIR)/FileParser.h