Files
clang-p2996/llvm/projects/sample/lib/sample/Makefile
Chris Lattner 3912036c25 remove dead makefile flags.
llvm-svn: 74065
2009-06-24 05:29:56 +00:00

17 lines
339 B
Makefile

##===- projects/sample/lib/sample/Makefile -----------------*- Makefile -*-===##
#
# Indicate where we are relative to the top of the source tree.
#
LEVEL=../..
#
# Give the name of a library. This will build a dynamic version.
#
LIBRARYNAME=sample
#
# Include Makefile.common so we know what to do.
#
include $(LEVEL)/Makefile.common