[llvm-commits] [hlvm] r37995 - /hlvm/trunk/hlvm/Base/Makefile

Reid Spencer reid at x10sys.com
Sat Jul 7 16:58:46 PDT 2007


Author: reid
Date: Sat Jul  7 18:58:46 2007
New Revision: 37995

URL: http://llvm.org/viewvc/llvm-project?rev=37995&view=rev
Log:
Have this makefile actually build something.

Modified:
    hlvm/trunk/hlvm/Base/Makefile

Modified: hlvm/trunk/hlvm/Base/Makefile
URL: http://llvm.org/viewvc/llvm-project/hlvm/trunk/hlvm/Base/Makefile?rev=37995&r1=37994&r2=37995&view=diff

==============================================================================
--- hlvm/trunk/hlvm/Base/Makefile (original)
+++ hlvm/trunk/hlvm/Base/Makefile Sat Jul  7 18:58:46 2007
@@ -1,12 +1,11 @@
 ##===- hlvm/Base/Makefile ----------------------------------*- Makefile -*-===##
 #
-# Relative path to the top of the source tree.
-#
 LEVEL=../..
-
-#
-# List all of the subdirectories that we will compile.
-#
 DIRS=
+LIBRARYNAME = HLVMBase
+DONT_BUILD_RELINKED := 1
+BUILD_ARCHIVE := 1
+INSTALL_INCLUDES := Config.h URI.h URI.i
+
 
 include $(LEVEL)/Makefile.hlvm





More information about the llvm-commits mailing list