~ubuntu-branches/ubuntu/utopic/scidavis/utopic-proposed

« back to all changes in this revision

Viewing changes to .pc/standard-library-path.diff/fitPlugins/exp_saturation/exp_saturation.pro

  • Committer: Package Import Robot
  • Author(s): Georges Khaznadar
  • Date: 2013-11-01 14:45:26 UTC
  • Revision ID: package-import@ubuntu.com-20131101144526-tia15q4m1fjk9u5y
Tags: 0.2.4-4
* New maintainer (Closes: #700414)
* updated Standards-Version to 3.9.4
* removed files from the install target : CHANGES and gpl.txt
* changed the way used to put plugin libraries into a directory; they are
  no longer under /usr/lib64, but under /usr/lib/${DEB_HOST_MULTIARCH}.
  Closes: #701973; Closes:  #701983.
* added a dependency on ${python:Depends}
* enabled hardening-wrapper (build dependency, and variable in debian/rules)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
QMAKE_PROJECT_DEPTH = 0
 
2
linux-g++-64: libsuff=64
 
3
 
 
4
TARGET = exp_saturation
 
5
TEMPLATE = lib
 
6
CONFIG += dll
 
7
CONFIG -= qt
 
8
CONFIG += release
 
9
DESTDIR = ../
 
10
 
 
11
INSTALLS += target
 
12
unix:  target.path = /usr/lib$${libsuff}/scidavis/plugins
 
13
win32: target.path = c:/scidavis/plugins
 
14
 
 
15
win32:INCLUDEPATH += c:/gsl/include
 
16
win32:LIBS        += c:/gsl/lib/libgsl.a
 
17
 
 
18
unix:LIBS += -L/usr/lib$${libsuff} -lgsl -lgslcblas
 
19
 
 
20
SOURCES = exp_saturation.c