Split up targets
authorChris Lattner <sabre@nondot.org>
Mon, 2 Dec 2002 16:13:42 +0000 (16:13 +0000)
committerChris Lattner <sabre@nondot.org>
Mon, 2 Dec 2002 16:13:42 +0000 (16:13 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@4846 91177308-0d34-0410-b5e6-96231b3b80d8

support/tools/TableGen/Makefile
utils/TableGen/Makefile

index a9c235037e26c2958bf2f76124672d97a9154e3e..667998242f52353226293604e3e96e3addca476b 100644 (file)
@@ -8,9 +8,14 @@ clean::
        -rm -f FileParser.cpp FileParser.h FileLexer.cpp CommandLine.cpp
        -rm -f FileParser.output
 
-test::
+
+dump::
        $(TOOLEXENAME_G) < X86.td
-       # -parse
+
+parse:
+       $(TOOLEXENAME_G) < X86.td -parse
+
+test::
 
        @echo "enum {"
        @$(TOOLEXENAME_G) < X86.td -class=Register
index a9c235037e26c2958bf2f76124672d97a9154e3e..667998242f52353226293604e3e96e3addca476b 100644 (file)
@@ -8,9 +8,14 @@ clean::
        -rm -f FileParser.cpp FileParser.h FileLexer.cpp CommandLine.cpp
        -rm -f FileParser.output
 
-test::
+
+dump::
        $(TOOLEXENAME_G) < X86.td
-       # -parse
+
+parse:
+       $(TOOLEXENAME_G) < X86.td -parse
+
+test::
 
        @echo "enum {"
        @$(TOOLEXENAME_G) < X86.td -class=Register