1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 02:52:53 +02:00

Allow directories to specify that they want to be built as a shared object by default

llvm-svn: 3027
This commit is contained in:
Chris Lattner 2002-07-23 19:21:31 +00:00
parent 5fc11f1bcb
commit e50bd1d95d
2 changed files with 10 additions and 0 deletions

View File

@ -29,6 +29,11 @@
#ENABLE_PURIFY = 1
#ENABLE_OPTIMIZED = 1
ifdef SHARED_LIBRARY
# if SHARED_LIBRARY is specified, the default is to build the dynamic lib
dynamic ::
endif
# Default Rule: Make sure it's also a :: rule
all ::

View File

@ -29,6 +29,11 @@
#ENABLE_PURIFY = 1
#ENABLE_OPTIMIZED = 1
ifdef SHARED_LIBRARY
# if SHARED_LIBRARY is specified, the default is to build the dynamic lib
dynamic ::
endif
# Default Rule: Make sure it's also a :: rule
all ::