blob: 89a956d9dde9633a67eea33997fea23458f4c9aa [file] [log] [blame]
Chris Lattner0a92ebf2003-10-05 19:27:59 +00001LEVEL = ../..
Chris Lattnere62c1182002-12-02 01:23:04 +00002TOOLNAME = tblgen
3USEDLIBS = support.a
4
Chris Lattner4767a0c2002-12-03 06:00:11 +00005.PRECIOUS: FileLexer.cpp FileParser.cpp
6
Chris Lattnere62c1182002-12-02 01:23:04 +00007include $(LEVEL)/Makefile.common
8
John Criswell7a73b802003-06-30 21:59:07 +00009#
10# Make the source file depend on the header file. In this way, dependencies
11# (which depend on the source file) won't get generated until bison is done
12# generating the C source and header files for the parser.
13#
14FileLexer.cpp: FileParser.h
15
Chris Lattnere62c1182002-12-02 01:23:04 +000016clean::
17 -rm -f FileParser.cpp FileParser.h FileLexer.cpp CommandLine.cpp
18 -rm -f FileParser.output