Mercurial > hg > vamp-plugin-sdk
comparison Makefile.in @ 278:bdedb6114fc6
* Fix to prior commit
author | cannam |
---|---|
date | Thu, 12 Feb 2009 12:12:57 +0000 |
parents | 6d355f1b7eaf |
children | 2e16d99867bd |
comparison
equal
deleted
inserted
replaced
277:6d355f1b7eaf | 278:bdedb6114fc6 |
---|---|
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: @TARGETS@ | 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 |