~ubuntu-branches/ubuntu/karmic/maxima/karmic

« back to all changes in this revision

Viewing changes to plotting/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Camm Maguire
  • Date: 2004-11-13 18:39:14 UTC
  • mto: (2.1.2 hoary) (3.2.1 sid) (1.1.5 upstream)
  • mto: This revision was merged to the branch mainline in revision 3.
  • Revision ID: james.westby@ubuntu.com-20041113183914-ttig0evwuatnqosl
Tags: upstream-5.9.1
ImportĀ upstreamĀ versionĀ 5.9.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
 
3
3
verpkglibexec_SCRIPTS = omplotdata mgnuplot
4
4
 
5
 
EXTRA_DIST = $(verpkglibexec_SCRIPTS)
 
5
EXTRA_DIST = header.tcl footer.tcl
 
6
 
 
7
OMPLOTDATASOURCES = \
 
8
        header.tcl \
 
9
        ../interfaces/xmaxima/Tkmaxima/Constants.tcl \
 
10
        ../interfaces/xmaxima/Tkmaxima/Macros.tcl \
 
11
        ../interfaces/xmaxima/Tkmaxima/Plotting.tcl \
 
12
        ../interfaces/xmaxima/Tkmaxima/Private.tcl \
 
13
        ../interfaces/xmaxima/Tkmaxima/Getopt.tcl \
 
14
        ../interfaces/xmaxima/Tkmaxima/Parse.tcl \
 
15
        ../interfaces/xmaxima/Tkmaxima/Textinsert.tcl \
 
16
        ../interfaces/xmaxima/Tkmaxima/Printops.tcl \
 
17
        ../interfaces/xmaxima/Tkmaxima/Push.tcl \
 
18
        ../interfaces/xmaxima/Tkmaxima/Plotconf.tcl \
 
19
        ../interfaces/xmaxima/Tkmaxima/Adams.tcl \
 
20
        ../interfaces/xmaxima/Tkmaxima/Rk.tcl \
 
21
        ../interfaces/xmaxima/Tkmaxima/Plotdf.tcl \
 
22
        ../interfaces/xmaxima/Tkmaxima/Plot2d.tcl \
 
23
        ../interfaces/xmaxima/Tkmaxima/Matrix.tcl \
 
24
        ../interfaces/xmaxima/Tkmaxima/Plot3d.tcl \
 
25
        ../interfaces/xmaxima/Tkmaxima/NPlot3d.tcl \
 
26
        footer.tcl 
 
27
 
 
28
omplotdata: $(OMPLOTDATASOURCES)
 
29
        rm -f omplotdata && \
 
30
                cat $(OMPLOTDATASOURCES) > omplotdata && \
 
31
                chmod +x omplotdata