Mercurial > hg > vamp-plugin-sdk
comparison Makefile @ 34:cfba7059eccf
* move .la file to .la.in
author | cannam |
---|---|
date | Tue, 01 Aug 2006 09:10:06 +0000 |
parents | 909fe32e2c3c |
children | 154f86cb8c99 |
comparison
equal
deleted
inserted
replaced
33:909fe32e2c3c | 34:cfba7059eccf |
---|---|
143 > $(INSTALL_PKGCONFIG)/vamp-sdk.pc | 143 > $(INSTALL_PKGCONFIG)/vamp-sdk.pc |
144 sed -e "s,%LIBNAME%,$(INSTALL_SDK_LIBNAME),g" \ | 144 sed -e "s,%LIBNAME%,$(INSTALL_SDK_LIBNAME),g" \ |
145 -e "s,%LINK_ABI%,$(INSTALL_SDK_LINK_ABI),g" \ | 145 -e "s,%LINK_ABI%,$(INSTALL_SDK_LINK_ABI),g" \ |
146 -e "s,%LINK_DEV%,$(INSTALL_SDK_LINK_DEV),g" \ | 146 -e "s,%LINK_DEV%,$(INSTALL_SDK_LINK_DEV),g" \ |
147 -e "s,%STATIC%,$(INSTALL_SDK_STATIC),g" \ | 147 -e "s,%STATIC%,$(INSTALL_SDK_STATIC),g" \ |
148 -e "s,%LIBS%,$(INSTALL_SDK_LIBS),g" $(SDK_LA) \ | 148 -e "s,%LIBS%,$(INSTALL_SDK_LIBS),g" $(SDK_LA).in \ |
149 > $(INSTALL_SDK_LIBS)/$(INSTALL_SDK_LA) | 149 > $(INSTALL_SDK_LIBS)/$(INSTALL_SDK_LA) |