Mercurial > hg > vamp-plugin-sdk
comparison Makefile.in @ 277:6d355f1b7eaf
* Patch from Richard Ash to make building the host optional, so you can
at least build the SDK even if you don't have libsndfile
author | cannam |
---|---|
date | Thu, 12 Feb 2009 12:01:58 +0000 |
parents | e03f9d0a8dc4 |
children | bdedb6114fc6 |
comparison
equal
deleted
inserted
replaced
276:e03f9d0a8dc4 | 277:6d355f1b7eaf |
---|---|
32 # rdfgen -- build the RDF template generator (and the SDK if required) | 32 # rdfgen -- build the RDF template generator (and the SDK if required) |
33 # test -- build the host and example plugins, and run a quick test | 33 # test -- build the host and example plugins, and run a quick test |
34 # clean -- remove binary targets | 34 # clean -- remove binary targets |
35 # distclean -- remove all targets | 35 # distclean -- remove all targets |
36 # | 36 # |
37 default: all | 37 default: @TARGETS@ |
38 | 38 |
39 # Compile flags | 39 # Compile flags |
40 # | 40 # |
41 CXXFLAGS := -I. @CXXFLAGS@ @SNDFILE_CFLAGS@ | 41 CXXFLAGS := -I. @CXXFLAGS@ @SNDFILE_CFLAGS@ |
42 | 42 |