mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-25 00:33:15 +00:00
f6374bfd69
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@562 91177308-0d34-0410-b5e6-96231b3b80d8
12 lines
176 B
Makefile
12 lines
176 B
Makefile
LEVEL = ../../..
|
|
LIBRARYNAME = sparc
|
|
|
|
## List source files in link order
|
|
Source = \
|
|
Sparc.o \
|
|
Sparc.burm.o \
|
|
SparcInstrSelection.o
|
|
|
|
include $(LEVEL)/Makefile.common
|
|
|