comparison Makefile @ 80:e33fa45f0935

* avoid trying to use timeval if building on Windows
author cannam
date Tue, 18 Sep 2007 09:39:58 +0000
parents ba5f87117b67
children e4826d5365b8
comparison
equal deleted inserted replaced
79:c72fddf9aecb 80:e33fa45f0935
55 55
56 # Locations for "make install". This will need quite a bit of 56 # Locations for "make install". This will need quite a bit of
57 # editing for non-Linux platforms. Of course you don't necessarily 57 # editing for non-Linux platforms. Of course you don't necessarily
58 # have to use "make install". 58 # have to use "make install".
59 # 59 #
60 INSTALL_PREFIX := /usr/local 60 INSTALL_PREFIX := /usr
61 INSTALL_API_HEADERS := $(INSTALL_PREFIX)/include/vamp 61 INSTALL_API_HEADERS := $(INSTALL_PREFIX)/include/vamp
62 INSTALL_SDK_HEADERS := $(INSTALL_PREFIX)/include/vamp-sdk 62 INSTALL_SDK_HEADERS := $(INSTALL_PREFIX)/include/vamp-sdk
63 INSTALL_HOSTEXT_HEADERS := $(INSTALL_PREFIX)/include/vamp-sdk/hostext 63 INSTALL_HOSTEXT_HEADERS := $(INSTALL_PREFIX)/include/vamp-sdk/hostext
64 INSTALL_SDK_LIBS := $(INSTALL_PREFIX)/lib 64 INSTALL_SDK_LIBS := $(INSTALL_PREFIX)/lib
65 65