[llvm-commits] CVS: reopt/lib/Inst/rtl/Makefile

Brian Gaeke gaeke at cs.uiuc.edu
Tue Oct 26 12:52:35 PDT 2004



Changes in directory reopt/lib/Inst/rtl:

Makefile updated: 1.5 -> 1.6
---
Log message:

Build the rtl library if PAPIDIR is set.
Fix building lib/Inst/lib if on SunOS.


---
Diffs of the changes:  (+4 -0)

Index: reopt/lib/Inst/rtl/Makefile
diff -u reopt/lib/Inst/rtl/Makefile:1.5 reopt/lib/Inst/rtl/Makefile:1.6
--- reopt/lib/Inst/rtl/Makefile:1.5	Thu Aug 21 14:40:59 2003
+++ reopt/lib/Inst/rtl/Makefile	Tue Oct 26 14:52:25 2004
@@ -1,7 +1,11 @@
 LEVEL = ../../..
+include $(LEVEL)/Makefile.config
+
+ifdef PAPIDIR
 LIBRARYNAME = pprtl
 BUILD_ARCHIVE = 1
 CPPFLAGS += -D_BUILDING_RUNTIME_LIBRARY_ -I$(PAPIDIR)/include
 CXXFLAGS += -D_BUILDING_RUNTIME_LIBRARY_ -I$(PAPIDIR)/include
+endif
 
 include $(LEVEL)/Makefile.common






More information about the llvm-commits mailing list