comparison Makefile @ 16:61887dda7fe0

* Make the host capable of doing something useful!
author cannam
date Fri, 07 Apr 2006 15:32:10 +0000
parents a3d35e11c3fe
children b4043af42278
comparison
equal deleted inserted replaced
15:6c5466fbea90 16:61887dda7fe0
15 # 15 #
16 CXXFLAGS := $(CXXFLAGS) -O2 -Wall -I$(SDKDIR) -I$(APIDIR) -I. 16 CXXFLAGS := $(CXXFLAGS) -O2 -Wall -I$(SDKDIR) -I$(APIDIR) -I.
17 17
18 # Libraries required for the host at link time 18 # Libraries required for the host at link time
19 # 19 #
20 HOST_LIBS = -Lvamp-sdk -lvamp-sdk -ldl 20 HOST_LIBS = -Lvamp-sdk -lvamp-sdk -lsndfile -ldl
21 21
22 # Libraries required for the plugin. Note that we can (and actively 22 # Libraries required for the plugin. Note that we can (and actively
23 # want to) statically link with libstdc++, because our plugin exposes 23 # want to) statically link with libstdc++, because our plugin exposes
24 # a C API so there are no boundary compatibility problems. 24 # a C API so there are no boundary compatibility problems.
25 # 25 #