Only list automatically generated .cpp files.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@854 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Vikram S. Adve 2001-10-17 12:34:26 +00:00
parent c4bed346ec
commit c811c2ec0b

View File

@ -1,13 +1,7 @@
LEVEL = ../../..
LIBRARYNAME = sparc
## List source files in link order
Source = \
Sparc.cpp \
Sparc.burm.cpp \
SparcInstrSelection.cpp \
SparcRegClassInfo.cpp \
SparcRegInfo.cpp EmitAssembly.cpp
Source = Sparc.burm.cpp
include $(LEVEL)/Makefile.common