llvm-6502/projects/sample/lib/sample/Makefile
2004-10-23 15:30:30 +00:00

21 lines
400 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
#SHARED_LIBRARY=1
#DONT_BUILD_RELINKED=1
#ARCHIVE_LIBRARY=1
#
# Include Makefile.common so we know what to do.
#
include $(LEVEL)/Makefile.common