[llvm-commits] CVS: llvm/lib/Target/Sparc/Makefile

John Criswell criswell at cs.uiuc.edu
Wed Jun 11 08:50:02 PDT 2003


Changes in directory llvm/lib/Target/Sparc:

Makefile added (r1.23)

---
Log message:

Updated for the new projects Makefile.



---
Diffs of the changes:

Index: llvm/lib/Target/Sparc/Makefile
diff -c /dev/null llvm/lib/Target/Sparc/Makefile:1.1
*** /dev/null	Wed Jun 11 08:49:21 2003
--- llvm/lib/Target/Sparc/Makefile	Thu Sep 13 22:47:56 2001
***************
*** 0 ****
--- 1,14 ----
+ LEVEL = ../../../..
+ 
+ DIRS  = 
+ 
+ LIBRARYNAME = sparc
+ 
+ ## List source files in link order
+ Source  = \
+ 	  Sparc.o \
+ 	  Sparc.burm.o \
+ 	  SparcInstrSelection.o
+ 
+ include $(LEVEL)/Makefile.common
+ 





More information about the llvm-commits mailing list