Add usage example from test/functionalities/archives/Makefile.

llvm-svn: 148269
This commit is contained in:
Johnny Chen 2012-01-17 00:58:08 +00:00
parent 818e1ffd74
commit 64a7e741b0
1 changed files with 6 additions and 1 deletions

View File

@ -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