~ubuntu-branches/ubuntu/gutsy/plotutils/gutsy

« back to all changes in this revision

Viewing changes to Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Floris Bruynooghe
  • Date: 2006-06-10 22:30:09 UTC
  • mfrom: (3.1.1 dapper)
  • Revision ID: james.westby@ubuntu.com-20060610223009-lfgb9ceyzjykj3z1
Tags: 2.4.1-15
* 14_manpage_spline.dpatch: correct long option of -n (Closes: #247208).
* debian/control: changed maintainer email address, old will expire soon.
* Changed libpng12-0-dev (virtual) to libpng12-dev (real) in Build-Depends.

Show diffs side-by-side

added added

removed removed

Lines of Context:
13
13
# package, by default we don't build and install it as a standalone
14
14
# library.  (It's always compiled into libplot and libplotter, though.)
15
15
 
16
 
if ENABLE_LIBPLOTTER
 
16
if NO_LIBPLOTTER
 
17
ADD_LIBPLOTTER =
 
18
else
17
19
ADD_LIBPLOTTER = pic2plot libplotter
18
 
else
19
 
ADD_LIBPLOTTER =
20
20
endif
21
21
 
22
 
if ENABLE_LIBXMI
 
22
if NO_LIBXMI
 
23
ADD_LIBXMI =
 
24
else
23
25
ADD_LIBXMI = libxmi
24
 
else
25
 
ADD_LIBXMI =
26
26
endif
27
27
 
28
28
SUBDIRS = lib spline double ode ode-examples libplot $(ADD_LIBXMI) plot tek2plot plotfont graph $(ADD_LIBPLOTTER) include info doc fonts test