Mercurial > hg > vamp-plugin-sdk
comparison Makefile @ 87:bd5d5ba29d3c
* correct vamp-hostsdk soname
author | cannam |
---|---|
date | Sun, 30 Sep 2007 11:12:43 +0000 |
parents | 9aa6c4eaedee |
children | c36fb54b8491 |
comparison
equal
deleted
inserted
replaced
86:9aa6c4eaedee | 87:bd5d5ba29d3c |
---|---|
74 # Flags required to tell the compiler to create a dynamically loadable object | 74 # Flags required to tell the compiler to create a dynamically loadable object |
75 # | 75 # |
76 DYNAMIC_LDFLAGS = -shared -Wl,-Bsymbolic | 76 DYNAMIC_LDFLAGS = -shared -Wl,-Bsymbolic |
77 PLUGIN_LDFLAGS = $(DYNAMIC_LDFLAGS) | 77 PLUGIN_LDFLAGS = $(DYNAMIC_LDFLAGS) |
78 SDK_DYNAMIC_LDFLAGS = $(DYNAMIC_LDFLAGS) -Wl,-soname=$(INSTALL_SDK_LIBNAME) | 78 SDK_DYNAMIC_LDFLAGS = $(DYNAMIC_LDFLAGS) -Wl,-soname=$(INSTALL_SDK_LIBNAME) |
79 HOSTSDK_DYNAMIC_LDFLAGS = $(DYNAMIC_LDFLAGS) -Wl,-soname=$(INSTALL_SDK_LIBNAME) | 79 HOSTSDK_DYNAMIC_LDFLAGS = $(DYNAMIC_LDFLAGS) -Wl,-soname=$(INSTALL_HOSTSDK_LIBNAME) |
80 | 80 |
81 ## For OS/X with g++: | 81 ## For OS/X with g++: |
82 #PLUGIN_LDFLAGS = -dynamiclib | 82 #PLUGIN_LDFLAGS = -dynamiclib |
83 | 83 |
84 | 84 |