[llvm-commits] CVS: reopt/lib/TraceToFunction/Makefile
Brian Gaeke
gaeke at cs.uiuc.edu
Mon May 17 15:38:03 PDT 2004
Changes in directory reopt/lib/TraceToFunction:
Makefile added (r1.1)
---
Log message:
Splitting traceToFunction transformation out into its own library
---
Diffs of the changes: (+4 -0)
Index: reopt/lib/TraceToFunction/Makefile
diff -c /dev/null reopt/lib/TraceToFunction/Makefile:1.1
*** /dev/null Mon May 17 15:37:31 2004
--- reopt/lib/TraceToFunction/Makefile Mon May 17 15:37:21 2004
***************
*** 0 ****
--- 1,4 ----
+ LEVEL = ../..
+ LIBRARYNAME = tracetofunction
+
+ include $(LEVEL)/Makefile.common
More information about the llvm-commits
mailing list