~ubuntu-branches/ubuntu/wily/soundscaperenderer/wily-proposed

« back to all changes in this revision

Viewing changes to flext/package.txt

  • Committer: Package Import Robot
  • Author(s): IOhannes m zmölnig (Debian/GNU)
  • Date: 2014-09-01 11:35:32 UTC
  • mfrom: (1.1.1)
  • Revision ID: package-import@ubuntu.com-20140901113532-svjohhyw755nkxef
Tags: 0.4.2~dfsg-1
* Imported Upstream version 0.4.2~dfsg

* Refreshed patches.
* Removed patches applied upstream.
* Install upstream's NEWS as changelog.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# NAME and MAIN_SOURCE are set in Makefile!
 
2
 
 
3
vpath %.cpp ../src
 
4
 
 
5
SSR_SRCS = position.cpp orientation.cpp directionalpoint.cpp \
 
6
           ssr_global.cpp xmlparser.cpp
 
7
SRCS = $(MAIN_SOURCE) $(SSR_SRCS)
 
8
 
 
9
INCPATH = -I../apf -I../src
 
10
 
 
11
PKG_CONFIG ?= pkg-config
 
12
 
 
13
INCPATH += `$(PKG_CONFIG) --cflags libxml-2.0`
 
14
 
 
15
CXXFLAGS = -std=c++11
 
16
 
 
17
LIBS = -lfftw3f -lsndfile -lxml2
 
18
 
 
19
# vim:filetype=make