~ubuntu-branches/ubuntu/intrepid/plplot/intrepid

« back to all changes in this revision

Viewing changes to examples/perl/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Rafael Laboissiere
  • Date: 2006-11-04 10:19:34 UTC
  • mfrom: (2.1.8 edgy)
  • Revision ID: james.westby@ubuntu.com-20061104101934-mlirvdg4gpwi6i5q
Tags: 5.6.1-10
* Orphaning the package
* debian/control: Changed the maintainer to the Debian QA Group

Show diffs side-by-side

added added

removed removed

Lines of Context:
17
17
#
18
18
# You should have received a copy of the GNU Library General Public License
19
19
# along with the file PLplot; if not, write to the Free Software
20
 
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307  USA
21
 
 
22
 
examples_perldir = $(DATA_DIR)/examples/perl
23
 
 
24
 
examples_perl_SCRIPTS = \
 
20
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301  USA
 
21
 
 
22
perl_scripts = \
25
23
        x01.pl \
26
24
        x02.pl \
27
25
        x03.pl \
43
41
        x19.pl \
44
42
        x20.pl \
45
43
        x21.pl \
46
 
        x22.pl
 
44
        x22.pl \
 
45
        x23.pl \
 
46
        x24.pl  
47
47
 
48
 
examples_perl_DATA = \
 
48
perl_data = \
49
49
        README.perldemos
50
50
 
51
 
EXTRA_DIST = \
52
 
        $(examples_perl_SCRIPTS) \
53
 
        $(examples_perl_DATA)
 
51
if enable_pdl
 
52
 
 
53
examples_perldir = $(DATA_DIR)/examples/perl
 
54
 
 
55
examples_perl_SCRIPTS = $(perl_scripts)
 
56
 
 
57
examples_perl_DATA = $(perl_data)
 
58
 
 
59
endif
 
60
 
 
61
EXTRA_DIST =            \
 
62
        $(perl_scripts) \
 
63
        $(perl_data)    \
 
64
        check-sync.pl