~ubuntu-branches/ubuntu/precise/ipe/precise

« back to all changes in this revision

Viewing changes to src/ipelets/smallest-circle/smallest-circle.pro

  • Committer: Bazaar Package Importer
  • Author(s): Steve M. Robbins
  • Date: 2007-01-09 23:14:51 UTC
  • mfrom: (3.1.4 feisty)
  • Revision ID: james.westby@ubuntu.com-20070109231451-3nd095g7ishc108l
Tags: 6.0pre27-3
* debian/gsfonts-fontmap.xml: New.  Fontmap for fonts from gsfonts package.
* debian/rules: Use gsfonts-fontmap.xml instead of tetex-fontmap.xml.
* debian/control: Add texlive-latex-base dependency as alternative to
  tetex-bin (for pdflatex) and replace tetex-extra by gsfonts (for font
  files).  Patch courtesy of Norbert Preining.  Closes: #378537.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# -*- text -*-
 
2
# --------------------------------------------------------------------
 
3
include( ../../config.pri )
 
4
# --------------------------------------------------------------------
 
5
TEMPLATE        = lib
 
6
CONFIG          += plugin
 
7
# --------------------------------------------------------------------
 
8
SOURCES         += smallest-circle.cpp
 
9
# --------------------------------------------------------------------
 
10
TARGET          = smallest-circle
 
11
INCLUDEPATH     += ../../include
 
12
DEPENDPATH      += ../../include
 
13
LIBPATH         += ../../../build/lib
 
14
LIBS            += -lipe
 
15
OBJECTS_DIR     = ../../../build/obj/ipelets
 
16
DESTDIR         = ../../../build/ipelets
 
17
# --------------------------------------------------------------------
 
18
unix:target.path = $${IPELETDIR}
 
19
unix:INSTALLS   += target
 
20
# --------------------------------------------------------------------