[Lldb-commits] [lldb] r148269 - /lldb/trunk/test/make/Makefile.rules

Johnny Chen johnny.chen at apple.com
Mon Jan 16 16:58:08 PST 2012


Author: johnny
Date: Mon Jan 16 18:58:08 2012
New Revision: 148269

URL: http://llvm.org/viewvc/llvm-project?rev=148269&view=rev
Log:
Add usage example from test/functionalities/archives/Makefile.

Modified:
    lldb/trunk/test/make/Makefile.rules

Modified: lldb/trunk/test/make/Makefile.rules
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/test/make/Makefile.rules?rev=148269&r1=148268&r2=148269&view=diff
==============================================================================
--- lldb/trunk/test/make/Makefile.rules (original)
+++ lldb/trunk/test/make/Makefile.rules Mon Jan 16 18:58:08 2012
@@ -12,10 +12,15 @@
 # the building of the a.out executable program.  For example,
 # DYLIB_ONLY := YES
 #
-# And also might be of interest:
+# Also might be of interest:
 # FRAMEWORK_INCLUDES (Darwin only) :=
 # CFLAGS_EXTRAS :=
 # LD_EXTRAS :=
+#
+# And test/functionalities/archives/Makefile:
+# MAKE_DSYM := NO
+# ARCHIVE_NAME := libfoo.a
+# ARCHIVE_C_SOURCES := a.c b.c
 
 # Uncomment line below for debugging shell commands
 # SHELL = /bin/sh -x





More information about the lldb-commits mailing list