Add missing things to the distribution.
[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 EXTRA_DIST = FileLexer.cpp.cvs FileLexer.l.cvs \
13              FileParser.cpp.cvs FileParser.h.cvs FileParser.y.cvs
14
15 include $(LEVEL)/Makefile.common
16
17 #
18 # Make the source file depend on the header file.  In this way, dependencies
19 # (which depend on the source file) won't get generated until bison is done
20 # generating the C source and header files for the parser.
21 #
22 $(ObjDir)/FileLexer.o : $(PROJ_SRC_DIR)/FileParser.h