Some random comment, naming, and format changes.
[oota-llvm.git] / lib / Target / Sparc / Makefile
index 8cc4add374e4cdf12b3d192a5f4955511444c778..4b81ada956f2ece540d7c344e03640909d529081 100644 (file)
@@ -1,20 +1,22 @@
 ##===- lib/Target/Sparc/Makefile ---------------------------*- Makefile -*-===##
-# 
+#
 #                     The LLVM Compiler Infrastructure
 #
-# This file was developed by the LLVM research group and is distributed under
-# the University of Illinois Open Source License. See LICENSE.TXT for details.
-# 
+# This file is distributed under the University of Illinois Open Source
+# License. See LICENSE.TXT for details.
+#
 ##===----------------------------------------------------------------------===##
+
 LEVEL = ../../..
-LIBRARYNAME = LLVMSparc
+LIBRARYNAME = LLVMSparcCodeGen
 TARGET = Sparc
 
 # Make sure that tblgen is run, first thing.
-BUILT_SOURCES = SparcGenRegisterInfo.h.inc SparcGenRegisterNames.inc \
-                SparcGenRegisterInfo.inc SparcGenInstrNames.inc \
-                SparcGenInstrInfo.inc SparcGenAsmWriter.inc \
-                SparcGenDAGISel.inc SparcGenSubtarget.inc
+BUILT_SOURCES = SparcGenRegisterInfo.inc SparcGenInstrInfo.inc \
+               SparcGenAsmWriter.inc SparcGenDAGISel.inc \
+               SparcGenSubtargetInfo.inc SparcGenCallingConv.inc
+
+DIRS = TargetInfo MCTargetDesc
 
 include $(LEVEL)/Makefile.common